feffery_antd_components 0.3.15 → 0.4.0-rc5
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/DESCRIPTION +1 -1
- package/NAMESPACE +2 -2
- package/Project.toml +1 -1
- package/README-en_US.md +8 -1
- package/README.md +22 -1
- package/feffery_antd_components/AntdAccordion.py +71 -21
- package/feffery_antd_components/AntdAffix.py +38 -21
- package/feffery_antd_components/AntdAlert.py +39 -21
- package/feffery_antd_components/AntdAnchor.py +38 -21
- package/feffery_antd_components/AntdAvatar.py +53 -21
- package/feffery_antd_components/AntdAvatarGroup.py +81 -30
- package/feffery_antd_components/AntdBackTop.py +35 -21
- package/feffery_antd_components/AntdBadge.py +59 -21
- package/feffery_antd_components/AntdBreadcrumb.py +81 -23
- package/feffery_antd_components/AntdButton.py +70 -23
- package/feffery_antd_components/AntdCalendar.py +66 -24
- package/feffery_antd_components/AntdCard.py +134 -29
- package/feffery_antd_components/AntdCardGrid.py +33 -21
- package/feffery_antd_components/AntdCardMeta.py +33 -21
- package/feffery_antd_components/AntdCarousel.py +56 -23
- package/feffery_antd_components/AntdCascader.py +72 -26
- package/feffery_antd_components/AntdCenter.py +33 -21
- package/feffery_antd_components/AntdCheckCard.py +47 -22
- package/feffery_antd_components/AntdCheckCardGroup.py +48 -22
- package/feffery_antd_components/AntdCheckableTag.py +34 -21
- package/feffery_antd_components/AntdCheckbox.py +47 -22
- package/feffery_antd_components/AntdCheckboxGroup.py +53 -22
- package/feffery_antd_components/AntdCol.py +108 -21
- package/feffery_antd_components/AntdCollapse.py +60 -22
- package/feffery_antd_components/AntdColorPicker.py +67 -23
- package/feffery_antd_components/AntdComment.py +67 -7
- package/feffery_antd_components/AntdCompact.py +33 -21
- package/feffery_antd_components/AntdConfigProvider.py +54 -19
- package/feffery_antd_components/AntdContent.py +31 -21
- package/feffery_antd_components/AntdCopyText.py +38 -23
- package/feffery_antd_components/AntdCountdown.py +53 -21
- package/feffery_antd_components/AntdCustomSkeleton.py +39 -21
- package/feffery_antd_components/AntdDatePicker.py +117 -28
- package/feffery_antd_components/AntdDateRangePicker.py +117 -28
- package/feffery_antd_components/AntdDescriptionItem.py +72 -27
- package/feffery_antd_components/AntdDescriptions.py +132 -33
- package/feffery_antd_components/AntdDivider.py +42 -21
- package/feffery_antd_components/AntdDraggerUpload.py +133 -23
- package/feffery_antd_components/AntdDrawer.py +71 -21
- package/feffery_antd_components/AntdDropdown.py +87 -22
- package/feffery_antd_components/AntdEmpty.py +90 -25
- package/feffery_antd_components/AntdFlex.py +37 -21
- package/feffery_antd_components/AntdFloatButton.py +38 -21
- package/feffery_antd_components/AntdFloatButtonGroup.py +44 -20
- package/feffery_antd_components/AntdFooter.py +31 -21
- package/feffery_antd_components/AntdForm.py +58 -21
- package/feffery_antd_components/AntdFormItem.py +61 -21
- package/feffery_antd_components/AntdFormRender.py +266 -6
- package/feffery_antd_components/AntdHeader.py +31 -21
- package/feffery_antd_components/AntdIcon.py +35 -21
- package/feffery_antd_components/AntdImage.py +56 -23
- package/feffery_antd_components/AntdImageGroup.py +54 -23
- package/feffery_antd_components/AntdInput.py +103 -24
- package/feffery_antd_components/AntdInputNumber.py +65 -22
- package/feffery_antd_components/AntdLayout.py +31 -21
- package/feffery_antd_components/AntdMentions.py +69 -23
- package/feffery_antd_components/AntdMenu.py +59 -22
- package/feffery_antd_components/AntdMessage.py +37 -24
- package/feffery_antd_components/AntdModal.py +183 -30
- package/feffery_antd_components/AntdNotification.py +59 -22
- package/feffery_antd_components/AntdOTP.py +49 -24
- package/feffery_antd_components/AntdPageHeader.py +37 -21
- package/feffery_antd_components/AntdPagination.py +56 -24
- package/feffery_antd_components/AntdParagraph.py +53 -23
- package/feffery_antd_components/AntdPictureUpload.py +146 -23
- package/feffery_antd_components/AntdPopconfirm.py +129 -18
- package/feffery_antd_components/AntdPopover.py +83 -30
- package/feffery_antd_components/AntdPopupCard.py +114 -24
- package/feffery_antd_components/AntdProgress.py +95 -26
- package/feffery_antd_components/AntdQRCode.py +53 -23
- package/feffery_antd_components/AntdRadioGroup.py +59 -22
- package/feffery_antd_components/AntdRate.py +47 -20
- package/feffery_antd_components/AntdResult.py +35 -21
- package/feffery_antd_components/AntdRibbon.py +34 -21
- package/feffery_antd_components/AntdRow.py +46 -21
- package/feffery_antd_components/AntdSegmented.py +69 -11
- package/feffery_antd_components/AntdSegmentedColoring.py +62 -23
- package/feffery_antd_components/AntdSelect.py +99 -27
- package/feffery_antd_components/AntdSider.py +39 -21
- package/feffery_antd_components/AntdSkeleton.py +66 -21
- package/feffery_antd_components/AntdSkeletonAvatar.py +33 -21
- package/feffery_antd_components/AntdSkeletonButton.py +34 -21
- package/feffery_antd_components/AntdSkeletonImage.py +30 -21
- package/feffery_antd_components/AntdSkeletonInput.py +32 -21
- package/feffery_antd_components/AntdSlider.py +99 -27
- package/feffery_antd_components/AntdSpace.py +52 -21
- package/feffery_antd_components/AntdSpin.py +45 -22
- package/feffery_antd_components/AntdSplitter.py +59 -21
- package/feffery_antd_components/AntdSpoiler.py +42 -23
- package/feffery_antd_components/AntdStatistic.py +44 -5
- package/feffery_antd_components/AntdSteps.py +52 -21
- package/feffery_antd_components/AntdSwitch.py +58 -9
- package/feffery_antd_components/AntdTable.py +384 -26
- package/feffery_antd_components/AntdTabs.py +98 -22
- package/feffery_antd_components/AntdTag.py +38 -21
- package/feffery_antd_components/AntdText.py +51 -23
- package/feffery_antd_components/AntdTimePicker.py +79 -13
- package/feffery_antd_components/AntdTimeRangePicker.py +70 -28
- package/feffery_antd_components/AntdTimeline.py +45 -21
- package/feffery_antd_components/AntdTitle.py +45 -23
- package/feffery_antd_components/AntdTooltip.py +91 -16
- package/feffery_antd_components/AntdTour.py +101 -23
- package/feffery_antd_components/AntdTransfer.py +85 -11
- package/feffery_antd_components/AntdTree.py +99 -22
- package/feffery_antd_components/AntdTreeSelect.py +95 -14
- package/feffery_antd_components/AntdUpload.py +152 -9
- package/feffery_antd_components/AntdWatermark.py +47 -21
- package/feffery_antd_components/Fragment.py +30 -18
- package/feffery_antd_components/__init__.py +0 -3
- package/feffery_antd_components/_icons.py +12 -0
- package/feffery_antd_components/_imports_.py +1 -5
- package/feffery_antd_components/alias.py +0 -4
- 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 +4 -4
- package/feffery_antd_components/async-upload.js +2 -2
- package/feffery_antd_components/feffery_antd_components.min.js +10 -14
- package/feffery_antd_components/metadata.json +1 -1
- package/feffery_antd_components/package-info.json +4 -5
- package/images//345/205/254/344/274/227/345/217/267.png +0 -0
- package/images//347/237/245/350/257/206/346/230/237/347/220/203.jpg +0 -0
- package/package.json +4 -5
- package/setup.py +1 -1
- package/src/jl/'feffery'_antdaccordion.jl +1 -6
- package/src/jl/'feffery'_antdaffix.jl +2 -6
- package/src/jl/'feffery'_antdalert.jl +1 -6
- package/src/jl/'feffery'_antdanchor.jl +1 -6
- package/src/jl/'feffery'_antdavatar.jl +1 -6
- package/src/jl/'feffery'_antdavatargroup.jl +8 -9
- package/src/jl/'feffery'_antdbacktop.jl +1 -6
- package/src/jl/'feffery'_antdbadge.jl +1 -6
- package/src/jl/'feffery'_antdbreadcrumb.jl +8 -10
- package/src/jl/'feffery'_antdbutton.jl +2 -7
- package/src/jl/'feffery'_antdcalendar.jl +4 -7
- package/src/jl/'feffery'_antdcard.jl +19 -10
- package/src/jl/'feffery'_antdcardgrid.jl +1 -6
- package/src/jl/'feffery'_antdcardmeta.jl +1 -6
- package/src/jl/'feffery'_antdcarousel.jl +5 -8
- package/src/jl/'feffery'_antdcascader.jl +5 -8
- package/src/jl/'feffery'_antdcenter.jl +1 -6
- package/src/jl/'feffery'_antdcheckabletag.jl +1 -6
- package/src/jl/'feffery'_antdcheckbox.jl +3 -6
- package/src/jl/'feffery'_antdcheckboxgroup.jl +3 -6
- package/src/jl/'feffery'_antdcheckcard.jl +3 -6
- package/src/jl/'feffery'_antdcheckcardgroup.jl +3 -6
- package/src/jl/'feffery'_antdcol.jl +1 -6
- package/src/jl/'feffery'_antdcollapse.jl +1 -6
- package/src/jl/'feffery'_antdcolorpicker.jl +4 -7
- package/src/jl/'feffery'_antdcomment.jl +1 -1
- package/src/jl/'feffery'_antdcompact.jl +1 -6
- package/src/jl/'feffery'_antdconfigprovider.jl +2 -7
- package/src/jl/'feffery'_antdcontent.jl +1 -6
- package/src/jl/'feffery'_antdcopytext.jl +2 -7
- package/src/jl/'feffery'_antdcountdown.jl +4 -6
- package/src/jl/'feffery'_antdcustomskeleton.jl +1 -6
- package/src/jl/'feffery'_antddatepicker.jl +5 -8
- package/src/jl/'feffery'_antddaterangepicker.jl +5 -8
- package/src/jl/'feffery'_antddescriptionitem.jl +9 -8
- package/src/jl/'feffery'_antddescriptions.jl +18 -11
- package/src/jl/'feffery'_antddivider.jl +1 -6
- package/src/jl/'feffery'_antddraggerupload.jl +4 -7
- package/src/jl/'feffery'_antddrawer.jl +1 -6
- package/src/jl/'feffery'_antddropdown.jl +3 -7
- package/src/jl/'feffery'_antdempty.jl +14 -8
- package/src/jl/'feffery'_antdflex.jl +1 -6
- package/src/jl/'feffery'_antdfloatbutton.jl +1 -6
- package/src/jl/'feffery'_antdfloatbuttongroup.jl +4 -7
- package/src/jl/'feffery'_antdfooter.jl +1 -6
- package/src/jl/'feffery'_antdform.jl +1 -6
- package/src/jl/'feffery'_antdformitem.jl +1 -6
- package/src/jl/'feffery'_antdformrender.jl +1 -1
- package/src/jl/'feffery'_antdheader.jl +1 -6
- package/src/jl/'feffery'_antdicon.jl +1 -6
- package/src/jl/'feffery'_antdimage.jl +2 -7
- package/src/jl/'feffery'_antdimagegroup.jl +2 -7
- package/src/jl/'feffery'_antdinput.jl +4 -7
- package/src/jl/'feffery'_antdinputnumber.jl +4 -7
- package/src/jl/'feffery'_antdlayout.jl +1 -6
- package/src/jl/'feffery'_antdmentions.jl +4 -7
- package/src/jl/'feffery'_antdmenu.jl +1 -6
- package/src/jl/'feffery'_antdmessage.jl +1 -7
- package/src/jl/'feffery'_antdmodal.jl +27 -11
- package/src/jl/'feffery'_antdnotification.jl +7 -7
- package/src/jl/'feffery'_antdotp.jl +4 -7
- package/src/jl/'feffery'_antdpageheader.jl +1 -6
- package/src/jl/'feffery'_antdpagination.jl +2 -7
- package/src/jl/'feffery'_antdparagraph.jl +2 -7
- package/src/jl/'feffery'_antdpictureupload.jl +4 -7
- package/src/jl/'feffery'_antdpopconfirm.jl +10 -5
- package/src/jl/'feffery'_antdpopover.jl +9 -9
- package/src/jl/'feffery'_antdpopupcard.jl +17 -7
- package/src/jl/'feffery'_antdprogress.jl +6 -10
- package/src/jl/'feffery'_antdqrcode.jl +2 -7
- package/src/jl/'feffery'_antdradiogroup.jl +3 -6
- package/src/jl/'feffery'_antdrate.jl +3 -6
- package/src/jl/'feffery'_antdresult.jl +1 -6
- package/src/jl/'feffery'_antdribbon.jl +1 -6
- package/src/jl/'feffery'_antdrow.jl +1 -6
- package/src/jl/'feffery'_antdsegmented.jl +4 -2
- package/src/jl/'feffery'_antdsegmentedcoloring.jl +2 -7
- package/src/jl/'feffery'_antdselect.jl +5 -8
- package/src/jl/'feffery'_antdsider.jl +1 -6
- package/src/jl/'feffery'_antdskeleton.jl +1 -6
- package/src/jl/'feffery'_antdskeletonavatar.jl +1 -6
- package/src/jl/'feffery'_antdskeletonbutton.jl +1 -6
- package/src/jl/'feffery'_antdskeletonimage.jl +1 -6
- package/src/jl/'feffery'_antdskeletoninput.jl +1 -6
- package/src/jl/'feffery'_antdslider.jl +13 -11
- package/src/jl/'feffery'_antdspace.jl +1 -6
- package/src/jl/'feffery'_antdspin.jl +2 -7
- package/src/jl/'feffery'_antdsplitter.jl +3 -6
- package/src/jl/'feffery'_antdspoiler.jl +2 -7
- package/src/jl/'feffery'_antdsteps.jl +1 -6
- package/src/jl/'feffery'_antdswitch.jl +3 -1
- package/src/jl/'feffery'_antdtable.jl +5 -8
- package/src/jl/'feffery'_antdtabs.jl +1 -6
- package/src/jl/'feffery'_antdtag.jl +1 -6
- package/src/jl/'feffery'_antdtext.jl +2 -7
- package/src/jl/'feffery'_antdtimeline.jl +1 -6
- package/src/jl/'feffery'_antdtimepicker.jl +5 -3
- package/src/jl/'feffery'_antdtimerangepicker.jl +5 -8
- package/src/jl/'feffery'_antdtitle.jl +2 -7
- package/src/jl/'feffery'_antdtooltip.jl +9 -4
- package/src/jl/'feffery'_antdtour.jl +2 -7
- package/src/jl/'feffery'_antdtransfer.jl +4 -2
- package/src/jl/'feffery'_antdtree.jl +1 -6
- package/src/jl/'feffery'_antdtreeselect.jl +5 -4
- package/src/jl/'feffery'_antdupload.jl +4 -2
- package/src/jl/'feffery'_antdwatermark.jl +3 -6
- package/src/jl/'feffery'_fragment.jl +1 -6
- package/src/lib/components/dataDisplay/AntdAccordion.react.js +42 -28
- package/src/lib/components/dataDisplay/AntdAvatar.react.js +42 -25
- package/src/lib/components/dataDisplay/AntdAvatarGroup.react.js +50 -43
- package/src/lib/components/dataDisplay/AntdBadge.react.js +46 -26
- package/src/lib/components/dataDisplay/AntdCarousel.react.js +54 -35
- package/src/lib/components/dataDisplay/AntdCheckableTag.react.js +26 -22
- package/src/lib/components/dataDisplay/AntdCollapse.react.js +26 -51
- package/src/lib/components/dataDisplay/AntdComment.react.js +58 -18
- package/src/lib/components/dataDisplay/AntdCountdown.react.js +44 -22
- package/src/lib/components/dataDisplay/AntdEmpty.react.js +76 -30
- package/src/lib/components/dataDisplay/AntdImage.react.js +40 -26
- package/src/lib/components/dataDisplay/AntdImageGroup.react.js +38 -26
- package/src/lib/components/dataDisplay/AntdPopover.react.js +78 -48
- package/src/lib/components/dataDisplay/AntdQRCode.react.js +48 -34
- package/src/lib/components/dataDisplay/AntdRibbon.react.js +26 -22
- package/src/lib/components/dataDisplay/AntdSegmented.react.js +81 -37
- package/src/lib/components/dataDisplay/AntdSpoiler.react.js +40 -28
- package/src/lib/components/dataDisplay/AntdStatistic.react.js +19 -26
- package/src/lib/components/dataDisplay/AntdTable.react.js +140 -64
- package/src/lib/components/dataDisplay/AntdTabs.react.js +61 -28
- package/src/lib/components/dataDisplay/AntdTag.react.js +34 -25
- package/src/lib/components/dataDisplay/AntdTimeline.react.js +28 -23
- package/src/lib/components/dataDisplay/AntdTooltip.react.js +76 -33
- package/src/lib/components/dataDisplay/AntdTree.react.js +103 -45
- package/src/lib/components/dataDisplay/card/AntdCard.react.js +105 -38
- package/src/lib/components/dataDisplay/card/AntdCardGrid.react.js +24 -23
- package/src/lib/components/dataDisplay/card/AntdCardMeta.react.js +24 -20
- package/src/lib/components/dataDisplay/descriptions/AntdDescriptionItem.react.js +55 -31
- package/src/lib/components/dataDisplay/descriptions/AntdDescriptions.react.js +98 -43
- package/src/lib/components/dataEntry/AntdCalendar.react.js +50 -25
- package/src/lib/components/dataEntry/AntdCascader.react.js +96 -38
- package/src/lib/components/dataEntry/AntdCheckbox.react.js +50 -26
- package/src/lib/components/dataEntry/AntdCheckboxGroup.react.js +46 -23
- package/src/lib/components/dataEntry/AntdColorPicker.react.js +60 -33
- package/src/lib/components/dataEntry/AntdDatePicker.react.js +98 -40
- package/src/lib/components/dataEntry/AntdDateRangePicker.react.js +98 -39
- package/src/lib/components/dataEntry/AntdInput.react.js +96 -37
- package/src/lib/components/dataEntry/AntdInputNumber.react.js +86 -32
- package/src/lib/components/dataEntry/AntdMentions.react.js +60 -31
- package/src/lib/components/dataEntry/AntdOTP.react.js +53 -26
- package/src/lib/components/dataEntry/AntdRadioGroup.react.js +58 -30
- package/src/lib/components/dataEntry/AntdRate.react.js +54 -27
- package/src/lib/components/dataEntry/AntdSegmentedColoring.react.js +60 -33
- package/src/lib/components/dataEntry/AntdSelect.react.js +110 -44
- package/src/lib/components/dataEntry/AntdSlider.react.js +100 -41
- package/src/lib/components/dataEntry/AntdSwitch.react.js +54 -11
- package/src/lib/components/dataEntry/AntdTimePicker.react.js +92 -25
- package/src/lib/components/dataEntry/AntdTimeRangePicker.react.js +92 -42
- package/src/lib/components/dataEntry/AntdTransfer.react.js +70 -18
- package/src/lib/components/dataEntry/AntdTreeSelect.react.js +122 -31
- package/src/lib/components/dataEntry/check-card/AntdCheckCard.react.js +51 -23
- package/src/lib/components/dataEntry/check-card/AntdCheckCardGroup.react.js +53 -25
- package/src/lib/components/dataEntry/form/AntdForm.react.js +40 -26
- package/src/lib/components/dataEntry/form/AntdFormItem.react.js +46 -24
- package/src/lib/components/dataEntry/upload/AntdDraggerUpload.react.js +92 -39
- package/src/lib/components/dataEntry/upload/AntdPictureUpload.react.js +84 -39
- package/src/lib/components/dataEntry/upload/AntdUpload.react.js +88 -25
- package/src/lib/components/feedback/AntdAlert.react.js +24 -49
- package/src/lib/components/feedback/AntdDrawer.react.js +31 -63
- package/src/lib/components/feedback/AntdMessage.react.js +29 -82
- package/src/lib/components/feedback/AntdModal.react.js +133 -97
- package/src/lib/components/feedback/AntdNotification.react.js +49 -74
- package/src/lib/components/feedback/AntdPopconfirm.react.js +68 -85
- package/src/lib/components/feedback/AntdPopupCard.react.js +89 -62
- package/src/lib/components/feedback/AntdProgress.react.js +36 -61
- package/src/lib/components/feedback/AntdResult.react.js +16 -38
- package/src/lib/components/feedback/AntdSpin.react.js +45 -74
- package/src/lib/components/feedback/skeleton/AntdCustomSkeleton.react.js +36 -61
- package/src/lib/components/feedback/skeleton/AntdSkeleton.react.js +40 -72
- package/src/lib/components/feedback/skeleton/AntdSkeletonAvatar.react.js +14 -38
- package/src/lib/components/feedback/skeleton/AntdSkeletonButton.react.js +15 -40
- package/src/lib/components/feedback/skeleton/AntdSkeletonImage.react.js +11 -32
- package/src/lib/components/feedback/skeleton/AntdSkeletonInput.react.js +13 -36
- package/src/lib/components/formRender/AntdFormRender.react.js +1 -1
- package/src/lib/components/general/AntdButton.react.js +38 -72
- package/src/lib/components/general/AntdFloatButton.react.js +19 -44
- package/src/lib/components/general/AntdFloatButtonGroup.react.js +32 -43
- package/src/lib/components/general/AntdIcon.react.js +18 -44
- package/src/lib/components/general/typography/AntdParagraph.react.js +25 -49
- package/src/lib/components/general/typography/AntdText.react.js +26 -50
- package/src/lib/components/general/typography/AntdTitle.react.js +26 -51
- package/src/lib/components/icons.react.js +25 -1
- package/src/lib/components/layout/AntdCenter.react.js +14 -38
- package/src/lib/components/layout/AntdCompact.react.js +14 -38
- package/src/lib/components/layout/AntdContent.react.js +12 -34
- package/src/lib/components/layout/AntdDivider.react.js +24 -54
- package/src/lib/components/layout/AntdFlex.react.js +18 -45
- package/src/lib/components/layout/AntdFooter.react.js +12 -34
- package/src/lib/components/layout/AntdHeader.react.js +12 -34
- package/src/lib/components/layout/AntdLayout.react.js +12 -34
- package/src/lib/components/layout/AntdSider.react.js +20 -47
- package/src/lib/components/layout/AntdSpace.react.js +24 -54
- package/src/lib/components/layout/AntdSplitter.react.js +21 -34
- package/src/lib/components/layout/grid/AntdCol.react.js +24 -51
- package/src/lib/components/layout/grid/AntdRow.react.js +16 -42
- package/src/lib/components/locales.react.js +43 -2
- package/src/lib/components/navigation/AntdAnchor.react.js +18 -42
- package/src/lib/components/navigation/AntdBreadcrumb.react.js +105 -100
- package/src/lib/components/navigation/AntdDropdown.react.js +40 -70
- package/src/lib/components/navigation/AntdMenu.react.js +32 -59
- package/src/lib/components/navigation/AntdPageHeader.react.js +18 -44
- package/src/lib/components/navigation/AntdPagination.react.js +37 -69
- package/src/lib/components/navigation/AntdSteps.react.js +22 -51
- package/src/lib/components/other/AntdAffix.react.js +21 -38
- package/src/lib/components/other/AntdBackTop.react.js +19 -41
- package/src/lib/components/other/AntdConfigProvider.react.js +21 -51
- package/src/lib/components/other/AntdCopyText.react.js +19 -43
- package/src/lib/components/other/AntdTour.react.js +22 -51
- package/src/lib/components/other/AntdWatermark.react.js +31 -49
- package/src/lib/components/other/Fragment.react.js +0 -20
- package/src/lib/components/styles.css +0 -5
- package/src/lib/components/utils.js +24 -18
- package/src/lib/fragments/AntdTable.react.js +1807 -1801
- package/src/lib/fragments/dataDisplay/AntdAccordion.react.js +5 -6
- package/src/lib/fragments/dataDisplay/AntdAvatar.react.js +9 -14
- package/src/lib/fragments/dataDisplay/AntdAvatarGroup.react.js +7 -14
- package/src/lib/fragments/dataDisplay/AntdBadge.react.js +5 -6
- package/src/lib/fragments/dataDisplay/AntdCarousel.react.js +5 -6
- package/src/lib/fragments/dataDisplay/AntdCheckableTag.react.js +4 -5
- package/src/lib/fragments/dataDisplay/AntdComment.react.js +5 -7
- package/src/lib/fragments/dataDisplay/AntdCountdown.react.js +5 -5
- package/src/lib/fragments/dataDisplay/AntdEmpty.react.js +8 -7
- package/src/lib/fragments/dataDisplay/AntdImage.react.js +5 -4
- package/src/lib/fragments/dataDisplay/AntdImageGroup.react.js +3 -2
- package/src/lib/fragments/dataDisplay/AntdPopover.react.js +8 -16
- package/src/lib/fragments/dataDisplay/AntdQRCode.react.js +12 -7
- package/src/lib/fragments/dataDisplay/AntdRibbon.react.js +5 -6
- package/src/lib/fragments/dataDisplay/AntdSegmented.react.js +29 -25
- package/src/lib/fragments/dataDisplay/AntdSpoiler.react.js +5 -6
- package/src/lib/fragments/dataDisplay/AntdTabs.react.js +4 -5
- package/src/lib/fragments/dataDisplay/AntdTag.react.js +4 -5
- package/src/lib/fragments/dataDisplay/AntdTimeline.react.js +4 -5
- package/src/lib/fragments/dataDisplay/AntdTooltip.react.js +8 -16
- package/src/lib/fragments/dataDisplay/AntdTree.react.js +5 -7
- package/src/lib/fragments/dataDisplay/card/AntdCard.react.js +29 -17
- package/src/lib/fragments/dataDisplay/card/AntdCardGrid.react.js +4 -6
- package/src/lib/fragments/dataDisplay/card/AntdCardMeta.react.js +4 -5
- package/src/lib/fragments/dataDisplay/descriptions/AntdDescriptionItem.react.js +8 -10
- package/src/lib/fragments/dataDisplay/descriptions/AntdDescriptions.react.js +16 -22
- package/src/lib/fragments/dataEntry/AntdCalendar.react.js +10 -10
- package/src/lib/fragments/dataEntry/AntdCascader.react.js +14 -17
- package/src/lib/fragments/dataEntry/AntdCheckbox.react.js +9 -9
- package/src/lib/fragments/dataEntry/AntdCheckboxGroup.react.js +9 -9
- package/src/lib/fragments/dataEntry/AntdColorPicker.react.js +9 -9
- package/src/lib/fragments/dataEntry/AntdDatePicker.react.js +11 -11
- package/src/lib/fragments/dataEntry/AntdDateRangePicker.react.js +11 -11
- package/src/lib/fragments/dataEntry/AntdInput.react.js +23 -29
- package/src/lib/fragments/dataEntry/AntdInputNumber.react.js +10 -10
- package/src/lib/fragments/dataEntry/AntdMentions.react.js +10 -10
- package/src/lib/fragments/dataEntry/AntdOTP.react.js +10 -10
- package/src/lib/fragments/dataEntry/AntdRadioGroup.react.js +14 -16
- package/src/lib/fragments/dataEntry/AntdRate.react.js +9 -9
- package/src/lib/fragments/dataEntry/AntdSegmentedColoring.react.js +5 -6
- package/src/lib/fragments/dataEntry/AntdSelect.react.js +14 -12
- package/src/lib/fragments/dataEntry/AntdSlider.react.js +10 -12
- package/src/lib/fragments/dataEntry/AntdSwitch.react.js +9 -9
- package/src/lib/fragments/dataEntry/AntdTimePicker.react.js +10 -10
- package/src/lib/fragments/dataEntry/AntdTimeRangePicker.react.js +10 -10
- package/src/lib/fragments/dataEntry/AntdTransfer.react.js +9 -9
- package/src/lib/fragments/dataEntry/AntdTreeSelect.react.js +11 -12
- package/src/lib/fragments/dataEntry/check-card/AntdCheckCard.react.js +8 -8
- package/src/lib/fragments/dataEntry/check-card/AntdCheckCardGroup.react.js +8 -9
- package/src/lib/fragments/dataEntry/form/AntdForm.react.js +4 -5
- package/src/lib/fragments/dataEntry/form/AntdFormItem.react.js +4 -5
- package/src/lib/fragments/upload/AntdDraggerUpload.react.js +22 -18
- package/src/lib/fragments/upload/AntdPictureUpload.react.js +25 -20
- package/src/lib/fragments/upload/AntdUpload.react.js +22 -19
- package/src/lib/index.js +0 -6
- 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 -0
- package/tests/dash3.0tests/AntdTable/345/207/275/346/225/260/345/274/217/346/224/271/351/200/240/test.py +62 -0
- package/tests/dash3.0tests/_dashprivate_layout/346/224/271/345/212/250/346/265/213/350/257/225/test.py +50 -0
- package/tests/dash3.0tests/loading_state/346/224/271/345/212/250/346/265/213/350/257/225/test.py +38 -0
- 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 -0
- 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 -0
- 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 -0
- package/tests/dataDisplay/AntdCard/refactor_delete_props.py +83 -0
- package/tests/dataDisplay/AntdCarousel/feat_auto_play_dot_duration.py +34 -0
- package/tests/dataDisplay/AntdCountdown/feat_finish_event.py +41 -0
- package/tests/dataDisplay/AntdSegmented/feat_shape.py +39 -0
- package/tests/dataDisplay/AntdSegmented/feat_simple_options.py +43 -0
- package/tests/dataDisplay/AntdTable/feat_row_class_name_func.py +41 -0
- package/tests/dataDisplay/AntdTable/fix_context_locale.py +37 -0
- package/tests/dataEntry/AntdForm/feat_optional_batch_control.py +62 -0
- package/tests/dataEntry/AntdSelect/feat_locale_ru.py +24 -0
- package/tests/dataEntry/AntdUpload/fix_follow_theme.py +28 -0
- package/tests/feat_variant_underlined.py +100 -0
- package/tests/feedback/AntdMessage/fix_follow_config_provider.py +44 -0
- package/tests/feedback/AntdModal/feat_responsive_width.py +31 -0
- package/tests/feedback/AntdNotification/feat_show_progress.py +40 -0
- package/tests/feedback/AntdNotification/fix_follow_config_provider.py +46 -0
- package/tests/general/AntdButton/feat_preset_color.py +46 -0
- package/tests/layout/AntdSplitter/feat_lazy.py +56 -0
- package/tests/navigation/AntdBreadcrumb/feat_menu_item_event.py +64 -0
- package/tests/navigation/AntdBreadcrumb/refactor_items.py +140 -0
- package/tests/other/AntdAffix/feat_listen_affixed.py +41 -0
- package/tests/other/AntdBackTop/refactor.py +18 -0
- package/usage.py +23 -17
- package/feffery_antd_components/AntdDraggablePanel.py +0 -125
- package/feffery_antd_components/AntdEditorLayout.py +0 -237
- package/src/lib/components/proEditor/AntdDraggablePanel.react.js +0 -181
- package/src/lib/components/proEditor/AntdEditorLayout.react.js +0 -336
- package/src/lib/fragments/proEditor/AntdDraggablePanel.react.js +0 -70
- package/src/lib/fragments/proEditor/AntdEditorLayout.react.js +0 -79
|
@@ -1,7 +1,22 @@
|
|
|
1
1
|
# AUTO GENERATED FILE - DO NOT EDIT
|
|
2
2
|
|
|
3
|
+
import typing # noqa: F401
|
|
4
|
+
from typing_extensions import TypedDict, NotRequired, Literal # noqa: F401
|
|
3
5
|
from dash.development.base_component import Component, _explicitize_args
|
|
4
6
|
|
|
7
|
+
ComponentType = typing.Union[
|
|
8
|
+
str,
|
|
9
|
+
int,
|
|
10
|
+
float,
|
|
11
|
+
Component,
|
|
12
|
+
None,
|
|
13
|
+
typing.Sequence[typing.Union[str, int, float, Component, None]],
|
|
14
|
+
]
|
|
15
|
+
|
|
16
|
+
NumberType = typing.Union[
|
|
17
|
+
typing.SupportsFloat, typing.SupportsInt, typing.SupportsComplex
|
|
18
|
+
]
|
|
19
|
+
|
|
5
20
|
|
|
6
21
|
class AntdComment(Component):
|
|
7
22
|
"""An AntdComment component.
|
|
@@ -18,14 +33,11 @@ Keyword arguments:
|
|
|
18
33
|
- key (string; optional):
|
|
19
34
|
对当前组件的`key`值进行更新,可实现强制重绘当前组件的效果.
|
|
20
35
|
|
|
21
|
-
- style (dict; optional):
|
|
22
|
-
当前组件css样式.
|
|
23
|
-
|
|
24
36
|
- className (string | dict; optional):
|
|
25
37
|
当前组件css类名,支持[动态css](/advanced-classname).
|
|
26
38
|
|
|
27
|
-
- locale (a value equal to: 'zh-cn', 'en-us', 'de-de'; default 'zh-cn'):
|
|
28
|
-
组件文案语种,可选项有`'zh-cn'`(简体中文)、`'en-us'`(英语)、`'de-de'
|
|
39
|
+
- locale (a value equal to: 'zh-cn', 'en-us', 'de-de', 'ru-ru'; default 'zh-cn'):
|
|
40
|
+
组件文案语种,可选项有`'zh-cn'`(简体中文)、`'en-us'`(英语)、`'de-de'`(德语)、`'ru-ru'`(俄语)
|
|
29
41
|
默认值:`'zh-cn'`.
|
|
30
42
|
|
|
31
43
|
- commentId (string; optional):
|
|
@@ -116,8 +128,54 @@ Keyword arguments:
|
|
|
116
128
|
_base_nodes = ['commentContent', 'children']
|
|
117
129
|
_namespace = 'feffery_antd_components'
|
|
118
130
|
_type = 'AntdComment'
|
|
119
|
-
|
|
120
|
-
|
|
131
|
+
PublishTime = TypedDict(
|
|
132
|
+
"PublishTime",
|
|
133
|
+
{
|
|
134
|
+
"value": str,
|
|
135
|
+
"format": NotRequired[str]
|
|
136
|
+
}
|
|
137
|
+
)
|
|
138
|
+
|
|
139
|
+
LoadingState = TypedDict(
|
|
140
|
+
"LoadingState",
|
|
141
|
+
{
|
|
142
|
+
"is_loading": NotRequired[bool],
|
|
143
|
+
"prop_name": NotRequired[str],
|
|
144
|
+
"component_name": NotRequired[str]
|
|
145
|
+
}
|
|
146
|
+
)
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
def __init__(
|
|
150
|
+
self,
|
|
151
|
+
children: typing.Optional[ComponentType] = None,
|
|
152
|
+
id: typing.Optional[typing.Union[str, dict]] = None,
|
|
153
|
+
key: typing.Optional[str] = None,
|
|
154
|
+
style: typing.Optional[typing.Any] = None,
|
|
155
|
+
className: typing.Optional[typing.Union[str, dict]] = None,
|
|
156
|
+
locale: typing.Optional[Literal["zh-cn", "en-us", "de-de", "ru-ru"]] = None,
|
|
157
|
+
commentId: typing.Optional[str] = None,
|
|
158
|
+
authorName: typing.Optional[str] = None,
|
|
159
|
+
authorNameHref: typing.Optional[str] = None,
|
|
160
|
+
publishTime: typing.Optional["PublishTime"] = None,
|
|
161
|
+
fromNow: typing.Optional[bool] = None,
|
|
162
|
+
showLikeDislike: typing.Optional[bool] = None,
|
|
163
|
+
showReply: typing.Optional[bool] = None,
|
|
164
|
+
showDelete: typing.Optional[bool] = None,
|
|
165
|
+
replyClicks: typing.Optional[NumberType] = None,
|
|
166
|
+
deleteClicks: typing.Optional[NumberType] = None,
|
|
167
|
+
commentContent: typing.Optional[ComponentType] = None,
|
|
168
|
+
likesCount: typing.Optional[NumberType] = None,
|
|
169
|
+
dislikesCount: typing.Optional[NumberType] = None,
|
|
170
|
+
action: typing.Optional[Literal["liked", "disliked", "default"]] = None,
|
|
171
|
+
defaultAction: typing.Optional[Literal["liked", "disliked", "default"]] = None,
|
|
172
|
+
avatarProps: typing.Optional[dict] = None,
|
|
173
|
+
popupContainer: typing.Optional[Literal["parent", "body"]] = None,
|
|
174
|
+
batchPropsNames: typing.Optional[typing.Sequence[str]] = None,
|
|
175
|
+
batchPropsValues: typing.Optional[dict] = None,
|
|
176
|
+
loading_state: typing.Optional["LoadingState"] = None,
|
|
177
|
+
**kwargs
|
|
178
|
+
):
|
|
121
179
|
self._prop_names = ['id', 'children', 'key', 'style', 'className', 'locale', 'commentId', 'authorName', 'authorNameHref', 'publishTime', 'fromNow', 'showLikeDislike', 'showReply', 'showDelete', 'replyClicks', 'deleteClicks', 'commentContent', 'likesCount', 'dislikesCount', 'action', 'defaultAction', 'avatarProps', 'popupContainer', 'batchPropsNames', 'batchPropsValues', 'data-*', 'aria-*', 'loading_state']
|
|
122
180
|
self._valid_wildcard_attributes = ['data-', 'aria-']
|
|
123
181
|
self.available_properties = ['id', 'children', 'key', 'style', 'className', 'locale', 'commentId', 'authorName', 'authorNameHref', 'publishTime', 'fromNow', 'showLikeDislike', 'showReply', 'showDelete', 'replyClicks', 'deleteClicks', 'commentContent', 'likesCount', 'dislikesCount', 'action', 'defaultAction', 'avatarProps', 'popupContainer', 'batchPropsNames', 'batchPropsValues', 'data-*', 'aria-*', 'loading_state']
|
|
@@ -133,3 +191,5 @@ Keyword arguments:
|
|
|
133
191
|
'Required argument `' + k + '` was not specified.')
|
|
134
192
|
|
|
135
193
|
super(AntdComment, self).__init__(children=children, **args)
|
|
194
|
+
|
|
195
|
+
setattr(AntdComment, "__init__", _explicitize_args(AntdComment.__init__))
|
|
@@ -1,7 +1,22 @@
|
|
|
1
1
|
# AUTO GENERATED FILE - DO NOT EDIT
|
|
2
2
|
|
|
3
|
+
import typing # noqa: F401
|
|
4
|
+
from typing_extensions import TypedDict, NotRequired, Literal # noqa: F401
|
|
3
5
|
from dash.development.base_component import Component, _explicitize_args
|
|
4
6
|
|
|
7
|
+
ComponentType = typing.Union[
|
|
8
|
+
str,
|
|
9
|
+
int,
|
|
10
|
+
float,
|
|
11
|
+
Component,
|
|
12
|
+
None,
|
|
13
|
+
typing.Sequence[typing.Union[str, int, float, Component, None]],
|
|
14
|
+
]
|
|
15
|
+
|
|
16
|
+
NumberType = typing.Union[
|
|
17
|
+
typing.SupportsFloat, typing.SupportsInt, typing.SupportsComplex
|
|
18
|
+
]
|
|
19
|
+
|
|
5
20
|
|
|
6
21
|
class AntdCompact(Component):
|
|
7
22
|
"""An AntdCompact component.
|
|
@@ -18,9 +33,6 @@ Keyword arguments:
|
|
|
18
33
|
- children (a list of or a singular dash component, string or number; optional):
|
|
19
34
|
组件型,内嵌元素.
|
|
20
35
|
|
|
21
|
-
- style (dict; optional):
|
|
22
|
-
当前组件css样式.
|
|
23
|
-
|
|
24
36
|
- className (string | dict; optional):
|
|
25
37
|
当前组件css类名,支持[动态css](/advanced-classname).
|
|
26
38
|
|
|
@@ -34,29 +46,27 @@ Keyword arguments:
|
|
|
34
46
|
`data-*`格式属性通配.
|
|
35
47
|
|
|
36
48
|
- aria-* (string; optional):
|
|
37
|
-
`aria-*`格式属性通配.
|
|
38
|
-
|
|
39
|
-
- loading_state (dict; optional)
|
|
40
|
-
|
|
41
|
-
`loading_state` is a dict with keys:
|
|
42
|
-
|
|
43
|
-
- is_loading (boolean; optional):
|
|
44
|
-
Determines if the component is loading or not.
|
|
45
|
-
|
|
46
|
-
- prop_name (string; optional):
|
|
47
|
-
Holds which property is loading.
|
|
48
|
-
|
|
49
|
-
- component_name (string; optional):
|
|
50
|
-
Holds the name of the component that is loading."""
|
|
49
|
+
`aria-*`格式属性通配."""
|
|
51
50
|
_children_props = []
|
|
52
51
|
_base_nodes = ['children']
|
|
53
52
|
_namespace = 'feffery_antd_components'
|
|
54
53
|
_type = 'AntdCompact'
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
def __init__(
|
|
57
|
+
self,
|
|
58
|
+
children: typing.Optional[ComponentType] = None,
|
|
59
|
+
id: typing.Optional[typing.Union[str, dict]] = None,
|
|
60
|
+
key: typing.Optional[str] = None,
|
|
61
|
+
style: typing.Optional[typing.Any] = None,
|
|
62
|
+
className: typing.Optional[typing.Union[str, dict]] = None,
|
|
63
|
+
direction: typing.Optional[Literal["vertical", "horizontal"]] = None,
|
|
64
|
+
block: typing.Optional[bool] = None,
|
|
65
|
+
**kwargs
|
|
66
|
+
):
|
|
67
|
+
self._prop_names = ['id', 'key', 'children', 'style', 'className', 'direction', 'block', 'data-*', 'aria-*']
|
|
58
68
|
self._valid_wildcard_attributes = ['data-', 'aria-']
|
|
59
|
-
self.available_properties = ['id', 'key', 'children', 'style', 'className', 'direction', 'block', 'data-*', 'aria-*'
|
|
69
|
+
self.available_properties = ['id', 'key', 'children', 'style', 'className', 'direction', 'block', 'data-*', 'aria-*']
|
|
60
70
|
self.available_wildcard_properties = ['data-', 'aria-']
|
|
61
71
|
_explicit_args = kwargs.pop('_explicit_args')
|
|
62
72
|
_locals = locals()
|
|
@@ -64,3 +74,5 @@ Keyword arguments:
|
|
|
64
74
|
args = {k: _locals[k] for k in _explicit_args if k != 'children'}
|
|
65
75
|
|
|
66
76
|
super(AntdCompact, self).__init__(children=children, **args)
|
|
77
|
+
|
|
78
|
+
setattr(AntdCompact, "__init__", _explicitize_args(AntdCompact.__init__))
|
|
@@ -1,7 +1,22 @@
|
|
|
1
1
|
# AUTO GENERATED FILE - DO NOT EDIT
|
|
2
2
|
|
|
3
|
+
import typing # noqa: F401
|
|
4
|
+
from typing_extensions import TypedDict, NotRequired, Literal # noqa: F401
|
|
3
5
|
from dash.development.base_component import Component, _explicitize_args
|
|
4
6
|
|
|
7
|
+
ComponentType = typing.Union[
|
|
8
|
+
str,
|
|
9
|
+
int,
|
|
10
|
+
float,
|
|
11
|
+
Component,
|
|
12
|
+
None,
|
|
13
|
+
typing.Sequence[typing.Union[str, int, float, Component, None]],
|
|
14
|
+
]
|
|
15
|
+
|
|
16
|
+
NumberType = typing.Union[
|
|
17
|
+
typing.SupportsFloat, typing.SupportsInt, typing.SupportsComplex
|
|
18
|
+
]
|
|
19
|
+
|
|
5
20
|
|
|
6
21
|
class AntdConfigProvider(Component):
|
|
7
22
|
"""An AntdConfigProvider component.
|
|
@@ -34,7 +49,7 @@ Keyword arguments:
|
|
|
34
49
|
- componentSize (a value equal to: 'small', 'middle', 'large'; optional):
|
|
35
50
|
强制设置后代元素的尺寸规格,可选项有`'small'`、`'middle'`、`'large'`,其中`'default'`兼容`'middle'`.
|
|
36
51
|
|
|
37
|
-
- locale (a value equal to: 'zh-cn', 'en-us', 'de-de'; optional):
|
|
52
|
+
- locale (a value equal to: 'zh-cn', 'en-us', 'de-de', 'ru-ru'; optional):
|
|
38
53
|
强制设置后代元素的语言,可选项有`'zh-cn'`(简体中文)、`'en-us'`(英语)、`'de-de'`(德语).
|
|
39
54
|
|
|
40
55
|
- wavesDisabled (boolean; default False):
|
|
@@ -61,29 +76,47 @@ Keyword arguments:
|
|
|
61
76
|
是否开启针对`88`及以下版本`Chromium`内核浏览器的向下兼容模式 默认值:`False`.
|
|
62
77
|
|
|
63
78
|
- enableLayer (boolean; default False):
|
|
64
|
-
是否启用layer样式降权 默认值:`False`.
|
|
65
|
-
|
|
66
|
-
- loading_state (dict; optional)
|
|
67
|
-
|
|
68
|
-
`loading_state` is a dict with keys:
|
|
69
|
-
|
|
70
|
-
- is_loading (boolean; optional):
|
|
71
|
-
Determines if the component is loading or not.
|
|
72
|
-
|
|
73
|
-
- prop_name (string; optional):
|
|
74
|
-
Holds which property is loading.
|
|
75
|
-
|
|
76
|
-
- component_name (string; optional):
|
|
77
|
-
Holds the name of the component that is loading."""
|
|
79
|
+
是否启用layer样式降权 默认值:`False`."""
|
|
78
80
|
_children_props = []
|
|
79
81
|
_base_nodes = ['children']
|
|
80
82
|
_namespace = 'feffery_antd_components'
|
|
81
83
|
_type = 'AntdConfigProvider'
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
84
|
+
Token = TypedDict(
|
|
85
|
+
"Token",
|
|
86
|
+
{
|
|
87
|
+
"motion": NotRequired[bool]
|
|
88
|
+
}
|
|
89
|
+
)
|
|
90
|
+
|
|
91
|
+
ComponentsToken = TypedDict(
|
|
92
|
+
"ComponentsToken",
|
|
93
|
+
{
|
|
94
|
+
"algorithm": NotRequired[bool]
|
|
95
|
+
}
|
|
96
|
+
)
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
def __init__(
|
|
100
|
+
self,
|
|
101
|
+
children: typing.Optional[ComponentType] = None,
|
|
102
|
+
id: typing.Optional[typing.Union[str, dict]] = None,
|
|
103
|
+
key: typing.Optional[str] = None,
|
|
104
|
+
algorithm: typing.Optional[typing.Union[Literal["default", "dark", "compact"], typing.Sequence[Literal["default", "dark", "compact"]]]] = None,
|
|
105
|
+
useOldTheme: typing.Optional[Literal["default", "dark"]] = None,
|
|
106
|
+
primaryColor: typing.Optional[str] = None,
|
|
107
|
+
componentDisabled: typing.Optional[bool] = None,
|
|
108
|
+
componentSize: typing.Optional[Literal["small", "middle", "large"]] = None,
|
|
109
|
+
locale: typing.Optional[Literal["zh-cn", "en-us", "de-de", "ru-ru"]] = None,
|
|
110
|
+
wavesDisabled: typing.Optional[bool] = None,
|
|
111
|
+
token: typing.Optional["Token"] = None,
|
|
112
|
+
componentsToken: typing.Optional[typing.Dict[typing.Union[str, float, int], "ComponentsToken"]] = None,
|
|
113
|
+
compatibilityMode: typing.Optional[bool] = None,
|
|
114
|
+
enableLayer: typing.Optional[bool] = None,
|
|
115
|
+
**kwargs
|
|
116
|
+
):
|
|
117
|
+
self._prop_names = ['id', 'key', 'children', 'algorithm', 'useOldTheme', 'primaryColor', 'componentDisabled', 'componentSize', 'locale', 'wavesDisabled', 'token', 'componentsToken', 'compatibilityMode', 'enableLayer']
|
|
85
118
|
self._valid_wildcard_attributes = []
|
|
86
|
-
self.available_properties = ['id', 'key', 'children', 'algorithm', 'useOldTheme', 'primaryColor', 'componentDisabled', 'componentSize', 'locale', 'wavesDisabled', 'token', 'componentsToken', 'compatibilityMode', 'enableLayer'
|
|
119
|
+
self.available_properties = ['id', 'key', 'children', 'algorithm', 'useOldTheme', 'primaryColor', 'componentDisabled', 'componentSize', 'locale', 'wavesDisabled', 'token', 'componentsToken', 'compatibilityMode', 'enableLayer']
|
|
87
120
|
self.available_wildcard_properties = []
|
|
88
121
|
_explicit_args = kwargs.pop('_explicit_args')
|
|
89
122
|
_locals = locals()
|
|
@@ -91,3 +124,5 @@ Keyword arguments:
|
|
|
91
124
|
args = {k: _locals[k] for k in _explicit_args if k != 'children'}
|
|
92
125
|
|
|
93
126
|
super(AntdConfigProvider, self).__init__(children=children, **args)
|
|
127
|
+
|
|
128
|
+
setattr(AntdConfigProvider, "__init__", _explicitize_args(AntdConfigProvider.__init__))
|
|
@@ -1,7 +1,22 @@
|
|
|
1
1
|
# AUTO GENERATED FILE - DO NOT EDIT
|
|
2
2
|
|
|
3
|
+
import typing # noqa: F401
|
|
4
|
+
from typing_extensions import TypedDict, NotRequired, Literal # noqa: F401
|
|
3
5
|
from dash.development.base_component import Component, _explicitize_args
|
|
4
6
|
|
|
7
|
+
ComponentType = typing.Union[
|
|
8
|
+
str,
|
|
9
|
+
int,
|
|
10
|
+
float,
|
|
11
|
+
Component,
|
|
12
|
+
None,
|
|
13
|
+
typing.Sequence[typing.Union[str, int, float, Component, None]],
|
|
14
|
+
]
|
|
15
|
+
|
|
16
|
+
NumberType = typing.Union[
|
|
17
|
+
typing.SupportsFloat, typing.SupportsInt, typing.SupportsComplex
|
|
18
|
+
]
|
|
19
|
+
|
|
5
20
|
|
|
6
21
|
class AntdContent(Component):
|
|
7
22
|
"""An AntdContent component.
|
|
@@ -18,9 +33,6 @@ Keyword arguments:
|
|
|
18
33
|
- children (a list of or a singular dash component, string or number; optional):
|
|
19
34
|
组件型,内嵌元素.
|
|
20
35
|
|
|
21
|
-
- style (dict; optional):
|
|
22
|
-
当前组件css样式.
|
|
23
|
-
|
|
24
36
|
- className (string | dict; optional):
|
|
25
37
|
当前组件css类名,支持[动态css](/advanced-classname).
|
|
26
38
|
|
|
@@ -28,29 +40,25 @@ Keyword arguments:
|
|
|
28
40
|
`data-*`格式属性通配.
|
|
29
41
|
|
|
30
42
|
- aria-* (string; optional):
|
|
31
|
-
`aria-*`格式属性通配.
|
|
32
|
-
|
|
33
|
-
- loading_state (dict; optional)
|
|
34
|
-
|
|
35
|
-
`loading_state` is a dict with keys:
|
|
36
|
-
|
|
37
|
-
- is_loading (boolean; optional):
|
|
38
|
-
Determines if the component is loading or not.
|
|
39
|
-
|
|
40
|
-
- prop_name (string; optional):
|
|
41
|
-
Holds which property is loading.
|
|
42
|
-
|
|
43
|
-
- component_name (string; optional):
|
|
44
|
-
Holds the name of the component that is loading."""
|
|
43
|
+
`aria-*`格式属性通配."""
|
|
45
44
|
_children_props = []
|
|
46
45
|
_base_nodes = ['children']
|
|
47
46
|
_namespace = 'feffery_antd_components'
|
|
48
47
|
_type = 'AntdContent'
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
def __init__(
|
|
51
|
+
self,
|
|
52
|
+
children: typing.Optional[ComponentType] = None,
|
|
53
|
+
id: typing.Optional[typing.Union[str, dict]] = None,
|
|
54
|
+
key: typing.Optional[str] = None,
|
|
55
|
+
style: typing.Optional[typing.Any] = None,
|
|
56
|
+
className: typing.Optional[typing.Union[str, dict]] = None,
|
|
57
|
+
**kwargs
|
|
58
|
+
):
|
|
59
|
+
self._prop_names = ['id', 'key', 'children', 'style', 'className', 'data-*', 'aria-*']
|
|
52
60
|
self._valid_wildcard_attributes = ['data-', 'aria-']
|
|
53
|
-
self.available_properties = ['id', 'key', 'children', 'style', 'className', 'data-*', 'aria-*'
|
|
61
|
+
self.available_properties = ['id', 'key', 'children', 'style', 'className', 'data-*', 'aria-*']
|
|
54
62
|
self.available_wildcard_properties = ['data-', 'aria-']
|
|
55
63
|
_explicit_args = kwargs.pop('_explicit_args')
|
|
56
64
|
_locals = locals()
|
|
@@ -58,3 +66,5 @@ Keyword arguments:
|
|
|
58
66
|
args = {k: _locals[k] for k in _explicit_args if k != 'children'}
|
|
59
67
|
|
|
60
68
|
super(AntdContent, self).__init__(children=children, **args)
|
|
69
|
+
|
|
70
|
+
setattr(AntdContent, "__init__", _explicitize_args(AntdContent.__init__))
|
|
@@ -1,7 +1,22 @@
|
|
|
1
1
|
# AUTO GENERATED FILE - DO NOT EDIT
|
|
2
2
|
|
|
3
|
+
import typing # noqa: F401
|
|
4
|
+
from typing_extensions import TypedDict, NotRequired, Literal # noqa: F401
|
|
3
5
|
from dash.development.base_component import Component, _explicitize_args
|
|
4
6
|
|
|
7
|
+
ComponentType = typing.Union[
|
|
8
|
+
str,
|
|
9
|
+
int,
|
|
10
|
+
float,
|
|
11
|
+
Component,
|
|
12
|
+
None,
|
|
13
|
+
typing.Sequence[typing.Union[str, int, float, Component, None]],
|
|
14
|
+
]
|
|
15
|
+
|
|
16
|
+
NumberType = typing.Union[
|
|
17
|
+
typing.SupportsFloat, typing.SupportsInt, typing.SupportsComplex
|
|
18
|
+
]
|
|
19
|
+
|
|
5
20
|
|
|
6
21
|
class AntdCopyText(Component):
|
|
7
22
|
"""An AntdCopyText component.
|
|
@@ -15,14 +30,11 @@ Keyword arguments:
|
|
|
15
30
|
- key (string; optional):
|
|
16
31
|
对当前组件的`key`值进行更新,可实现强制重绘当前组件的效果.
|
|
17
32
|
|
|
18
|
-
- style (dict; optional):
|
|
19
|
-
当前组件css样式.
|
|
20
|
-
|
|
21
33
|
- className (string | dict; optional):
|
|
22
34
|
当前组件css类名,支持[动态css](/advanced-classname).
|
|
23
35
|
|
|
24
|
-
- locale (a value equal to: 'zh-cn', 'en-us', 'de-de'; default 'zh-cn'):
|
|
25
|
-
组件文案语种,可选项有`'zh-cn'`(简体中文)、`'en-us'`(英语)、`'de-de'
|
|
36
|
+
- locale (a value equal to: 'zh-cn', 'en-us', 'de-de', 'ru-ru'; default 'zh-cn'):
|
|
37
|
+
组件文案语种,可选项有`'zh-cn'`(简体中文)、`'en-us'`(英语)、`'de-de'`(德语)、`'ru-ru'`(俄语)
|
|
26
38
|
默认值:`'zh-cn'`.
|
|
27
39
|
|
|
28
40
|
- text (string; default ''):
|
|
@@ -44,29 +56,30 @@ Keyword arguments:
|
|
|
44
56
|
`data-*`格式属性通配.
|
|
45
57
|
|
|
46
58
|
- aria-* (string; optional):
|
|
47
|
-
`aria-*`格式属性通配.
|
|
48
|
-
|
|
49
|
-
- loading_state (dict; optional)
|
|
50
|
-
|
|
51
|
-
`loading_state` is a dict with keys:
|
|
52
|
-
|
|
53
|
-
- is_loading (boolean; optional):
|
|
54
|
-
Determines if the component is loading or not.
|
|
55
|
-
|
|
56
|
-
- prop_name (string; optional):
|
|
57
|
-
Holds which property is loading.
|
|
58
|
-
|
|
59
|
-
- component_name (string; optional):
|
|
60
|
-
Holds the name of the component that is loading."""
|
|
59
|
+
`aria-*`格式属性通配."""
|
|
61
60
|
_children_props = ['tooltips', 'beforeIcon', 'afterIcon']
|
|
62
61
|
_base_nodes = ['tooltips', 'beforeIcon', 'afterIcon', 'children']
|
|
63
62
|
_namespace = 'feffery_antd_components'
|
|
64
63
|
_type = 'AntdCopyText'
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
def __init__(
|
|
67
|
+
self,
|
|
68
|
+
id: typing.Optional[typing.Union[str, dict]] = None,
|
|
69
|
+
key: typing.Optional[str] = None,
|
|
70
|
+
style: typing.Optional[typing.Any] = None,
|
|
71
|
+
className: typing.Optional[typing.Union[str, dict]] = None,
|
|
72
|
+
locale: typing.Optional[Literal["zh-cn", "en-us", "de-de", "ru-ru"]] = None,
|
|
73
|
+
text: typing.Optional[str] = None,
|
|
74
|
+
format: typing.Optional[Literal["text/plain", "text/html"]] = None,
|
|
75
|
+
tooltips: typing.Optional[typing.Union[typing.Sequence[ComponentType], bool]] = None,
|
|
76
|
+
beforeIcon: typing.Optional[ComponentType] = None,
|
|
77
|
+
afterIcon: typing.Optional[ComponentType] = None,
|
|
78
|
+
**kwargs
|
|
79
|
+
):
|
|
80
|
+
self._prop_names = ['id', 'key', 'style', 'className', 'locale', 'text', 'format', 'tooltips', 'beforeIcon', 'afterIcon', 'data-*', 'aria-*']
|
|
68
81
|
self._valid_wildcard_attributes = ['data-', 'aria-']
|
|
69
|
-
self.available_properties = ['id', 'key', 'style', 'className', 'locale', 'text', 'format', 'tooltips', 'beforeIcon', 'afterIcon', 'data-*', 'aria-*'
|
|
82
|
+
self.available_properties = ['id', 'key', 'style', 'className', 'locale', 'text', 'format', 'tooltips', 'beforeIcon', 'afterIcon', 'data-*', 'aria-*']
|
|
70
83
|
self.available_wildcard_properties = ['data-', 'aria-']
|
|
71
84
|
_explicit_args = kwargs.pop('_explicit_args')
|
|
72
85
|
_locals = locals()
|
|
@@ -74,3 +87,5 @@ Keyword arguments:
|
|
|
74
87
|
args = {k: _locals[k] for k in _explicit_args}
|
|
75
88
|
|
|
76
89
|
super(AntdCopyText, self).__init__(**args)
|
|
90
|
+
|
|
91
|
+
setattr(AntdCopyText, "__init__", _explicitize_args(AntdCopyText.__init__))
|
|
@@ -1,7 +1,22 @@
|
|
|
1
1
|
# AUTO GENERATED FILE - DO NOT EDIT
|
|
2
2
|
|
|
3
|
+
import typing # noqa: F401
|
|
4
|
+
from typing_extensions import TypedDict, NotRequired, Literal # noqa: F401
|
|
3
5
|
from dash.development.base_component import Component, _explicitize_args
|
|
4
6
|
|
|
7
|
+
ComponentType = typing.Union[
|
|
8
|
+
str,
|
|
9
|
+
int,
|
|
10
|
+
float,
|
|
11
|
+
Component,
|
|
12
|
+
None,
|
|
13
|
+
typing.Sequence[typing.Union[str, int, float, Component, None]],
|
|
14
|
+
]
|
|
15
|
+
|
|
16
|
+
NumberType = typing.Union[
|
|
17
|
+
typing.SupportsFloat, typing.SupportsInt, typing.SupportsComplex
|
|
18
|
+
]
|
|
19
|
+
|
|
5
20
|
|
|
6
21
|
class AntdCountdown(Component):
|
|
7
22
|
"""An AntdCountdown component.
|
|
@@ -15,9 +30,6 @@ Keyword arguments:
|
|
|
15
30
|
- key (string; optional):
|
|
16
31
|
对当前组件的`key`值进行更新,可实现强制重绘当前组件的效果.
|
|
17
32
|
|
|
18
|
-
- style (dict; optional):
|
|
19
|
-
当前组件css样式.
|
|
20
|
-
|
|
21
33
|
- className (string | dict; optional):
|
|
22
34
|
当前组件css类名,支持[动态css](/advanced-classname).
|
|
23
35
|
|
|
@@ -46,33 +58,51 @@ Keyword arguments:
|
|
|
46
58
|
- valueStyle (dict; optional):
|
|
47
59
|
数值内容css样式.
|
|
48
60
|
|
|
49
|
-
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
- aria-* (string; optional):
|
|
53
|
-
`aria-*`格式属性通配.
|
|
54
|
-
|
|
55
|
-
- loading_state (dict; optional)
|
|
61
|
+
- finishEvent (dict; optional):
|
|
62
|
+
监听倒计时结束事件.
|
|
56
63
|
|
|
57
|
-
`
|
|
64
|
+
`finishEvent` is a dict with keys:
|
|
58
65
|
|
|
59
|
-
-
|
|
60
|
-
|
|
66
|
+
- timestamp (number; optional):
|
|
67
|
+
事件时间戳.
|
|
61
68
|
|
|
62
|
-
|
|
63
|
-
|
|
69
|
+
- data-* (string; optional):
|
|
70
|
+
`data-*`格式属性通配.
|
|
64
71
|
|
|
65
|
-
|
|
66
|
-
|
|
72
|
+
- aria-* (string; optional):
|
|
73
|
+
`aria-*`格式属性通配."""
|
|
67
74
|
_children_props = ['prefix', 'suffix', 'title']
|
|
68
75
|
_base_nodes = ['prefix', 'suffix', 'title', 'children']
|
|
69
76
|
_namespace = 'feffery_antd_components'
|
|
70
77
|
_type = 'AntdCountdown'
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
78
|
+
FinishEvent = TypedDict(
|
|
79
|
+
"FinishEvent",
|
|
80
|
+
{
|
|
81
|
+
"timestamp": NotRequired[NumberType]
|
|
82
|
+
}
|
|
83
|
+
)
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
def __init__(
|
|
87
|
+
self,
|
|
88
|
+
id: typing.Optional[typing.Union[str, dict]] = None,
|
|
89
|
+
key: typing.Optional[str] = None,
|
|
90
|
+
style: typing.Optional[typing.Any] = None,
|
|
91
|
+
className: typing.Optional[typing.Union[str, dict]] = None,
|
|
92
|
+
format: typing.Optional[str] = None,
|
|
93
|
+
value: typing.Optional[str] = None,
|
|
94
|
+
valueFormat: typing.Optional[str] = None,
|
|
95
|
+
prefix: typing.Optional[ComponentType] = None,
|
|
96
|
+
suffix: typing.Optional[ComponentType] = None,
|
|
97
|
+
title: typing.Optional[ComponentType] = None,
|
|
98
|
+
titleTooltip: typing.Optional[str] = None,
|
|
99
|
+
valueStyle: typing.Optional[dict] = None,
|
|
100
|
+
finishEvent: typing.Optional["FinishEvent"] = None,
|
|
101
|
+
**kwargs
|
|
102
|
+
):
|
|
103
|
+
self._prop_names = ['id', 'key', 'style', 'className', 'format', 'value', 'valueFormat', 'prefix', 'suffix', 'title', 'titleTooltip', 'valueStyle', 'finishEvent', 'data-*', 'aria-*']
|
|
74
104
|
self._valid_wildcard_attributes = ['data-', 'aria-']
|
|
75
|
-
self.available_properties = ['id', 'key', 'style', 'className', 'format', 'value', 'valueFormat', 'prefix', 'suffix', 'title', 'titleTooltip', 'valueStyle', '
|
|
105
|
+
self.available_properties = ['id', 'key', 'style', 'className', 'format', 'value', 'valueFormat', 'prefix', 'suffix', 'title', 'titleTooltip', 'valueStyle', 'finishEvent', 'data-*', 'aria-*']
|
|
76
106
|
self.available_wildcard_properties = ['data-', 'aria-']
|
|
77
107
|
_explicit_args = kwargs.pop('_explicit_args')
|
|
78
108
|
_locals = locals()
|
|
@@ -80,3 +110,5 @@ Keyword arguments:
|
|
|
80
110
|
args = {k: _locals[k] for k in _explicit_args}
|
|
81
111
|
|
|
82
112
|
super(AntdCountdown, self).__init__(**args)
|
|
113
|
+
|
|
114
|
+
setattr(AntdCountdown, "__init__", _explicitize_args(AntdCountdown.__init__))
|
|
@@ -1,7 +1,22 @@
|
|
|
1
1
|
# AUTO GENERATED FILE - DO NOT EDIT
|
|
2
2
|
|
|
3
|
+
import typing # noqa: F401
|
|
4
|
+
from typing_extensions import TypedDict, NotRequired, Literal # noqa: F401
|
|
3
5
|
from dash.development.base_component import Component, _explicitize_args
|
|
4
6
|
|
|
7
|
+
ComponentType = typing.Union[
|
|
8
|
+
str,
|
|
9
|
+
int,
|
|
10
|
+
float,
|
|
11
|
+
Component,
|
|
12
|
+
None,
|
|
13
|
+
typing.Sequence[typing.Union[str, int, float, Component, None]],
|
|
14
|
+
]
|
|
15
|
+
|
|
16
|
+
NumberType = typing.Union[
|
|
17
|
+
typing.SupportsFloat, typing.SupportsInt, typing.SupportsComplex
|
|
18
|
+
]
|
|
19
|
+
|
|
5
20
|
|
|
6
21
|
class AntdCustomSkeleton(Component):
|
|
7
22
|
"""An AntdCustomSkeleton component.
|
|
@@ -18,9 +33,6 @@ Keyword arguments:
|
|
|
18
33
|
- children (a list of or a singular dash component, string or number; optional):
|
|
19
34
|
组件型,内嵌元素.
|
|
20
35
|
|
|
21
|
-
- style (dict; optional):
|
|
22
|
-
当前组件css样式.
|
|
23
|
-
|
|
24
36
|
- className (string | dict; optional):
|
|
25
37
|
当前组件css类名,支持[动态css](/advanced-classname).
|
|
26
38
|
|
|
@@ -54,29 +66,33 @@ Keyword arguments:
|
|
|
54
66
|
`data-*`格式属性通配.
|
|
55
67
|
|
|
56
68
|
- aria-* (string; optional):
|
|
57
|
-
`aria-*`格式属性通配.
|
|
58
|
-
|
|
59
|
-
- loading_state (dict; optional)
|
|
60
|
-
|
|
61
|
-
`loading_state` is a dict with keys:
|
|
62
|
-
|
|
63
|
-
- is_loading (boolean; optional):
|
|
64
|
-
Determines if the component is loading or not.
|
|
65
|
-
|
|
66
|
-
- prop_name (string; optional):
|
|
67
|
-
Holds which property is loading.
|
|
68
|
-
|
|
69
|
-
- component_name (string; optional):
|
|
70
|
-
Holds the name of the component that is loading."""
|
|
69
|
+
`aria-*`格式属性通配."""
|
|
71
70
|
_children_props = ['skeletonContent']
|
|
72
71
|
_base_nodes = ['skeletonContent', 'children']
|
|
73
72
|
_namespace = 'feffery_antd_components'
|
|
74
73
|
_type = 'AntdCustomSkeleton'
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
def __init__(
|
|
77
|
+
self,
|
|
78
|
+
children: typing.Optional[ComponentType] = None,
|
|
79
|
+
id: typing.Optional[typing.Union[str, dict]] = None,
|
|
80
|
+
key: typing.Optional[str] = None,
|
|
81
|
+
style: typing.Optional[typing.Any] = None,
|
|
82
|
+
className: typing.Optional[typing.Union[str, dict]] = None,
|
|
83
|
+
skeletonContent: typing.Optional[ComponentType] = None,
|
|
84
|
+
loading: typing.Optional[bool] = None,
|
|
85
|
+
delay: typing.Optional[NumberType] = None,
|
|
86
|
+
debug: typing.Optional[bool] = None,
|
|
87
|
+
listenPropsMode: typing.Optional[Literal["default", "exclude", "include"]] = None,
|
|
88
|
+
excludeProps: typing.Optional[typing.Sequence[str]] = None,
|
|
89
|
+
includeProps: typing.Optional[typing.Sequence[str]] = None,
|
|
90
|
+
manual: typing.Optional[bool] = None,
|
|
91
|
+
**kwargs
|
|
92
|
+
):
|
|
93
|
+
self._prop_names = ['id', 'key', 'children', 'style', 'className', 'skeletonContent', 'loading', 'delay', 'debug', 'listenPropsMode', 'excludeProps', 'includeProps', 'manual', 'data-*', 'aria-*']
|
|
78
94
|
self._valid_wildcard_attributes = ['data-', 'aria-']
|
|
79
|
-
self.available_properties = ['id', 'key', 'children', 'style', 'className', 'skeletonContent', 'loading', 'delay', 'debug', 'listenPropsMode', 'excludeProps', 'includeProps', 'manual', 'data-*', 'aria-*'
|
|
95
|
+
self.available_properties = ['id', 'key', 'children', 'style', 'className', 'skeletonContent', 'loading', 'delay', 'debug', 'listenPropsMode', 'excludeProps', 'includeProps', 'manual', 'data-*', 'aria-*']
|
|
80
96
|
self.available_wildcard_properties = ['data-', 'aria-']
|
|
81
97
|
_explicit_args = kwargs.pop('_explicit_args')
|
|
82
98
|
_locals = locals()
|
|
@@ -84,3 +100,5 @@ Keyword arguments:
|
|
|
84
100
|
args = {k: _locals[k] for k in _explicit_args if k != 'children'}
|
|
85
101
|
|
|
86
102
|
super(AntdCustomSkeleton, self).__init__(children=children, **args)
|
|
103
|
+
|
|
104
|
+
setattr(AntdCustomSkeleton, "__init__", _explicitize_args(AntdCustomSkeleton.__init__))
|