feffery_antd_components 0.4.3-rc6 → 0.4.3
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/CONTRIBUTING.md +4 -4
- package/DESCRIPTION +1 -1
- package/LICENSE +21 -21
- package/MANIFEST.in +6 -6
- package/Project.toml +1 -1
- package/README-en_US.md +73 -73
- package/README.md +87 -87
- package/bug_fix.py +21 -36
- package/fac-logo.svg +151 -151
- package/feffery_antd_components/AntdAccordion.py +7 -7
- package/feffery_antd_components/AntdAffix.py +2 -2
- package/feffery_antd_components/AntdAlert.py +5 -5
- package/feffery_antd_components/AntdAnchor.py +5 -5
- package/feffery_antd_components/AntdAvatar.py +4 -4
- package/feffery_antd_components/AntdAvatarGroup.py +1 -1
- package/feffery_antd_components/AntdBackTop.py +4 -4
- package/feffery_antd_components/AntdBadge.py +5 -5
- package/feffery_antd_components/AntdBreadcrumb.py +4 -4
- package/feffery_antd_components/AntdButton.py +14 -14
- package/feffery_antd_components/AntdCalendar.py +4 -4
- package/feffery_antd_components/AntdCard.py +5 -5
- package/feffery_antd_components/AntdCardGrid.py +3 -3
- package/feffery_antd_components/AntdCardMeta.py +1 -1
- package/feffery_antd_components/AntdCarousel.py +13 -13
- package/feffery_antd_components/AntdCascader.py +16 -17
- package/feffery_antd_components/AntdCenter.py +3 -3
- package/feffery_antd_components/AntdCheckCard.py +7 -7
- package/feffery_antd_components/AntdCheckCardGroup.py +9 -9
- package/feffery_antd_components/AntdCheckableTag.py +2 -2
- package/feffery_antd_components/AntdCheckbox.py +8 -8
- package/feffery_antd_components/AntdCheckboxGroup.py +6 -6
- package/feffery_antd_components/AntdCol.py +5 -5
- package/feffery_antd_components/AntdCollapse.py +8 -8
- package/feffery_antd_components/AntdColorPicker.py +13 -13
- package/feffery_antd_components/AntdComment.py +7 -7
- package/feffery_antd_components/AntdCompact.py +3 -3
- package/feffery_antd_components/AntdConfigProvider.py +6 -6
- package/feffery_antd_components/AntdContent.py +1 -1
- package/feffery_antd_components/AntdCopyText.py +2 -2
- package/feffery_antd_components/AntdCountdown.py +1 -1
- package/feffery_antd_components/AntdCountup.py +1 -1
- package/feffery_antd_components/AntdCustomSkeleton.py +5 -5
- package/feffery_antd_components/AntdDatePicker.py +13 -13
- package/feffery_antd_components/AntdDateRangePicker.py +12 -12
- package/feffery_antd_components/AntdDescriptionItem.py +2 -2
- package/feffery_antd_components/AntdDescriptions.py +6 -6
- package/feffery_antd_components/AntdDivider.py +5 -5
- package/feffery_antd_components/AntdDraggerUpload.py +15 -15
- package/feffery_antd_components/AntdDrawer.py +12 -12
- package/feffery_antd_components/AntdDropdown.py +18 -18
- package/feffery_antd_components/AntdEmpty.py +2 -2
- package/feffery_antd_components/AntdFlex.py +6 -6
- package/feffery_antd_components/AntdFloatButton.py +5 -5
- package/feffery_antd_components/AntdFloatButtonGroup.py +3 -3
- package/feffery_antd_components/AntdFooter.py +1 -1
- package/feffery_antd_components/AntdForm.py +10 -6
- package/feffery_antd_components/AntdFormItem.py +4 -4
- package/feffery_antd_components/AntdFormRender.py +2 -2
- package/feffery_antd_components/AntdHappyProvider.py +2 -2
- package/feffery_antd_components/AntdHeader.py +1 -1
- package/feffery_antd_components/AntdIcon.py +3 -3
- package/feffery_antd_components/AntdImage.py +6 -6
- package/feffery_antd_components/AntdImageGroup.py +6 -6
- package/feffery_antd_components/AntdInput.py +17 -17
- package/feffery_antd_components/AntdInputNumber.py +12 -12
- package/feffery_antd_components/AntdLayout.py +1 -1
- package/feffery_antd_components/AntdMentions.py +9 -9
- package/feffery_antd_components/AntdMenu.py +9 -9
- package/feffery_antd_components/AntdMessage.py +3 -3
- package/feffery_antd_components/AntdModal.py +28 -28
- package/feffery_antd_components/AntdNotification.py +9 -9
- package/feffery_antd_components/AntdOTP.py +7 -7
- package/feffery_antd_components/AntdPageHeader.py +5 -5
- package/feffery_antd_components/AntdPagination.py +15 -15
- package/feffery_antd_components/AntdParagraph.py +2 -2
- package/feffery_antd_components/AntdPictureUpload.py +28 -28
- package/feffery_antd_components/AntdPopconfirm.py +21 -21
- package/feffery_antd_components/AntdPopover.py +9 -9
- package/feffery_antd_components/AntdPopupCard.py +9 -9
- package/feffery_antd_components/AntdProgress.py +9 -9
- package/feffery_antd_components/AntdQRCode.py +10 -10
- package/feffery_antd_components/AntdRadioGroup.py +9 -9
- package/feffery_antd_components/AntdRate.py +9 -9
- package/feffery_antd_components/AntdResult.py +1 -1
- package/feffery_antd_components/AntdRibbon.py +2 -2
- package/feffery_antd_components/AntdRow.py +3 -3
- package/feffery_antd_components/AntdSegmented.py +9 -9
- package/feffery_antd_components/AntdSegmentedColoring.py +11 -11
- package/feffery_antd_components/AntdSelect.py +19 -19
- package/feffery_antd_components/AntdSider.py +6 -6
- package/feffery_antd_components/AntdSkeleton.py +11 -11
- package/feffery_antd_components/AntdSkeletonAvatar.py +3 -3
- package/feffery_antd_components/AntdSkeletonButton.py +5 -5
- package/feffery_antd_components/AntdSkeletonImage.py +1 -1
- package/feffery_antd_components/AntdSkeletonInput.py +3 -3
- package/feffery_antd_components/AntdSlider.py +10 -10
- package/feffery_antd_components/AntdSpace.py +4 -4
- package/feffery_antd_components/AntdSpin.py +7 -8
- package/feffery_antd_components/AntdSplitter.py +5 -5
- package/feffery_antd_components/AntdSpoiler.py +5 -5
- package/feffery_antd_components/AntdStatistic.py +2 -2
- package/feffery_antd_components/AntdSteps.py +8 -8
- package/feffery_antd_components/AntdSwitch.py +8 -8
- package/feffery_antd_components/AntdTable.py +64 -63
- package/feffery_antd_components/AntdTabs.py +13 -14
- package/feffery_antd_components/AntdTag.py +4 -4
- package/feffery_antd_components/AntdText.py +2 -2
- package/feffery_antd_components/AntdTimePicker.py +16 -16
- package/feffery_antd_components/AntdTimeRangePicker.py +15 -15
- package/feffery_antd_components/AntdTimeline.py +2 -2
- package/feffery_antd_components/AntdTitle.py +2 -2
- package/feffery_antd_components/AntdTooltip.py +9 -9
- package/feffery_antd_components/AntdTour.py +9 -9
- package/feffery_antd_components/AntdTransfer.py +11 -11
- package/feffery_antd_components/AntdTree.py +17 -17
- package/feffery_antd_components/AntdTreeSelect.py +18 -18
- package/feffery_antd_components/AntdUpload.py +18 -18
- package/feffery_antd_components/AntdWatermark.py +6 -6
- package/feffery_antd_components/Fragment.py +1 -1
- package/feffery_antd_components/__init__.py +88 -88
- package/feffery_antd_components/_icons.py +559 -559
- package/feffery_antd_components/alias.py +222 -222
- package/feffery_antd_components/async-antd_table.js +2 -2
- package/feffery_antd_components/async-data_display.js +1 -1
- package/feffery_antd_components/async-data_entry.js +3 -3
- package/feffery_antd_components/async-upload.js +2 -2
- package/feffery_antd_components/feffery_antd_components.min.js +8 -8
- package/feffery_antd_components/metadata.json +1 -1
- package/feffery_antd_components/package-info.json +111 -96
- package/feffery_antd_components/utils.py +262 -262
- package/package.json +111 -96
- package/pytest.ini +5 -5
- package/release-to-test-pypi.sh +1 -1
- package/requirements.txt +2 -2
- package/review_checklist.md +47 -47
- package/ruff.toml +4 -4
- package/setup.py +33 -33
- package/src/jl/'feffery'_antdform.jl +2 -1
- package/src/jl/'feffery'_antdtable.jl +7 -6
- package/src/lib/components/dataDisplay/AntdAccordion.react.js +232 -232
- package/src/lib/components/dataDisplay/AntdAvatar.react.js +177 -177
- package/src/lib/components/dataDisplay/AntdAvatarGroup.react.js +133 -133
- package/src/lib/components/dataDisplay/AntdBadge.react.js +196 -196
- package/src/lib/components/dataDisplay/AntdCarousel.react.js +187 -187
- package/src/lib/components/dataDisplay/AntdCheckableTag.react.js +105 -105
- package/src/lib/components/dataDisplay/AntdCollapse.react.js +239 -239
- package/src/lib/components/dataDisplay/AntdComment.react.js +251 -251
- package/src/lib/components/dataDisplay/AntdCountdown.react.js +143 -143
- package/src/lib/components/dataDisplay/AntdCountup.react.js +133 -133
- package/src/lib/components/dataDisplay/AntdEmpty.react.js +162 -162
- package/src/lib/components/dataDisplay/AntdImage.react.js +202 -202
- package/src/lib/components/dataDisplay/AntdImageGroup.react.js +181 -181
- package/src/lib/components/dataDisplay/AntdPopover.react.js +220 -220
- package/src/lib/components/dataDisplay/AntdQRCode.react.js +191 -191
- package/src/lib/components/dataDisplay/AntdRibbon.react.js +105 -105
- package/src/lib/components/dataDisplay/AntdSegmented.react.js +234 -234
- package/src/lib/components/dataDisplay/AntdSpoiler.react.js +154 -154
- package/src/lib/components/dataDisplay/AntdStatistic.react.js +168 -168
- package/src/lib/components/dataDisplay/AntdTable.react.js +1859 -1858
- package/src/lib/components/dataDisplay/AntdTabs.react.js +352 -352
- package/src/lib/components/dataDisplay/AntdTag.react.js +135 -135
- package/src/lib/components/dataDisplay/AntdTimeline.react.js +136 -136
- package/src/lib/components/dataDisplay/AntdTooltip.react.js +230 -230
- package/src/lib/components/dataDisplay/AntdTree.react.js +641 -641
- package/src/lib/components/dataDisplay/card/AntdCard.react.js +249 -249
- package/src/lib/components/dataDisplay/card/AntdCardGrid.react.js +99 -99
- package/src/lib/components/dataDisplay/card/AntdCardMeta.react.js +97 -97
- package/src/lib/components/dataDisplay/descriptions/AntdDescriptionItem.react.js +130 -130
- package/src/lib/components/dataDisplay/descriptions/AntdDescriptions.react.js +237 -237
- package/src/lib/components/dataEntry/AntdCalendar.react.js +205 -205
- package/src/lib/components/dataEntry/AntdCascader.react.js +435 -435
- package/src/lib/components/dataEntry/AntdCheckbox.react.js +182 -182
- package/src/lib/components/dataEntry/AntdCheckboxGroup.react.js +193 -193
- package/src/lib/components/dataEntry/AntdColorPicker.react.js +240 -240
- package/src/lib/components/dataEntry/AntdDatePicker.react.js +432 -432
- package/src/lib/components/dataEntry/AntdDateRangePicker.react.js +439 -439
- package/src/lib/components/dataEntry/AntdInput.react.js +423 -423
- package/src/lib/components/dataEntry/AntdInputNumber.react.js +329 -329
- package/src/lib/components/dataEntry/AntdMentions.react.js +236 -236
- package/src/lib/components/dataEntry/AntdOTP.react.js +186 -186
- package/src/lib/components/dataEntry/AntdRadioGroup.react.js +241 -241
- package/src/lib/components/dataEntry/AntdRate.react.js +199 -199
- package/src/lib/components/dataEntry/AntdSegmentedColoring.react.js +251 -251
- package/src/lib/components/dataEntry/AntdSelect.react.js +492 -492
- package/src/lib/components/dataEntry/AntdSlider.react.js +325 -325
- package/src/lib/components/dataEntry/AntdSwitch.react.js +210 -210
- package/src/lib/components/dataEntry/AntdTimePicker.react.js +344 -344
- package/src/lib/components/dataEntry/AntdTimeRangePicker.react.js +325 -325
- package/src/lib/components/dataEntry/AntdTransfer.react.js +317 -317
- package/src/lib/components/dataEntry/AntdTreeSelect.react.js +573 -573
- package/src/lib/components/dataEntry/check-card/AntdCheckCard.react.js +186 -186
- package/src/lib/components/dataEntry/check-card/AntdCheckCardGroup.react.js +214 -214
- package/src/lib/components/dataEntry/form/AntdForm.react.js +201 -194
- package/src/lib/components/dataEntry/form/AntdFormItem.react.js +210 -210
- package/src/lib/components/dataEntry/upload/AntdDraggerUpload.react.js +504 -504
- package/src/lib/components/dataEntry/upload/AntdPictureUpload.react.js +530 -530
- package/src/lib/components/dataEntry/upload/AntdUpload.react.js +537 -537
- package/src/lib/components/feedback/AntdAlert.react.js +185 -185
- package/src/lib/components/feedback/AntdDrawer.react.js +306 -306
- package/src/lib/components/feedback/AntdMessage.react.js +143 -143
- package/src/lib/components/feedback/AntdModal.react.js +530 -530
- package/src/lib/components/feedback/AntdNotification.react.js +211 -211
- package/src/lib/components/feedback/AntdPopconfirm.react.js +433 -433
- package/src/lib/components/feedback/AntdPopupCard.react.js +362 -362
- package/src/lib/components/feedback/AntdProgress.react.js +300 -300
- package/src/lib/components/feedback/AntdResult.react.js +125 -125
- package/src/lib/components/feedback/AntdSpin.react.js +273 -273
- package/src/lib/components/feedback/skeleton/AntdCustomSkeleton.react.js +197 -197
- package/src/lib/components/feedback/skeleton/AntdSkeleton.react.js +291 -291
- package/src/lib/components/feedback/skeleton/AntdSkeletonAvatar.react.js +109 -109
- package/src/lib/components/feedback/skeleton/AntdSkeletonButton.react.js +114 -114
- package/src/lib/components/feedback/skeleton/AntdSkeletonImage.react.js +82 -82
- package/src/lib/components/feedback/skeleton/AntdSkeletonInput.react.js +98 -98
- package/src/lib/components/formRender/AntdFormRender.react.js +945 -945
- package/src/lib/components/general/AntdButton.react.js +328 -328
- package/src/lib/components/general/AntdFloatButton.react.js +157 -157
- package/src/lib/components/general/AntdFloatButtonGroup.react.js +162 -162
- package/src/lib/components/general/AntdIcon.react.js +176 -176
- package/src/lib/components/general/typography/AntdParagraph.react.js +202 -202
- package/src/lib/components/general/typography/AntdText.react.js +194 -194
- package/src/lib/components/general/typography/AntdTitle.react.js +186 -186
- package/src/lib/components/icons.react.js +1136 -1136
- package/src/lib/components/layout/AntdCenter.react.js +122 -122
- package/src/lib/components/layout/AntdCompact.react.js +108 -108
- package/src/lib/components/layout/AntdContent.react.js +92 -92
- package/src/lib/components/layout/AntdDivider.react.js +219 -219
- package/src/lib/components/layout/AntdFlex.react.js +143 -143
- package/src/lib/components/layout/AntdFooter.react.js +92 -92
- package/src/lib/components/layout/AntdHeader.react.js +92 -92
- package/src/lib/components/layout/AntdLayout.react.js +90 -90
- package/src/lib/components/layout/AntdSider.react.js +162 -162
- package/src/lib/components/layout/AntdSpace.react.js +213 -213
- package/src/lib/components/layout/AntdSplitter.react.js +173 -173
- package/src/lib/components/layout/grid/AntdCol.react.js +349 -349
- package/src/lib/components/layout/grid/AntdRow.react.js +152 -152
- package/src/lib/components/locales.react.js +197 -197
- package/src/lib/components/navigation/AntdAnchor.react.js +208 -208
- package/src/lib/components/navigation/AntdBreadcrumb.react.js +270 -270
- package/src/lib/components/navigation/AntdDropdown.react.js +469 -469
- package/src/lib/components/navigation/AntdMenu.react.js +573 -649
- package/src/lib/components/navigation/AntdPageHeader.react.js +139 -139
- package/src/lib/components/navigation/AntdPagination.react.js +303 -303
- package/src/lib/components/navigation/AntdSteps.react.js +199 -199
- package/src/lib/components/other/AntdAffix.react.js +120 -120
- package/src/lib/components/other/AntdBackTop.react.js +128 -128
- package/src/lib/components/other/AntdConfigProvider.react.js +246 -246
- package/src/lib/components/other/AntdCopyText.react.js +138 -138
- package/src/lib/components/other/AntdHappyProvider.react.js +50 -50
- package/src/lib/components/other/AntdTour.react.js +277 -277
- package/src/lib/components/other/AntdWatermark.react.js +179 -179
- package/src/lib/components/other/Fragment.react.js +50 -50
- package/src/lib/components/styles.css +513 -513
- package/src/lib/components/utils.js +51 -51
- package/src/lib/contexts/FormContext.js +4 -4
- package/src/lib/contexts/FormItemContext.js +4 -4
- package/src/lib/contexts/PropsContext.js +4 -4
- package/src/lib/fragments/AntdTable.react.js +2215 -2200
- package/src/lib/fragments/dataDisplay/AntdAccordion.react.js +101 -101
- package/src/lib/fragments/dataDisplay/AntdAvatar.react.js +127 -127
- package/src/lib/fragments/dataDisplay/AntdAvatarGroup.react.js +51 -51
- package/src/lib/fragments/dataDisplay/AntdBadge.react.js +73 -73
- package/src/lib/fragments/dataDisplay/AntdCarousel.react.js +71 -71
- package/src/lib/fragments/dataDisplay/AntdCheckableTag.react.js +57 -57
- package/src/lib/fragments/dataDisplay/AntdComment.react.js +178 -178
- package/src/lib/fragments/dataDisplay/AntdCountdown.react.js +83 -83
- package/src/lib/fragments/dataDisplay/AntdCountup.react.js +70 -70
- package/src/lib/fragments/dataDisplay/AntdEmpty.react.js +71 -71
- package/src/lib/fragments/dataDisplay/AntdImage.react.js +206 -206
- package/src/lib/fragments/dataDisplay/AntdImageGroup.react.js +91 -91
- package/src/lib/fragments/dataDisplay/AntdPopover.react.js +106 -106
- package/src/lib/fragments/dataDisplay/AntdQRCode.react.js +93 -93
- package/src/lib/fragments/dataDisplay/AntdRibbon.react.js +53 -53
- package/src/lib/fragments/dataDisplay/AntdSegmented.react.js +129 -129
- package/src/lib/fragments/dataDisplay/AntdSpoiler.react.js +96 -96
- package/src/lib/fragments/dataDisplay/AntdTabs.react.js +211 -211
- package/src/lib/fragments/dataDisplay/AntdTag.react.js +66 -66
- package/src/lib/fragments/dataDisplay/AntdTimeline.react.js +67 -67
- package/src/lib/fragments/dataDisplay/AntdTooltip.react.js +98 -98
- package/src/lib/fragments/dataDisplay/AntdTree.react.js +581 -581
- package/src/lib/fragments/dataDisplay/card/AntdCard.react.js +104 -104
- package/src/lib/fragments/dataDisplay/card/AntdCardGrid.react.js +54 -54
- package/src/lib/fragments/dataDisplay/card/AntdCardMeta.react.js +54 -54
- package/src/lib/fragments/dataDisplay/descriptions/AntdDescriptionItem.react.js +56 -56
- package/src/lib/fragments/dataDisplay/descriptions/AntdDescriptions.react.js +139 -139
- package/src/lib/fragments/dataEntry/AntdCalendar.react.js +178 -178
- package/src/lib/fragments/dataEntry/AntdCascader.react.js +319 -319
- package/src/lib/fragments/dataEntry/AntdCheckbox.react.js +119 -119
- package/src/lib/fragments/dataEntry/AntdCheckboxGroup.react.js +122 -122
- package/src/lib/fragments/dataEntry/AntdColorPicker.react.js +244 -244
- package/src/lib/fragments/dataEntry/AntdDatePicker.react.js +586 -586
- package/src/lib/fragments/dataEntry/AntdDateRangePicker.react.js +628 -628
- package/src/lib/fragments/dataEntry/AntdInput.react.js +450 -450
- package/src/lib/fragments/dataEntry/AntdInputNumber.react.js +194 -194
- package/src/lib/fragments/dataEntry/AntdMentions.react.js +180 -180
- package/src/lib/fragments/dataEntry/AntdOTP.react.js +127 -127
- package/src/lib/fragments/dataEntry/AntdRadioGroup.react.js +203 -203
- package/src/lib/fragments/dataEntry/AntdRate.react.js +131 -131
- package/src/lib/fragments/dataEntry/AntdSegmentedColoring.react.js +246 -246
- package/src/lib/fragments/dataEntry/AntdSelect.react.js +373 -373
- package/src/lib/fragments/dataEntry/AntdSlider.react.js +177 -177
- package/src/lib/fragments/dataEntry/AntdSwitch.react.js +132 -132
- package/src/lib/fragments/dataEntry/AntdTimePicker.react.js +191 -191
- package/src/lib/fragments/dataEntry/AntdTimeRangePicker.react.js +213 -213
- package/src/lib/fragments/dataEntry/AntdTransfer.react.js +183 -183
- package/src/lib/fragments/dataEntry/AntdTreeSelect.react.js +355 -355
- package/src/lib/fragments/dataEntry/check-card/AntdCheckCard.react.js +111 -111
- package/src/lib/fragments/dataEntry/check-card/AntdCheckCardGroup.react.js +122 -122
- package/src/lib/fragments/dataEntry/form/AntdForm.react.js +126 -120
- package/src/lib/fragments/dataEntry/form/AntdFormItem.react.js +85 -84
- package/src/lib/fragments/formRender/AntdFormRender.react.js +179 -179
- package/src/lib/fragments/upload/AntdDraggerUpload.react.js +622 -622
- package/src/lib/fragments/upload/AntdPictureUpload.react.js +577 -577
- package/src/lib/fragments/upload/AntdUpload.react.js +613 -613
- package/src/lib/hooks/useCss.js +28 -28
- package/src/lib/hooks/useStickyOffset.js +115 -115
- package/src/lib/index.js +240 -240
- package/src/lib/internal_components/UtilsLink.react.js +82 -0
- package/src/lib/store/formStore.js +54 -47
- package/tests/dash3.0tests/AntdQRCode/347/273/204/344/273/266loading/347/212/266/346/200/201/351/207/215/346/236/204/test.py +51 -51
- package/tests/dash3.0tests/AntdTable/345/207/275/346/225/260/345/274/217/346/224/271/351/200/240/test.py +62 -62
- package/tests/dash3.0tests/_dashprivate_layout/346/224/271/345/212/250/346/265/213/350/257/225/test.py +50 -50
- package/tests/dash3.0tests/loading_state/346/224/271/345/212/250/346/265/213/350/257/225/test.py +38 -38
- package/tests/dash3.0tests//345/207/275/346/225/260/345/274/217/347/273/204/344/273/266/351/273/230/350/256/244/345/200/274/351/207/215/346/236/204/test.py +30 -30
- package/tests/dash3.0tests//345/212/240/350/275/275/345/212/250/347/224/273/347/261/273/347/273/204/344/273/266/351/207/215/346/236/204/346/265/213/350/257/225/test.py +62 -62
- package/tests/dash3.0tests//347/273/204/344/273/266/345/261/236/346/200/247/345/237/272/347/241/200/346/214/201/344/271/205/345/214/226/351/207/215/346/236/204/346/265/213/350/257/225/test.py +25 -25
- package/tests/dataDisplay/AntdAccordion/feat_size.py +36 -36
- package/tests/dataDisplay/AntdAccordion/feat_styles.py +35 -35
- package/tests/dataDisplay/AntdCard/refactor_delete_props.py +83 -83
- package/tests/dataDisplay/AntdCarousel/feat_auto_play_dot_duration.py +34 -34
- package/tests/dataDisplay/AntdCollapse/feat_size.py +30 -30
- package/tests/dataDisplay/AntdCollapse/feat_styles.py +29 -29
- package/tests/dataDisplay/AntdCountdown/feat_finish_event.py +41 -41
- package/tests/dataDisplay/AntdCountdown/refactor_to_timer.py +57 -57
- package/tests/dataDisplay/AntdCountup/refactor_to_timer.py +57 -57
- package/tests/dataDisplay/AntdDescriptions/feat_span_filled.py +42 -42
- package/tests/dataDisplay/AntdImage/debug_preview_toolbar.py +23 -23
- package/tests/dataDisplay/AntdSegmented/feat_shape.py +39 -39
- package/tests/dataDisplay/AntdSegmented/feat_simple_options.py +43 -43
- package/tests/dataDisplay/AntdSegmented/feat_vertical.py +32 -32
- package/tests/dataDisplay/AntdTable/feat_button_mode_like_dcc_link.py +125 -0
- package/tests/dataDisplay/AntdTable/feat_button_mode_refactor.py +143 -143
- package/tests/dataDisplay/AntdTable/feat_button_mode_tooltip.py +47 -47
- package/tests/dataDisplay/AntdTable/feat_columns_fixed_bool.py +40 -40
- package/tests/dataDisplay/AntdTable/feat_columns_min_width.py +51 -51
- package/tests/dataDisplay/AntdTable/feat_columns_sort_order.py +131 -131
- package/tests/dataDisplay/AntdTable/feat_editable_disabled_keys.py +71 -71
- package/tests/dataDisplay/AntdTable/feat_header_align.py +38 -38
- package/tests/dataDisplay/AntdTable/feat_link_mode_like_dcc_link.py +49 -0
- package/tests/dataDisplay/AntdTable/feat_loading.py +76 -76
- package/tests/dataDisplay/AntdTable/feat_mini_chart_color.py +139 -139
- package/tests/dataDisplay/AntdTable/feat_row_class_name.py +39 -39
- package/tests/dataDisplay/AntdTable/feat_row_class_name_func.py +41 -41
- package/tests/dataDisplay/AntdTable/feat_select_mode_show_search.py +70 -70
- package/tests/dataDisplay/AntdTable/feat_sticky_header.py +81 -81
- package/tests/dataDisplay/AntdTable/feat_table_scroll.py +54 -54
- package/tests/dataDisplay/AntdTable/feat_tag_mode_tooltip.py +88 -88
- package/tests/dataDisplay/AntdTable/feat_title_popover_nodes.py +94 -79
- package/tests/dataDisplay/AntdTable/fix_context_locale.py +37 -37
- package/tests/dataDisplay/AntdTable/fix_field_bool.py +50 -50
- package/tests/dataDisplay/AntdTable/fix_nested_editable.py +115 -115
- package/tests/dataDisplay/AntdTable/fix_select_with_editable.py +84 -84
- package/tests/dataDisplay/AntdTable/fix_server_side_mode_filter_search.py +194 -194
- package/tests/dataDisplay/AntdTable/fix_summary.py +474 -474
- package/tests/dataDisplay/AntdTable/fix_summary_multi_level_header.py +85 -85
- package/tests/dataDisplay/AntdTable/fix_zero_value_filter.py +34 -34
- package/tests/dataDisplay/AntdTable/perf_button_mode_auto_wrap.py +39 -39
- package/tests/dataDisplay/AntdTable/perf_editable_column_format_constrait_message.py +65 -65
- package/tests/dataDisplay/AntdTable/refactor_mini_progress_mode.py +134 -134
- package/tests/dataDisplay/AntdTable/rollback_title_popover_info.py +46 -0
- package/tests/dataDisplay/AntdTabs/feat_item_icon.py +39 -39
- package/tests/dataDisplay/AntdTabs/feat_placeholder.py +124 -124
- package/tests/dataDisplay/AntdTabs/feat_tab_bar_style.py +40 -40
- package/tests/dataDisplay/AntdTree/feat_async_data_load.py +71 -71
- package/tests/dataDisplay/descriptions/AntdDescriptions/feat_extra.py +83 -83
- package/tests/dataEntry/AntdCalendar/feat_custom_cells.py +52 -52
- package/tests/dataEntry/AntdCascader/feat_prefix.py +62 -62
- package/tests/dataEntry/AntdCascader/feat_suffix_icon.py +62 -62
- package/tests/dataEntry/AntdCascader/fix_read_only.py +74 -74
- package/tests/dataEntry/AntdDatePicker/feat_custom_cells.py +79 -79
- package/tests/dataEntry/AntdDatePicker/feat_picker_value.py +38 -38
- package/tests/dataEntry/AntdDatePicker/feat_prefix.py +21 -21
- package/tests/dataEntry/AntdDatePicker/feat_suffix_icon.py +21 -21
- package/tests/dataEntry/AntdDateRangePicker/feat_custom_cells.py +79 -79
- package/tests/dataEntry/AntdDateRangePicker/feat_picker_value.py +38 -38
- package/tests/dataEntry/AntdDateRangePicker/feat_prefix.py +21 -21
- package/tests/dataEntry/AntdDateRangePicker/feat_suffix_icon.py +21 -21
- package/tests/dataEntry/AntdForm/feat_batch_control_tooltips.py +35 -0
- package/tests/dataEntry/AntdForm/feat_optional_batch_control.py +62 -62
- package/tests/dataEntry/AntdForm/fix_checkbox.py +65 -65
- package/tests/dataEntry/AntdRadioGroup/feat_block.py +40 -40
- package/tests/dataEntry/AntdSelect/feat_locale_ru.py +24 -24
- package/tests/dataEntry/AntdSelect/feat_max_count.py +28 -28
- package/tests/dataEntry/AntdSelect/feat_prefix.py +26 -26
- package/tests/dataEntry/AntdSelect/feat_show_search.py +32 -32
- package/tests/dataEntry/AntdSelect/feat_suffix_icon.py +46 -46
- package/tests/dataEntry/AntdSelect/fix_read_only.py +50 -50
- package/tests/dataEntry/AntdSelect/fix_read_only_with_allow_clear.py +29 -29
- package/tests/dataEntry/AntdSlider/feat_range_editable.py +49 -49
- package/tests/dataEntry/AntdTimePicker/feat_prefix.py +21 -21
- package/tests/dataEntry/AntdTimePicker/feat_suffix_icon.py +21 -21
- package/tests/dataEntry/AntdTimeRangePicker/feat_prefix.py +21 -21
- package/tests/dataEntry/AntdTimeRangePicker/feat_suffix_icon.py +21 -21
- package/tests/dataEntry/AntdTreeSelect/feat_async_data_load.py +69 -69
- package/tests/dataEntry/AntdTreeSelect/feat_max_count.py +71 -71
- package/tests/dataEntry/AntdTreeSelect/feat_prefix.py +43 -43
- package/tests/dataEntry/AntdTreeSelect/fix_read_only.py +50 -50
- package/tests/dataEntry/AntdUpload/feat_pastable.py +22 -22
- package/tests/dataEntry/AntdUpload/fix_follow_theme.py +28 -28
- package/tests/feat_variant_underlined.py +100 -100
- package/tests/feedback/AntdAlert/feat_icon.py +35 -35
- package/tests/feedback/AntdMessage/fix_follow_config_provider.py +44 -44
- package/tests/feedback/AntdModal/feat_force_render.py +57 -57
- package/tests/feedback/AntdModal/feat_loading_title.py +92 -92
- package/tests/feedback/AntdModal/feat_prevent_close.py +54 -54
- package/tests/feedback/AntdModal/feat_responsive_width.py +31 -31
- package/tests/feedback/AntdNotification/feat_component_content.py +64 -64
- package/tests/feedback/AntdNotification/feat_number_of_stack.py +40 -40
- package/tests/feedback/AntdNotification/feat_show_progress.py +40 -40
- package/tests/feedback/AntdNotification/fix_follow_config_provider.py +46 -46
- package/tests/feedback/AntdPopupCard/feat_force_render.py +61 -61
- package/tests/feedback/AntdProgress/feat_percent_position.py +39 -39
- package/tests/feedback/AntdProgress/perf_size.py +26 -26
- package/tests/feedback/AntdProgress/perf_steps.py +37 -37
- package/tests/feedback/AntdProgress/perf_stroke_color.py +58 -58
- package/tests/feedback/AntdResult/feat_extra.py +26 -26
- package/tests/feedback/AntdSkeleton/fix_dash3.py +43 -43
- package/tests/general/AntdButton/feat_color_and_variant.py +40 -40
- package/tests/general/AntdButton/feat_preset_color.py +46 -46
- package/tests/general/AntdFloatButtonGroup/feat_placement.py +83 -83
- package/tests/general/AntdFloatButtonGroup/feat_tooltip.py +34 -34
- package/tests/general/AntdIcon/feat_iconfont.py +41 -41
- package/tests/layout/AntdCenter/feat_use_token.py +41 -41
- package/tests/layout/AntdDivider/feat_plain.py +21 -21
- package/tests/layout/AntdDivider/feat_size.py +36 -36
- package/tests/layout/AntdSplitter/feat_AntdSplitter.py +210 -210
- package/tests/layout/AntdSplitter/feat_lazy.py +56 -56
- package/tests/layout/AntdSplitter/refactor.py +303 -303
- package/tests/navigation/AntdAnchor/feat_current_anchor.py +43 -43
- package/tests/navigation/AntdAnchor/feat_direction.py +43 -43
- package/tests/navigation/AntdAnchor/feat_replace.py +43 -43
- package/tests/navigation/AntdBreadcrumb/feat_menu_item_event.py +64 -64
- package/tests/navigation/AntdBreadcrumb/refactor_items.py +140 -140
- package/tests/navigation/AntdDropdown/feat_extra.py +29 -29
- package/tests/navigation/AntdMenu/feat_currentItem.py +85 -85
- package/tests/navigation/AntdMenu/feat_currentItemPath.py +85 -85
- package/tests/navigation/AntdMenu/feat_currentKeyPath.py +85 -85
- package/tests/navigation/AntdMenu/feat_custom_icon.py +57 -57
- package/tests/navigation/AntdMenu/feat_expandIcon.py +70 -70
- package/tests/navigation/AntdMenu/feat_triggerSubMenuAction.py +67 -67
- package/tests/navigation/AntdMenu/fix_onlyExpandCurrentSubMenu.py +57 -57
- package/tests/navigation/AntdMenu/fix_with_sider.py +71 -71
- package/tests/navigation/AntdPagination/feat_align.py +31 -31
- package/tests/other/AntdAffix/feat_listen_affixed.py +41 -41
- package/tests/other/AntdBackTop/refactor.py +18 -18
- package/tests/other/AntdConfigProvider/feat_use_css.py +67 -67
- package/tests/other/AntdCopyText/feat_copy_table.py +67 -67
- package/tests/other/AntdCopyText/feat_tooltips.py +61 -61
- package/tests/other/AntdHappyProvider/feat_component.py +60 -60
- package/tests/other/Fragment/feat_use_token.py +32 -32
- package/usage.py +34 -34
- package/webpack.config.js +181 -181
- package/webpack.serve.config.js +12 -12
|
@@ -40,7 +40,7 @@ Keyword arguments:
|
|
|
40
40
|
配合`AntdForm`表单批量值搜集/控制功能使用,充当当前表单项的字段名,以`id`作为缺省值.
|
|
41
41
|
|
|
42
42
|
- enableBatchControl (boolean; default True):
|
|
43
|
-
控制当前组件是否参与有效的`AntdForm`表单批量值搜集/控制功能
|
|
43
|
+
控制当前组件是否参与有效的`AntdForm`表单批量值搜集/控制功能 默认值:`True`.
|
|
44
44
|
|
|
45
45
|
- locale (a value equal to: 'zh-cn', 'en-us', 'de-de', 'ru-ru'; default 'zh-cn'):
|
|
46
46
|
组件文案语种,可选项有`'zh-cn'`(简体中文)、`'en-us'`(英语)、`'de-de'`(德语)、`'ru-ru'`(俄语)
|
|
@@ -51,25 +51,25 @@ Keyword arguments:
|
|
|
51
51
|
默认值:`'HH:mm:ss'`.
|
|
52
52
|
|
|
53
53
|
- disabled (boolean; default False):
|
|
54
|
-
是否禁用当前组件
|
|
54
|
+
是否禁用当前组件 默认值:`False`.
|
|
55
55
|
|
|
56
56
|
- hourStep (number; default 1):
|
|
57
|
-
小时选项间隔
|
|
57
|
+
小时选项间隔 默认值:`1`.
|
|
58
58
|
|
|
59
59
|
- minuteStep (number; default 1):
|
|
60
|
-
分钟选项间隔
|
|
60
|
+
分钟选项间隔 默认值:`1`.
|
|
61
61
|
|
|
62
62
|
- secondStep (number; default 1):
|
|
63
|
-
秒选项间隔
|
|
63
|
+
秒选项间隔 默认值:`1`.
|
|
64
64
|
|
|
65
65
|
- use12Hours (boolean; default False):
|
|
66
|
-
是否使用12小时制,当设置为`True`时,`format`参数默认值变更为`'h:mm:ss a'`
|
|
66
|
+
是否使用12小时制,当设置为`True`时,`format`参数默认值变更为`'h:mm:ss a'` 默认值:`False`.
|
|
67
67
|
|
|
68
68
|
- size (a value equal to: 'small', 'middle', 'large'; default 'middle'):
|
|
69
|
-
当前组件尺寸规格,可选项有`'small'`、`'middle'`、`'large'`
|
|
69
|
+
当前组件尺寸规格,可选项有`'small'`、`'middle'`、`'large'` 默认值:`'middle'`.
|
|
70
70
|
|
|
71
71
|
- bordered (boolean; default True):
|
|
72
|
-
是否显示边框,设置为`True`时等价于`variant='outlined'`
|
|
72
|
+
是否显示边框,设置为`True`时等价于`variant='outlined'` 默认值:`True`.
|
|
73
73
|
|
|
74
74
|
- variant (a value equal to: 'outlined', 'borderless', 'filled', 'underlined'; optional):
|
|
75
75
|
形态变体类型,可选项有`'outlined'`、`'borderless'`、`'filled'`、`'underlined'`,其中`'outlined'`等价于`bordered=True`,但优先级更高.
|
|
@@ -91,19 +91,19 @@ Keyword arguments:
|
|
|
91
91
|
控制校验状态,可选项有`'error'`、`'warning'`.
|
|
92
92
|
|
|
93
93
|
- allowClear (boolean; default True):
|
|
94
|
-
是否允许一键清空已选值
|
|
94
|
+
是否允许一键清空已选值 默认值:`True`.
|
|
95
95
|
|
|
96
96
|
- autoFocus (boolean; default False):
|
|
97
|
-
是否自动获取焦点
|
|
97
|
+
是否自动获取焦点 默认值:`False`.
|
|
98
98
|
|
|
99
99
|
- readOnly (boolean; optional):
|
|
100
|
-
是否渲染为只读状态
|
|
100
|
+
是否渲染为只读状态 默认值:`False`.
|
|
101
101
|
|
|
102
102
|
- extraFooter (a list of or a singular dash component, string or number; optional):
|
|
103
103
|
组件型,底部额外区域内容.
|
|
104
104
|
|
|
105
105
|
- showNow (boolean; default True):
|
|
106
|
-
是否显示“此刻”快捷选择按钮
|
|
106
|
+
是否显示“此刻”快捷选择按钮 默认值:`True`.
|
|
107
107
|
|
|
108
108
|
- prefix (a list of or a singular dash component, string or number; optional):
|
|
109
109
|
组件型,前缀内嵌内容.
|
|
@@ -112,7 +112,7 @@ Keyword arguments:
|
|
|
112
112
|
自定义选择框后缀图标内容.
|
|
113
113
|
|
|
114
114
|
- popupContainer (a value equal to: 'parent', 'body'; default 'body'):
|
|
115
|
-
相关展开层锚定策略,可选项有`'parent'`、`'body'`
|
|
115
|
+
相关展开层锚定策略,可选项有`'parent'`、`'body'` 默认值:`'body'`.
|
|
116
116
|
|
|
117
117
|
- batchPropsNames (list of strings; optional):
|
|
118
118
|
需要纳入[批量属性监听](/batch-props-values)的若干属性名.
|
|
@@ -127,7 +127,7 @@ Keyword arguments:
|
|
|
127
127
|
`aria-*`格式属性通配.
|
|
128
128
|
|
|
129
129
|
- needConfirm (boolean; default False):
|
|
130
|
-
是否需要确认按钮,为`False`时失去焦点即代表选择
|
|
130
|
+
是否需要确认按钮,为`False`时失去焦点即代表选择 默认值:`False`.
|
|
131
131
|
|
|
132
132
|
- loading_state (dict; optional):
|
|
133
133
|
Object that holds the loading state object coming from
|
|
@@ -148,12 +148,12 @@ Keyword arguments:
|
|
|
148
148
|
是否开启[属性持久化](/prop-persistence).
|
|
149
149
|
|
|
150
150
|
- persisted_props (list of a value equal to: 'value's; optional):
|
|
151
|
-
开启属性持久化功能的若干属性名,可选项有`'value'`
|
|
151
|
+
开启属性持久化功能的若干属性名,可选项有`'value'` 默认值:`['value']`.
|
|
152
152
|
|
|
153
153
|
- persistence_type (a value equal to: 'local', 'session', 'memory'; optional):
|
|
154
154
|
属性持久化存储类型,可选项有`'local'`(本地持久化),`'session'`(会话持久化),`'memory'`(内存持久化)
|
|
155
155
|
默认值:`'local'`."""
|
|
156
|
-
_children_props = ['extraFooter', 'prefix', 'suffixIcon']
|
|
156
|
+
_children_props: typing.List[str] = ['extraFooter', 'prefix', 'suffixIcon']
|
|
157
157
|
_base_nodes = ['extraFooter', 'prefix', 'suffixIcon', 'children']
|
|
158
158
|
_namespace = 'feffery_antd_components'
|
|
159
159
|
_type = 'AntdTimePicker'
|
|
@@ -40,7 +40,7 @@ Keyword arguments:
|
|
|
40
40
|
配合`AntdForm`表单批量值搜集/控制功能使用,充当当前表单项的字段名,以`id`作为缺省值.
|
|
41
41
|
|
|
42
42
|
- enableBatchControl (boolean; default True):
|
|
43
|
-
控制当前组件是否参与有效的`AntdForm`表单批量值搜集/控制功能
|
|
43
|
+
控制当前组件是否参与有效的`AntdForm`表单批量值搜集/控制功能 默认值:`True`.
|
|
44
44
|
|
|
45
45
|
- locale (a value equal to: 'zh-cn', 'en-us', 'de-de', 'ru-ru'; default 'zh-cn'):
|
|
46
46
|
组件文案语种,可选项有`'zh-cn'`(简体中文)、`'en-us'`(英语)、`'de-de'`(德语)、`'ru-ru'`(俄语)
|
|
@@ -51,22 +51,22 @@ Keyword arguments:
|
|
|
51
51
|
默认值:`'HH:mm:ss'`.
|
|
52
52
|
|
|
53
53
|
- hourStep (number; default 1):
|
|
54
|
-
小时选项间隔
|
|
54
|
+
小时选项间隔 默认值:`1`.
|
|
55
55
|
|
|
56
56
|
- minuteStep (number; default 1):
|
|
57
|
-
分钟选项间隔
|
|
57
|
+
分钟选项间隔 默认值:`1`.
|
|
58
58
|
|
|
59
59
|
- secondStep (number; default 1):
|
|
60
|
-
秒选项间隔
|
|
60
|
+
秒选项间隔 默认值:`1`.
|
|
61
61
|
|
|
62
62
|
- use12Hours (boolean; default False):
|
|
63
|
-
是否使用12小时制,当设置为`True`时,`format`参数默认值变更为`'h:mm:ss a'`
|
|
63
|
+
是否使用12小时制,当设置为`True`时,`format`参数默认值变更为`'h:mm:ss a'` 默认值:`False`.
|
|
64
64
|
|
|
65
65
|
- allowClear (boolean; default True):
|
|
66
|
-
是否允许一键清空已选值
|
|
66
|
+
是否允许一键清空已选值 默认值:`True`.
|
|
67
67
|
|
|
68
68
|
- autoFocus (boolean; default False):
|
|
69
|
-
是否自动获取焦点
|
|
69
|
+
是否自动获取焦点 默认值:`False`.
|
|
70
70
|
|
|
71
71
|
- placeholder (list of strings; optional):
|
|
72
72
|
输入框占位文字内容.
|
|
@@ -76,7 +76,7 @@ Keyword arguments:
|
|
|
76
76
|
默认值:`'bottomLeft'`.
|
|
77
77
|
|
|
78
78
|
- disabled (list of booleans; default [False, False]):
|
|
79
|
-
是否禁用当前组件
|
|
79
|
+
是否禁用当前组件 默认值:`False`.
|
|
80
80
|
|
|
81
81
|
- value (list of strings; optional):
|
|
82
82
|
监听或设置已选值,与`format`格式对应.
|
|
@@ -85,13 +85,13 @@ Keyword arguments:
|
|
|
85
85
|
初始化已选值,与`format`格式对应.
|
|
86
86
|
|
|
87
87
|
- bordered (boolean; default True):
|
|
88
|
-
是否显示边框,设置为`True`时等价于`variant='outlined'`
|
|
88
|
+
是否显示边框,设置为`True`时等价于`variant='outlined'` 默认值:`True`.
|
|
89
89
|
|
|
90
90
|
- variant (a value equal to: 'outlined', 'borderless', 'filled', 'underlined'; optional):
|
|
91
91
|
形态变体类型,可选项有`'outlined'`、`'borderless'`、`'filled'`、`'underlined'`,其中`'outlined'`等价于`bordered=True`,但优先级更高.
|
|
92
92
|
|
|
93
93
|
- size (a value equal to: 'small', 'middle', 'large'; default 'middle'):
|
|
94
|
-
当前组件尺寸规格,可选项有`'small'`、`'middle'`、`'large'`
|
|
94
|
+
当前组件尺寸规格,可选项有`'small'`、`'middle'`、`'large'` 默认值:`'middle'`.
|
|
95
95
|
|
|
96
96
|
- open (boolean; optional):
|
|
97
97
|
监听或设置当前选择面板是否展开.
|
|
@@ -100,7 +100,7 @@ Keyword arguments:
|
|
|
100
100
|
控制校验状态,可选项有`'error'`、`'warning'`.
|
|
101
101
|
|
|
102
102
|
- readOnly (boolean; optional):
|
|
103
|
-
是否渲染为只读状态
|
|
103
|
+
是否渲染为只读状态 默认值:`False`.
|
|
104
104
|
|
|
105
105
|
- extraFooter (a list of or a singular dash component, string or number; optional):
|
|
106
106
|
组件型,底部额外区域内容.
|
|
@@ -112,7 +112,7 @@ Keyword arguments:
|
|
|
112
112
|
自定义选择框后缀图标内容.
|
|
113
113
|
|
|
114
114
|
- popupContainer (a value equal to: 'parent', 'body'; default 'body'):
|
|
115
|
-
相关展开层锚定策略,可选项有`'parent'`、`'body'`
|
|
115
|
+
相关展开层锚定策略,可选项有`'parent'`、`'body'` 默认值:`'body'`.
|
|
116
116
|
|
|
117
117
|
- batchPropsNames (list of strings; optional):
|
|
118
118
|
需要纳入[批量属性监听](/batch-props-values)的若干属性名.
|
|
@@ -127,18 +127,18 @@ Keyword arguments:
|
|
|
127
127
|
`aria-*`格式属性通配.
|
|
128
128
|
|
|
129
129
|
- needConfirm (boolean; default False):
|
|
130
|
-
是否需要确认按钮,为`False`时失去焦点即代表选择
|
|
130
|
+
是否需要确认按钮,为`False`时失去焦点即代表选择 默认值:`False`.
|
|
131
131
|
|
|
132
132
|
- persistence (boolean | string | number; optional):
|
|
133
133
|
是否开启[属性持久化](/prop-persistence).
|
|
134
134
|
|
|
135
135
|
- persisted_props (list of a value equal to: 'value's; optional):
|
|
136
|
-
开启属性持久化功能的若干属性名,可选项有`'value'`
|
|
136
|
+
开启属性持久化功能的若干属性名,可选项有`'value'` 默认值:`['value']`.
|
|
137
137
|
|
|
138
138
|
- persistence_type (a value equal to: 'local', 'session', 'memory'; optional):
|
|
139
139
|
属性持久化存储类型,可选项有`'local'`(本地持久化),`'session'`(会话持久化),`'memory'`(内存持久化)
|
|
140
140
|
默认值:`'local'`."""
|
|
141
|
-
_children_props = ['extraFooter', 'prefix', 'suffixIcon']
|
|
141
|
+
_children_props: typing.List[str] = ['extraFooter', 'prefix', 'suffixIcon']
|
|
142
142
|
_base_nodes = ['extraFooter', 'prefix', 'suffixIcon', 'children']
|
|
143
143
|
_namespace = 'feffery_antd_components'
|
|
144
144
|
_type = 'AntdTimeRangePicker'
|
|
@@ -63,14 +63,14 @@ Keyword arguments:
|
|
|
63
63
|
组件型,自定义幽灵节点图标.
|
|
64
64
|
|
|
65
65
|
- reverse (boolean; default False):
|
|
66
|
-
是否逆序排列时间轴
|
|
66
|
+
是否逆序排列时间轴 默认值:`False`.
|
|
67
67
|
|
|
68
68
|
- data-* (string; optional):
|
|
69
69
|
`data-*`格式属性通配.
|
|
70
70
|
|
|
71
71
|
- aria-* (string; optional):
|
|
72
72
|
`aria-*`格式属性通配."""
|
|
73
|
-
_children_props = ['items[].content', 'items[].icon', 'items[].label', 'pending', 'pendingDot']
|
|
73
|
+
_children_props: typing.List[str] = ['items[].content', 'items[].icon', 'items[].label', 'pending', 'pendingDot']
|
|
74
74
|
_base_nodes = ['pending', 'pendingDot', 'children']
|
|
75
75
|
_namespace = 'feffery_antd_components'
|
|
76
76
|
_type = 'AntdTimeline'
|
|
@@ -41,7 +41,7 @@ Keyword arguments:
|
|
|
41
41
|
默认值:`'zh-cn'`.
|
|
42
42
|
|
|
43
43
|
- level (number; default 1):
|
|
44
|
-
标题级别,可选项有`1`、`2`、`3`、`4`、`5`
|
|
44
|
+
标题级别,可选项有`1`、`2`、`3`、`4`、`5` 默认值:`1`.
|
|
45
45
|
|
|
46
46
|
- code (boolean; optional):
|
|
47
47
|
是否渲染为代码形式.
|
|
@@ -78,7 +78,7 @@ Keyword arguments:
|
|
|
78
78
|
|
|
79
79
|
- aria-* (string; optional):
|
|
80
80
|
`aria-*`格式属性通配."""
|
|
81
|
-
_children_props = []
|
|
81
|
+
_children_props: typing.List[str] = []
|
|
82
82
|
_base_nodes = ['children']
|
|
83
83
|
_namespace = 'feffery_antd_components'
|
|
84
84
|
_type = 'AntdTitle'
|
|
@@ -69,31 +69,31 @@ Keyword arguments:
|
|
|
69
69
|
背景颜色.
|
|
70
70
|
|
|
71
71
|
- mouseEnterDelay (number; default 0.1):
|
|
72
|
-
鼠标移入到文字提示弹出延时,单位:秒
|
|
72
|
+
鼠标移入到文字提示弹出延时,单位:秒 默认值:`0.1`.
|
|
73
73
|
|
|
74
74
|
- mouseLeaveDelay (number; default 0.1):
|
|
75
|
-
鼠标移出到文字提示消失延时,单位:秒
|
|
75
|
+
鼠标移出到文字提示消失延时,单位:秒 默认值:`0.1`.
|
|
76
76
|
|
|
77
77
|
- trigger (a value equal to: 'hover', 'focus', 'click' | list of a value equal to: 'hover', 'focus', 'click's; default 'hover'):
|
|
78
|
-
触发方式,可选项有`'hover'`、`'focus'`、`'click'`,可多选
|
|
78
|
+
触发方式,可选项有`'hover'`、`'focus'`、`'click'`,可多选 默认值:`'hover'`.
|
|
79
79
|
|
|
80
80
|
- zIndex (number; optional):
|
|
81
81
|
文字提示卡片z-index.
|
|
82
82
|
|
|
83
83
|
- arrow (a value equal to: 'show', 'hide', 'center'; default 'show'):
|
|
84
|
-
文字提示卡片附带箭头显示形式,可选项有`'show'`、`'hide'`、`'center'`
|
|
84
|
+
文字提示卡片附带箭头显示形式,可选项有`'show'`、`'hide'`、`'center'` 默认值:`'show'`.
|
|
85
85
|
|
|
86
86
|
- fresh (boolean; default False):
|
|
87
|
-
是否始终保持更新内容
|
|
87
|
+
是否始终保持更新内容 默认值:`False`.
|
|
88
88
|
|
|
89
89
|
- open (boolean; default False):
|
|
90
|
-
监听或设置当前文字提示卡片的展开状态
|
|
90
|
+
监听或设置当前文字提示卡片的展开状态 默认值:`False`.
|
|
91
91
|
|
|
92
92
|
- permanent (boolean; default False):
|
|
93
|
-
是否保持文字提示卡片处于`open`对应状态不变
|
|
93
|
+
是否保持文字提示卡片处于`open`对应状态不变 默认值:`False`.
|
|
94
94
|
|
|
95
95
|
- popupContainer (a value equal to: 'parent', 'body'; default 'body'):
|
|
96
|
-
文字提示卡片展开层锚定策略,可选项有`'parent'`、`'body'`
|
|
96
|
+
文字提示卡片展开层锚定策略,可选项有`'parent'`、`'body'` 默认值:`'body'`.
|
|
97
97
|
|
|
98
98
|
- data-* (string; optional):
|
|
99
99
|
`data-*`格式属性通配.
|
|
@@ -113,7 +113,7 @@ Keyword arguments:
|
|
|
113
113
|
|
|
114
114
|
- component_name (string; optional):
|
|
115
115
|
Holds the name of the component that is loading."""
|
|
116
|
-
_children_props = ['title']
|
|
116
|
+
_children_props: typing.List[str] = ['title']
|
|
117
117
|
_base_nodes = ['title', 'children']
|
|
118
118
|
_namespace = 'feffery_antd_components'
|
|
119
119
|
_type = 'AntdTooltip'
|
|
@@ -49,7 +49,7 @@ Keyword arguments:
|
|
|
49
49
|
定位当前步骤目标元素的javascript代码字符串.
|
|
50
50
|
|
|
51
51
|
- arrow (dict; optional):
|
|
52
|
-
配置当前步骤箭头
|
|
52
|
+
配置当前步骤箭头 默认值:`True`.
|
|
53
53
|
|
|
54
54
|
`arrow` is a boolean
|
|
55
55
|
|
|
@@ -72,7 +72,7 @@ Keyword arguments:
|
|
|
72
72
|
当前引导步骤弹框相对目标元素的位置,可选项有`'center'`、`'left'`、`'leftTop'`、`'leftBottom'`、`'right'`、`'rightTop'`、`'rightBottom'`、`'top'`、`'topLeft'`、`'topRight'`、`'bottom'`、`'bottomLeft'`、`'bottomRight'`.
|
|
73
73
|
|
|
74
74
|
- mask (dict; optional):
|
|
75
|
-
配置当前步骤蒙版层
|
|
75
|
+
配置当前步骤蒙版层 默认值:`True`.
|
|
76
76
|
|
|
77
77
|
`mask` is a boolean | dict with keys:
|
|
78
78
|
|
|
@@ -85,7 +85,7 @@ Keyword arguments:
|
|
|
85
85
|
当前步骤蒙版层颜色.
|
|
86
86
|
|
|
87
87
|
- type (a value equal to: 'default', 'primary'; optional):
|
|
88
|
-
当前步骤弹框类型,可选项有`'default'`、`'primary'`
|
|
88
|
+
当前步骤弹框类型,可选项有`'default'`、`'primary'` 默认值:`'default'`.
|
|
89
89
|
|
|
90
90
|
- nextButtonProps (dict; optional):
|
|
91
91
|
配置当前步骤下一步按钮.
|
|
@@ -104,7 +104,7 @@ Keyword arguments:
|
|
|
104
104
|
组件型,按钮内嵌元素.
|
|
105
105
|
|
|
106
106
|
- arrow (dict; default True):
|
|
107
|
-
统一配置引导步骤弹框箭头
|
|
107
|
+
统一配置引导步骤弹框箭头 默认值:`True`.
|
|
108
108
|
|
|
109
109
|
`arrow` is a boolean | dict with keys:
|
|
110
110
|
|
|
@@ -116,7 +116,7 @@ Keyword arguments:
|
|
|
116
116
|
默认值:`'bottom'`.
|
|
117
117
|
|
|
118
118
|
- mask (dict; default True):
|
|
119
|
-
统一配置引导弹框蒙版
|
|
119
|
+
统一配置引导弹框蒙版 默认值:`True`.
|
|
120
120
|
|
|
121
121
|
`mask` is a boolean | dict with keys:
|
|
122
122
|
|
|
@@ -127,23 +127,23 @@ Keyword arguments:
|
|
|
127
127
|
蒙版层颜色.
|
|
128
128
|
|
|
129
129
|
- type (a value equal to: 'default', 'primary'; default 'default'):
|
|
130
|
-
统一设置引导步骤弹框类型,可选项有`'default'`、`'primary'`
|
|
130
|
+
统一设置引导步骤弹框类型,可选项有`'default'`、`'primary'` 默认值:`'default'`.
|
|
131
131
|
|
|
132
132
|
- open (boolean; default False):
|
|
133
|
-
监听或设置当前漫游式引导的打开状态
|
|
133
|
+
监听或设置当前漫游式引导的打开状态 默认值:`False`.
|
|
134
134
|
|
|
135
135
|
- current (number; optional):
|
|
136
136
|
监听或设置当前漫游式引导所在步骤序号.
|
|
137
137
|
|
|
138
138
|
- zIndex (number; default 1001):
|
|
139
|
-
当前漫游式引导z-index
|
|
139
|
+
当前漫游式引导z-index 默认值:`1001`.
|
|
140
140
|
|
|
141
141
|
- data-* (string; optional):
|
|
142
142
|
`data-*`格式属性通配.
|
|
143
143
|
|
|
144
144
|
- aria-* (string; optional):
|
|
145
145
|
`aria-*`格式属性通配."""
|
|
146
|
-
_children_props = ['steps[].cover', 'steps[].title', 'steps[].description', 'steps[].nextButtonProps.children', 'steps[].prevButtonProps.children']
|
|
146
|
+
_children_props: typing.List[str] = ['steps[].cover', 'steps[].title', 'steps[].description', 'steps[].nextButtonProps.children', 'steps[].prevButtonProps.children']
|
|
147
147
|
_base_nodes = ['children']
|
|
148
148
|
_namespace = 'feffery_antd_components'
|
|
149
149
|
_type = 'AntdTour'
|
|
@@ -37,7 +37,7 @@ Keyword arguments:
|
|
|
37
37
|
配合`AntdForm`表单批量值搜集/控制功能使用,充当当前表单项的字段名,以`id`作为缺省值.
|
|
38
38
|
|
|
39
39
|
- enableBatchControl (boolean; default True):
|
|
40
|
-
控制当前组件是否参与有效的`AntdForm`表单批量值搜集/控制功能
|
|
40
|
+
控制当前组件是否参与有效的`AntdForm`表单批量值搜集/控制功能 默认值:`True`.
|
|
41
41
|
|
|
42
42
|
- locale (a value equal to: 'zh-cn', 'en-us', 'de-de', 'ru-ru'; default 'zh-cn'):
|
|
43
43
|
组件文案语种,可选项有`'zh-cn'`(简体中文)、`'en-us'`(英语)、`'de-de'`(德语)、`'ru-ru'`(俄语)
|
|
@@ -55,7 +55,7 @@ Keyword arguments:
|
|
|
55
55
|
组件型,当前选项标题内容.
|
|
56
56
|
|
|
57
57
|
- disabled (boolean; optional):
|
|
58
|
-
是否禁用当前选项
|
|
58
|
+
是否禁用当前选项 默认值:`False`.
|
|
59
59
|
|
|
60
60
|
- selectionsIcon (a list of or a singular dash component, string or number; optional):
|
|
61
61
|
组件型,自定义下拉菜单图标.
|
|
@@ -64,7 +64,7 @@ Keyword arguments:
|
|
|
64
64
|
穿梭框整体高度.
|
|
65
65
|
|
|
66
66
|
- pagination (dict; default False):
|
|
67
|
-
选项分页展示配置
|
|
67
|
+
选项分页展示配置 默认值:`False`.
|
|
68
68
|
|
|
69
69
|
`pagination` is a boolean | dict with keys:
|
|
70
70
|
|
|
@@ -72,20 +72,20 @@ Keyword arguments:
|
|
|
72
72
|
每页最大选项数.
|
|
73
73
|
|
|
74
74
|
- oneWay (boolean; default False):
|
|
75
|
-
是否启用单向模式
|
|
75
|
+
是否启用单向模式 默认值:`False`.
|
|
76
76
|
|
|
77
77
|
- operations (list of a list of or a singular dash component, string or numbers; default ['', '']):
|
|
78
|
-
左右移动操作按钮内容
|
|
78
|
+
左右移动操作按钮内容 默认值:`'['', '']'`.
|
|
79
79
|
|
|
80
80
|
- showSearch (boolean; default False):
|
|
81
|
-
是否显示搜索框
|
|
81
|
+
是否显示搜索框 默认值:`False`.
|
|
82
82
|
|
|
83
83
|
- optionFilterMode (a value equal to: 'case-insensitive', 'case-sensitive', 'regex'; default 'case-insensitive'):
|
|
84
84
|
搜索匹配模式,可选项有`'case-insensitive'`(大小写不敏感)、`'case-sensitive'`(大小写敏感)、`'regex'`(正则表达式)
|
|
85
85
|
默认值:`'case-insensitive'`.
|
|
86
86
|
|
|
87
87
|
- showSelectAll (boolean; default True):
|
|
88
|
-
是否显示全选勾选框
|
|
88
|
+
是否显示全选勾选框 默认值:`True`.
|
|
89
89
|
|
|
90
90
|
- titles (list of a list of or a singular dash component, string or numbers; optional):
|
|
91
91
|
左右标题内容.
|
|
@@ -100,13 +100,13 @@ Keyword arguments:
|
|
|
100
100
|
监听最近一次选项移动涉及的选项`key`值.
|
|
101
101
|
|
|
102
102
|
- disabled (boolean; default False):
|
|
103
|
-
是否禁用当前组件
|
|
103
|
+
是否禁用当前组件 默认值:`False`.
|
|
104
104
|
|
|
105
105
|
- status (a value equal to: 'error', 'warning'; optional):
|
|
106
106
|
控制校验状态,可选项有`'error'`、`'warning'`.
|
|
107
107
|
|
|
108
108
|
- readOnly (boolean; default False):
|
|
109
|
-
是否渲染为只读状态
|
|
109
|
+
是否渲染为只读状态 默认值:`False`.
|
|
110
110
|
|
|
111
111
|
- batchPropsNames (list of strings; optional):
|
|
112
112
|
需要纳入[批量属性监听](/batch-props-values)的若干属性名.
|
|
@@ -137,12 +137,12 @@ Keyword arguments:
|
|
|
137
137
|
是否开启[属性持久化](/prop-persistence).
|
|
138
138
|
|
|
139
139
|
- persisted_props (list of a value equal to: 'targetKeys's; optional):
|
|
140
|
-
开启属性持久化功能的若干属性名,可选项有`'targetKeys'`
|
|
140
|
+
开启属性持久化功能的若干属性名,可选项有`'targetKeys'` 默认值:`['targetKeys']`.
|
|
141
141
|
|
|
142
142
|
- persistence_type (a value equal to: 'local', 'session', 'memory'; optional):
|
|
143
143
|
属性持久化存储类型,可选项有`'local'`(本地持久化),`'session'`(会话持久化),`'memory'`(内存持久化)
|
|
144
144
|
默认值:`'local'`."""
|
|
145
|
-
_children_props = ['dataSource[].title', 'selectionsIcon', 'operations', 'titles']
|
|
145
|
+
_children_props: typing.List[str] = ['dataSource[].title', 'selectionsIcon', 'operations', 'titles']
|
|
146
146
|
_base_nodes = ['selectionsIcon', 'operations', 'titles', 'children']
|
|
147
147
|
_namespace = 'feffery_antd_components'
|
|
148
148
|
_type = 'AntdTransfer'
|
|
@@ -44,19 +44,19 @@ Keyword arguments:
|
|
|
44
44
|
针对树结构中的指定节点,定义作为标题的组件型内容,优先级高于`treeData`中对应的`title`值.
|
|
45
45
|
|
|
46
46
|
- showIcon (boolean; default False):
|
|
47
|
-
是否渲染节点额外图标
|
|
47
|
+
是否渲染节点额外图标 默认值:`False`.
|
|
48
48
|
|
|
49
49
|
- selectable (boolean; default True):
|
|
50
|
-
节点是否可点击选择
|
|
50
|
+
节点是否可点击选择 默认值:`True`.
|
|
51
51
|
|
|
52
52
|
- multiple (boolean; default False):
|
|
53
|
-
节点是否允许多选
|
|
53
|
+
节点是否允许多选 默认值:`False`.
|
|
54
54
|
|
|
55
55
|
- checkable (boolean; default False):
|
|
56
|
-
节点是否可勾选
|
|
56
|
+
节点是否可勾选 默认值:`False`.
|
|
57
57
|
|
|
58
58
|
- defaultExpandAll (boolean; default False):
|
|
59
|
-
初始化是否展开全部节点
|
|
59
|
+
初始化是否展开全部节点 默认值:`False`.
|
|
60
60
|
|
|
61
61
|
- expandedKeys (list of strings; optional):
|
|
62
62
|
监听或设置已展开节点`key`值数组.
|
|
@@ -65,7 +65,7 @@ Keyword arguments:
|
|
|
65
65
|
初始化已展开节点`key`值数组.
|
|
66
66
|
|
|
67
67
|
- defaultExpandParent (boolean; default False):
|
|
68
|
-
初始化是否展开处于展开状态节点的父节点
|
|
68
|
+
初始化是否展开处于展开状态节点的父节点 默认值:`True`.
|
|
69
69
|
|
|
70
70
|
- selectedKeys (list of strings; optional):
|
|
71
71
|
监听或设置已选择节点`key`值数组.
|
|
@@ -83,7 +83,7 @@ Keyword arguments:
|
|
|
83
83
|
监听或设置处于半勾选状态下的节点`key`值数组.
|
|
84
84
|
|
|
85
85
|
- checkStrictly (boolean; default False):
|
|
86
|
-
节点与其后代节点之间的选择行为是否彼此独立
|
|
86
|
+
节点与其后代节点之间的选择行为是否彼此独立 默认值:`False`.
|
|
87
87
|
|
|
88
88
|
- showLine (dict; default { 'showLeafIcon': False }):
|
|
89
89
|
是否显示连接线.
|
|
@@ -100,19 +100,19 @@ Keyword arguments:
|
|
|
100
100
|
虚拟滚动模式下的组件最大像素高度,未设置时则不启用虚拟滚动功能.
|
|
101
101
|
|
|
102
102
|
- draggable (boolean; default False):
|
|
103
|
-
节点是否可拖拽
|
|
103
|
+
节点是否可拖拽 默认值:`False`.
|
|
104
104
|
|
|
105
105
|
- showDragIcon (boolean; default True):
|
|
106
|
-
开启节点拖拽功能后,是否为节点渲染拖拽图标
|
|
106
|
+
开启节点拖拽功能后,是否为节点渲染拖拽图标 默认值:`True`.
|
|
107
107
|
|
|
108
108
|
- dragInSameLevel (boolean; default False):
|
|
109
|
-
当`draggable=True`时,是否仅允许同级拖拽
|
|
109
|
+
当`draggable=True`时,是否仅允许同级拖拽 默认值:`False`.
|
|
110
110
|
|
|
111
111
|
- dragDisabledKeys (list of strings; optional):
|
|
112
|
-
禁止进行拖拽调整的节点`key`值数组
|
|
112
|
+
禁止进行拖拽调整的节点`key`值数组 默认值:`[]`.
|
|
113
113
|
|
|
114
114
|
- dropDisabledKeys (list of strings; optional):
|
|
115
|
-
禁止进行拖拽放置的节点`key`值数组
|
|
115
|
+
禁止进行拖拽放置的节点`key`值数组 默认值:`[]`.
|
|
116
116
|
|
|
117
117
|
- draggedNodeKey (string; optional):
|
|
118
118
|
监听最近一次被拖拽节点`key`值信息.
|
|
@@ -132,7 +132,7 @@ Keyword arguments:
|
|
|
132
132
|
事件对应时间戳信息.
|
|
133
133
|
|
|
134
134
|
- enableNodeFavorites (boolean; default False):
|
|
135
|
-
是否启用节点收藏功能
|
|
135
|
+
是否启用节点收藏功能 默认值:`False`.
|
|
136
136
|
|
|
137
137
|
- favoritedKeys (list of strings; optional):
|
|
138
138
|
监听或设置已收藏节点`key`值数组.
|
|
@@ -146,7 +146,7 @@ Keyword arguments:
|
|
|
146
146
|
滚动目标节点`key`值.
|
|
147
147
|
|
|
148
148
|
- align (a value equal to: 'top', 'bottom', 'auto'; optional):
|
|
149
|
-
滚动目标节点对齐位置,可选项有`'top'`、`'bottom'`、`'auto'`
|
|
149
|
+
滚动目标节点对齐位置,可选项有`'top'`、`'bottom'`、`'auto'` 默认值:`'auto'`.
|
|
150
150
|
|
|
151
151
|
- offset (number; optional):
|
|
152
152
|
滚动后的像素偏移量.
|
|
@@ -155,9 +155,9 @@ Keyword arguments:
|
|
|
155
155
|
快捷树搜索功能对应的单个关键词,或由多个关键词构成的数组.
|
|
156
156
|
|
|
157
157
|
- caseSensitive (boolean; default True):
|
|
158
|
-
针对`searchKeyword`,是否大小写敏感
|
|
158
|
+
针对`searchKeyword`,是否大小写敏感 默认值:`True`.
|
|
159
159
|
|
|
160
|
-
- highlightStyle (dict; default {
|
|
161
160
|
fontWeight: 'bold',
|
|
162
161
|
backgroundColor: 'transparent',
|
|
163
162
|
padding: 0,
|
|
164
163
|
color: '#ff5500'
|
|
164
|
+
- highlightStyle (dict; default { fontWeight: 'bold', backgroundColor: 'transparent', padding: 0, color: '#ff5500'}):
|
|
165
165
|
快捷树搜索关键词匹配部分的高亮样式.
|
|
166
166
|
|
|
167
167
|
- nodeCheckedSuffix (a list of or a singular dash component, string or number; optional):
|
|
@@ -202,7 +202,7 @@ Keyword arguments:
|
|
|
202
202
|
- persistence_type (a value equal to: 'local', 'session', 'memory'; optional):
|
|
203
203
|
属性持久化存储类型,可选项有`'local'`(本地持久化),`'session'`(会话持久化),`'memory'`(内存持久化)
|
|
204
204
|
默认值:`'local'`."""
|
|
205
|
-
_children_props = ['treeNodeKeyToTitle{}', 'switcherIcon', 'nodeCheckedSuffix', 'nodeUncheckedSuffix']
|
|
205
|
+
_children_props: typing.List[str] = ['treeNodeKeyToTitle{}', 'switcherIcon', 'nodeCheckedSuffix', 'nodeUncheckedSuffix']
|
|
206
206
|
_base_nodes = ['switcherIcon', 'nodeCheckedSuffix', 'nodeUncheckedSuffix', 'children']
|
|
207
207
|
_namespace = 'feffery_antd_components'
|
|
208
208
|
_type = 'AntdTree'
|