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
|
@@ -63,49 +63,49 @@ Keyword arguments:
|
|
|
63
63
|
按钮点击跳转链接地址.
|
|
64
64
|
|
|
65
65
|
- target (string; default '_blank'):
|
|
66
|
-
按钮点击跳转链接方式
|
|
66
|
+
按钮点击跳转链接方式 默认值:`'_blank'`.
|
|
67
67
|
|
|
68
68
|
- autoInsertSpace (boolean; default True):
|
|
69
|
-
按钮两个汉字内是否插入空格
|
|
69
|
+
按钮两个汉字内是否插入空格 默认值:`True`.
|
|
70
70
|
|
|
71
71
|
- block (boolean; default False):
|
|
72
|
-
按钮是否渲染为块级元素(宽度撑满父容器)
|
|
72
|
+
按钮是否渲染为块级元素(宽度撑满父容器) 默认值:`False`.
|
|
73
73
|
|
|
74
74
|
- danger (boolean; default False):
|
|
75
|
-
按钮是否呈现危险样式
|
|
75
|
+
按钮是否呈现危险样式 默认值:`False`.
|
|
76
76
|
|
|
77
77
|
- disabled (boolean; default False):
|
|
78
|
-
按钮是否呈现禁用状态
|
|
78
|
+
按钮是否呈现禁用状态 默认值:`False`.
|
|
79
79
|
|
|
80
80
|
- ghost (boolean; default False):
|
|
81
|
-
按钮是否呈现透明背景状态
|
|
81
|
+
按钮是否呈现透明背景状态 默认值:`False`.
|
|
82
82
|
|
|
83
83
|
- shape (a value equal to: 'default', 'circle', 'round'; default 'default'):
|
|
84
|
-
按钮形状,可选项有`'default'`、`'circle'`、`'round'`
|
|
84
|
+
按钮形状,可选项有`'default'`、`'circle'`、`'round'` 默认值:`'default'`.
|
|
85
85
|
|
|
86
86
|
- size (a value equal to: 'small', 'middle', 'large'; default 'middle'):
|
|
87
|
-
按钮尺寸规格,可选项有`'small'`、`'middle'`、`'large'`
|
|
87
|
+
按钮尺寸规格,可选项有`'small'`、`'middle'`、`'large'` 默认值:`'middle'`.
|
|
88
88
|
|
|
89
89
|
- nClicks (number; default 0):
|
|
90
|
-
按钮累计点击次数,用于监听按钮点击行为
|
|
90
|
+
按钮累计点击次数,用于监听按钮点击行为 默认值:`0`.
|
|
91
91
|
|
|
92
92
|
- clickExecuteJsString (string; optional):
|
|
93
93
|
按钮点击时需要附带执行的js程序字符串.
|
|
94
94
|
|
|
95
95
|
- debounceWait (number; default 0):
|
|
96
|
-
按钮点击事件监听防抖延时,单位:毫秒
|
|
96
|
+
按钮点击事件监听防抖延时,单位:毫秒 默认值:`0`.
|
|
97
97
|
|
|
98
98
|
- icon (a list of or a singular dash component, string or number; optional):
|
|
99
99
|
组件型,按钮内嵌前缀图标元素.
|
|
100
100
|
|
|
101
101
|
- iconPosition (a value equal to: 'start', 'end'; default 'start'):
|
|
102
|
-
按钮图标组件的位置,可选项有`'start'`、`'end'`
|
|
102
|
+
按钮图标组件的位置,可选项有`'start'`、`'end'` 默认值:`'start'`.
|
|
103
103
|
|
|
104
104
|
- loading (boolean; optional):
|
|
105
|
-
按钮是否呈现加载状态
|
|
105
|
+
按钮是否呈现加载状态 默认值:`False`.
|
|
106
106
|
|
|
107
107
|
- autoSpin (boolean; default False):
|
|
108
|
-
当前按钮在每次点击后是否自动进入加载中状态
|
|
108
|
+
当前按钮在每次点击后是否自动进入加载中状态 默认值:`False`.
|
|
109
109
|
|
|
110
110
|
- motionType (a value equal to: 'happy-work'; optional):
|
|
111
111
|
按钮额外的特殊交互类型,可选项有`'happy-work'`.
|
|
@@ -124,7 +124,7 @@ Keyword arguments:
|
|
|
124
124
|
|
|
125
125
|
- aria-* (string; optional):
|
|
126
126
|
`aria-*`格式属性通配."""
|
|
127
|
-
_children_props = ['loadingChildren', 'icon']
|
|
127
|
+
_children_props: typing.List[str] = ['loadingChildren', 'icon']
|
|
128
128
|
_base_nodes = ['loadingChildren', 'icon', 'children']
|
|
129
129
|
_namespace = 'feffery_antd_components'
|
|
130
130
|
_type = 'AntdButton'
|
|
@@ -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'`(俄语)
|
|
@@ -48,7 +48,7 @@ Keyword arguments:
|
|
|
48
48
|
默认值:`'YYYY-MM-DD'`.
|
|
49
49
|
|
|
50
50
|
- size (a value equal to: 'default', 'large'; default 'default'):
|
|
51
|
-
日历尺寸规格,可选项有`'default'`、`'large'`
|
|
51
|
+
日历尺寸规格,可选项有`'default'`、`'large'` 默认值:`'default'`.
|
|
52
52
|
|
|
53
53
|
- value (string; optional):
|
|
54
54
|
监听或设置当前选中日期值.
|
|
@@ -97,12 +97,12 @@ Keyword arguments:
|
|
|
97
97
|
是否开启[属性持久化](/prop-persistence).
|
|
98
98
|
|
|
99
99
|
- persisted_props (list of a value equal to: 'value's; optional):
|
|
100
|
-
开启属性持久化功能的若干属性名,可选项有`'value'`
|
|
100
|
+
开启属性持久化功能的若干属性名,可选项有`'value'` 默认值:`['value']`.
|
|
101
101
|
|
|
102
102
|
- persistence_type (a value equal to: 'local', 'session', 'memory'; optional):
|
|
103
103
|
属性持久化存储类型,可选项有`'local'`(本地持久化),`'session'`(会话持久化),`'memory'`(内存持久化)
|
|
104
104
|
默认值:`'local'`."""
|
|
105
|
-
_children_props = ['customCells[].content']
|
|
105
|
+
_children_props: typing.List[str] = ['customCells[].content']
|
|
106
106
|
_base_nodes = ['children']
|
|
107
107
|
_namespace = 'feffery_antd_components'
|
|
108
108
|
_type = 'AntdCalendar'
|
|
@@ -129,23 +129,23 @@ Keyword arguments:
|
|
|
129
129
|
图片css样式.
|
|
130
130
|
|
|
131
131
|
- variant (a value equal to: 'outlined', 'borderless'; default 'outlined'):
|
|
132
|
-
卡片形态变体,可选项有`'outlined'`、`'borderless'`
|
|
132
|
+
卡片形态变体,可选项有`'outlined'`、`'borderless'` 默认值:`'outlined'`.
|
|
133
133
|
|
|
134
134
|
- hoverable (boolean; default False):
|
|
135
|
-
是否在鼠标悬停时显示特殊样式
|
|
135
|
+
是否在鼠标悬停时显示特殊样式 默认值:`False`.
|
|
136
136
|
|
|
137
137
|
- size (a value equal to: 'default', 'small'; default 'default'):
|
|
138
|
-
卡片尺寸规格,可选项有`'default'`、`'small'`
|
|
138
|
+
卡片尺寸规格,可选项有`'default'`、`'small'` 默认值:`'default'`.
|
|
139
139
|
|
|
140
140
|
- nClicks (number; default 0):
|
|
141
|
-
监听当前卡片累计点击次数
|
|
141
|
+
监听当前卡片累计点击次数 默认值:`0`.
|
|
142
142
|
|
|
143
143
|
- data-* (string; optional):
|
|
144
144
|
`data-*`格式属性通配.
|
|
145
145
|
|
|
146
146
|
- aria-* (string; optional):
|
|
147
147
|
`aria-*`格式属性通配."""
|
|
148
|
-
_children_props = ['actions', 'title', 'extra']
|
|
148
|
+
_children_props: typing.List[str] = ['actions', 'title', 'extra']
|
|
149
149
|
_base_nodes = ['actions', 'title', 'extra', 'children']
|
|
150
150
|
_namespace = 'feffery_antd_components'
|
|
151
151
|
_type = 'AntdCard'
|
|
@@ -37,17 +37,17 @@ Keyword arguments:
|
|
|
37
37
|
当前组件css类名,支持[动态css](/advanced-classname).
|
|
38
38
|
|
|
39
39
|
- hoverable (boolean; default True):
|
|
40
|
-
鼠标悬停时是否显示特殊样式
|
|
40
|
+
鼠标悬停时是否显示特殊样式 默认值:`True`.
|
|
41
41
|
|
|
42
42
|
- nClicks (number; default 0):
|
|
43
|
-
监听当前卡片网格累计点击次数
|
|
43
|
+
监听当前卡片网格累计点击次数 默认值:`0`.
|
|
44
44
|
|
|
45
45
|
- data-* (string; optional):
|
|
46
46
|
`data-*`格式属性通配.
|
|
47
47
|
|
|
48
48
|
- aria-* (string; optional):
|
|
49
49
|
`aria-*`格式属性通配."""
|
|
50
|
-
_children_props = []
|
|
50
|
+
_children_props: typing.List[str] = []
|
|
51
51
|
_base_nodes = ['children']
|
|
52
52
|
_namespace = 'feffery_antd_components'
|
|
53
53
|
_type = 'AntdCardGrid'
|
|
@@ -47,7 +47,7 @@ Keyword arguments:
|
|
|
47
47
|
|
|
48
48
|
- aria-* (string; optional):
|
|
49
49
|
`aria-*`格式属性通配."""
|
|
50
|
-
_children_props = ['avatar', 'description', 'title']
|
|
50
|
+
_children_props: typing.List[str] = ['avatar', 'description', 'title']
|
|
51
51
|
_base_nodes = ['avatar', 'description', 'title', 'children']
|
|
52
52
|
_namespace = 'feffery_antd_components'
|
|
53
53
|
_type = 'AntdCardMeta'
|
|
@@ -37,10 +37,10 @@ Keyword arguments:
|
|
|
37
37
|
当前组件css类名,支持[动态css](/advanced-classname).
|
|
38
38
|
|
|
39
39
|
- arrows (boolean; default False):
|
|
40
|
-
是否显示箭头
|
|
40
|
+
是否显示箭头 默认值:`False`.
|
|
41
41
|
|
|
42
42
|
- autoplay (dict; default False):
|
|
43
|
-
是否自动轮播,可传入字典型进行更多配置
|
|
43
|
+
是否自动轮播,可传入字典型进行更多配置 默认值:`False`.
|
|
44
44
|
|
|
45
45
|
`autoplay` is a boolean | dict with keys:
|
|
46
46
|
|
|
@@ -48,41 +48,41 @@ Keyword arguments:
|
|
|
48
48
|
是否展示指示点进度条.
|
|
49
49
|
|
|
50
50
|
- dotPosition (a value equal to: 'top', 'bottom', 'left', 'right'; default 'bottom'):
|
|
51
|
-
面板指示器位置,可选项有`'top'`、`'bottom'`、`'left'`、`'right'`
|
|
51
|
+
面板指示器位置,可选项有`'top'`、`'bottom'`、`'left'`、`'right'` 默认值:`'bottom'`.
|
|
52
52
|
|
|
53
53
|
- easing (string; default 'linear'):
|
|
54
|
-
调整动画效果,同css中的`animation-timing-function`
|
|
54
|
+
调整动画效果,同css中的`animation-timing-function` 默认值:'linear'.
|
|
55
55
|
|
|
56
56
|
- effect (a value equal to: 'scrollx', 'fade'; default 'scrollx'):
|
|
57
|
-
动化效果,可选项有`'scrollx'`、`'fade'`
|
|
57
|
+
动化效果,可选项有`'scrollx'`、`'fade'` 默认值:'scrollx'.
|
|
58
58
|
|
|
59
59
|
- autoplaySpeed (number; default 3000):
|
|
60
|
-
轮播间隔时长,单位:毫秒
|
|
60
|
+
轮播间隔时长,单位:毫秒 默认值:`3000`.
|
|
61
61
|
|
|
62
62
|
- speed (number; default 500):
|
|
63
|
-
轮播动画耗时,单位:毫秒
|
|
63
|
+
轮播动画耗时,单位:毫秒 默认值:`500`.
|
|
64
64
|
|
|
65
65
|
- pauseOnHover (boolean; default False):
|
|
66
|
-
是否在鼠标悬停时暂停轮播
|
|
66
|
+
是否在鼠标悬停时暂停轮播 默认值:`False`.
|
|
67
67
|
|
|
68
68
|
- infinite (boolean; default True):
|
|
69
|
-
是否启用无限循环轮播
|
|
69
|
+
是否启用无限循环轮播 默认值:`True`.
|
|
70
70
|
|
|
71
71
|
- lazyLoad (boolean; default False):
|
|
72
|
-
是否针对走马灯中的子项实施懒加载效果
|
|
72
|
+
是否针对走马灯中的子项实施懒加载效果 默认值:`False`.
|
|
73
73
|
|
|
74
74
|
- slidesToShow (number; default 1):
|
|
75
|
-
同时展示的子项数量
|
|
75
|
+
同时展示的子项数量 默认值:`1`.
|
|
76
76
|
|
|
77
77
|
- slidesToScroll (number; default 1):
|
|
78
|
-
一次轮播划过的子项数量
|
|
78
|
+
一次轮播划过的子项数量 默认值:`1`.
|
|
79
79
|
|
|
80
80
|
- data-* (string; optional):
|
|
81
81
|
`data-*`格式属性通配.
|
|
82
82
|
|
|
83
83
|
- aria-* (string; optional):
|
|
84
84
|
`aria-*`格式属性通配."""
|
|
85
|
-
_children_props = []
|
|
85
|
+
_children_props: typing.List[str] = []
|
|
86
86
|
_base_nodes = ['children']
|
|
87
87
|
_namespace = 'feffery_antd_components'
|
|
88
88
|
_type = 'AntdCarousel'
|
|
@@ -40,15 +40,14 @@ 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'`(俄语)
|
|
47
47
|
默认值:`'zh-cn'`.
|
|
48
48
|
|
|
49
49
|
- optionsMode (a value equal to: 'tree', 'flat'; default 'tree'):
|
|
50
|
-
对应`options`格式的渲染模式,可选项有`'tree'`(树形模式)、`'flat'`(扁平模式)
|
|
51
|
-
默认值:`'tree'`.
|
|
50
|
+
对应`options`格式的渲染模式,可选项有`'tree'`(树形模式)、`'flat'`(扁平模式) 默认值:`'tree'`.
|
|
52
51
|
|
|
53
52
|
- options (list; required):
|
|
54
53
|
定义构造级联选择所需的数据结构,与`optionsMode`一致.
|
|
@@ -57,22 +56,22 @@ Keyword arguments:
|
|
|
57
56
|
针对级联结构中的指定节点,定义作为标题的组件型内容,优先级高于`options`中对应的`label`值.
|
|
58
57
|
|
|
59
58
|
- optionFilterProp (a value equal to: 'value', 'label'; default 'label'):
|
|
60
|
-
选项关键词搜索时的目标字段,可选项有`'value'`、`'label'`
|
|
59
|
+
选项关键词搜索时的目标字段,可选项有`'value'`、`'label'` 默认值:`'label'`.
|
|
61
60
|
|
|
62
61
|
- panelMode (boolean; default False):
|
|
63
|
-
是否开启内嵌面板模式
|
|
62
|
+
是否开启内嵌面板模式 默认值:`False`.
|
|
64
63
|
|
|
65
64
|
- disabled (boolean; default False):
|
|
66
|
-
是否禁用当前组件
|
|
65
|
+
是否禁用当前组件 默认值:`False`.
|
|
67
66
|
|
|
68
67
|
- changeOnSelect (boolean; default False):
|
|
69
|
-
是否当级联选择中的任意节点被选择时均进行选中值更新
|
|
68
|
+
是否当级联选择中的任意节点被选择时均进行选中值更新 默认值:`False`.
|
|
70
69
|
|
|
71
70
|
- size (a value equal to: 'small', 'middle', 'large'; optional):
|
|
72
|
-
当前组件尺寸规格,可选项有`'small'`、`'middle'`、`'large'`
|
|
71
|
+
当前组件尺寸规格,可选项有`'small'`、`'middle'`、`'large'` 默认值:`'middle'`.
|
|
73
72
|
|
|
74
73
|
- bordered (boolean; default True):
|
|
75
|
-
是否显示边框,设置为`True`时等价于`variant='outlined'`
|
|
74
|
+
是否显示边框,设置为`True`时等价于`variant='outlined'` 默认值:`True`.
|
|
76
75
|
|
|
77
76
|
- variant (a value equal to: 'outlined', 'borderless', 'filled', 'underlined'; optional):
|
|
78
77
|
形态变体类型,可选项有`'outlined'`、`'borderless'`、`'filled'`、`'underlined'`,其中`'outlined'`等价于`bordered=True`,但优先级更高.
|
|
@@ -91,22 +90,22 @@ Keyword arguments:
|
|
|
91
90
|
初始化已选值.
|
|
92
91
|
|
|
93
92
|
- multiple (boolean; default False):
|
|
94
|
-
是否开启多选模式
|
|
93
|
+
是否开启多选模式 默认值:`False`.
|
|
95
94
|
|
|
96
95
|
- maxTagCount (number | a value equal to: 'responsive'; optional):
|
|
97
96
|
当`multiple=True`时,已选值展示的最大数量.
|
|
98
97
|
|
|
99
98
|
- expandTrigger (a value equal to: 'click', 'hover'; default 'click'):
|
|
100
|
-
选择菜单展开触发方式,可选项有`'click'`、`'hover'`
|
|
99
|
+
选择菜单展开触发方式,可选项有`'click'`、`'hover'` 默认值:`'click'`.
|
|
101
100
|
|
|
102
101
|
- status (a value equal to: 'error', 'warning'; optional):
|
|
103
102
|
控制校验状态,可选项有`'error'`、`'warning'`.
|
|
104
103
|
|
|
105
104
|
- allowClear (boolean; default True):
|
|
106
|
-
是否允许一键清空已选值
|
|
105
|
+
是否允许一键清空已选值 默认值:`True`.
|
|
107
106
|
|
|
108
107
|
- autoFocus (boolean; default False):
|
|
109
|
-
是否自动获取焦点
|
|
108
|
+
是否自动获取焦点 默认值:`False`.
|
|
110
109
|
|
|
111
110
|
- showCheckedStrategy (a value equal to: 'show-parent', 'show-child'; optional):
|
|
112
111
|
已选项回填策略,可选项有`'show-parent'`、`'show-child'`.
|
|
@@ -118,10 +117,10 @@ Keyword arguments:
|
|
|
118
117
|
自定义选择框后缀图标内容.
|
|
119
118
|
|
|
120
119
|
- readOnly (boolean; optional):
|
|
121
|
-
是否渲染为只读状态
|
|
120
|
+
是否渲染为只读状态 默认值:`False`.
|
|
122
121
|
|
|
123
122
|
- popupContainer (a value equal to: 'parent', 'body'; default 'body'):
|
|
124
|
-
相关展开层锚定策略,可选项有`'parent'`、`'body'`
|
|
123
|
+
相关展开层锚定策略,可选项有`'parent'`、`'body'` 默认值:`'body'`.
|
|
125
124
|
|
|
126
125
|
- batchPropsNames (list of strings; optional):
|
|
127
126
|
需要纳入[批量属性监听](/batch-props-values)的若干属性名.
|
|
@@ -139,12 +138,12 @@ Keyword arguments:
|
|
|
139
138
|
是否开启[属性持久化](/prop-persistence).
|
|
140
139
|
|
|
141
140
|
- persisted_props (list of a value equal to: 'value's; optional):
|
|
142
|
-
开启属性持久化功能的若干属性名,可选项有`'value'`
|
|
141
|
+
开启属性持久化功能的若干属性名,可选项有`'value'` 默认值:`['value']`.
|
|
143
142
|
|
|
144
143
|
- persistence_type (a value equal to: 'local', 'session', 'memory'; optional):
|
|
145
144
|
属性持久化存储类型,可选项有`'local'`(本地持久化),`'session'`(会话持久化),`'memory'`(内存持久化)
|
|
146
145
|
默认值:`'local'`."""
|
|
147
|
-
_children_props = ['optionsNodeKeyToLabel{}', 'prefix', 'suffixIcon']
|
|
146
|
+
_children_props: typing.List[str] = ['optionsNodeKeyToLabel{}', 'prefix', 'suffixIcon']
|
|
148
147
|
_base_nodes = ['prefix', 'suffixIcon', 'children']
|
|
149
148
|
_namespace = 'feffery_antd_components'
|
|
150
149
|
_type = 'AntdCascader'
|
|
@@ -37,17 +37,17 @@ Keyword arguments:
|
|
|
37
37
|
当前组件css类名,支持[动态css](/advanced-classname).
|
|
38
38
|
|
|
39
39
|
- inline (boolean; default False):
|
|
40
|
-
是否渲染为行内元素
|
|
40
|
+
是否渲染为行内元素 默认值:`False`.
|
|
41
41
|
|
|
42
42
|
- inheritStyleToken (boolean; default False):
|
|
43
|
-
是否在背景色、字体颜色、字体大小等样式上联动`AntdConfigProvider`相关设置
|
|
43
|
+
是否在背景色、字体颜色、字体大小等样式上联动`AntdConfigProvider`相关设置 默认值:`False`.
|
|
44
44
|
|
|
45
45
|
- data-* (string; optional):
|
|
46
46
|
`data-*`格式属性通配.
|
|
47
47
|
|
|
48
48
|
- aria-* (string; optional):
|
|
49
49
|
`aria-*`格式属性通配."""
|
|
50
|
-
_children_props = []
|
|
50
|
+
_children_props: typing.List[str] = []
|
|
51
51
|
_base_nodes = ['children']
|
|
52
52
|
_namespace = 'feffery_antd_components'
|
|
53
53
|
_type = 'AntdCenter'
|
|
@@ -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
|
- checked (boolean; optional):
|
|
46
46
|
监听或设置是否被选中.
|
|
@@ -49,19 +49,19 @@ Keyword arguments:
|
|
|
49
49
|
初始化是否被选中.
|
|
50
50
|
|
|
51
51
|
- bordered (boolean; default True):
|
|
52
|
-
是否显示边框
|
|
52
|
+
是否显示边框 默认值:`True`.
|
|
53
53
|
|
|
54
54
|
- disabled (boolean; default False):
|
|
55
|
-
是否禁用当前组件
|
|
55
|
+
是否禁用当前组件 默认值:`False`.
|
|
56
56
|
|
|
57
57
|
- size (a value equal to: 'small', 'default', 'large'; default 'default'):
|
|
58
|
-
当前组件尺寸规格,可选项有`'small'`、`'default'`、`'large'`
|
|
58
|
+
当前组件尺寸规格,可选项有`'small'`、`'default'`、`'large'` 默认值:`'default'`.
|
|
59
59
|
|
|
60
60
|
- value (number | string; optional):
|
|
61
61
|
当前选择卡片值.
|
|
62
62
|
|
|
63
63
|
- readOnly (boolean; default False):
|
|
64
|
-
是否渲染为只读状态
|
|
64
|
+
是否渲染为只读状态 默认值:`False`.
|
|
65
65
|
|
|
66
66
|
- data-* (string; optional):
|
|
67
67
|
`data-*`格式属性通配.
|
|
@@ -73,12 +73,12 @@ Keyword arguments:
|
|
|
73
73
|
是否开启[属性持久化](/prop-persistence).
|
|
74
74
|
|
|
75
75
|
- persisted_props (list of a value equal to: 'checked's; optional):
|
|
76
|
-
开启属性持久化功能的若干属性名,可选项有`'checked'`
|
|
76
|
+
开启属性持久化功能的若干属性名,可选项有`'checked'` 默认值:`['checked']`.
|
|
77
77
|
|
|
78
78
|
- persistence_type (a value equal to: 'local', 'session', 'memory'; optional):
|
|
79
79
|
属性持久化存储类型,可选项有`'local'`(本地持久化),`'session'`(会话持久化),`'memory'`(内存持久化)
|
|
80
80
|
默认值:`'local'`."""
|
|
81
|
-
_children_props = []
|
|
81
|
+
_children_props: typing.List[str] = []
|
|
82
82
|
_base_nodes = ['children']
|
|
83
83
|
_namespace = 'feffery_antd_components'
|
|
84
84
|
_type = 'AntdCheckCard'
|
|
@@ -40,16 +40,16 @@ Keyword arguments:
|
|
|
40
40
|
配合`AntdForm`表单批量值搜集/控制功能使用,充当当前表单项的字段名,以`id`作为缺省值.
|
|
41
41
|
|
|
42
42
|
- enableBatchControl (boolean; default True):
|
|
43
|
-
控制当前组件是否参与有效的`AntdForm`表单批量值搜集/控制功能
|
|
43
|
+
控制当前组件是否参与有效的`AntdForm`表单批量值搜集/控制功能 默认值:`True`.
|
|
44
44
|
|
|
45
45
|
- multiple (boolean; default False):
|
|
46
|
-
是否开启多选
|
|
46
|
+
是否开启多选 默认值:`False`.
|
|
47
47
|
|
|
48
48
|
- allowNoValue (boolean; default True):
|
|
49
|
-
是否允许当前组合选择卡片中仅剩的选项被取消选中
|
|
49
|
+
是否允许当前组合选择卡片中仅剩的选项被取消选中 默认值:`True`.
|
|
50
50
|
|
|
51
51
|
- bordered (boolean; default True):
|
|
52
|
-
是否显示边框
|
|
52
|
+
是否显示边框 默认值:`True`.
|
|
53
53
|
|
|
54
54
|
- value (number | string | list of number | strings; optional):
|
|
55
55
|
监听或设置已选中卡片值.
|
|
@@ -58,13 +58,13 @@ Keyword arguments:
|
|
|
58
58
|
初始化已选中卡片值.
|
|
59
59
|
|
|
60
60
|
- disabled (boolean; default False):
|
|
61
|
-
是否禁用当前组件
|
|
61
|
+
是否禁用当前组件 默认值:`False`.
|
|
62
62
|
|
|
63
63
|
- size (a value equal to: 'small', 'default', 'large'; default 'default'):
|
|
64
|
-
当前组件尺寸规格,可选项有`'small'`、`'default'`、`'large'`
|
|
64
|
+
当前组件尺寸规格,可选项有`'small'`、`'default'`、`'large'` 默认值:`'default'`.
|
|
65
65
|
|
|
66
66
|
- readOnly (boolean; default False):
|
|
67
|
-
是否渲染为只读状态
|
|
67
|
+
是否渲染为只读状态 默认值:`False`.
|
|
68
68
|
|
|
69
69
|
- data-* (string; optional):
|
|
70
70
|
`data-*`格式属性通配.
|
|
@@ -76,12 +76,12 @@ Keyword arguments:
|
|
|
76
76
|
是否开启[属性持久化](/prop-persistence).
|
|
77
77
|
|
|
78
78
|
- persisted_props (list of a value equal to: 'value's; optional):
|
|
79
|
-
开启属性持久化功能的若干属性名,可选项有`'value'`
|
|
79
|
+
开启属性持久化功能的若干属性名,可选项有`'value'` 默认值:`['value']`.
|
|
80
80
|
|
|
81
81
|
- persistence_type (a value equal to: 'local', 'session', 'memory'; optional):
|
|
82
82
|
属性持久化存储类型,可选项有`'local'`(本地持久化),`'session'`(会话持久化),`'memory'`(内存持久化)
|
|
83
83
|
默认值:`'local'`."""
|
|
84
|
-
_children_props = []
|
|
84
|
+
_children_props: typing.List[str] = []
|
|
85
85
|
_base_nodes = ['children']
|
|
86
86
|
_namespace = 'feffery_antd_components'
|
|
87
87
|
_type = 'AntdCheckCardGroup'
|
|
@@ -43,14 +43,14 @@ Keyword arguments:
|
|
|
43
43
|
组件型,未选择状态下的标签内容.
|
|
44
44
|
|
|
45
45
|
- checked (boolean; default False):
|
|
46
|
-
监听或设置当前标签的选择状态
|
|
46
|
+
监听或设置当前标签的选择状态 默认值:`False`.
|
|
47
47
|
|
|
48
48
|
- data-* (string; optional):
|
|
49
49
|
`data-*`格式属性通配.
|
|
50
50
|
|
|
51
51
|
- aria-* (string; optional):
|
|
52
52
|
`aria-*`格式属性通配."""
|
|
53
|
-
_children_props = ['content', 'checkedContent', 'unCheckedContent']
|
|
53
|
+
_children_props: typing.List[str] = ['content', 'checkedContent', 'unCheckedContent']
|
|
54
54
|
_base_nodes = ['content', 'checkedContent', 'unCheckedContent', 'children']
|
|
55
55
|
_namespace = 'feffery_antd_components'
|
|
56
56
|
_type = 'AntdCheckableTag'
|
|
@@ -37,25 +37,25 @@ Keyword arguments:
|
|
|
37
37
|
配合`AntdForm`表单批量值搜集/控制功能使用,充当当前表单项的字段名,以`id`作为缺省值.
|
|
38
38
|
|
|
39
39
|
- enableBatchControl (boolean; default True):
|
|
40
|
-
控制当前组件是否参与有效的`AntdForm`表单批量值搜集/控制功能
|
|
40
|
+
控制当前组件是否参与有效的`AntdForm`表单批量值搜集/控制功能 默认值:`True`.
|
|
41
41
|
|
|
42
42
|
- disabled (boolean; default False):
|
|
43
|
-
是否禁用当前组件
|
|
43
|
+
是否禁用当前组件 默认值:`False`.
|
|
44
44
|
|
|
45
45
|
- label (a list of or a singular dash component, string or number; optional):
|
|
46
46
|
组件型,标签内容.
|
|
47
47
|
|
|
48
48
|
- autoFocus (boolean; default False):
|
|
49
|
-
是否自动获取焦点
|
|
49
|
+
是否自动获取焦点 默认值:`False`.
|
|
50
50
|
|
|
51
51
|
- checked (boolean; default False):
|
|
52
|
-
监听或设置当前选择框是否选中
|
|
52
|
+
监听或设置当前选择框是否选中 默认值:`False`.
|
|
53
53
|
|
|
54
54
|
- indeterminate (boolean; default False):
|
|
55
|
-
是否强制渲染为半选中状态,仅影响样式,与选中状态无关
|
|
55
|
+
是否强制渲染为半选中状态,仅影响样式,与选中状态无关 默认值:`False`.
|
|
56
56
|
|
|
57
57
|
- readOnly (boolean; default False):
|
|
58
|
-
是否渲染为只读状态
|
|
58
|
+
是否渲染为只读状态 默认值:`False`.
|
|
59
59
|
|
|
60
60
|
- batchPropsNames (list of strings; optional):
|
|
61
61
|
需要纳入[批量属性监听](/batch-props-values)的若干属性名.
|
|
@@ -73,12 +73,12 @@ Keyword arguments:
|
|
|
73
73
|
是否开启[属性持久化](/prop-persistence).
|
|
74
74
|
|
|
75
75
|
- persisted_props (list of a value equal to: 'checked's; optional):
|
|
76
|
-
开启属性持久化功能的若干属性名,可选项有`'checked'`
|
|
76
|
+
开启属性持久化功能的若干属性名,可选项有`'checked'` 默认值:`['checked']`.
|
|
77
77
|
|
|
78
78
|
- persistence_type (a value equal to: 'local', 'session', 'memory'; optional):
|
|
79
79
|
属性持久化存储类型,可选项有`'local'`(本地持久化),`'session'`(会话持久化),`'memory'`(内存持久化)
|
|
80
80
|
默认值:`'local'`."""
|
|
81
|
-
_children_props = ['label']
|
|
81
|
+
_children_props: typing.List[str] = ['label']
|
|
82
82
|
_base_nodes = ['label', 'children']
|
|
83
83
|
_namespace = 'feffery_antd_components'
|
|
84
84
|
_type = 'AntdCheckbox'
|
|
@@ -37,10 +37,10 @@ Keyword arguments:
|
|
|
37
37
|
配合`AntdForm`表单批量值搜集/控制功能使用,充当当前表单项的字段名,以`id`作为缺省值.
|
|
38
38
|
|
|
39
39
|
- enableBatchControl (boolean; default True):
|
|
40
|
-
控制当前组件是否参与有效的`AntdForm`表单批量值搜集/控制功能
|
|
40
|
+
控制当前组件是否参与有效的`AntdForm`表单批量值搜集/控制功能 默认值:`True`.
|
|
41
41
|
|
|
42
42
|
- disabled (boolean; default False):
|
|
43
|
-
是否禁用当前组件
|
|
43
|
+
是否禁用当前组件 默认值:`False`.
|
|
44
44
|
|
|
45
45
|
- options (list of dicts; optional):
|
|
46
46
|
定义构造组合选择框所需的数据结构.
|
|
@@ -54,13 +54,13 @@ Keyword arguments:
|
|
|
54
54
|
当前选择框对应值.
|
|
55
55
|
|
|
56
56
|
- disabled (boolean; optional):
|
|
57
|
-
是否禁用当前选择框
|
|
57
|
+
是否禁用当前选择框 默认值:`False`.s
|
|
58
58
|
|
|
59
59
|
- value (list of string | numbers; optional):
|
|
60
60
|
监听或设置已选值.
|
|
61
61
|
|
|
62
62
|
- readOnly (boolean; default False):
|
|
63
|
-
是否渲染为只读状态
|
|
63
|
+
是否渲染为只读状态 默认值:`False`.
|
|
64
64
|
|
|
65
65
|
- batchPropsNames (list of strings; optional):
|
|
66
66
|
需要纳入[批量属性监听](/batch-props-values)的若干属性名.
|
|
@@ -78,12 +78,12 @@ Keyword arguments:
|
|
|
78
78
|
是否开启[属性持久化](/prop-persistence).
|
|
79
79
|
|
|
80
80
|
- persisted_props (list of a value equal to: 'value's; optional):
|
|
81
|
-
开启属性持久化功能的若干属性名,可选项有`'value'`
|
|
81
|
+
开启属性持久化功能的若干属性名,可选项有`'value'` 默认值:`['value']`.
|
|
82
82
|
|
|
83
83
|
- persistence_type (a value equal to: 'local', 'session', 'memory'; optional):
|
|
84
84
|
属性持久化存储类型,可选项有`'local'`(本地持久化),`'session'`(会话持久化),`'memory'`(内存持久化)
|
|
85
85
|
默认值:`'local'`."""
|
|
86
|
-
_children_props = ['options[].label']
|
|
86
|
+
_children_props: typing.List[str] = ['options[].label']
|
|
87
87
|
_base_nodes = ['children']
|
|
88
88
|
_namespace = 'feffery_antd_components'
|
|
89
89
|
_type = 'AntdCheckboxGroup'
|
|
@@ -40,16 +40,16 @@ Keyword arguments:
|
|
|
40
40
|
列所占宽度份数.
|
|
41
41
|
|
|
42
42
|
- offset (number; default 0):
|
|
43
|
-
列左侧间隔宽度份数
|
|
43
|
+
列左侧间隔宽度份数 默认值:`0`.
|
|
44
44
|
|
|
45
45
|
- order (number; default 0):
|
|
46
|
-
列顺序
|
|
46
|
+
列顺序 默认值:`0`.
|
|
47
47
|
|
|
48
48
|
- pull (number; default 0):
|
|
49
|
-
列向左移动宽度份数
|
|
49
|
+
列向左移动宽度份数 默认值:`0`.
|
|
50
50
|
|
|
51
51
|
- push (number; default 0):
|
|
52
|
-
列向右移动宽度份数
|
|
52
|
+
列向右移动宽度份数 默认值:`0`.
|
|
53
53
|
|
|
54
54
|
- flex (string | number; optional):
|
|
55
55
|
同css中的flex.
|
|
@@ -179,7 +179,7 @@ Keyword arguments:
|
|
|
179
179
|
|
|
180
180
|
- aria-* (string; optional):
|
|
181
181
|
`aria-*`格式属性通配."""
|
|
182
|
-
_children_props = []
|
|
182
|
+
_children_props: typing.List[str] = []
|
|
183
183
|
_base_nodes = ['children']
|
|
184
184
|
_namespace = 'feffery_antd_components'
|
|
185
185
|
_type = 'AntdCol'
|