tntd 2.7.28 → 2.7.29
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 +12 -0
- package/es/_util/context.js.map +1 -0
- package/es/_util/defaultRenderEmpty.js +31 -0
- package/es/_util/defaultRenderEmpty.js.map +1 -0
- package/es/_util/hooks/useFlexGapSupport.js +9 -0
- package/es/_util/hooks/useFlexGapSupport.js.map +1 -0
- package/es/_util/hooks/useForceUpdate.js +5 -0
- package/es/_util/hooks/useForceUpdate.js.map +1 -0
- package/es/_util/motion.js +41 -10
- package/es/_util/motion.js.map +1 -1
- package/es/_util/reactNode.js +16 -0
- package/es/_util/reactNode.js.map +1 -0
- package/es/_util/responsiveObserve.js +59 -0
- package/es/_util/responsiveObserve.js.map +1 -0
- package/es/_util/styleChecker.js +26 -0
- package/es/_util/styleChecker.js.map +1 -0
- package/es/_util/type.js +1 -2
- package/es/_util/type.js.map +1 -1
- package/es/_util/warning.js +3 -4
- package/es/_util/warning.js.map +1 -1
- package/es/actions/index.js +22 -8
- package/es/affix/index.js +1 -2
- package/es/alert/index.js +1 -2
- package/es/anchor/index.js +1 -2
- package/es/array-input/icon.js +24 -6
- package/es/array-input/index.js +203 -119
- package/es/auth-context/index.js +1 -2
- package/es/auto-complete/index.js +1 -2
- package/es/avatar/index.js +1 -2
- package/es/back-top/index.js +1 -2
- package/es/badge/index.js +1 -2
- package/es/breadcrumb/index.js +1 -2
- package/es/button/button.js +28 -23
- package/es/button/index.js +1 -2
- package/es/calendar/index.js +1 -2
- package/es/card/card.js +19 -15
- package/es/card/index.js +1 -2
- package/es/carousel/index.js +1 -2
- package/es/cascader/index.js +1 -2
- package/es/check-card/group.js +186 -138
- package/es/check-card/index.js +150 -107
- package/es/checkbox/checkbox-group.js +1 -2
- package/es/checkbox/index.js +1 -2
- package/es/col/index.js +1 -2
- package/es/collapse/index.js +1 -2
- package/es/color-picker/ColorPicker.js +126 -80
- package/es/color-picker/index.js +8 -5
- package/es/columns/index.js +66 -30
- package/es/columns/style/index.js +1 -2
- package/es/comment/index.js +1 -2
- package/es/config-provider/DisabledContext.js +9 -5
- package/es/config-provider/SizeContext.js +7 -3
- package/es/config-provider/config-provider.js +1 -2
- package/es/config-provider/index.js +1 -2
- package/es/connect/index.js +23 -20
- package/es/date-picker/index.js +9 -6
- package/es/descriptions/descriptions.js +38 -30
- package/es/descriptions/index.js +1 -2
- package/es/development-login/LoginModal.js +81 -46
- package/es/development-login/index.js +17 -8
- package/es/divider/index.js +1 -2
- package/es/drawer/drawer.js +27 -20
- package/es/drawer/index.js +1 -2
- package/es/dropdown/index.js +1 -2
- package/es/ellipsis/Svg/CopySVG.js +63 -16
- package/es/ellipsis/Svg/TickSVG.js +41 -11
- package/es/ellipsis/index.js +137 -99
- package/es/empty/empty.js +58 -48
- package/es/empty/empty.stories.js +5 -6
- package/es/empty/index.js +1 -2
- package/es/exception/exception.js +32 -19
- package/es/exception/index.js +1 -2
- package/es/form/form.js +63 -55
- package/es/form/index.js +1 -2
- package/es/grid/RowContext.js +3 -0
- package/es/grid/RowContext.js.map +1 -0
- package/es/grid/col.js +103 -0
- package/es/grid/col.js.map +1 -0
- package/es/grid/hooks/useBreakpoint.js +18 -0
- package/es/grid/hooks/useBreakpoint.js.map +1 -0
- package/es/grid/index.js +14 -0
- package/es/grid/index.js.map +1 -0
- package/es/grid/row.js +154 -0
- package/es/grid/row.js.map +1 -0
- package/es/grid/style/index.js +2 -0
- package/es/grid/style/index.js.map +1 -0
- package/es/grid/style/index.less +124 -0
- package/es/grid/style/mixin.less +57 -0
- package/es/grid/style/rtl.less +69 -0
- package/es/handle/index.js +131 -91
- package/es/icon/index.js +1 -2
- package/es/icon-list/index.js +1 -120
- package/es/img/Contain.js +60 -39
- package/es/img/Cover.js +98 -72
- package/es/img/index.js +48 -32
- package/es/index.js +3 -2
- package/es/index.js.map +1 -1
- package/es/input/index.js +1 -2
- package/es/input/input.js +93 -46
- package/es/input-number/index.js +1 -2
- package/es/label/index.js +115 -98
- package/es/layout/index.js +1 -2
- package/es/list/index.js +1 -2
- package/es/loading-button/index.js +33 -28
- package/es/locale/default.js +3 -4
- package/es/locale/en_US.js +41 -42
- package/es/locale/index.js +1 -2
- package/es/locale/zh_CN.js +34 -35
- package/es/locale-provider/index.js +2 -3
- package/es/mentions/index.js +1 -2
- package/es/menu/index.js +1 -2
- package/es/message/index.js +1 -2
- package/es/modal/index.js +1 -2
- package/es/modal/modal.js +24 -15
- package/es/notification/index.js +1 -2
- package/es/page/Box.js +49 -33
- package/es/page/index.js +120 -84
- package/es/page/utils.js +12 -14
- package/es/page-header/index.js +1 -2
- package/es/pagination/index.js +1 -2
- package/es/popconfirm/index.js +1 -2
- package/es/popover/index.js +1 -2
- package/es/prev-locale.js +49 -47
- package/es/preview-text/index.js +247 -177
- package/es/progress/index.js +1 -2
- package/es/query-form/Field/Checkbox.js +20 -17
- package/es/query-form/Field/Select.js +54 -39
- package/es/query-form/Field/SelectInput.js +65 -45
- package/es/query-form/Field/fieldsMap.js +19 -20
- package/es/query-form/Field/index.js +108 -67
- package/es/query-form/createActions.js +46 -46
- package/es/query-form/index.js +327 -247
- package/es/query-form/useForm.js +3 -4
- package/es/query-list-scene/List.js +321 -255
- package/es/query-list-scene/QueryForm.js +132 -94
- package/es/query-list-scene/QueryListScene.js +29 -21
- package/es/query-list-scene/Title.js +6 -4
- package/es/query-list-scene/Toolbar.js +21 -15
- package/es/query-list-scene/createActions.js +60 -60
- package/es/query-list-scene/index.js +1 -2
- package/es/query-list-scene/useActions.js +3 -4
- package/es/radio/index.js +1 -2
- package/es/radio/radio-group.js +1 -2
- package/es/rate/index.js +1 -2
- package/es/render-empty/index.js +1 -2
- package/es/render-empty/render-empty.js +19 -16
- package/es/result/index.js +1 -2
- package/es/row/index.js +1 -2
- package/es/segmented/index.js +55 -38
- package/es/select/index.js +1 -2
- package/es/select/select.js +43 -27
- package/es/skeleton/index.js +1 -2
- package/es/slider/index.js +1 -2
- package/es/spin/index.js +1 -2
- package/es/statistic/index.js +1 -2
- package/es/steps/index.js +1 -2
- package/es/steps/steps.js +51 -35
- package/es/svg-components/illustration-403.js +206 -58
- package/es/svg-components/illustration-404.js +290 -75
- package/es/svg-components/illustration-500.js +321 -83
- package/es/svg-components/illustration-empty.js +54 -15
- package/es/svg-components/illustration-failure.js +112 -36
- package/es/svg-components/illustration-no-access.js +114 -35
- package/es/svg-components/illustration-no-chart.js +134 -37
- package/es/svg-components/illustration-no-result.js +92 -32
- package/es/svg-components/illustration-offline.js +131 -43
- package/es/svg-components/illustration-success.js +137 -43
- package/es/svg-components/index.js +1 -2
- package/es/switch/index.js +1 -2
- package/es/switch/switch.js +4 -3
- package/es/table/assets/image-loading-background.js +45 -17
- package/es/table/assets/image-loading.js +26 -5
- package/es/table/constants.js +1 -2
- package/es/table/context.js +1 -2
- package/es/table/hooks/index.js +1 -2
- package/es/table/hooks/use-column-setting.js +13 -16
- package/es/table/index.js +1 -2
- package/es/table/table.js +162 -129
- package/es/table/table.stories.js +148 -139
- package/es/table/total-shower.js +8 -4
- package/es/table/utils.js +17 -18
- package/es/tabs/index.js +1 -2
- package/es/tabs/tabPane.js +1 -2
- package/es/tabs/tabs.js +35 -27
- package/es/tag/index.js +1 -2
- package/es/time-picker/index.js +1 -2
- package/es/timeline/index.js +1 -2
- package/es/title/index.js +32 -20
- package/es/tntd-cascader/AntdCascader/component/DisabledContext.js +9 -5
- package/es/tntd-cascader/AntdCascader/component/FormItemInputContext.js +1 -2
- package/es/tntd-cascader/AntdCascader/component/SizeContext.js +1 -2
- package/es/tntd-cascader/AntdCascader/component/context.js +5 -7
- package/es/tntd-cascader/AntdCascader/component/defaultRenderEmpty.js +22 -10
- package/es/tntd-cascader/AntdCascader/component/getIcons.js +72 -50
- package/es/tntd-cascader/AntdCascader/component/useCompactItemContext.js +22 -20
- package/es/tntd-cascader/AntdCascader/config/utils.js +17 -18
- package/es/tntd-cascader/AntdCascader/config/warning.js +9 -10
- package/es/tntd-cascader/AntdCascader/index.js +189 -118
- package/es/tntd-cascader/AntdCascader/interface.js +1 -2
- package/es/tntd-cascader/index.js +1 -2
- package/es/tntd-cascader/rc-cascader/Cascader.js +256 -239
- package/es/tntd-cascader/rc-cascader/OptionList/Checkbox.js +21 -11
- package/es/tntd-cascader/rc-cascader/OptionList/Column.js +175 -116
- package/es/tntd-cascader/rc-cascader/OptionList/index.js +180 -128
- package/es/tntd-cascader/rc-cascader/OptionList/useActive.js +22 -19
- package/es/tntd-cascader/rc-cascader/OptionList/useKeyboard.js +144 -137
- package/es/tntd-cascader/rc-cascader/context.js +1 -2
- package/es/tntd-cascader/rc-cascader/hooks/useDisplayValues.js +44 -37
- package/es/tntd-cascader/rc-cascader/hooks/useEntities.js +25 -24
- package/es/tntd-cascader/rc-cascader/hooks/useMissingValues.js +15 -17
- package/es/tntd-cascader/rc-cascader/hooks/useRefFunc.js +7 -8
- package/es/tntd-cascader/rc-cascader/hooks/useSearchConfig.js +20 -21
- package/es/tntd-cascader/rc-cascader/hooks/useSearchOptions.js +51 -41
- package/es/tntd-cascader/rc-cascader/index.js +1 -2
- package/es/tntd-cascader/rc-cascader/utils/commonUtil.js +33 -27
- package/es/tntd-cascader/rc-cascader/utils/treeUtil.js +29 -32
- package/es/tntd-cascader/rc-cascader/utils/warningPropsUtil.js +26 -23
- package/es/tntd-form/ErrorList.js +76 -42
- package/es/tntd-form/ErrorList.js.map +1 -1
- package/es/tntd-form/Form.js +118 -97
- package/es/tntd-form/FormItem/ItemHolder.js +127 -118
- package/es/tntd-form/FormItem/ItemHolder.js.map +1 -1
- package/es/tntd-form/FormItem/index.js +235 -209
- package/es/tntd-form/FormItem/index.js.map +1 -1
- package/es/tntd-form/FormItemInput.js +73 -32
- package/es/tntd-form/FormItemInput.js.map +1 -1
- package/es/tntd-form/FormItemLabel.js +88 -63
- package/es/tntd-form/FormItemLabel.js.map +1 -1
- package/es/tntd-form/FormList.js +34 -28
- package/es/tntd-form/FormList.js.map +1 -1
- package/es/tntd-form/_util/context.js +12 -0
- package/es/tntd-form/_util/context.js.map +1 -0
- package/es/tntd-form/_util/defaultRenderEmpty.js +31 -0
- package/es/tntd-form/_util/defaultRenderEmpty.js.map +1 -0
- package/es/tntd-form/_util/hooks/useFlexGapSupport.js +9 -0
- package/es/tntd-form/_util/hooks/useFlexGapSupport.js.map +1 -0
- package/es/tntd-form/_util/hooks/useForceUpdate.js +5 -0
- package/es/tntd-form/_util/hooks/useForceUpdate.js.map +1 -0
- package/es/tntd-form/_util/motion.js +36 -27
- package/es/tntd-form/_util/reactNode.js +10 -9
- package/es/tntd-form/_util/responsiveObserve.js +59 -0
- package/es/tntd-form/_util/responsiveObserve.js.map +1 -0
- package/es/tntd-form/_util/scrollTo.js +2 -2
- package/es/tntd-form/_util/styleChecker.js +26 -0
- package/es/tntd-form/_util/styleChecker.js.map +1 -0
- package/es/tntd-form/_util/type.js +1 -2
- package/es/tntd-form/_util/warning.js +3 -4
- package/es/tntd-form/_util/wave.js +2 -2
- package/es/tntd-form/context.js +29 -24
- package/es/tntd-form/grid/RowContext.js +3 -0
- package/es/tntd-form/grid/RowContext.js.map +1 -0
- package/es/tntd-form/grid/col.js +104 -0
- package/es/tntd-form/grid/col.js.map +1 -0
- package/es/tntd-form/grid/hooks/useBreakpoint.js +18 -0
- package/es/tntd-form/grid/hooks/useBreakpoint.js.map +1 -0
- package/es/tntd-form/grid/index.js +14 -0
- package/es/tntd-form/grid/index.js.map +1 -0
- package/es/tntd-form/grid/row.js +153 -0
- package/es/tntd-form/grid/row.js.map +1 -0
- package/es/tntd-form/grid/style/index.js +2 -0
- package/es/tntd-form/grid/style/index.js.map +1 -0
- package/es/tntd-form/hooks/useDebounce.js +11 -12
- package/es/tntd-form/hooks/useForm.js +33 -28
- package/es/tntd-form/hooks/useFormInstance.js +5 -4
- package/es/tntd-form/hooks/useFormItemStatus.js +9 -6
- package/es/tntd-form/hooks/useFormItemStatus.js.map +1 -1
- package/es/tntd-form/hooks/useFrameState.js +32 -33
- package/es/tntd-form/hooks/useItemRef.js +15 -14
- package/es/tntd-form/index.js +1 -3
- package/es/tntd-form/index.js.map +1 -1
- package/es/tntd-form/interface.js +1 -2
- package/es/tntd-form/style/index.js +1 -2
- package/es/tntd-form/tntd-form.stories.js +781 -383
- package/es/tntd-form/util.js +10 -13
- package/es/tntd-form/validateMessagesContext.js +1 -2
- package/es/tntd-icon/fonts/iconfont.js +36 -53
- package/es/tntd-icon/index.js +23 -17
- package/es/tntd-layout/ActionsContext.js +1 -2
- package/es/tntd-layout/AppList.js +135 -77
- package/es/tntd-layout/Application.js +42 -29
- package/es/tntd-layout/Avatar.js +80 -42
- package/es/tntd-layout/CompatibleLanguage.js +93 -56
- package/es/tntd-layout/EnterpriseLayout/Avatar.js +93 -47
- package/es/tntd-layout/EnterpriseLayout/Language.js +56 -34
- package/es/tntd-layout/EnterpriseLayout/Theme.js +45 -24
- package/es/tntd-layout/EnterpriseLayout/index.js +17 -9
- package/es/tntd-layout/GlobalNavigation/NavigationPopup.js +212 -153
- package/es/tntd-layout/GlobalNavigation/index.js +84 -50
- package/es/tntd-layout/Header.js +59 -26
- package/es/tntd-layout/HeaderActions.js +84 -34
- package/es/tntd-layout/HeaderNavs.js +46 -35
- package/es/tntd-layout/HeaderTabs.js +176 -140
- package/es/tntd-layout/Iconfont.js +1 -2
- package/es/tntd-layout/Language.js +55 -33
- package/es/tntd-layout/Layout.js +176 -78
- package/es/tntd-layout/Logo.js +52 -40
- package/es/tntd-layout/OrgAppList.js +208 -139
- package/es/tntd-layout/SideMenu.js +230 -160
- package/es/tntd-layout/Theme.js +47 -29
- package/es/tntd-layout/createActions.js +28 -29
- package/es/tntd-layout/images/index.js +31 -32
- package/es/tntd-layout/index.js +92 -60
- package/es/tntd-layout/paaslayout/CompactSideMenu.js +109 -65
- package/es/tntd-layout/paaslayout/Header.js +37 -14
- package/es/tntd-layout/paaslayout/Logo.js +2 -3
- package/es/tntd-layout/paaslayout/SideMenu.js +109 -63
- package/es/tntd-layout/paaslayout/index.js +159 -79
- package/es/tntd-layout/storage.js +18 -11
- package/es/tntd-modal/index.js +73 -32
- package/es/tntd-rc-select/_util/DisabledContext.js +9 -5
- package/es/tntd-rc-select/_util/FormItemInputContext.js +1 -2
- package/es/tntd-rc-select/_util/PurePanel.js +59 -48
- package/es/tntd-rc-select/_util/SizeContext.js +1 -2
- package/es/tntd-rc-select/_util/context.js +5 -7
- package/es/tntd-rc-select/_util/defaultRenderEmpty.js +21 -10
- package/es/tntd-rc-select/_util/getIcons.js +72 -50
- package/es/tntd-rc-select/_util/interface.js +1 -2
- package/es/tntd-rc-select/_util/motion.js +36 -27
- package/es/tntd-rc-select/_util/type.js +1 -2
- package/es/tntd-rc-select/_util/useCompactItemContext.js +22 -20
- package/es/tntd-rc-select/_util/warning.js +9 -10
- package/es/tntd-rc-select/index.js +131 -76
- package/es/tntd-second-page/index.js +47 -24
- package/es/tntd-select/DropDownWrap.js +73 -52
- package/es/tntd-select/index.js +593 -505
- package/es/tooltip/index.js +1 -2
- package/es/transfer/index.js +1 -2
- package/es/tree/index.js +1 -2
- package/es/tree-select/index.js +1 -2
- package/es/typography/index.js +1 -2
- package/es/upload/index.js +4 -3
- package/es/utils/checkAuth.js +24 -21
- package/es/utils/findMenuInfoByPath.js +33 -30
- package/es/utils/index.js +71 -65
- package/es/utils/lang.js +58 -108
- package/es/utils/simple-template.js +2 -3
- package/es/version/index.js +1 -2
- package/es/water-mark/index.js +98 -87
- package/lib/_util/context.d.ts.map +1 -0
- package/lib/_util/context.js +22 -0
- package/lib/_util/context.js.map +1 -0
- package/lib/_util/defaultRenderEmpty.d.ts.map +1 -0
- package/lib/_util/defaultRenderEmpty.js +44 -0
- package/lib/_util/defaultRenderEmpty.js.map +1 -0
- package/lib/_util/hooks/useFlexGapSupport.d.ts +3 -0
- package/lib/_util/hooks/useFlexGapSupport.d.ts.map +1 -0
- package/lib/_util/hooks/useFlexGapSupport.js +28 -0
- package/lib/_util/hooks/useFlexGapSupport.js.map +1 -0
- package/lib/_util/hooks/useForceUpdate.d.ts +3 -0
- package/lib/_util/hooks/useForceUpdate.d.ts.map +1 -0
- package/lib/_util/hooks/useForceUpdate.js +24 -0
- package/lib/_util/hooks/useForceUpdate.js.map +1 -0
- package/lib/_util/motion.d.ts +3 -0
- package/lib/_util/motion.d.ts.map +1 -1
- package/lib/_util/motion.js +54 -15
- package/lib/_util/motion.js.map +1 -1
- package/lib/_util/reactNode.d.ts +9 -0
- package/lib/_util/reactNode.d.ts.map +1 -0
- package/lib/{mention/index.js → _util/reactNode.js} +19 -17
- package/lib/_util/reactNode.js.map +1 -0
- package/lib/_util/responsiveObserve.d.ts +22 -0
- package/lib/_util/responsiveObserve.d.ts.map +1 -0
- package/lib/_util/responsiveObserve.js +73 -0
- package/lib/_util/responsiveObserve.js.map +1 -0
- package/lib/_util/styleChecker.d.ts +5 -0
- package/lib/_util/styleChecker.d.ts.map +1 -0
- package/lib/_util/styleChecker.js +42 -0
- package/lib/_util/styleChecker.js.map +1 -0
- package/lib/_util/type.d.ts.map +1 -1
- package/lib/_util/type.js +17 -5
- package/lib/_util/type.js.map +1 -1
- package/lib/_util/warning.d.ts.map +1 -1
- package/lib/_util/warning.js +17 -29
- package/lib/_util/warning.js.map +1 -1
- package/lib/actions/index.js +31 -14
- package/lib/affix/index.d.ts +3 -3
- package/lib/affix/index.js +23 -22
- package/lib/affix/index.js.map +1 -1
- package/lib/alert/index.d.ts +3 -3
- package/lib/alert/index.js +23 -22
- package/lib/alert/index.js.map +1 -1
- package/lib/anchor/index.d.ts +3 -3
- package/lib/anchor/index.js +23 -22
- package/lib/anchor/index.js.map +1 -1
- package/lib/array-input/icon.js +33 -12
- package/lib/array-input/index.js +254 -150
- package/lib/auth-context/index.js +10 -4
- package/lib/auto-complete/index.d.ts +3 -3
- package/lib/auto-complete/index.js +23 -22
- package/lib/auto-complete/index.js.map +1 -1
- package/lib/avatar/index.d.ts +3 -3
- package/lib/avatar/index.js +23 -22
- package/lib/avatar/index.js.map +1 -1
- package/lib/back-top/index.d.ts +3 -3
- package/lib/back-top/index.js +23 -22
- package/lib/back-top/index.js.map +1 -1
- package/lib/badge/index.d.ts +3 -3
- package/lib/badge/index.js +23 -22
- package/lib/badge/index.js.map +1 -1
- package/lib/breadcrumb/index.d.ts +3 -3
- package/lib/breadcrumb/index.js +23 -22
- package/lib/breadcrumb/index.js.map +1 -1
- package/lib/button/button.d.ts +4 -4
- package/lib/button/button.js +62 -59
- package/lib/button/button.js.map +1 -1
- package/lib/button/index.d.ts +1 -1
- package/lib/button/index.js +20 -19
- package/lib/button/index.js.map +1 -1
- package/lib/calendar/index.d.ts +3 -3
- package/lib/calendar/index.js +23 -22
- package/lib/calendar/index.js.map +1 -1
- package/lib/card/card.d.ts +3 -3
- package/lib/card/card.js +45 -51
- package/lib/card/card.js.map +1 -1
- package/lib/card/index.d.ts +1 -1
- package/lib/card/index.js +20 -19
- package/lib/card/index.js.map +1 -1
- package/lib/carousel/index.d.ts +3 -3
- package/lib/carousel/index.js +23 -22
- package/lib/carousel/index.js.map +1 -1
- package/lib/cascader/index.d.ts +3 -3
- package/lib/cascader/index.js +29 -26
- package/lib/cascader/index.js.map +1 -1
- package/lib/check-card/group.js +228 -171
- package/lib/check-card/index.js +171 -141
- package/lib/checkbox/checkbox-group.d.ts +1 -1
- package/lib/checkbox/checkbox-group.js +11 -9
- package/lib/checkbox/checkbox-group.js.map +1 -1
- package/lib/checkbox/index.d.ts +3 -3
- package/lib/checkbox/index.js +37 -25
- package/lib/checkbox/index.js.map +1 -1
- package/lib/col/index.d.ts +3 -3
- package/lib/col/index.js +23 -22
- package/lib/col/index.js.map +1 -1
- package/lib/collapse/index.d.ts +3 -3
- package/lib/collapse/index.js +24 -23
- package/lib/collapse/index.js.map +1 -1
- package/lib/color-picker/ColorPicker.js +156 -113
- package/lib/color-picker/index.js +18 -14
- package/lib/color-picker/index.js.map +1 -1
- package/lib/columns/index.js +81 -41
- package/lib/columns/style/index.js +1 -2
- package/lib/comment/index.d.ts +3 -3
- package/lib/comment/index.js +23 -22
- package/lib/comment/index.js.map +1 -1
- package/lib/config-provider/DisabledContext.js +18 -31
- package/lib/config-provider/SizeContext.js +19 -28
- package/lib/config-provider/config-provider.d.ts +1 -1
- package/lib/config-provider/config-provider.js +12 -8
- package/lib/config-provider/config-provider.js.map +1 -1
- package/lib/config-provider/index.d.ts +4 -4
- package/lib/config-provider/index.js +35 -23
- package/lib/config-provider/index.js.map +1 -1
- package/lib/connect/index.js +44 -26
- package/lib/date-picker/index.d.ts +4 -4
- package/lib/date-picker/index.js +48 -32
- package/lib/date-picker/index.js.map +1 -1
- package/lib/descriptions/descriptions.d.ts +3 -3
- package/lib/descriptions/descriptions.js +64 -55
- package/lib/descriptions/descriptions.js.map +1 -1
- package/lib/descriptions/index.d.ts +1 -1
- package/lib/descriptions/index.js +23 -22
- package/lib/descriptions/index.js.map +1 -1
- package/lib/development-login/LoginModal.js +110 -79
- package/lib/development-login/index.js +42 -35
- package/lib/divider/index.d.ts +3 -3
- package/lib/divider/index.js +23 -22
- package/lib/divider/index.js.map +1 -1
- package/lib/drawer/drawer.d.ts +1 -1
- package/lib/drawer/drawer.js +41 -30
- package/lib/drawer/drawer.js.map +1 -1
- package/lib/drawer/index.d.ts +2 -2
- package/lib/drawer/index.js +22 -20
- package/lib/drawer/index.js.map +1 -1
- package/lib/dropdown/index.d.ts +3 -3
- package/lib/dropdown/index.js +23 -22
- package/lib/dropdown/index.js.map +1 -1
- package/lib/ellipsis/Svg/CopySVG.js +70 -20
- package/lib/ellipsis/Svg/TickSVG.js +48 -15
- package/lib/ellipsis/index.js +176 -137
- package/lib/empty/empty.d.ts +2 -2
- package/lib/empty/empty.js +90 -75
- package/lib/empty/empty.js.map +1 -1
- package/lib/empty/empty.stories.js +19 -18
- package/lib/empty/index.d.ts +1 -1
- package/lib/empty/index.js +20 -19
- package/lib/empty/index.js.map +1 -1
- package/lib/exception/exception.js +46 -31
- package/lib/exception/exception.js.map +1 -1
- package/lib/exception/index.js +19 -18
- package/lib/form/form.d.ts +5 -5
- package/lib/form/form.js +90 -92
- package/lib/form/form.js.map +1 -1
- package/lib/form/index.d.ts +1 -1
- package/lib/form/index.js +20 -19
- package/lib/form/index.js.map +1 -1
- package/lib/grid/RowContext.d.ts +9 -0
- package/lib/grid/RowContext.d.ts.map +1 -0
- package/lib/grid/RowContext.js +10 -0
- package/lib/grid/RowContext.js.map +1 -0
- package/lib/grid/col.d.ts +29 -0
- package/lib/grid/col.d.ts.map +1 -0
- package/lib/grid/col.js +105 -0
- package/lib/grid/col.js.map +1 -0
- package/lib/grid/hooks/useBreakpoint.d.ts +4 -0
- package/lib/grid/hooks/useBreakpoint.d.ts.map +1 -0
- package/lib/grid/hooks/useBreakpoint.js +29 -0
- package/lib/grid/hooks/useBreakpoint.js.map +1 -0
- package/lib/grid/index.d.ts +12 -0
- package/lib/grid/index.d.ts.map +1 -0
- package/lib/grid/index.js +31 -0
- package/lib/grid/index.js.map +1 -0
- package/lib/grid/row.d.ts +21 -0
- package/lib/grid/row.d.ts.map +1 -0
- package/lib/grid/row.js +187 -0
- package/lib/grid/row.js.map +1 -0
- package/lib/grid/style/index.d.ts +2 -0
- package/lib/grid/style/index.d.ts.map +1 -0
- package/lib/grid/style/index.js +3 -0
- package/lib/grid/style/index.js.map +1 -0
- package/lib/grid/style/index.less +124 -0
- package/lib/grid/style/mixin.less +57 -0
- package/lib/grid/style/rtl.less +69 -0
- package/lib/handle/index.js +166 -125
- package/lib/handle/index.js.map +1 -1
- package/lib/icon/index.d.ts +3 -3
- package/lib/icon/index.js +23 -22
- package/lib/icon/index.js.map +1 -1
- package/lib/icon-list/index.js +7 -121
- package/lib/img/Contain.js +69 -44
- package/lib/img/Cover.js +117 -78
- package/lib/img/index.js +74 -60
- package/lib/index.d.ts +2 -0
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +662 -197
- package/lib/index.js.map +1 -1
- package/lib/input/index.d.ts +1 -1
- package/lib/input/index.js +21 -20
- package/lib/input/index.js.map +1 -1
- package/lib/input/input.d.ts +5 -5
- package/lib/input/input.js +100 -90
- package/lib/input/input.js.map +1 -1
- package/lib/input-number/index.d.ts +3 -3
- package/lib/input-number/index.js +26 -24
- package/lib/input-number/index.js.map +1 -1
- package/lib/label/index.d.ts +2 -2
- package/lib/label/index.js +134 -137
- package/lib/label/index.js.map +1 -1
- package/lib/layout/index.d.ts +3 -3
- package/lib/layout/index.js +23 -22
- package/lib/layout/index.js.map +1 -1
- package/lib/list/index.d.ts +3 -3
- package/lib/list/index.js +23 -22
- package/lib/list/index.js.map +1 -1
- package/lib/loading-button/index.js +58 -55
- package/lib/locale/default.js +12 -10
- package/lib/locale/default.js.map +1 -1
- package/lib/locale/en_US.js +50 -47
- package/lib/locale/en_US.js.map +1 -1
- package/lib/locale/index.js +36 -18
- package/lib/locale/zh_CN.js +42 -40
- package/lib/locale/zh_CN.js.map +1 -1
- package/lib/locale-provider/index.d.ts +3 -3
- package/lib/locale-provider/index.js +26 -25
- package/lib/locale-provider/index.js.map +1 -1
- package/lib/mentions/index.d.ts +3 -3
- package/lib/mentions/index.js +23 -22
- package/lib/mentions/index.js.map +1 -1
- package/lib/menu/index.d.ts +3 -3
- package/lib/menu/index.js +23 -22
- package/lib/menu/index.js.map +1 -1
- package/lib/message/index.d.ts +3 -3
- package/lib/message/index.js +23 -22
- package/lib/message/index.js.map +1 -1
- package/lib/modal/index.d.ts +1 -1
- package/lib/modal/index.js +22 -21
- package/lib/modal/index.js.map +1 -1
- package/lib/modal/modal.d.ts +4 -4
- package/lib/modal/modal.js +59 -59
- package/lib/modal/modal.js.map +1 -1
- package/lib/notification/index.d.ts +3 -3
- package/lib/notification/index.js +23 -22
- package/lib/notification/index.js.map +1 -1
- package/lib/page/Box.js +66 -40
- package/lib/page/index.js +148 -95
- package/lib/page/utils.js +22 -16
- package/lib/page-header/index.d.ts +3 -3
- package/lib/page-header/index.js +23 -22
- package/lib/page-header/index.js.map +1 -1
- package/lib/pagination/index.d.ts +3 -3
- package/lib/pagination/index.js +23 -22
- package/lib/pagination/index.js.map +1 -1
- package/lib/popconfirm/index.d.ts +3 -3
- package/lib/popconfirm/index.js +23 -22
- package/lib/popconfirm/index.js.map +1 -1
- package/lib/popover/index.d.ts +3 -3
- package/lib/popover/index.js +23 -22
- package/lib/popover/index.js.map +1 -1
- package/lib/prev-locale.js +68 -54
- package/lib/preview-text/index.d.ts +4 -4
- package/lib/preview-text/index.js +263 -209
- package/lib/preview-text/index.js.map +1 -1
- package/lib/progress/index.d.ts +3 -3
- package/lib/progress/index.js +23 -22
- package/lib/progress/index.js.map +1 -1
- package/lib/query-form/Field/Checkbox.js +28 -22
- package/lib/query-form/Field/Select.js +79 -68
- package/lib/query-form/Field/SelectInput.js +87 -73
- package/lib/query-form/Field/fieldsMap.d.ts +2 -2
- package/lib/query-form/Field/fieldsMap.js +34 -32
- package/lib/query-form/Field/index.js +143 -96
- package/lib/query-form/createActions.js +53 -50
- package/lib/query-form/index.js +377 -286
- package/lib/query-form/useForm.js +11 -11
- package/lib/query-list-scene/List.js +360 -289
- package/lib/query-list-scene/QueryForm.js +161 -103
- package/lib/query-list-scene/QueryListScene.js +66 -31
- package/lib/query-list-scene/Title.js +15 -9
- package/lib/query-list-scene/Toolbar.js +31 -20
- package/lib/query-list-scene/createActions.js +79 -64
- package/lib/query-list-scene/index.js +28 -24
- package/lib/query-list-scene/useActions.js +11 -11
- package/lib/radio/index.d.ts +3 -3
- package/lib/radio/index.js +26 -24
- package/lib/radio/index.js.map +1 -1
- package/lib/radio/radio-group.d.ts +1 -1
- package/lib/radio/radio-group.js +11 -9
- package/lib/radio/radio-group.js.map +1 -1
- package/lib/rate/index.d.ts +3 -3
- package/lib/rate/index.js +23 -22
- package/lib/rate/index.js.map +1 -1
- package/lib/render-empty/index.js +8 -4
- package/lib/render-empty/render-empty.js +28 -22
- package/lib/render-empty/render-empty.js.map +1 -1
- package/lib/result/index.d.ts +3 -3
- package/lib/result/index.js +23 -22
- package/lib/result/index.js.map +1 -1
- package/lib/row/index.d.ts +3 -3
- package/lib/row/index.js +23 -22
- package/lib/row/index.js.map +1 -1
- package/lib/segmented/index.d.ts +1 -1
- package/lib/segmented/index.js +71 -69
- package/lib/select/index.d.ts +2 -2
- package/lib/select/index.js +22 -20
- package/lib/select/index.js.map +1 -1
- package/lib/select/select.d.ts +2 -2
- package/lib/select/select.js +61 -64
- package/lib/select/select.js.map +1 -1
- package/lib/skeleton/index.d.ts +3 -3
- package/lib/skeleton/index.js +23 -22
- package/lib/skeleton/index.js.map +1 -1
- package/lib/slider/index.d.ts +3 -3
- package/lib/slider/index.js +23 -22
- package/lib/slider/index.js.map +1 -1
- package/lib/spin/index.d.ts +3 -3
- package/lib/spin/index.js +23 -22
- package/lib/spin/index.js.map +1 -1
- package/lib/statistic/index.d.ts +3 -3
- package/lib/statistic/index.js +23 -22
- package/lib/statistic/index.js.map +1 -1
- package/lib/steps/index.d.ts +1 -1
- package/lib/steps/index.js +20 -19
- package/lib/steps/index.js.map +1 -1
- package/lib/steps/steps.d.ts +3 -3
- package/lib/steps/steps.js +72 -59
- package/lib/steps/steps.js.map +1 -1
- package/lib/svg-components/illustration-403.d.ts +1 -1
- package/lib/svg-components/illustration-403.js +217 -84
- package/lib/svg-components/illustration-404.d.ts +1 -1
- package/lib/svg-components/illustration-404.js +301 -101
- package/lib/svg-components/illustration-500.d.ts +1 -1
- package/lib/svg-components/illustration-500.js +332 -109
- package/lib/svg-components/illustration-empty.d.ts +1 -1
- package/lib/svg-components/illustration-empty.js +65 -41
- package/lib/svg-components/illustration-failure.d.ts +1 -1
- package/lib/svg-components/illustration-failure.js +123 -62
- package/lib/svg-components/illustration-no-access.d.ts +1 -1
- package/lib/svg-components/illustration-no-access.js +125 -61
- package/lib/svg-components/illustration-no-chart.d.ts +1 -1
- package/lib/svg-components/illustration-no-chart.js +145 -63
- package/lib/svg-components/illustration-no-result.d.ts +1 -1
- package/lib/svg-components/illustration-no-result.js +103 -58
- package/lib/svg-components/illustration-offline.d.ts +1 -1
- package/lib/svg-components/illustration-offline.js +142 -69
- package/lib/svg-components/illustration-success.d.ts +1 -1
- package/lib/svg-components/illustration-success.js +148 -69
- package/lib/svg-components/index.js +75 -26
- package/lib/switch/index.js +22 -21
- package/lib/switch/switch.d.ts +3 -3
- package/lib/switch/switch.js +35 -27
- package/lib/switch/switch.js.map +1 -1
- package/lib/table/assets/image-loading-background.d.ts +1 -1
- package/lib/table/assets/image-loading-background.js +56 -43
- package/lib/table/assets/image-loading.d.ts +1 -1
- package/lib/table/assets/image-loading.js +37 -31
- package/lib/table/constants.js +6 -3
- package/lib/table/context.js +7 -4
- package/lib/table/hooks/index.js +14 -16
- package/lib/table/hooks/use-column-setting.d.ts +1 -1
- package/lib/table/hooks/use-column-setting.js +37 -20
- package/lib/table/hooks/use-column-setting.js.map +1 -1
- package/lib/table/index.d.ts +1 -1
- package/lib/table/index.js +20 -19
- package/lib/table/index.js.map +1 -1
- package/lib/table/table.d.ts +3 -3
- package/lib/table/table.js +201 -174
- package/lib/table/table.js.map +1 -1
- package/lib/table/table.stories.js +182 -154
- package/lib/table/total-shower.d.ts +2 -2
- package/lib/table/total-shower.js +14 -10
- package/lib/table/total-shower.js.map +1 -1
- package/lib/table/utils.d.ts +1 -1
- package/lib/table/utils.js +24 -25
- package/lib/table/utils.js.map +1 -1
- package/lib/tabs/index.d.ts +1 -1
- package/lib/tabs/index.js +20 -19
- package/lib/tabs/index.js.map +1 -1
- package/lib/tabs/tabPane.js +1 -2
- package/lib/tabs/tabs.d.ts +3 -3
- package/lib/tabs/tabs.js +61 -62
- package/lib/tabs/tabs.js.map +1 -1
- package/lib/tag/index.d.ts +3 -3
- package/lib/tag/index.js +23 -22
- package/lib/tag/index.js.map +1 -1
- package/lib/time-picker/index.d.ts +3 -3
- package/lib/time-picker/index.js +25 -24
- package/lib/time-picker/index.js.map +1 -1
- package/lib/timeline/index.d.ts +3 -3
- package/lib/timeline/index.js +23 -22
- package/lib/timeline/index.js.map +1 -1
- package/lib/title/index.js +44 -27
- package/lib/tntd-cascader/AntdCascader/component/DisabledContext.js +18 -31
- package/lib/tntd-cascader/AntdCascader/component/FormItemInputContext.js +9 -26
- package/lib/tntd-cascader/AntdCascader/component/SizeContext.js +9 -26
- package/lib/tntd-cascader/AntdCascader/component/context.js +18 -16
- package/lib/tntd-cascader/AntdCascader/component/defaultRenderEmpty.js +36 -39
- package/lib/tntd-cascader/AntdCascader/component/defaultRenderEmpty.js.map +1 -1
- package/lib/tntd-cascader/AntdCascader/component/getIcons.js +81 -75
- package/lib/tntd-cascader/AntdCascader/component/useCompactItemContext.js +31 -50
- package/lib/tntd-cascader/AntdCascader/config/utils.js +29 -27
- package/lib/tntd-cascader/AntdCascader/config/warning.js +19 -35
- package/lib/tntd-cascader/AntdCascader/index.js +216 -162
- package/lib/tntd-cascader/AntdCascader/interface.js +13 -6
- package/lib/tntd-cascader/img/no-data-s.png +0 -0
- package/lib/tntd-cascader/index.js +12 -8
- package/lib/tntd-cascader/rc-cascader/Cascader.js +325 -284
- package/lib/tntd-cascader/rc-cascader/OptionList/Checkbox.js +30 -41
- package/lib/tntd-cascader/rc-cascader/OptionList/Column.js +198 -152
- package/lib/tntd-cascader/rc-cascader/OptionList/index.js +223 -163
- package/lib/tntd-cascader/rc-cascader/OptionList/useActive.js +40 -48
- package/lib/tntd-cascader/rc-cascader/OptionList/useKeyboard.js +179 -166
- package/lib/tntd-cascader/rc-cascader/context.js +11 -27
- package/lib/tntd-cascader/rc-cascader/hooks/useDisplayValues.js +62 -63
- package/lib/tntd-cascader/rc-cascader/hooks/useEntities.js +39 -49
- package/lib/tntd-cascader/rc-cascader/hooks/useMissingValues.js +26 -41
- package/lib/tntd-cascader/rc-cascader/hooks/useRefFunc.js +16 -33
- package/lib/tntd-cascader/rc-cascader/hooks/useSearchConfig.js +30 -51
- package/lib/tntd-cascader/rc-cascader/hooks/useSearchOptions.js +75 -65
- package/lib/tntd-cascader/rc-cascader/index.js +9 -7
- package/lib/tntd-cascader/rc-cascader/utils/commonUtil.js +49 -38
- package/lib/tntd-cascader/rc-cascader/utils/treeUtil.js +42 -39
- package/lib/tntd-cascader/rc-cascader/utils/warningPropsUtil.js +34 -30
- package/lib/tntd-form/ErrorList.js +99 -77
- package/lib/tntd-form/ErrorList.js.map +1 -1
- package/lib/tntd-form/Form.js +169 -139
- package/lib/tntd-form/FormItem/ItemHolder.js +154 -155
- package/lib/tntd-form/FormItem/ItemHolder.js.map +1 -1
- package/lib/tntd-form/FormItem/index.js +287 -252
- package/lib/tntd-form/FormItem/index.js.map +1 -1
- package/lib/tntd-form/FormItemInput.d.ts +1 -1
- package/lib/tntd-form/FormItemInput.d.ts.map +1 -1
- package/lib/tntd-form/FormItemInput.js +88 -62
- package/lib/tntd-form/FormItemInput.js.map +1 -1
- package/lib/tntd-form/FormItemLabel.d.ts +1 -1
- package/lib/tntd-form/FormItemLabel.d.ts.map +1 -1
- package/lib/tntd-form/FormItemLabel.js +99 -94
- package/lib/tntd-form/FormItemLabel.js.map +1 -1
- package/lib/tntd-form/FormList.js +52 -58
- package/lib/tntd-form/FormList.js.map +1 -1
- package/lib/tntd-form/_util/context.d.ts +42 -0
- package/lib/tntd-form/_util/context.d.ts.map +1 -0
- package/lib/tntd-form/_util/context.js +22 -0
- package/lib/tntd-form/_util/context.js.map +1 -0
- package/lib/tntd-form/_util/defaultRenderEmpty.d.ts +5 -0
- package/lib/tntd-form/_util/defaultRenderEmpty.d.ts.map +1 -0
- package/lib/tntd-form/_util/defaultRenderEmpty.js +44 -0
- package/lib/tntd-form/_util/defaultRenderEmpty.js.map +1 -0
- package/lib/tntd-form/_util/hooks/useFlexGapSupport.d.ts +3 -0
- package/lib/tntd-form/_util/hooks/useFlexGapSupport.d.ts.map +1 -0
- package/lib/tntd-form/_util/hooks/useFlexGapSupport.js +28 -0
- package/lib/tntd-form/_util/hooks/useFlexGapSupport.js.map +1 -0
- package/lib/tntd-form/_util/hooks/useForceUpdate.d.ts +3 -0
- package/lib/tntd-form/_util/hooks/useForceUpdate.d.ts.map +1 -0
- package/lib/tntd-form/_util/hooks/useForceUpdate.js +24 -0
- package/lib/tntd-form/_util/hooks/useForceUpdate.js.map +1 -0
- package/lib/tntd-form/_util/motion.js +51 -34
- package/lib/tntd-form/_util/reactNode.js +20 -37
- package/lib/tntd-form/_util/responsiveObserve.d.ts +22 -0
- package/lib/tntd-form/_util/responsiveObserve.d.ts.map +1 -0
- package/lib/tntd-form/_util/responsiveObserve.js +73 -0
- package/lib/tntd-form/_util/responsiveObserve.js.map +1 -0
- package/lib/tntd-form/_util/scrollTo.js +2 -2
- package/lib/tntd-form/_util/styleChecker.d.ts +5 -0
- package/lib/tntd-form/_util/styleChecker.d.ts.map +1 -0
- package/lib/tntd-form/_util/styleChecker.js +42 -0
- package/lib/tntd-form/_util/styleChecker.js.map +1 -0
- package/lib/tntd-form/_util/type.js +17 -5
- package/lib/tntd-form/_util/warning.js +17 -29
- package/lib/tntd-form/_util/wave.js +2 -2
- package/lib/tntd-form/context.js +47 -59
- package/lib/tntd-form/grid/RowContext.d.ts +9 -0
- package/lib/tntd-form/grid/RowContext.d.ts.map +1 -0
- package/lib/tntd-form/grid/RowContext.js +10 -0
- package/lib/tntd-form/grid/RowContext.js.map +1 -0
- package/lib/tntd-form/grid/col.d.ts +29 -0
- package/lib/tntd-form/grid/col.d.ts.map +1 -0
- package/lib/tntd-form/grid/col.js +105 -0
- package/lib/tntd-form/grid/col.js.map +1 -0
- package/lib/tntd-form/grid/hooks/useBreakpoint.d.ts +4 -0
- package/lib/tntd-form/grid/hooks/useBreakpoint.d.ts.map +1 -0
- package/lib/tntd-form/grid/hooks/useBreakpoint.js +29 -0
- package/lib/tntd-form/grid/hooks/useBreakpoint.js.map +1 -0
- package/lib/tntd-form/grid/index.d.ts +12 -0
- package/lib/tntd-form/grid/index.d.ts.map +1 -0
- package/lib/tntd-form/grid/index.js +31 -0
- package/lib/tntd-form/grid/index.js.map +1 -0
- package/lib/tntd-form/grid/row.d.ts +21 -0
- package/lib/tntd-form/grid/row.d.ts.map +1 -0
- package/lib/tntd-form/grid/row.js +186 -0
- package/lib/tntd-form/grid/row.js.map +1 -0
- package/lib/tntd-form/grid/style/index.d.ts +3 -0
- package/lib/tntd-form/grid/style/index.d.ts.map +1 -0
- package/lib/tntd-form/grid/style/index.js +4 -0
- package/lib/tntd-form/grid/style/index.js.map +1 -0
- package/lib/tntd-form/hooks/useDebounce.js +28 -37
- package/lib/tntd-form/hooks/useForm.js +56 -57
- package/lib/tntd-form/hooks/useFormInstance.js +11 -8
- package/lib/tntd-form/hooks/useFormItemStatus.js +18 -13
- package/lib/tntd-form/hooks/useFormItemStatus.js.map +1 -1
- package/lib/tntd-form/hooks/useFrameState.js +51 -63
- package/lib/tntd-form/hooks/useItemRef.js +24 -41
- package/lib/tntd-form/index.d.ts.map +1 -1
- package/lib/tntd-form/index.js +24 -43
- package/lib/tntd-form/index.js.map +1 -1
- package/lib/tntd-form/interface.js +6 -4
- package/lib/tntd-form/style/index.js +2 -4
- package/lib/tntd-form/tntd-form.stories.d.ts +1 -1
- package/lib/tntd-form/tntd-form.stories.js +913 -437
- package/lib/tntd-form/util.js +18 -19
- package/lib/tntd-form/validateMessagesContext.js +8 -4
- package/lib/tntd-icon/fonts/iconfont.js +36 -53
- package/lib/tntd-icon/index.js +40 -25
- package/lib/tntd-layout/ActionsContext.js +8 -4
- package/lib/tntd-layout/AppList.js +173 -224
- package/lib/tntd-layout/Application.js +75 -111
- package/lib/tntd-layout/Avatar.js +100 -135
- package/lib/tntd-layout/CompatibleLanguage.js +128 -180
- package/lib/tntd-layout/EnterpriseLayout/Avatar.js +117 -146
- package/lib/tntd-layout/EnterpriseLayout/Language.js +73 -90
- package/lib/tntd-layout/EnterpriseLayout/Theme.js +69 -102
- package/lib/tntd-layout/EnterpriseLayout/index.js +28 -17
- package/lib/tntd-layout/GlobalNavigation/NavigationPopup.js +283 -276
- package/lib/tntd-layout/GlobalNavigation/index.js +108 -115
- package/lib/tntd-layout/Header.js +77 -136
- package/lib/tntd-layout/HeaderActions.js +106 -106
- package/lib/tntd-layout/HeaderNavs.js +78 -107
- package/lib/tntd-layout/HeaderTabs.js +224 -316
- package/lib/tntd-layout/Iconfont.js +11 -7
- package/lib/tntd-layout/Language.js +69 -76
- package/lib/tntd-layout/Layout.js +214 -171
- package/lib/tntd-layout/Logo.js +69 -144
- package/lib/tntd-layout/OrgAppList.js +238 -388
- package/lib/tntd-layout/SideMenu.js +269 -408
- package/lib/tntd-layout/Theme.js +75 -93
- package/lib/tntd-layout/createActions.js +45 -34
- package/lib/tntd-layout/images/avatar/empty.png +0 -0
- package/lib/tntd-layout/images/avatar/female1.png +0 -0
- package/lib/tntd-layout/images/avatar/female2.png +0 -0
- package/lib/tntd-layout/images/avatar/female3.png +0 -0
- package/lib/tntd-layout/images/avatar/female4.png +0 -0
- package/lib/tntd-layout/images/avatar/female5.png +0 -0
- package/lib/tntd-layout/images/avatar/female6.png +0 -0
- package/lib/tntd-layout/images/avatar/male1.png +0 -0
- package/lib/tntd-layout/images/avatar/male2.png +0 -0
- package/lib/tntd-layout/images/avatar/male3.png +0 -0
- package/lib/tntd-layout/images/avatar/male4.png +0 -0
- package/lib/tntd-layout/images/avatar/male5.png +0 -0
- package/lib/tntd-layout/images/avatar/male6.png +0 -0
- package/lib/tntd-layout/images/index.js +68 -66
- package/lib/tntd-layout/index.js +137 -95
- package/lib/tntd-layout/paaslayout/CompactSideMenu.js +131 -182
- package/lib/tntd-layout/paaslayout/Header.js +51 -79
- package/lib/tntd-layout/paaslayout/Logo.js +15 -30
- package/lib/tntd-layout/paaslayout/SideMenu.js +131 -147
- package/lib/tntd-layout/paaslayout/index.js +205 -141
- package/lib/tntd-layout/storage.js +58 -30
- package/lib/tntd-modal/index.js +98 -62
- package/lib/tntd-rc-select/_util/DisabledContext.js +18 -31
- package/lib/tntd-rc-select/_util/FormItemInputContext.js +9 -26
- package/lib/tntd-rc-select/_util/PurePanel.js +84 -78
- package/lib/tntd-rc-select/_util/SizeContext.js +9 -26
- package/lib/tntd-rc-select/_util/context.js +18 -16
- package/lib/tntd-rc-select/_util/defaultRenderEmpty.js +35 -39
- package/lib/tntd-rc-select/_util/defaultRenderEmpty.js.map +1 -1
- package/lib/tntd-rc-select/_util/getIcons.js +81 -75
- package/lib/tntd-rc-select/_util/interface.js +13 -6
- package/lib/tntd-rc-select/_util/motion.js +51 -34
- package/lib/tntd-rc-select/_util/type.js +17 -5
- package/lib/tntd-rc-select/_util/useCompactItemContext.js +31 -50
- package/lib/tntd-rc-select/_util/warning.js +19 -35
- package/lib/tntd-rc-select/img/no-data-s.png +0 -0
- package/lib/tntd-rc-select/index.js +152 -123
- package/lib/tntd-second-page/index.js +60 -33
- package/lib/tntd-second-page/index.js.map +1 -1
- package/lib/tntd-select/DropDownWrap.js +102 -78
- package/lib/tntd-select/index.d.ts +2 -2
- package/lib/tntd-select/index.js +638 -543
- package/lib/tooltip/index.d.ts +3 -3
- package/lib/tooltip/index.js +23 -22
- package/lib/tooltip/index.js.map +1 -1
- package/lib/transfer/index.d.ts +3 -3
- package/lib/transfer/index.js +23 -22
- package/lib/transfer/index.js.map +1 -1
- package/lib/tree/index.d.ts +3 -3
- package/lib/tree/index.js +23 -22
- package/lib/tree/index.js.map +1 -1
- package/lib/tree-select/index.d.ts +5 -5
- package/lib/tree-select/index.js +30 -27
- package/lib/tree-select/index.js.map +1 -1
- package/lib/typography/index.d.ts +3 -3
- package/lib/typography/index.js +23 -22
- package/lib/typography/index.js.map +1 -1
- package/lib/upload/index.d.ts +2 -2
- package/lib/upload/index.js +32 -26
- package/lib/upload/index.js.map +1 -1
- package/lib/utils/checkAuth.js +34 -23
- package/lib/utils/findMenuInfoByPath.js +41 -34
- package/lib/utils/index.js +151 -90
- package/lib/utils/lang.js +76 -120
- package/lib/utils/simple-template.js +11 -7
- package/lib/version/index.d.ts +3 -3
- package/lib/version/index.js +23 -22
- package/lib/version/index.js.map +1 -1
- package/lib/water-mark/index.js +130 -117
- package/package.json +1 -1
- package/es/handle/handle.js +0 -102
- package/es/handle/handle.js.map +0 -1
- package/es/mention/index.js +0 -4
- package/es/mention/index.js.map +0 -1
- package/es/tntd-form/TntdForm/components/Item.js +0 -55
- package/es/tntd-form/TntdForm/components/Item.js.map +0 -1
- package/es/tntd-form/TntdForm/components/ItemComp.js +0 -186
- package/es/tntd-form/TntdForm/components/ItemComp.js.map +0 -1
- package/es/tntd-form/TntdForm/components/List.js +0 -102
- package/es/tntd-form/TntdForm/components/List.js.map +0 -1
- package/es/tntd-form/TntdForm/index.js +0 -55
- package/es/tntd-form/TntdForm/index.js.map +0 -1
- package/es/tntd-form/TntdForm/interface.js +0 -1
- package/es/tntd-form/TntdForm/interface.js.map +0 -1
- package/es/tntd-form/TntdForm/store.js +0 -2
- package/es/tntd-form/TntdForm/store.js.map +0 -1
- package/es/tntd-form/TntdForm/utils.js +0 -219
- package/es/tntd-form/TntdForm/utils.js.map +0 -1
- package/es/tntd-select/_util/DisabledContext.js +0 -8
- package/es/tntd-select/_util/DisabledContext.js.map +0 -1
- package/es/tntd-select/_util/FormItemInputContext.js +0 -3
- package/es/tntd-select/_util/FormItemInputContext.js.map +0 -1
- package/es/tntd-select/_util/PurePanel.js +0 -55
- package/es/tntd-select/_util/PurePanel.js.map +0 -1
- package/es/tntd-select/_util/SizeContext.js +0 -3
- package/es/tntd-select/_util/SizeContext.js.map +0 -1
- package/es/tntd-select/_util/context.js +0 -14
- package/es/tntd-select/_util/context.js.map +0 -1
- package/es/tntd-select/_util/defaultRenderEmpty.js +0 -20
- package/es/tntd-select/_util/defaultRenderEmpty.js.map +0 -1
- package/es/tntd-select/_util/getIcons.js +0 -52
- package/es/tntd-select/_util/getIcons.js.map +0 -1
- package/es/tntd-select/_util/interface.js +0 -5
- package/es/tntd-select/_util/interface.js.map +0 -1
- package/es/tntd-select/_util/motion.js +0 -38
- package/es/tntd-select/_util/motion.js.map +0 -1
- package/es/tntd-select/_util/type.js +0 -4
- package/es/tntd-select/_util/type.js.map +0 -1
- package/es/tntd-select/_util/useCompactItemContext.js +0 -24
- package/es/tntd-select/_util/useCompactItemContext.js.map +0 -1
- package/es/tntd-select/_util/warning.js +0 -15
- package/es/tntd-select/_util/warning.js.map +0 -1
- package/es/tntd-select/rc-select/BaseSelect.js +0 -429
- package/es/tntd-select/rc-select/BaseSelect.js.map +0 -1
- package/es/tntd-select/rc-select/OptGroup.js +0 -5
- package/es/tntd-select/rc-select/OptGroup.js.map +0 -1
- package/es/tntd-select/rc-select/Option.js +0 -5
- package/es/tntd-select/rc-select/Option.js.map +0 -1
- package/es/tntd-select/rc-select/OptionList.js +0 -257
- package/es/tntd-select/rc-select/OptionList.js.map +0 -1
- package/es/tntd-select/rc-select/Select.js +0 -428
- package/es/tntd-select/rc-select/Select.js.map +0 -1
- package/es/tntd-select/rc-select/SelectContext.js +0 -4
- package/es/tntd-select/rc-select/SelectContext.js.map +0 -1
- package/es/tntd-select/rc-select/SelectTrigger.js +0 -91
- package/es/tntd-select/rc-select/SelectTrigger.js.map +0 -1
- package/es/tntd-select/rc-select/Selector/Input.js +0 -47
- package/es/tntd-select/rc-select/Selector/Input.js.map +0 -1
- package/es/tntd-select/rc-select/Selector/MultipleSelector.js +0 -97
- package/es/tntd-select/rc-select/Selector/MultipleSelector.js.map +0 -1
- package/es/tntd-select/rc-select/Selector/SingleSelector.js +0 -45
- package/es/tntd-select/rc-select/Selector/SingleSelector.js.map +0 -1
- package/es/tntd-select/rc-select/Selector/index.js +0 -136
- package/es/tntd-select/rc-select/Selector/index.js.map +0 -1
- package/es/tntd-select/rc-select/TransBtn.js +0 -22
- package/es/tntd-select/rc-select/TransBtn.js.map +0 -1
- package/es/tntd-select/rc-select/hooks/useAllowClear.js +0 -25
- package/es/tntd-select/rc-select/hooks/useAllowClear.js.map +0 -1
- package/es/tntd-select/rc-select/hooks/useBaseProps.js +0 -10
- package/es/tntd-select/rc-select/hooks/useBaseProps.js.map +0 -1
- package/es/tntd-select/rc-select/hooks/useCache.js +0 -34
- package/es/tntd-select/rc-select/hooks/useCache.js.map +0 -1
- package/es/tntd-select/rc-select/hooks/useDelayReset.js +0 -24
- package/es/tntd-select/rc-select/hooks/useDelayReset.js.map +0 -1
- package/es/tntd-select/rc-select/hooks/useFilterOptions.js +0 -55
- package/es/tntd-select/rc-select/hooks/useFilterOptions.js.map +0 -1
- package/es/tntd-select/rc-select/hooks/useId.js +0 -28
- package/es/tntd-select/rc-select/hooks/useId.js.map +0 -1
- package/es/tntd-select/rc-select/hooks/useLayoutEffect.js +0 -18
- package/es/tntd-select/rc-select/hooks/useLayoutEffect.js.map +0 -1
- package/es/tntd-select/rc-select/hooks/useLock.js +0 -26
- package/es/tntd-select/rc-select/hooks/useLock.js.map +0 -1
- package/es/tntd-select/rc-select/hooks/useOptions.js +0 -45
- package/es/tntd-select/rc-select/hooks/useOptions.js.map +0 -1
- package/es/tntd-select/rc-select/hooks/useRefFunc.js +0 -14
- package/es/tntd-select/rc-select/hooks/useRefFunc.js.map +0 -1
- package/es/tntd-select/rc-select/hooks/useSelectTriggerControl.js +0 -32
- package/es/tntd-select/rc-select/hooks/useSelectTriggerControl.js.map +0 -1
- package/es/tntd-select/rc-select/index.js +0 -8
- package/es/tntd-select/rc-select/index.js.map +0 -1
- package/es/tntd-select/rc-select/interface.js +0 -2
- package/es/tntd-select/rc-select/interface.js.map +0 -1
- package/es/tntd-select/rc-select/utils/commonUtil.js +0 -32
- package/es/tntd-select/rc-select/utils/commonUtil.js.map +0 -1
- package/es/tntd-select/rc-select/utils/keyUtil.js +0 -34
- package/es/tntd-select/rc-select/utils/keyUtil.js.map +0 -1
- package/es/tntd-select/rc-select/utils/legacyUtil.js +0 -32
- package/es/tntd-select/rc-select/utils/legacyUtil.js.map +0 -1
- package/es/tntd-select/rc-select/utils/platformUtil.js +0 -5
- package/es/tntd-select/rc-select/utils/platformUtil.js.map +0 -1
- package/es/tntd-select/rc-select/utils/valueUtil.js +0 -99
- package/es/tntd-select/rc-select/utils/valueUtil.js.map +0 -1
- package/es/tntd-select/rc-select/utils/warningPropsUtil.js +0 -100
- package/es/tntd-select/rc-select/utils/warningPropsUtil.js.map +0 -1
- package/lib/handle/handle.d.ts +0 -3
- package/lib/handle/handle.d.ts.map +0 -1
- package/lib/handle/handle.js +0 -130
- package/lib/handle/handle.js.map +0 -1
- package/lib/tntd-form/TntdForm/components/Item.js +0 -65
- package/lib/tntd-form/TntdForm/components/ItemComp.js +0 -215
- package/lib/tntd-form/TntdForm/components/List.js +0 -123
- package/lib/tntd-form/TntdForm/index.js +0 -72
- package/lib/tntd-form/TntdForm/interface.js +0 -5
- package/lib/tntd-form/TntdForm/store.js +0 -10
- package/lib/tntd-form/TntdForm/utils.js +0 -239
- package/lib/tntd-select/_util/DisabledContext.d.ts +0 -10
- package/lib/tntd-select/_util/DisabledContext.d.ts.map +0 -1
- package/lib/tntd-select/_util/DisabledContext.js +0 -35
- package/lib/tntd-select/_util/DisabledContext.js.map +0 -1
- package/lib/tntd-select/_util/FormItemInputContext.d.ts +0 -4
- package/lib/tntd-select/_util/FormItemInputContext.d.ts.map +0 -1
- package/lib/tntd-select/_util/FormItemInputContext.js +0 -29
- package/lib/tntd-select/_util/FormItemInputContext.js.map +0 -1
- package/lib/tntd-select/_util/PurePanel.d.ts +0 -9
- package/lib/tntd-select/_util/PurePanel.d.ts.map +0 -1
- package/lib/tntd-select/_util/PurePanel.js +0 -84
- package/lib/tntd-select/_util/PurePanel.js.map +0 -1
- package/lib/tntd-select/_util/SizeContext.d.ts +0 -4
- package/lib/tntd-select/_util/SizeContext.d.ts.map +0 -1
- package/lib/tntd-select/_util/SizeContext.js +0 -29
- package/lib/tntd-select/_util/SizeContext.js.map +0 -1
- package/lib/tntd-select/_util/context.d.ts.map +0 -1
- package/lib/tntd-select/_util/context.js +0 -20
- package/lib/tntd-select/_util/context.js.map +0 -1
- package/lib/tntd-select/_util/defaultRenderEmpty.d.ts.map +0 -1
- package/lib/tntd-select/_util/defaultRenderEmpty.js +0 -48
- package/lib/tntd-select/_util/defaultRenderEmpty.js.map +0 -1
- package/lib/tntd-select/_util/getIcons.d.ts +0 -25
- package/lib/tntd-select/_util/getIcons.d.ts.map +0 -1
- package/lib/tntd-select/_util/getIcons.js +0 -78
- package/lib/tntd-select/_util/getIcons.js.map +0 -1
- package/lib/tntd-select/_util/interface.d.ts +0 -25
- package/lib/tntd-select/_util/interface.d.ts.map +0 -1
- package/lib/tntd-select/_util/interface.js +0 -9
- package/lib/tntd-select/_util/interface.js.map +0 -1
- package/lib/tntd-select/_util/motion.d.ts +0 -9
- package/lib/tntd-select/_util/motion.d.ts.map +0 -1
- package/lib/tntd-select/_util/motion.js +0 -42
- package/lib/tntd-select/_util/motion.js.map +0 -1
- package/lib/tntd-select/_util/type.d.ts +0 -10
- package/lib/tntd-select/_util/type.d.ts.map +0 -1
- package/lib/tntd-select/_util/type.js +0 -9
- package/lib/tntd-select/_util/type.js.map +0 -1
- package/lib/tntd-select/_util/useCompactItemContext.d.ts +0 -9
- package/lib/tntd-select/_util/useCompactItemContext.d.ts.map +0 -1
- package/lib/tntd-select/_util/useCompactItemContext.js +0 -54
- package/lib/tntd-select/_util/useCompactItemContext.js.map +0 -1
- package/lib/tntd-select/_util/warning.d.ts +0 -4
- package/lib/tntd-select/_util/warning.d.ts.map +0 -1
- package/lib/tntd-select/_util/warning.js +0 -40
- package/lib/tntd-select/_util/warning.js.map +0 -1
- package/lib/tntd-select/rc-select/BaseSelect.d.ts +0 -114
- package/lib/tntd-select/rc-select/BaseSelect.d.ts.map +0 -1
- package/lib/tntd-select/rc-select/BaseSelect.js +0 -459
- package/lib/tntd-select/rc-select/BaseSelect.js.map +0 -1
- package/lib/tntd-select/rc-select/OptGroup.d.ts +0 -13
- package/lib/tntd-select/rc-select/OptGroup.d.ts.map +0 -1
- package/lib/tntd-select/rc-select/OptGroup.js +0 -7
- package/lib/tntd-select/rc-select/OptGroup.js.map +0 -1
- package/lib/tntd-select/rc-select/Option.d.ts +0 -15
- package/lib/tntd-select/rc-select/Option.d.ts.map +0 -1
- package/lib/tntd-select/rc-select/Option.js +0 -7
- package/lib/tntd-select/rc-select/Option.js.map +0 -1
- package/lib/tntd-select/rc-select/OptionList.d.ts +0 -11
- package/lib/tntd-select/rc-select/OptionList.d.ts.map +0 -1
- package/lib/tntd-select/rc-select/OptionList.js +0 -285
- package/lib/tntd-select/rc-select/OptionList.js.map +0 -1
- package/lib/tntd-select/rc-select/Select.d.ts +0 -115
- package/lib/tntd-select/rc-select/Select.d.ts.map +0 -1
- package/lib/tntd-select/rc-select/Select.js +0 -456
- package/lib/tntd-select/rc-select/Select.js.map +0 -1
- package/lib/tntd-select/rc-select/SelectContext.d.ts +0 -23
- package/lib/tntd-select/rc-select/SelectContext.d.ts.map +0 -1
- package/lib/tntd-select/rc-select/SelectContext.js +0 -29
- package/lib/tntd-select/rc-select/SelectContext.js.map +0 -1
- package/lib/tntd-select/rc-select/SelectTrigger.d.ts +0 -31
- package/lib/tntd-select/rc-select/SelectTrigger.d.ts.map +0 -1
- package/lib/tntd-select/rc-select/SelectTrigger.js +0 -119
- package/lib/tntd-select/rc-select/SelectTrigger.js.map +0 -1
- package/lib/tntd-select/rc-select/Selector/Input.d.ts +0 -27
- package/lib/tntd-select/rc-select/Selector/Input.d.ts.map +0 -1
- package/lib/tntd-select/rc-select/Selector/Input.js +0 -75
- package/lib/tntd-select/rc-select/Selector/Input.js.map +0 -1
- package/lib/tntd-select/rc-select/Selector/MultipleSelector.d.ts +0 -17
- package/lib/tntd-select/rc-select/Selector/MultipleSelector.d.ts.map +0 -1
- package/lib/tntd-select/rc-select/Selector/MultipleSelector.js +0 -125
- package/lib/tntd-select/rc-select/Selector/MultipleSelector.js.map +0 -1
- package/lib/tntd-select/rc-select/Selector/SingleSelector.d.ts +0 -9
- package/lib/tntd-select/rc-select/Selector/SingleSelector.d.ts.map +0 -1
- package/lib/tntd-select/rc-select/Selector/SingleSelector.js +0 -73
- package/lib/tntd-select/rc-select/Selector/SingleSelector.js.map +0 -1
- package/lib/tntd-select/rc-select/Selector/index.d.ts +0 -83
- package/lib/tntd-select/rc-select/Selector/index.d.ts.map +0 -1
- package/lib/tntd-select/rc-select/Selector/index.js +0 -164
- package/lib/tntd-select/rc-select/Selector/index.js.map +0 -1
- package/lib/tntd-select/rc-select/TransBtn.d.ts +0 -13
- package/lib/tntd-select/rc-select/TransBtn.d.ts.map +0 -1
- package/lib/tntd-select/rc-select/TransBtn.js +0 -50
- package/lib/tntd-select/rc-select/TransBtn.js.map +0 -1
- package/lib/tntd-select/rc-select/hooks/useAllowClear.d.ts +0 -9
- package/lib/tntd-select/rc-select/hooks/useAllowClear.d.ts.map +0 -1
- package/lib/tntd-select/rc-select/hooks/useAllowClear.js +0 -32
- package/lib/tntd-select/rc-select/hooks/useAllowClear.js.map +0 -1
- package/lib/tntd-select/rc-select/hooks/useBaseProps.d.ts +0 -14
- package/lib/tntd-select/rc-select/hooks/useBaseProps.d.ts.map +0 -1
- package/lib/tntd-select/rc-select/hooks/useBaseProps.js +0 -37
- package/lib/tntd-select/rc-select/hooks/useBaseProps.js.map +0 -1
- package/lib/tntd-select/rc-select/hooks/useCache.d.ts +0 -8
- package/lib/tntd-select/rc-select/hooks/useCache.d.ts.map +0 -1
- package/lib/tntd-select/rc-select/hooks/useCache.js +0 -59
- package/lib/tntd-select/rc-select/hooks/useCache.js.map +0 -1
- package/lib/tntd-select/rc-select/hooks/useDelayReset.d.ts +0 -6
- package/lib/tntd-select/rc-select/hooks/useDelayReset.d.ts.map +0 -1
- package/lib/tntd-select/rc-select/hooks/useDelayReset.js +0 -50
- package/lib/tntd-select/rc-select/hooks/useDelayReset.js.map +0 -1
- package/lib/tntd-select/rc-select/hooks/useFilterOptions.d.ts +0 -4
- package/lib/tntd-select/rc-select/hooks/useFilterOptions.d.ts.map +0 -1
- package/lib/tntd-select/rc-select/hooks/useFilterOptions.js +0 -80
- package/lib/tntd-select/rc-select/hooks/useFilterOptions.js.map +0 -1
- package/lib/tntd-select/rc-select/hooks/useId.d.ts +0 -6
- package/lib/tntd-select/rc-select/hooks/useId.d.ts.map +0 -1
- package/lib/tntd-select/rc-select/hooks/useId.js +0 -59
- package/lib/tntd-select/rc-select/hooks/useId.js.map +0 -1
- package/lib/tntd-select/rc-select/hooks/useLayoutEffect.d.ts +0 -6
- package/lib/tntd-select/rc-select/hooks/useLayoutEffect.d.ts.map +0 -1
- package/lib/tntd-select/rc-select/hooks/useLayoutEffect.js +0 -44
- package/lib/tntd-select/rc-select/hooks/useLayoutEffect.js.map +0 -1
- package/lib/tntd-select/rc-select/hooks/useLock.d.ts +0 -8
- package/lib/tntd-select/rc-select/hooks/useLock.d.ts.map +0 -1
- package/lib/tntd-select/rc-select/hooks/useLock.js +0 -52
- package/lib/tntd-select/rc-select/hooks/useLock.js.map +0 -1
- package/lib/tntd-select/rc-select/hooks/useOptions.d.ts +0 -12
- package/lib/tntd-select/rc-select/hooks/useOptions.d.ts.map +0 -1
- package/lib/tntd-select/rc-select/hooks/useOptions.js +0 -71
- package/lib/tntd-select/rc-select/hooks/useOptions.js.map +0 -1
- package/lib/tntd-select/rc-select/hooks/useRefFunc.d.ts +0 -6
- package/lib/tntd-select/rc-select/hooks/useRefFunc.d.ts.map +0 -1
- package/lib/tntd-select/rc-select/hooks/useRefFunc.js +0 -40
- package/lib/tntd-select/rc-select/hooks/useRefFunc.js.map +0 -1
- package/lib/tntd-select/rc-select/hooks/useSelectTriggerControl.d.ts +0 -2
- package/lib/tntd-select/rc-select/hooks/useSelectTriggerControl.d.ts.map +0 -1
- package/lib/tntd-select/rc-select/hooks/useSelectTriggerControl.js +0 -58
- package/lib/tntd-select/rc-select/hooks/useSelectTriggerControl.js.map +0 -1
- package/lib/tntd-select/rc-select/index.d.ts +0 -11
- package/lib/tntd-select/rc-select/index.d.ts.map +0 -1
- package/lib/tntd-select/rc-select/index.js +0 -17
- package/lib/tntd-select/rc-select/index.js.map +0 -1
- package/lib/tntd-select/rc-select/interface.d.ts +0 -23
- package/lib/tntd-select/rc-select/interface.d.ts.map +0 -1
- package/lib/tntd-select/rc-select/interface.js +0 -3
- package/lib/tntd-select/rc-select/interface.js.map +0 -1
- package/lib/tntd-select/rc-select/utils/commonUtil.d.ts +0 -10
- package/lib/tntd-select/rc-select/utils/commonUtil.d.ts.map +0 -1
- package/lib/tntd-select/rc-select/utils/commonUtil.js +0 -39
- package/lib/tntd-select/rc-select/utils/commonUtil.js.map +0 -1
- package/lib/tntd-select/rc-select/utils/keyUtil.d.ts +0 -3
- package/lib/tntd-select/rc-select/utils/keyUtil.d.ts.map +0 -1
- package/lib/tntd-select/rc-select/utils/keyUtil.js +0 -41
- package/lib/tntd-select/rc-select/utils/keyUtil.js.map +0 -1
- package/lib/tntd-select/rc-select/utils/legacyUtil.d.ts +0 -4
- package/lib/tntd-select/rc-select/utils/legacyUtil.d.ts.map +0 -1
- package/lib/tntd-select/rc-select/utils/legacyUtil.js +0 -62
- package/lib/tntd-select/rc-select/utils/legacyUtil.js.map +0 -1
- package/lib/tntd-select/rc-select/utils/platformUtil.d.ts +0 -2
- package/lib/tntd-select/rc-select/utils/platformUtil.d.ts.map +0 -1
- package/lib/tntd-select/rc-select/utils/platformUtil.js +0 -9
- package/lib/tntd-select/rc-select/utils/platformUtil.js.map +0 -1
- package/lib/tntd-select/rc-select/utils/valueUtil.d.ts +0 -24
- package/lib/tntd-select/rc-select/utils/valueUtil.d.ts.map +0 -1
- package/lib/tntd-select/rc-select/utils/valueUtil.js +0 -109
- package/lib/tntd-select/rc-select/utils/valueUtil.js.map +0 -1
- package/lib/tntd-select/rc-select/utils/warningPropsUtil.d.ts +0 -5
- package/lib/tntd-select/rc-select/utils/warningPropsUtil.d.ts.map +0 -1
- package/lib/tntd-select/rc-select/utils/warningPropsUtil.js +0 -130
- package/lib/tntd-select/rc-select/utils/warningPropsUtil.js.map +0 -1
- /package/lib/{tntd-select/_util → _util}/context.d.ts +0 -0
- /package/lib/{tntd-select/_util → _util}/defaultRenderEmpty.d.ts +0 -0
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"commonUtil.d.ts","sourceRoot":"","sources":["../../../../src/tntd-select/rc-select/utils/commonUtil.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AAEtD,wBAAgB,OAAO,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,GAAG,CAAC,EAAE,GAAG,CAAC,EAAE,CAK9C;AAED,eAAO,MAAM,QAAQ,qBACgE,CAAC;AAEtF,mCAAmC;AACnC,eAAO,MAAM,eAAe,qBAA8C,CAAC;AAE3E,wBAAgB,QAAQ,CAAC,KAAK,KAAA,WAE7B;AAED,4CAA4C;AAC5C,wBAAgB,cAAc,CAAC,KAAK,KAAA,WAEnC;AAMD,wBAAgB,QAAQ,CAAC,IAAI,EAAE,gBAAgB,GAAG,MAAM,CAWvD"}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.getTitle = exports.isComboNoValue = exports.hasValue = exports.isBrowserClient = exports.isClient = exports.toArray = void 0;
|
|
4
|
-
function toArray(value) {
|
|
5
|
-
if (Array.isArray(value)) {
|
|
6
|
-
return value;
|
|
7
|
-
}
|
|
8
|
-
return value !== undefined ? [value] : [];
|
|
9
|
-
}
|
|
10
|
-
exports.toArray = toArray;
|
|
11
|
-
exports.isClient = typeof window !== 'undefined' && window.document && window.document.documentElement;
|
|
12
|
-
/** Is client side and not jsdom */
|
|
13
|
-
exports.isBrowserClient = process.env.NODE_ENV !== 'test' && exports.isClient;
|
|
14
|
-
function hasValue(value) {
|
|
15
|
-
return value !== undefined && value !== null;
|
|
16
|
-
}
|
|
17
|
-
exports.hasValue = hasValue;
|
|
18
|
-
/** combo mode no value judgment function */
|
|
19
|
-
function isComboNoValue(value) {
|
|
20
|
-
return !value && value !== 0;
|
|
21
|
-
}
|
|
22
|
-
exports.isComboNoValue = isComboNoValue;
|
|
23
|
-
function isTitleType(title) {
|
|
24
|
-
return ['string', 'number'].includes(typeof title);
|
|
25
|
-
}
|
|
26
|
-
function getTitle(item) {
|
|
27
|
-
let title = undefined;
|
|
28
|
-
if (item) {
|
|
29
|
-
if (isTitleType(item.title)) {
|
|
30
|
-
title = item.title.toString();
|
|
31
|
-
}
|
|
32
|
-
else if (isTitleType(item.label)) {
|
|
33
|
-
title = item.label.toString();
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
return title;
|
|
37
|
-
}
|
|
38
|
-
exports.getTitle = getTitle;
|
|
39
|
-
//# sourceMappingURL=commonUtil.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"commonUtil.js","sourceRoot":"","sources":["../../../../src/tntd-select/rc-select/utils/commonUtil.ts"],"names":[],"mappings":";;;AAEA,SAAgB,OAAO,CAAI,KAAc;IACvC,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE;QACxB,OAAO,KAAK,CAAC;KACd;IACD,OAAO,KAAK,KAAK,SAAS,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;AAC5C,CAAC;AALD,0BAKC;AAEY,QAAA,QAAQ,GACnB,OAAO,MAAM,KAAK,WAAW,IAAI,MAAM,CAAC,QAAQ,IAAI,MAAM,CAAC,QAAQ,CAAC,eAAe,CAAC;AAEtF,mCAAmC;AACtB,QAAA,eAAe,GAAG,OAAO,CAAC,GAAG,CAAC,QAAQ,KAAK,MAAM,IAAI,gBAAQ,CAAC;AAE3E,SAAgB,QAAQ,CAAC,KAAK;IAC5B,OAAO,KAAK,KAAK,SAAS,IAAI,KAAK,KAAK,IAAI,CAAC;AAC/C,CAAC;AAFD,4BAEC;AAED,4CAA4C;AAC5C,SAAgB,cAAc,CAAC,KAAK;IAClC,OAAO,CAAC,KAAK,IAAI,KAAK,KAAK,CAAC,CAAC;AAC/B,CAAC;AAFD,wCAEC;AAED,SAAS,WAAW,CAAC,KAAU;IAC7B,OAAO,CAAC,QAAQ,EAAE,QAAQ,CAAC,CAAC,QAAQ,CAAC,OAAO,KAAK,CAAC,CAAC;AACrD,CAAC;AAED,SAAgB,QAAQ,CAAC,IAAsB;IAC7C,IAAI,KAAK,GAAW,SAAS,CAAC;IAC9B,IAAI,IAAI,EAAE;QACR,IAAI,WAAW,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE;YAC3B,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,QAAQ,EAAE,CAAC;SAC/B;aAAM,IAAI,WAAW,CAAC,IAAI,CAAC,KAAK,CAAC,EAAE;YAClC,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,QAAQ,EAAE,CAAC;SAC/B;KACF;IAED,OAAO,KAAK,CAAC;AACf,CAAC;AAXD,4BAWC","sourcesContent":["import type { DisplayValueType } from '../BaseSelect';\n\nexport function toArray<T>(value: T | T[]): T[] {\n if (Array.isArray(value)) {\n return value;\n }\n return value !== undefined ? [value] : [];\n}\n\nexport const isClient =\n typeof window !== 'undefined' && window.document && window.document.documentElement;\n\n/** Is client side and not jsdom */\nexport const isBrowserClient = process.env.NODE_ENV !== 'test' && isClient;\n\nexport function hasValue(value) {\n return value !== undefined && value !== null;\n}\n\n/** combo mode no value judgment function */\nexport function isComboNoValue(value) {\n return !value && value !== 0;\n}\n\nfunction isTitleType(title: any) {\n return ['string', 'number'].includes(typeof title);\n}\n\nexport function getTitle(item: DisplayValueType): string {\n let title: string = undefined;\n if (item) {\n if (isTitleType(item.title)) {\n title = item.title.toString();\n } else if (isTitleType(item.label)) {\n title = item.label.toString();\n }\n }\n\n return title;\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"keyUtil.d.ts","sourceRoot":"","sources":["../../../../src/tntd-select/rc-select/utils/keyUtil.ts"],"names":[],"mappings":"AAEA,gCAAgC;AAChC,wBAAgB,iBAAiB,CAAC,cAAc,EAAE,MAAM,GAAG,OAAO,CA8BjE"}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.isValidateOpenKey = void 0;
|
|
7
|
-
const KeyCode_1 = __importDefault(require("rc-util/lib/KeyCode"));
|
|
8
|
-
/** keyCode Judgment function */
|
|
9
|
-
function isValidateOpenKey(currentKeyCode) {
|
|
10
|
-
return ![
|
|
11
|
-
// System function button
|
|
12
|
-
KeyCode_1.default.ESC,
|
|
13
|
-
KeyCode_1.default.SHIFT,
|
|
14
|
-
KeyCode_1.default.BACKSPACE,
|
|
15
|
-
KeyCode_1.default.TAB,
|
|
16
|
-
KeyCode_1.default.WIN_KEY,
|
|
17
|
-
KeyCode_1.default.ALT,
|
|
18
|
-
KeyCode_1.default.META,
|
|
19
|
-
KeyCode_1.default.WIN_KEY_RIGHT,
|
|
20
|
-
KeyCode_1.default.CTRL,
|
|
21
|
-
KeyCode_1.default.SEMICOLON,
|
|
22
|
-
KeyCode_1.default.EQUALS,
|
|
23
|
-
KeyCode_1.default.CAPS_LOCK,
|
|
24
|
-
KeyCode_1.default.CONTEXT_MENU,
|
|
25
|
-
// F1-F12
|
|
26
|
-
KeyCode_1.default.F1,
|
|
27
|
-
KeyCode_1.default.F2,
|
|
28
|
-
KeyCode_1.default.F3,
|
|
29
|
-
KeyCode_1.default.F4,
|
|
30
|
-
KeyCode_1.default.F5,
|
|
31
|
-
KeyCode_1.default.F6,
|
|
32
|
-
KeyCode_1.default.F7,
|
|
33
|
-
KeyCode_1.default.F8,
|
|
34
|
-
KeyCode_1.default.F9,
|
|
35
|
-
KeyCode_1.default.F10,
|
|
36
|
-
KeyCode_1.default.F11,
|
|
37
|
-
KeyCode_1.default.F12,
|
|
38
|
-
].includes(currentKeyCode);
|
|
39
|
-
}
|
|
40
|
-
exports.isValidateOpenKey = isValidateOpenKey;
|
|
41
|
-
//# sourceMappingURL=keyUtil.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"keyUtil.js","sourceRoot":"","sources":["../../../../src/tntd-select/rc-select/utils/keyUtil.ts"],"names":[],"mappings":";;;;;;AAAA,kEAA0C;AAE1C,gCAAgC;AAChC,SAAgB,iBAAiB,CAAC,cAAsB;IACtD,OAAO,CAAC;QACN,yBAAyB;QACzB,iBAAO,CAAC,GAAG;QACX,iBAAO,CAAC,KAAK;QACb,iBAAO,CAAC,SAAS;QACjB,iBAAO,CAAC,GAAG;QACX,iBAAO,CAAC,OAAO;QACf,iBAAO,CAAC,GAAG;QACX,iBAAO,CAAC,IAAI;QACZ,iBAAO,CAAC,aAAa;QACrB,iBAAO,CAAC,IAAI;QACZ,iBAAO,CAAC,SAAS;QACjB,iBAAO,CAAC,MAAM;QACd,iBAAO,CAAC,SAAS;QACjB,iBAAO,CAAC,YAAY;QACpB,SAAS;QACT,iBAAO,CAAC,EAAE;QACV,iBAAO,CAAC,EAAE;QACV,iBAAO,CAAC,EAAE;QACV,iBAAO,CAAC,EAAE;QACV,iBAAO,CAAC,EAAE;QACV,iBAAO,CAAC,EAAE;QACV,iBAAO,CAAC,EAAE;QACV,iBAAO,CAAC,EAAE;QACV,iBAAO,CAAC,EAAE;QACV,iBAAO,CAAC,GAAG;QACX,iBAAO,CAAC,GAAG;QACX,iBAAO,CAAC,GAAG;KACZ,CAAC,QAAQ,CAAC,cAAc,CAAC,CAAC;AAC7B,CAAC;AA9BD,8CA8BC","sourcesContent":["import KeyCode from 'rc-util/lib/KeyCode';\n\n/** keyCode Judgment function */\nexport function isValidateOpenKey(currentKeyCode: number): boolean {\n return ![\n // System function button\n KeyCode.ESC,\n KeyCode.SHIFT,\n KeyCode.BACKSPACE,\n KeyCode.TAB,\n KeyCode.WIN_KEY,\n KeyCode.ALT,\n KeyCode.META,\n KeyCode.WIN_KEY_RIGHT,\n KeyCode.CTRL,\n KeyCode.SEMICOLON,\n KeyCode.EQUALS,\n KeyCode.CAPS_LOCK,\n KeyCode.CONTEXT_MENU,\n // F1-F12\n KeyCode.F1,\n KeyCode.F2,\n KeyCode.F3,\n KeyCode.F4,\n KeyCode.F5,\n KeyCode.F6,\n KeyCode.F7,\n KeyCode.F8,\n KeyCode.F9,\n KeyCode.F10,\n KeyCode.F11,\n KeyCode.F12,\n ].includes(currentKeyCode);\n}\n"]}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import type { BaseOptionType, DefaultOptionType } from '../Select';
|
|
3
|
-
export declare function convertChildrenToData<OptionType extends BaseOptionType = DefaultOptionType>(nodes: React.ReactNode, optionOnly?: boolean): OptionType[];
|
|
4
|
-
//# sourceMappingURL=legacyUtil.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"legacyUtil.d.ts","sourceRoot":"","sources":["../../../../src/tntd-select/rc-select/utils/legacyUtil.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,KAAK,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAanE,wBAAgB,qBAAqB,CAAC,UAAU,SAAS,cAAc,GAAG,iBAAiB,EACzF,KAAK,EAAE,KAAK,CAAC,SAAS,EACtB,UAAU,GAAE,OAAe,GAC1B,UAAU,EAAE,CA2Bd"}
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
|
26
|
-
var t = {};
|
|
27
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
28
|
-
t[p] = s[p];
|
|
29
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
30
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
31
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
32
|
-
t[p[i]] = s[p[i]];
|
|
33
|
-
}
|
|
34
|
-
return t;
|
|
35
|
-
};
|
|
36
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
37
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
38
|
-
};
|
|
39
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
40
|
-
exports.convertChildrenToData = void 0;
|
|
41
|
-
const React = __importStar(require("react"));
|
|
42
|
-
const toArray_1 = __importDefault(require("rc-util/lib/Children/toArray"));
|
|
43
|
-
function convertNodeToOption(node) {
|
|
44
|
-
const _a = node, { key } = _a, _b = _a.props, { children, value } = _b, restProps = __rest(_b, ["children", "value"]);
|
|
45
|
-
return Object.assign({ key, value: value !== undefined ? value : key, children }, restProps);
|
|
46
|
-
}
|
|
47
|
-
function convertChildrenToData(nodes, optionOnly = false) {
|
|
48
|
-
return (0, toArray_1.default)(nodes)
|
|
49
|
-
.map((node, index) => {
|
|
50
|
-
if (!React.isValidElement(node) || !node.type) {
|
|
51
|
-
return null;
|
|
52
|
-
}
|
|
53
|
-
const _a = node, { type: { isSelectOptGroup }, key } = _a, _b = _a.props, { children } = _b, restProps = __rest(_b, ["children"]);
|
|
54
|
-
if (optionOnly || !isSelectOptGroup) {
|
|
55
|
-
return convertNodeToOption(node);
|
|
56
|
-
}
|
|
57
|
-
return Object.assign(Object.assign({ key: `__RC_SELECT_GRP__${key === null ? index : key}__`, label: key }, restProps), { options: convertChildrenToData(children) });
|
|
58
|
-
})
|
|
59
|
-
.filter((data) => data);
|
|
60
|
-
}
|
|
61
|
-
exports.convertChildrenToData = convertChildrenToData;
|
|
62
|
-
//# sourceMappingURL=legacyUtil.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"legacyUtil.js","sourceRoot":"","sources":["../../../../src/tntd-select/rc-select/utils/legacyUtil.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,6CAA+B;AAC/B,2EAAmD;AAGnD,SAAS,mBAAmB,CAC1B,IAAwB;IAExB,MAAM,KAGF,IAA0B,EAHxB,EACJ,GAAG,OAEyB,EAD5B,aAAwC,EAAxC,EAAS,QAAQ,EAAE,KAAK,OAAgB,EAAX,SAAS,cAA/B,qBAAiC,CACZ,CAAC;IAE/B,uBAAS,GAAG,EAAE,KAAK,EAAE,KAAK,KAAK,SAAS,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,GAAG,EAAE,QAAQ,IAAK,SAAS,EAAG;AACnF,CAAC;AAED,SAAgB,qBAAqB,CACnC,KAAsB,EACtB,aAAsB,KAAK;IAE3B,OAAO,IAAA,iBAAO,EAAC,KAAK,CAAC;SAClB,GAAG,CAAC,CAAC,IAAwB,EAAE,KAAa,EAAqB,EAAE;QAClE,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,IAAI,EAAE;YAC7C,OAAO,IAAI,CAAC;SACb;QAED,MAAM,KAIF,IAEH,EANK,EACJ,IAAI,EAAE,EAAE,gBAAgB,EAAE,EAC1B,GAAG,OAIJ,EAHC,aAAiC,EAAjC,EAAS,QAAQ,OAAgB,EAAX,SAAS,cAAxB,YAA0B,CAGlC,CAAC;QAEF,IAAI,UAAU,IAAI,CAAC,gBAAgB,EAAE;YACnC,OAAO,mBAAmB,CAAC,IAAI,CAAC,CAAC;SAClC;QAED,qCACE,GAAG,EAAE,oBAAoB,GAAG,KAAK,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,GAAG,IAAI,EACvD,KAAK,EAAE,GAAG,IACP,SAAS,KACZ,OAAO,EAAE,qBAAqB,CAAC,QAAQ,CAAC,IACxC;IACJ,CAAC,CAAC;SACD,MAAM,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,CAAC;AAC5B,CAAC;AA9BD,sDA8BC","sourcesContent":["import * as React from 'react';\nimport toArray from 'rc-util/lib/Children/toArray';\nimport type { BaseOptionType, DefaultOptionType } from '../Select';\n\nfunction convertNodeToOption<OptionType extends BaseOptionType = DefaultOptionType>(\n node: React.ReactElement,\n): OptionType {\n const {\n key,\n props: { children, value, ...restProps },\n } = node as React.ReactElement;\n\n return { key, value: value !== undefined ? value : key, children, ...restProps };\n}\n\nexport function convertChildrenToData<OptionType extends BaseOptionType = DefaultOptionType>(\n nodes: React.ReactNode,\n optionOnly: boolean = false,\n): OptionType[] {\n return toArray(nodes)\n .map((node: React.ReactElement, index: number): OptionType | null => {\n if (!React.isValidElement(node) || !node.type) {\n return null;\n }\n\n const {\n type: { isSelectOptGroup },\n key,\n props: { children, ...restProps },\n } = node as React.ReactElement & {\n type: { isSelectOptGroup?: boolean };\n };\n\n if (optionOnly || !isSelectOptGroup) {\n return convertNodeToOption(node);\n }\n\n return {\n key: `__RC_SELECT_GRP__${key === null ? index : key}__`,\n label: key,\n ...restProps,\n options: convertChildrenToData(children),\n };\n })\n .filter((data) => data);\n}\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"platformUtil.d.ts","sourceRoot":"","sources":["../../../../src/tntd-select/rc-select/utils/platformUtil.ts"],"names":[],"mappings":"AACA,wBAAgB,aAAa,IAAI,OAAO,CAEvC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.isPlatformMac = void 0;
|
|
4
|
-
/* istanbul ignore file */
|
|
5
|
-
function isPlatformMac() {
|
|
6
|
-
return /(mac\sos|macintosh)/i.test(navigator.appVersion);
|
|
7
|
-
}
|
|
8
|
-
exports.isPlatformMac = isPlatformMac;
|
|
9
|
-
//# sourceMappingURL=platformUtil.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"platformUtil.js","sourceRoot":"","sources":["../../../../src/tntd-select/rc-select/utils/platformUtil.ts"],"names":[],"mappings":";;;AAAA,0BAA0B;AAC1B,SAAgB,aAAa;IAC3B,OAAO,sBAAsB,CAAC,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;AAC3D,CAAC;AAFD,sCAEC","sourcesContent":["/* istanbul ignore file */\nexport function isPlatformMac(): boolean {\n return /(mac\\sos|macintosh)/i.test(navigator.appVersion);\n}\n"]}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import type { BaseOptionType, DefaultOptionType } from '../Select';
|
|
2
|
-
import type { FieldNames } from '../Select';
|
|
3
|
-
import type { FlattenOptionData } from '../interface';
|
|
4
|
-
export declare function fillFieldNames(fieldNames: FieldNames | undefined, childrenAsData: boolean): {
|
|
5
|
-
label: string;
|
|
6
|
-
value: string;
|
|
7
|
-
options: string;
|
|
8
|
-
groupLabel: string;
|
|
9
|
-
};
|
|
10
|
-
/**
|
|
11
|
-
* Flat options into flatten list.
|
|
12
|
-
* We use `optionOnly` here is aim to avoid user use nested option group.
|
|
13
|
-
* Here is simply set `key` to the index if not provided.
|
|
14
|
-
*/
|
|
15
|
-
export declare function flattenOptions<OptionType extends BaseOptionType = DefaultOptionType>(options: OptionType[], { fieldNames, childrenAsData }?: {
|
|
16
|
-
fieldNames?: FieldNames;
|
|
17
|
-
childrenAsData?: boolean;
|
|
18
|
-
}): FlattenOptionData<OptionType>[];
|
|
19
|
-
/**
|
|
20
|
-
* Inject `props` into `option` for legacy usage
|
|
21
|
-
*/
|
|
22
|
-
export declare function injectPropsWithOption<T extends object>(option: T): T;
|
|
23
|
-
export declare function getSeparatedContent(text: string, tokens: string[]): string[];
|
|
24
|
-
//# sourceMappingURL=valueUtil.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"valueUtil.d.ts","sourceRoot":"","sources":["../../../../src/tntd-select/rc-select/utils/valueUtil.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,WAAW,CAAC;AAEnE,OAAO,KAAK,EAAgB,UAAU,EAAE,MAAM,WAAW,CAAC;AAC1D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAmBtD,wBAAgB,cAAc,CAAC,UAAU,EAAE,UAAU,GAAG,SAAS,EAAE,cAAc,EAAE,OAAO;;;;;EAUzF;AAED;;;;GAIG;AACH,wBAAgB,cAAc,CAAC,UAAU,SAAS,cAAc,GAAG,iBAAiB,EAClF,OAAO,EAAE,UAAU,EAAE,EACrB,EAAE,UAAU,EAAE,cAAc,EAAE,GAAE;IAAE,UAAU,CAAC,EAAE,UAAU,CAAC;IAAC,cAAc,CAAC,EAAE,OAAO,CAAA;CAAO,GACzF,iBAAiB,CAAC,UAAU,CAAC,EAAE,CA6CjC;AAED;;GAEG;AACH,wBAAgB,qBAAqB,CAAC,CAAC,SAAS,MAAM,EAAE,MAAM,EAAE,CAAC,GAAG,CAAC,CAepE;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,MAAM,EAAE,CAsB5E"}
|
|
@@ -1,109 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.getSeparatedContent = exports.injectPropsWithOption = exports.flattenOptions = exports.fillFieldNames = void 0;
|
|
7
|
-
const warning_1 = __importDefault(require("rc-util/lib/warning"));
|
|
8
|
-
function getKey(data, index) {
|
|
9
|
-
const { key } = data;
|
|
10
|
-
let value;
|
|
11
|
-
if ('value' in data) {
|
|
12
|
-
({ value } = data);
|
|
13
|
-
}
|
|
14
|
-
if (key !== null && key !== undefined) {
|
|
15
|
-
return key;
|
|
16
|
-
}
|
|
17
|
-
if (value !== undefined) {
|
|
18
|
-
return value;
|
|
19
|
-
}
|
|
20
|
-
return `rc-index-key-${index}`;
|
|
21
|
-
}
|
|
22
|
-
function fillFieldNames(fieldNames, childrenAsData) {
|
|
23
|
-
const { label, value, options, groupLabel } = fieldNames || {};
|
|
24
|
-
const mergedLabel = label || (childrenAsData ? 'children' : 'label');
|
|
25
|
-
return {
|
|
26
|
-
label: mergedLabel,
|
|
27
|
-
value: value || 'value',
|
|
28
|
-
options: options || 'options',
|
|
29
|
-
groupLabel: groupLabel || mergedLabel,
|
|
30
|
-
};
|
|
31
|
-
}
|
|
32
|
-
exports.fillFieldNames = fillFieldNames;
|
|
33
|
-
/**
|
|
34
|
-
* Flat options into flatten list.
|
|
35
|
-
* We use `optionOnly` here is aim to avoid user use nested option group.
|
|
36
|
-
* Here is simply set `key` to the index if not provided.
|
|
37
|
-
*/
|
|
38
|
-
function flattenOptions(options, { fieldNames, childrenAsData } = {}) {
|
|
39
|
-
const flattenList = [];
|
|
40
|
-
const { label: fieldLabel, value: fieldValue, options: fieldOptions, groupLabel } = fillFieldNames(fieldNames, false);
|
|
41
|
-
function dig(list, isGroupOption) {
|
|
42
|
-
list.forEach((data) => {
|
|
43
|
-
if (isGroupOption || !(fieldOptions in data)) {
|
|
44
|
-
const value = data[fieldValue];
|
|
45
|
-
// Option
|
|
46
|
-
flattenList.push({
|
|
47
|
-
key: getKey(data, flattenList.length),
|
|
48
|
-
groupOption: isGroupOption,
|
|
49
|
-
data,
|
|
50
|
-
label: data[fieldLabel],
|
|
51
|
-
value,
|
|
52
|
-
});
|
|
53
|
-
}
|
|
54
|
-
else {
|
|
55
|
-
let grpLabel = data[groupLabel];
|
|
56
|
-
if (grpLabel === undefined && childrenAsData) {
|
|
57
|
-
grpLabel = data.label;
|
|
58
|
-
}
|
|
59
|
-
// Option Group
|
|
60
|
-
flattenList.push({
|
|
61
|
-
key: getKey(data, flattenList.length),
|
|
62
|
-
group: true,
|
|
63
|
-
data,
|
|
64
|
-
label: grpLabel,
|
|
65
|
-
});
|
|
66
|
-
dig(data[fieldOptions], true);
|
|
67
|
-
}
|
|
68
|
-
});
|
|
69
|
-
}
|
|
70
|
-
dig(options, false);
|
|
71
|
-
return flattenList;
|
|
72
|
-
}
|
|
73
|
-
exports.flattenOptions = flattenOptions;
|
|
74
|
-
/**
|
|
75
|
-
* Inject `props` into `option` for legacy usage
|
|
76
|
-
*/
|
|
77
|
-
function injectPropsWithOption(option) {
|
|
78
|
-
const newOption = Object.assign({}, option);
|
|
79
|
-
if (!('props' in newOption)) {
|
|
80
|
-
Object.defineProperty(newOption, 'props', {
|
|
81
|
-
get() {
|
|
82
|
-
(0, warning_1.default)(false, 'Return type is option instead of Option instance. Please read value directly instead of reading from `props`.');
|
|
83
|
-
return newOption;
|
|
84
|
-
},
|
|
85
|
-
});
|
|
86
|
-
}
|
|
87
|
-
return newOption;
|
|
88
|
-
}
|
|
89
|
-
exports.injectPropsWithOption = injectPropsWithOption;
|
|
90
|
-
function getSeparatedContent(text, tokens) {
|
|
91
|
-
if (!tokens || !tokens.length) {
|
|
92
|
-
return null;
|
|
93
|
-
}
|
|
94
|
-
let match = false;
|
|
95
|
-
function separate(str, [token, ...restTokens]) {
|
|
96
|
-
if (!token) {
|
|
97
|
-
return [str];
|
|
98
|
-
}
|
|
99
|
-
const list = str.split(token);
|
|
100
|
-
match = match || list.length > 1;
|
|
101
|
-
return list
|
|
102
|
-
.reduce((prevList, unitStr) => [...prevList, ...separate(unitStr, restTokens)], [])
|
|
103
|
-
.filter((unit) => unit);
|
|
104
|
-
}
|
|
105
|
-
const list = separate(text, tokens);
|
|
106
|
-
return match ? list : null;
|
|
107
|
-
}
|
|
108
|
-
exports.getSeparatedContent = getSeparatedContent;
|
|
109
|
-
//# sourceMappingURL=valueUtil.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"valueUtil.js","sourceRoot":"","sources":["../../../../src/tntd-select/rc-select/utils/valueUtil.ts"],"names":[],"mappings":"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","sourcesContent":["import type { BaseOptionType, DefaultOptionType } from '../Select';\nimport warning from 'rc-util/lib/warning';\nimport type { RawValueType, FieldNames } from '../Select';\nimport type { FlattenOptionData } from '../interface';\n\nfunction getKey(data: BaseOptionType, index: number) {\n const { key } = data;\n let value: RawValueType;\n\n if ('value' in data) {\n ({ value } = data);\n }\n\n if (key !== null && key !== undefined) {\n return key;\n }\n if (value !== undefined) {\n return value;\n }\n return `rc-index-key-${index}`;\n}\n\nexport function fillFieldNames(fieldNames: FieldNames | undefined, childrenAsData: boolean) {\n const { label, value, options, groupLabel } = fieldNames || {};\n const mergedLabel = label || (childrenAsData ? 'children' : 'label');\n\n return {\n label: mergedLabel,\n value: value || 'value',\n options: options || 'options',\n groupLabel: groupLabel || mergedLabel,\n };\n}\n\n/**\n * Flat options into flatten list.\n * We use `optionOnly` here is aim to avoid user use nested option group.\n * Here is simply set `key` to the index if not provided.\n */\nexport function flattenOptions<OptionType extends BaseOptionType = DefaultOptionType>(\n options: OptionType[],\n { fieldNames, childrenAsData }: { fieldNames?: FieldNames; childrenAsData?: boolean } = {},\n): FlattenOptionData<OptionType>[] {\n const flattenList: FlattenOptionData<OptionType>[] = [];\n\n const {\n label: fieldLabel,\n value: fieldValue,\n options: fieldOptions,\n groupLabel\n } = fillFieldNames(fieldNames, false);\n\n function dig(list: OptionType[], isGroupOption: boolean) {\n list.forEach((data) => {\n if (isGroupOption || !(fieldOptions in data)) {\n const value = data[fieldValue];\n\n // Option\n flattenList.push({\n key: getKey(data, flattenList.length),\n groupOption: isGroupOption,\n data,\n label: data[fieldLabel],\n value,\n });\n } else {\n let grpLabel = data[groupLabel];\n if (grpLabel === undefined && childrenAsData) {\n grpLabel = data.label;\n }\n\n // Option Group\n flattenList.push({\n key: getKey(data, flattenList.length),\n group: true,\n data,\n label: grpLabel,\n });\n\n dig(data[fieldOptions], true);\n }\n });\n }\n\n dig(options, false);\n\n return flattenList;\n}\n\n/**\n * Inject `props` into `option` for legacy usage\n */\nexport function injectPropsWithOption<T extends object>(option: T): T {\n const newOption = { ...option };\n if (!('props' in newOption)) {\n Object.defineProperty(newOption, 'props', {\n get() {\n warning(\n false,\n 'Return type is option instead of Option instance. Please read value directly instead of reading from `props`.',\n );\n return newOption;\n },\n });\n }\n\n return newOption;\n}\n\nexport function getSeparatedContent(text: string, tokens: string[]): string[] {\n if (!tokens || !tokens.length) {\n return null;\n }\n\n let match = false;\n\n function separate(str: string, [token, ...restTokens]: string[]) {\n if (!token) {\n return [str];\n }\n\n const list = str.split(token);\n match = match || list.length > 1;\n\n return list\n .reduce((prevList, unitStr) => [...prevList, ...separate(unitStr, restTokens)], [])\n .filter((unit) => unit);\n }\n\n const list = separate(text, tokens);\n return match ? list : null;\n}\n"]}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import type { DefaultOptionType, FieldNames, SelectProps } from '../Select';
|
|
2
|
-
declare function warningProps(props: SelectProps): void;
|
|
3
|
-
export declare function warningNullOptions(options: DefaultOptionType[], fieldNames: FieldNames): void;
|
|
4
|
-
export default warningProps;
|
|
5
|
-
//# sourceMappingURL=warningPropsUtil.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"warningPropsUtil.d.ts","sourceRoot":"","sources":["../../../../src/tntd-select/rc-select/utils/warningPropsUtil.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAEV,iBAAiB,EACjB,UAAU,EAGV,WAAW,EACZ,MAAM,WAAW,CAAC;AAInB,iBAAS,YAAY,CAAC,KAAK,EAAE,WAAW,QA8IvC;AAID,wBAAgB,kBAAkB,CAAC,OAAO,EAAE,iBAAiB,EAAE,EAAE,UAAU,EAAE,UAAU,QAuBtF;AAED,eAAe,YAAY,CAAC"}
|
|
@@ -1,130 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
-
}) : function(o, v) {
|
|
16
|
-
o["default"] = v;
|
|
17
|
-
});
|
|
18
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
19
|
-
if (mod && mod.__esModule) return mod;
|
|
20
|
-
var result = {};
|
|
21
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
22
|
-
__setModuleDefault(result, mod);
|
|
23
|
-
return result;
|
|
24
|
-
};
|
|
25
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
26
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
27
|
-
};
|
|
28
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
29
|
-
exports.warningNullOptions = void 0;
|
|
30
|
-
const toArray_1 = __importDefault(require("rc-util/lib/Children/toArray"));
|
|
31
|
-
const warning_1 = __importStar(require("rc-util/lib/warning"));
|
|
32
|
-
const React = __importStar(require("react"));
|
|
33
|
-
const BaseSelect_1 = require("../BaseSelect");
|
|
34
|
-
const commonUtil_1 = require("./commonUtil");
|
|
35
|
-
const legacyUtil_1 = require("./legacyUtil");
|
|
36
|
-
function warningProps(props) {
|
|
37
|
-
const { mode, options, children, backfill, allowClear, placeholder, getInputElement, showSearch, onSearch, defaultOpen, autoFocus, labelInValue, value, inputValue, optionLabelProp, } = props;
|
|
38
|
-
const multiple = (0, BaseSelect_1.isMultiple)(mode);
|
|
39
|
-
const mergedShowSearch = showSearch !== undefined ? showSearch : multiple || mode === 'combobox';
|
|
40
|
-
const mergedOptions = options || (0, legacyUtil_1.convertChildrenToData)(children);
|
|
41
|
-
// `tags` should not set option as disabled
|
|
42
|
-
(0, warning_1.default)(mode !== 'tags' || mergedOptions.every((opt) => !opt.disabled), 'Please avoid setting option to disabled in tags mode since user can always type text as tag.');
|
|
43
|
-
// `combobox` & `tags` should option be `string` type
|
|
44
|
-
if (mode === 'tags' || mode === 'combobox') {
|
|
45
|
-
const hasNumberValue = mergedOptions.some((item) => {
|
|
46
|
-
if (item.options) {
|
|
47
|
-
return item.options.some((opt) => typeof ('value' in opt ? opt.value : opt.key) === 'number');
|
|
48
|
-
}
|
|
49
|
-
return typeof ('value' in item ? item.value : item.key) === 'number';
|
|
50
|
-
});
|
|
51
|
-
(0, warning_1.default)(!hasNumberValue, '`value` of Option should not use number type when `mode` is `tags` or `combobox`.');
|
|
52
|
-
}
|
|
53
|
-
// `combobox` should not use `optionLabelProp`
|
|
54
|
-
(0, warning_1.default)(mode !== 'combobox' || !optionLabelProp, '`combobox` mode not support `optionLabelProp`. Please set `value` on Option directly.');
|
|
55
|
-
// Only `combobox` support `backfill`
|
|
56
|
-
(0, warning_1.default)(mode === 'combobox' || !backfill, '`backfill` only works with `combobox` mode.');
|
|
57
|
-
// Only `combobox` support `getInputElement`
|
|
58
|
-
(0, warning_1.default)(mode === 'combobox' || !getInputElement, '`getInputElement` only work with `combobox` mode.');
|
|
59
|
-
// Customize `getInputElement` should not use `allowClear` & `placeholder`
|
|
60
|
-
(0, warning_1.noteOnce)(mode !== 'combobox' || !getInputElement || !allowClear || !placeholder, 'Customize `getInputElement` should customize clear and placeholder logic instead of configuring `allowClear` and `placeholder`.');
|
|
61
|
-
// `onSearch` should use in `combobox` or `showSearch`
|
|
62
|
-
if (onSearch && !mergedShowSearch && mode !== 'combobox' && mode !== 'tags') {
|
|
63
|
-
(0, warning_1.default)(false, '`onSearch` should work with `showSearch` instead of use alone.');
|
|
64
|
-
}
|
|
65
|
-
(0, warning_1.noteOnce)(!defaultOpen || autoFocus, '`defaultOpen` makes Select open without focus which means it will not close by click outside. You can set `autoFocus` if needed.');
|
|
66
|
-
if (value !== undefined && value !== null) {
|
|
67
|
-
const values = (0, commonUtil_1.toArray)(value);
|
|
68
|
-
(0, warning_1.default)(!labelInValue ||
|
|
69
|
-
values.every((val) => typeof val === 'object' && ('key' in val || 'value' in val)), '`value` should in shape of `{ value: string | number, label?: ReactNode }` when you set `labelInValue` to `true`');
|
|
70
|
-
(0, warning_1.default)(!multiple || Array.isArray(value), '`value` should be array when `mode` is `multiple` or `tags`');
|
|
71
|
-
}
|
|
72
|
-
// Syntactic sugar should use correct children type
|
|
73
|
-
if (children) {
|
|
74
|
-
let invalidateChildType = null;
|
|
75
|
-
(0, toArray_1.default)(children).some((node) => {
|
|
76
|
-
if (!React.isValidElement(node) || !node.type) {
|
|
77
|
-
return false;
|
|
78
|
-
}
|
|
79
|
-
const { type } = node;
|
|
80
|
-
if (type.isSelectOption) {
|
|
81
|
-
return false;
|
|
82
|
-
}
|
|
83
|
-
if (type.isSelectOptGroup) {
|
|
84
|
-
const allChildrenValid = (0, toArray_1.default)(node.props.children).every((subNode) => {
|
|
85
|
-
if (!React.isValidElement(subNode) ||
|
|
86
|
-
!node.type ||
|
|
87
|
-
subNode.type.isSelectOption) {
|
|
88
|
-
return true;
|
|
89
|
-
}
|
|
90
|
-
invalidateChildType = subNode.type;
|
|
91
|
-
return false;
|
|
92
|
-
});
|
|
93
|
-
if (allChildrenValid) {
|
|
94
|
-
return false;
|
|
95
|
-
}
|
|
96
|
-
return true;
|
|
97
|
-
}
|
|
98
|
-
invalidateChildType = type;
|
|
99
|
-
return true;
|
|
100
|
-
});
|
|
101
|
-
if (invalidateChildType) {
|
|
102
|
-
(0, warning_1.default)(false, `\`children\` should be \`Select.Option\` or \`Select.OptGroup\` instead of \`${invalidateChildType.displayName || invalidateChildType.name || invalidateChildType}\`.`);
|
|
103
|
-
}
|
|
104
|
-
(0, warning_1.default)(inputValue === undefined, '`inputValue` is deprecated, please use `searchValue` instead.');
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
// value in Select option should not be null
|
|
108
|
-
// note: OptGroup has options too
|
|
109
|
-
function warningNullOptions(options, fieldNames) {
|
|
110
|
-
if (options) {
|
|
111
|
-
const recursiveOptions = (optionsList, inGroup = false) => {
|
|
112
|
-
for (let i = 0; i < optionsList.length; i++) {
|
|
113
|
-
const option = optionsList[i];
|
|
114
|
-
if (option[fieldNames === null || fieldNames === void 0 ? void 0 : fieldNames.value] === null) {
|
|
115
|
-
(0, warning_1.default)(false, '`value` in Select options should not be `null`.');
|
|
116
|
-
return true;
|
|
117
|
-
}
|
|
118
|
-
if (!inGroup &&
|
|
119
|
-
Array.isArray(option[fieldNames === null || fieldNames === void 0 ? void 0 : fieldNames.options]) &&
|
|
120
|
-
recursiveOptions(option[fieldNames === null || fieldNames === void 0 ? void 0 : fieldNames.options], true)) {
|
|
121
|
-
break;
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
};
|
|
125
|
-
recursiveOptions(options);
|
|
126
|
-
}
|
|
127
|
-
}
|
|
128
|
-
exports.warningNullOptions = warningNullOptions;
|
|
129
|
-
exports.default = warningProps;
|
|
130
|
-
//# sourceMappingURL=warningPropsUtil.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"warningPropsUtil.js","sourceRoot":"","sources":["../../../../src/tntd-select/rc-select/utils/warningPropsUtil.ts"],"names":[],"mappings":"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","sourcesContent":["import toNodeArray from 'rc-util/lib/Children/toArray';\nimport warning, { noteOnce } from 'rc-util/lib/warning';\nimport * as React from 'react';\nimport { isMultiple } from '../BaseSelect';\nimport type {\n BaseOptionType,\n DefaultOptionType,\n FieldNames,\n LabelInValueType,\n RawValueType,\n SelectProps,\n} from '../Select';\nimport { toArray } from './commonUtil';\nimport { convertChildrenToData } from './legacyUtil';\n\nfunction warningProps(props: SelectProps) {\n const {\n mode,\n options,\n children,\n backfill,\n allowClear,\n placeholder,\n getInputElement,\n showSearch,\n onSearch,\n defaultOpen,\n autoFocus,\n labelInValue,\n value,\n inputValue,\n optionLabelProp,\n } = props;\n\n const multiple = isMultiple(mode);\n const mergedShowSearch = showSearch !== undefined ? showSearch : multiple || mode === 'combobox';\n const mergedOptions = options || convertChildrenToData(children);\n\n // `tags` should not set option as disabled\n warning(\n mode !== 'tags' || mergedOptions.every((opt: { disabled?: boolean }) => !opt.disabled),\n 'Please avoid setting option to disabled in tags mode since user can always type text as tag.',\n );\n\n // `combobox` & `tags` should option be `string` type\n if (mode === 'tags' || mode === 'combobox') {\n const hasNumberValue = mergedOptions.some((item) => {\n if (item.options) {\n return item.options.some(\n (opt: BaseOptionType) => typeof ('value' in opt ? opt.value : opt.key) === 'number',\n );\n }\n return typeof ('value' in item ? item.value : item.key) === 'number';\n });\n\n warning(\n !hasNumberValue,\n '`value` of Option should not use number type when `mode` is `tags` or `combobox`.',\n );\n }\n\n // `combobox` should not use `optionLabelProp`\n warning(\n mode !== 'combobox' || !optionLabelProp,\n '`combobox` mode not support `optionLabelProp`. Please set `value` on Option directly.',\n );\n\n // Only `combobox` support `backfill`\n warning(mode === 'combobox' || !backfill, '`backfill` only works with `combobox` mode.');\n\n // Only `combobox` support `getInputElement`\n warning(\n mode === 'combobox' || !getInputElement,\n '`getInputElement` only work with `combobox` mode.',\n );\n\n // Customize `getInputElement` should not use `allowClear` & `placeholder`\n noteOnce(\n mode !== 'combobox' || !getInputElement || !allowClear || !placeholder,\n 'Customize `getInputElement` should customize clear and placeholder logic instead of configuring `allowClear` and `placeholder`.',\n );\n\n // `onSearch` should use in `combobox` or `showSearch`\n if (onSearch && !mergedShowSearch && mode !== 'combobox' && mode !== 'tags') {\n warning(false, '`onSearch` should work with `showSearch` instead of use alone.');\n }\n\n noteOnce(\n !defaultOpen || autoFocus,\n '`defaultOpen` makes Select open without focus which means it will not close by click outside. You can set `autoFocus` if needed.',\n );\n\n if (value !== undefined && value !== null) {\n const values = toArray<RawValueType | LabelInValueType>(value);\n warning(\n !labelInValue ||\n values.every((val) => typeof val === 'object' && ('key' in val || 'value' in val)),\n '`value` should in shape of `{ value: string | number, label?: ReactNode }` when you set `labelInValue` to `true`',\n );\n\n warning(\n !multiple || Array.isArray(value),\n '`value` should be array when `mode` is `multiple` or `tags`',\n );\n }\n\n // Syntactic sugar should use correct children type\n if (children) {\n let invalidateChildType = null;\n toNodeArray(children).some((node: React.ReactNode) => {\n if (!React.isValidElement(node) || !node.type) {\n return false;\n }\n\n const { type } = node as { type: { isSelectOption?: boolean; isSelectOptGroup?: boolean } };\n\n if (type.isSelectOption) {\n return false;\n }\n if (type.isSelectOptGroup) {\n const allChildrenValid = toNodeArray(node.props.children).every(\n (subNode: React.ReactElement) => {\n if (\n !React.isValidElement(subNode) ||\n !node.type ||\n (subNode.type as { isSelectOption?: boolean }).isSelectOption\n ) {\n return true;\n }\n invalidateChildType = subNode.type;\n return false;\n },\n );\n\n if (allChildrenValid) {\n return false;\n }\n return true;\n }\n invalidateChildType = type;\n return true;\n });\n\n if (invalidateChildType) {\n warning(\n false,\n `\\`children\\` should be \\`Select.Option\\` or \\`Select.OptGroup\\` instead of \\`${\n invalidateChildType.displayName || invalidateChildType.name || invalidateChildType\n }\\`.`,\n );\n }\n\n warning(\n inputValue === undefined,\n '`inputValue` is deprecated, please use `searchValue` instead.',\n );\n }\n}\n\n// value in Select option should not be null\n// note: OptGroup has options too\nexport function warningNullOptions(options: DefaultOptionType[], fieldNames: FieldNames) {\n if (options) {\n const recursiveOptions = (optionsList: DefaultOptionType[], inGroup: boolean = false) => {\n for (let i = 0; i < optionsList.length; i++) {\n const option = optionsList[i];\n\n if (option[fieldNames?.value] === null) {\n warning(false, '`value` in Select options should not be `null`.');\n return true;\n }\n\n if (\n !inGroup &&\n Array.isArray(option[fieldNames?.options]) &&\n recursiveOptions(option[fieldNames?.options], true)\n ) {\n break;\n }\n }\n };\n\n recursiveOptions(options);\n }\n}\n\nexport default warningProps;\n"]}
|
|
File without changes
|
|
File without changes
|