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
package/fac-logo.svg
CHANGED
|
@@ -1,152 +1,152 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
-
<svg
|
|
3
|
-
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
4
|
-
xmlns:cc="http://creativecommons.org/ns#"
|
|
5
|
-
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
6
|
-
xmlns:svg="http://www.w3.org/2000/svg"
|
|
7
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
-
viewBox="0 0 316 316"
|
|
9
|
-
height="316"
|
|
10
|
-
width="316"
|
|
11
|
-
xml:space="preserve"
|
|
12
|
-
id="svg2"
|
|
13
|
-
version="1.1"><metadata
|
|
14
|
-
id="metadata8"><rdf:RDF><cc:Work
|
|
15
|
-
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
|
16
|
-
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
|
|
17
|
-
id="defs6"><clipPath
|
|
18
|
-
id="clipPath20"
|
|
19
|
-
clipPathUnits="userSpaceOnUse"><path
|
|
20
|
-
style="clip-rule:evenodd"
|
|
21
|
-
id="path18"
|
|
22
|
-
d="M 126.43,231.7782 213.022,145.186 191.455,123.619 118.5,196.5746 41.42536,119.5 118.5,42.42536 191.456,115.382 213.174,93.664 126.43,6.918218 c -4.2958,-4.295767 -11.2606,-4.295767 -15.5564,0 L 6.221825,111.57 c -4.295767,4.2958 -4.295767,11.2606 0,15.5564 L 110.8736,231.7782 c 4.2958,4.2957 11.2606,4.2957 15.5564,0 z" /></clipPath><linearGradient
|
|
23
|
-
id="linearGradient34"
|
|
24
|
-
gradientTransform="matrix(1,0,0,-1,3,235)"
|
|
25
|
-
gradientUnits="userSpaceOnUse"
|
|
26
|
-
y2="1024"
|
|
27
|
-
x2="0"
|
|
28
|
-
y1="0"
|
|
29
|
-
x1="0"><stop
|
|
30
|
-
id="stop30"
|
|
31
|
-
offset="0"
|
|
32
|
-
style="stop-opacity:1;stop-color:#53cbf9" /><stop
|
|
33
|
-
id="stop32"
|
|
34
|
-
offset="1"
|
|
35
|
-
style="stop-opacity:1;stop-color:#1069f6" /></linearGradient><linearGradient
|
|
36
|
-
id="linearGradient44"
|
|
37
|
-
spreadMethod="pad"
|
|
38
|
-
gradientTransform="matrix(1,0,0,-1,3,235)"
|
|
39
|
-
gradientUnits="userSpaceOnUse"
|
|
40
|
-
y2="144.9743"
|
|
41
|
-
x2="98.833382"
|
|
42
|
-
y1="22.70421"
|
|
43
|
-
x1="110.4294"><stop
|
|
44
|
-
id="stop40"
|
|
45
|
-
offset="0"
|
|
46
|
-
style="stop-opacity:1;stop-color:#53cbf9" /><stop
|
|
47
|
-
id="stop42"
|
|
48
|
-
offset="1"
|
|
49
|
-
style="stop-opacity:1;stop-color:#1069f6" /></linearGradient><clipPath
|
|
50
|
-
id="clipPath54"
|
|
51
|
-
clipPathUnits="userSpaceOnUse"><path
|
|
52
|
-
style="clip-rule:evenodd"
|
|
53
|
-
id="path52"
|
|
54
|
-
d="m 92.04416,125.4497 20.50614,20.5061 c 2.7336,2.7337 7.1658,2.7337 9.8994,0 l 20.5061,-20.5061 c 2.7337,-2.7336 2.7337,-7.1658 0,-9.8994 L 122.4497,95.04416 c -2.7336,-2.73367 -7.1658,-2.73367 -9.8994,0 L 92.04416,115.5503 c -2.73367,2.7336 -2.73367,7.1658 0,9.8994 z" /></clipPath><linearGradient
|
|
55
|
-
id="linearGradient68"
|
|
56
|
-
gradientTransform="matrix(0.7071068,0.7071068,0.7071068,-0.7071068,87.09441,120.5)"
|
|
57
|
-
gradientUnits="userSpaceOnUse"
|
|
58
|
-
y2="1024"
|
|
59
|
-
x2="0"
|
|
60
|
-
y1="0"
|
|
61
|
-
x1="0"><stop
|
|
62
|
-
id="stop64"
|
|
63
|
-
offset="0"
|
|
64
|
-
style="stop-opacity:1;stop-color:#fc1a1c" /><stop
|
|
65
|
-
id="stop66"
|
|
66
|
-
offset="1"
|
|
67
|
-
style="stop-opacity:1;stop-color:#fa0103" /></linearGradient><linearGradient
|
|
68
|
-
id="linearGradient78"
|
|
69
|
-
spreadMethod="pad"
|
|
70
|
-
gradientTransform="matrix(0.7071068,0.7071068,0.7071068,-0.7071068,87.09441,120.5)"
|
|
71
|
-
gradientUnits="userSpaceOnUse"
|
|
72
|
-
y2="43"
|
|
73
|
-
x2="21.5"
|
|
74
|
-
y1="0"
|
|
75
|
-
x1="21.5"><stop
|
|
76
|
-
id="stop74"
|
|
77
|
-
offset="0"
|
|
78
|
-
style="stop-opacity:1;stop-color:#fc1a1c" /><stop
|
|
79
|
-
id="stop76"
|
|
80
|
-
offset="1"
|
|
81
|
-
style="stop-opacity:1;stop-color:#fa0103" /></linearGradient><clipPath
|
|
82
|
-
id="clipPath88"
|
|
83
|
-
clipPathUnits="userSpaceOnUse"><path
|
|
84
|
-
style="clip-rule:evenodd"
|
|
85
|
-
id="path86"
|
|
86
|
-
d="m 195.6418,119.65 21.7082,21.7082 13.93,-13.93 c 4.2958,-4.2958 4.2958,-11.2606 0,-15.5564 L 217.35,97.94182 v 0 z" /></clipPath><linearGradient
|
|
87
|
-
id="linearGradient102"
|
|
88
|
-
gradientTransform="matrix(0.7071068,0.7071068,0.7071068,-0.7071068,195.6418,119.65)"
|
|
89
|
-
gradientUnits="userSpaceOnUse"
|
|
90
|
-
y2="1024"
|
|
91
|
-
x2="0"
|
|
92
|
-
y1="0"
|
|
93
|
-
x1="0"><stop
|
|
94
|
-
id="stop98"
|
|
95
|
-
offset="0"
|
|
96
|
-
style="stop-opacity:1;stop-color:#fc1a1c" /><stop
|
|
97
|
-
id="stop100"
|
|
98
|
-
offset="1"
|
|
99
|
-
style="stop-opacity:1;stop-color:#fa0103" /></linearGradient><linearGradient
|
|
100
|
-
id="linearGradient112"
|
|
101
|
-
spreadMethod="pad"
|
|
102
|
-
gradientTransform="matrix(0.7071068,0.7071068,0.7071068,-0.7071068,195.6418,119.65)"
|
|
103
|
-
gradientUnits="userSpaceOnUse"
|
|
104
|
-
y2="30.700001"
|
|
105
|
-
x2="15.35"
|
|
106
|
-
y1="0"
|
|
107
|
-
x1="15.35"><stop
|
|
108
|
-
id="stop108"
|
|
109
|
-
offset="0"
|
|
110
|
-
style="stop-opacity:1;stop-color:#fc1a1c" /><stop
|
|
111
|
-
id="stop110"
|
|
112
|
-
offset="1"
|
|
113
|
-
style="stop-opacity:1;stop-color:#fa0103" /></linearGradient></defs><g
|
|
114
|
-
transform="matrix(1.3333333,0,0,-1.3333333,0,316)"
|
|
115
|
-
id="g10"><g
|
|
116
|
-
id="g12" /><g
|
|
117
|
-
id="g14"><g
|
|
118
|
-
clip-path="url(#clipPath20)"
|
|
119
|
-
id="g16"><g
|
|
120
|
-
id="g22"><g
|
|
121
|
-
id="g28"><path
|
|
122
|
-
id="path36"
|
|
123
|
-
style="fill:url(#linearGradient34);stroke:none"
|
|
124
|
-
d="M 0,0 H 237 V 237 H 0 Z" /></g><g
|
|
125
|
-
id="g38"><path
|
|
126
|
-
id="path46"
|
|
127
|
-
style="fill:url(#linearGradient44);stroke:none"
|
|
128
|
-
d="M 0,0 H 237 V 237 H 0 Z" /></g></g></g></g><g
|
|
129
|
-
id="g48"><g
|
|
130
|
-
clip-path="url(#clipPath54)"
|
|
131
|
-
id="g50"><g
|
|
132
|
-
id="g56"><g
|
|
133
|
-
id="g62"><path
|
|
134
|
-
id="path70"
|
|
135
|
-
style="fill:url(#linearGradient68);stroke:none"
|
|
136
|
-
d="M 0,0 H 237 V 237 H 0 Z" /></g><g
|
|
137
|
-
id="g72"><path
|
|
138
|
-
id="path80"
|
|
139
|
-
style="fill:url(#linearGradient78);stroke:none"
|
|
140
|
-
d="M 0,0 H 237 V 237 H 0 Z" /></g></g></g></g><g
|
|
141
|
-
id="g82"><g
|
|
142
|
-
clip-path="url(#clipPath88)"
|
|
143
|
-
id="g84"><g
|
|
144
|
-
id="g90"><g
|
|
145
|
-
id="g96"><path
|
|
146
|
-
id="path104"
|
|
147
|
-
style="fill:url(#linearGradient102);stroke:none"
|
|
148
|
-
d="M 0,0 H 237 V 237 H 0 Z" /></g><g
|
|
149
|
-
id="g106"><path
|
|
150
|
-
id="path114"
|
|
151
|
-
style="fill:url(#linearGradient112);stroke:none"
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg
|
|
3
|
+
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
4
|
+
xmlns:cc="http://creativecommons.org/ns#"
|
|
5
|
+
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
6
|
+
xmlns:svg="http://www.w3.org/2000/svg"
|
|
7
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
8
|
+
viewBox="0 0 316 316"
|
|
9
|
+
height="316"
|
|
10
|
+
width="316"
|
|
11
|
+
xml:space="preserve"
|
|
12
|
+
id="svg2"
|
|
13
|
+
version="1.1"><metadata
|
|
14
|
+
id="metadata8"><rdf:RDF><cc:Work
|
|
15
|
+
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
|
|
16
|
+
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /></cc:Work></rdf:RDF></metadata><defs
|
|
17
|
+
id="defs6"><clipPath
|
|
18
|
+
id="clipPath20"
|
|
19
|
+
clipPathUnits="userSpaceOnUse"><path
|
|
20
|
+
style="clip-rule:evenodd"
|
|
21
|
+
id="path18"
|
|
22
|
+
d="M 126.43,231.7782 213.022,145.186 191.455,123.619 118.5,196.5746 41.42536,119.5 118.5,42.42536 191.456,115.382 213.174,93.664 126.43,6.918218 c -4.2958,-4.295767 -11.2606,-4.295767 -15.5564,0 L 6.221825,111.57 c -4.295767,4.2958 -4.295767,11.2606 0,15.5564 L 110.8736,231.7782 c 4.2958,4.2957 11.2606,4.2957 15.5564,0 z" /></clipPath><linearGradient
|
|
23
|
+
id="linearGradient34"
|
|
24
|
+
gradientTransform="matrix(1,0,0,-1,3,235)"
|
|
25
|
+
gradientUnits="userSpaceOnUse"
|
|
26
|
+
y2="1024"
|
|
27
|
+
x2="0"
|
|
28
|
+
y1="0"
|
|
29
|
+
x1="0"><stop
|
|
30
|
+
id="stop30"
|
|
31
|
+
offset="0"
|
|
32
|
+
style="stop-opacity:1;stop-color:#53cbf9" /><stop
|
|
33
|
+
id="stop32"
|
|
34
|
+
offset="1"
|
|
35
|
+
style="stop-opacity:1;stop-color:#1069f6" /></linearGradient><linearGradient
|
|
36
|
+
id="linearGradient44"
|
|
37
|
+
spreadMethod="pad"
|
|
38
|
+
gradientTransform="matrix(1,0,0,-1,3,235)"
|
|
39
|
+
gradientUnits="userSpaceOnUse"
|
|
40
|
+
y2="144.9743"
|
|
41
|
+
x2="98.833382"
|
|
42
|
+
y1="22.70421"
|
|
43
|
+
x1="110.4294"><stop
|
|
44
|
+
id="stop40"
|
|
45
|
+
offset="0"
|
|
46
|
+
style="stop-opacity:1;stop-color:#53cbf9" /><stop
|
|
47
|
+
id="stop42"
|
|
48
|
+
offset="1"
|
|
49
|
+
style="stop-opacity:1;stop-color:#1069f6" /></linearGradient><clipPath
|
|
50
|
+
id="clipPath54"
|
|
51
|
+
clipPathUnits="userSpaceOnUse"><path
|
|
52
|
+
style="clip-rule:evenodd"
|
|
53
|
+
id="path52"
|
|
54
|
+
d="m 92.04416,125.4497 20.50614,20.5061 c 2.7336,2.7337 7.1658,2.7337 9.8994,0 l 20.5061,-20.5061 c 2.7337,-2.7336 2.7337,-7.1658 0,-9.8994 L 122.4497,95.04416 c -2.7336,-2.73367 -7.1658,-2.73367 -9.8994,0 L 92.04416,115.5503 c -2.73367,2.7336 -2.73367,7.1658 0,9.8994 z" /></clipPath><linearGradient
|
|
55
|
+
id="linearGradient68"
|
|
56
|
+
gradientTransform="matrix(0.7071068,0.7071068,0.7071068,-0.7071068,87.09441,120.5)"
|
|
57
|
+
gradientUnits="userSpaceOnUse"
|
|
58
|
+
y2="1024"
|
|
59
|
+
x2="0"
|
|
60
|
+
y1="0"
|
|
61
|
+
x1="0"><stop
|
|
62
|
+
id="stop64"
|
|
63
|
+
offset="0"
|
|
64
|
+
style="stop-opacity:1;stop-color:#fc1a1c" /><stop
|
|
65
|
+
id="stop66"
|
|
66
|
+
offset="1"
|
|
67
|
+
style="stop-opacity:1;stop-color:#fa0103" /></linearGradient><linearGradient
|
|
68
|
+
id="linearGradient78"
|
|
69
|
+
spreadMethod="pad"
|
|
70
|
+
gradientTransform="matrix(0.7071068,0.7071068,0.7071068,-0.7071068,87.09441,120.5)"
|
|
71
|
+
gradientUnits="userSpaceOnUse"
|
|
72
|
+
y2="43"
|
|
73
|
+
x2="21.5"
|
|
74
|
+
y1="0"
|
|
75
|
+
x1="21.5"><stop
|
|
76
|
+
id="stop74"
|
|
77
|
+
offset="0"
|
|
78
|
+
style="stop-opacity:1;stop-color:#fc1a1c" /><stop
|
|
79
|
+
id="stop76"
|
|
80
|
+
offset="1"
|
|
81
|
+
style="stop-opacity:1;stop-color:#fa0103" /></linearGradient><clipPath
|
|
82
|
+
id="clipPath88"
|
|
83
|
+
clipPathUnits="userSpaceOnUse"><path
|
|
84
|
+
style="clip-rule:evenodd"
|
|
85
|
+
id="path86"
|
|
86
|
+
d="m 195.6418,119.65 21.7082,21.7082 13.93,-13.93 c 4.2958,-4.2958 4.2958,-11.2606 0,-15.5564 L 217.35,97.94182 v 0 z" /></clipPath><linearGradient
|
|
87
|
+
id="linearGradient102"
|
|
88
|
+
gradientTransform="matrix(0.7071068,0.7071068,0.7071068,-0.7071068,195.6418,119.65)"
|
|
89
|
+
gradientUnits="userSpaceOnUse"
|
|
90
|
+
y2="1024"
|
|
91
|
+
x2="0"
|
|
92
|
+
y1="0"
|
|
93
|
+
x1="0"><stop
|
|
94
|
+
id="stop98"
|
|
95
|
+
offset="0"
|
|
96
|
+
style="stop-opacity:1;stop-color:#fc1a1c" /><stop
|
|
97
|
+
id="stop100"
|
|
98
|
+
offset="1"
|
|
99
|
+
style="stop-opacity:1;stop-color:#fa0103" /></linearGradient><linearGradient
|
|
100
|
+
id="linearGradient112"
|
|
101
|
+
spreadMethod="pad"
|
|
102
|
+
gradientTransform="matrix(0.7071068,0.7071068,0.7071068,-0.7071068,195.6418,119.65)"
|
|
103
|
+
gradientUnits="userSpaceOnUse"
|
|
104
|
+
y2="30.700001"
|
|
105
|
+
x2="15.35"
|
|
106
|
+
y1="0"
|
|
107
|
+
x1="15.35"><stop
|
|
108
|
+
id="stop108"
|
|
109
|
+
offset="0"
|
|
110
|
+
style="stop-opacity:1;stop-color:#fc1a1c" /><stop
|
|
111
|
+
id="stop110"
|
|
112
|
+
offset="1"
|
|
113
|
+
style="stop-opacity:1;stop-color:#fa0103" /></linearGradient></defs><g
|
|
114
|
+
transform="matrix(1.3333333,0,0,-1.3333333,0,316)"
|
|
115
|
+
id="g10"><g
|
|
116
|
+
id="g12" /><g
|
|
117
|
+
id="g14"><g
|
|
118
|
+
clip-path="url(#clipPath20)"
|
|
119
|
+
id="g16"><g
|
|
120
|
+
id="g22"><g
|
|
121
|
+
id="g28"><path
|
|
122
|
+
id="path36"
|
|
123
|
+
style="fill:url(#linearGradient34);stroke:none"
|
|
124
|
+
d="M 0,0 H 237 V 237 H 0 Z" /></g><g
|
|
125
|
+
id="g38"><path
|
|
126
|
+
id="path46"
|
|
127
|
+
style="fill:url(#linearGradient44);stroke:none"
|
|
128
|
+
d="M 0,0 H 237 V 237 H 0 Z" /></g></g></g></g><g
|
|
129
|
+
id="g48"><g
|
|
130
|
+
clip-path="url(#clipPath54)"
|
|
131
|
+
id="g50"><g
|
|
132
|
+
id="g56"><g
|
|
133
|
+
id="g62"><path
|
|
134
|
+
id="path70"
|
|
135
|
+
style="fill:url(#linearGradient68);stroke:none"
|
|
136
|
+
d="M 0,0 H 237 V 237 H 0 Z" /></g><g
|
|
137
|
+
id="g72"><path
|
|
138
|
+
id="path80"
|
|
139
|
+
style="fill:url(#linearGradient78);stroke:none"
|
|
140
|
+
d="M 0,0 H 237 V 237 H 0 Z" /></g></g></g></g><g
|
|
141
|
+
id="g82"><g
|
|
142
|
+
clip-path="url(#clipPath88)"
|
|
143
|
+
id="g84"><g
|
|
144
|
+
id="g90"><g
|
|
145
|
+
id="g96"><path
|
|
146
|
+
id="path104"
|
|
147
|
+
style="fill:url(#linearGradient102);stroke:none"
|
|
148
|
+
d="M 0,0 H 237 V 237 H 0 Z" /></g><g
|
|
149
|
+
id="g106"><path
|
|
150
|
+
id="path114"
|
|
151
|
+
style="fill:url(#linearGradient112);stroke:none"
|
|
152
152
|
d="M 0,0 H 237 V 237 H 0 Z" /></g></g></g></g></g></svg>
|
|
@@ -82,13 +82,13 @@ Keyword arguments:
|
|
|
82
82
|
当前子项右上角额外元素.
|
|
83
83
|
|
|
84
84
|
- showArrow (boolean; optional):
|
|
85
|
-
是否展示当前手风琴项的箭头图标
|
|
85
|
+
是否展示当前手风琴项的箭头图标 默认值:`True`.
|
|
86
86
|
|
|
87
87
|
- forceRender (boolean; optional):
|
|
88
|
-
是否强制渲染内部元素
|
|
88
|
+
是否强制渲染内部元素 默认值:`False`.
|
|
89
89
|
|
|
90
90
|
- accordion (boolean; default True):
|
|
91
|
-
是否开启手风琴模式
|
|
91
|
+
是否开启手风琴模式 默认值:`True`.
|
|
92
92
|
|
|
93
93
|
- activeKey (string | list of strings | number | list of numbers; optional):
|
|
94
94
|
监听或设置当前处于展开状态的手风琴项key值.
|
|
@@ -97,10 +97,10 @@ Keyword arguments:
|
|
|
97
97
|
设置初始化处于展开状态的手风琴项key值.
|
|
98
98
|
|
|
99
99
|
- bordered (boolean; default True):
|
|
100
|
-
是否渲染边框
|
|
100
|
+
是否渲染边框 默认值:`True`.
|
|
101
101
|
|
|
102
102
|
- size (a value equal to: 'large', 'middle', 'small'; default 'middle'):
|
|
103
|
-
组件尺寸规格,可选项有`'small'`、`'middle'`、`'large'`
|
|
103
|
+
组件尺寸规格,可选项有`'small'`、`'middle'`、`'large'` 默认值:`'middle'`.
|
|
104
104
|
|
|
105
105
|
- collapsible (a value equal to: 'header', 'disabled', 'icon'; optional):
|
|
106
106
|
设置所有子项折叠触发方式,可选项有`'header'`、`'disabled'`、`'icon'`.
|
|
@@ -109,14 +109,14 @@ Keyword arguments:
|
|
|
109
109
|
设置折叠图标位置,可选项有`'left'`、`'right'`.
|
|
110
110
|
|
|
111
111
|
- ghost (boolean; default False):
|
|
112
|
-
是否开启透明无边框模式
|
|
112
|
+
是否开启透明无边框模式 默认值:`False`.
|
|
113
113
|
|
|
114
114
|
- data-* (string; optional):
|
|
115
115
|
`data-*`格式属性通配.
|
|
116
116
|
|
|
117
117
|
- aria-* (string; optional):
|
|
118
118
|
`aria-*`格式属性通配."""
|
|
119
|
-
_children_props = ['items[].children', 'items[].title', 'items[].extra']
|
|
119
|
+
_children_props: typing.List[str] = ['items[].children', 'items[].title', 'items[].extra']
|
|
120
120
|
_base_nodes = ['children']
|
|
121
121
|
_namespace = 'feffery_antd_components'
|
|
122
122
|
_type = 'AntdAccordion'
|
|
@@ -40,7 +40,7 @@ Keyword arguments:
|
|
|
40
40
|
触发固钉效果的视窗底部距离像素阈值.
|
|
41
41
|
|
|
42
42
|
- offsetTop (number; default 0):
|
|
43
|
-
触发固钉效果的视窗顶部距离像素阈值
|
|
43
|
+
触发固钉效果的视窗顶部距离像素阈值 默认值:`0`.
|
|
44
44
|
|
|
45
45
|
- target (string; optional):
|
|
46
46
|
滚动事件监听的特定目标容器id.
|
|
@@ -53,7 +53,7 @@ Keyword arguments:
|
|
|
53
53
|
|
|
54
54
|
- aria-* (string; optional):
|
|
55
55
|
`aria-*`格式属性通配."""
|
|
56
|
-
_children_props = []
|
|
56
|
+
_children_props: typing.List[str] = []
|
|
57
57
|
_base_nodes = ['children']
|
|
58
58
|
_namespace = 'feffery_antd_components'
|
|
59
59
|
_type = 'AntdAffix'
|
|
@@ -44,29 +44,29 @@ Keyword arguments:
|
|
|
44
44
|
默认值:`'info'`.
|
|
45
45
|
|
|
46
46
|
- showIcon (boolean; default False):
|
|
47
|
-
是否显示额外图标
|
|
47
|
+
是否显示额外图标 默认值:`False`.
|
|
48
48
|
|
|
49
49
|
- icon (a list of or a singular dash component, string or number; optional):
|
|
50
50
|
组件型,当`showIcon=True`时,用于自定义图标元素.
|
|
51
51
|
|
|
52
52
|
- closable (boolean; default False):
|
|
53
|
-
是否可关闭
|
|
53
|
+
是否可关闭 默认值:`False`.
|
|
54
54
|
|
|
55
55
|
- messageRenderMode (a value equal to: 'default', 'loop-text', 'marquee'; default 'default'):
|
|
56
|
-
渲染模式,可选项有`'default'`、`'loop-text'`、`'marquee'`
|
|
56
|
+
渲染模式,可选项有`'default'`、`'loop-text'`、`'marquee'` 默认值:`'default'`.
|
|
57
57
|
|
|
58
58
|
- action (a list of or a singular dash component, string or number; optional):
|
|
59
59
|
组件型,定义右上角额外操作区元素.
|
|
60
60
|
|
|
61
61
|
- banner (boolean; default False):
|
|
62
|
-
是否用作顶部公告
|
|
62
|
+
是否用作顶部公告 默认值:`False`.
|
|
63
63
|
|
|
64
64
|
- data-* (string; optional):
|
|
65
65
|
`data-*`格式属性通配.
|
|
66
66
|
|
|
67
67
|
- aria-* (string; optional):
|
|
68
68
|
`aria-*`格式属性通配."""
|
|
69
|
-
_children_props = ['message', 'description', 'icon', 'action']
|
|
69
|
+
_children_props: typing.List[str] = ['message', 'description', 'icon', 'action']
|
|
70
70
|
_base_nodes = ['message', 'description', 'icon', 'action', 'children']
|
|
71
71
|
_namespace = 'feffery_antd_components'
|
|
72
72
|
_type = 'AntdAlert'
|
|
@@ -41,7 +41,7 @@ Keyword arguments:
|
|
|
41
41
|
默认值:`'vertical'`.
|
|
42
42
|
|
|
43
43
|
- align (a value equal to: 'left', 'right'; default 'right'):
|
|
44
|
-
锚点位置,可选项有`'left'`、`'right'`
|
|
44
|
+
锚点位置,可选项有`'left'`、`'right'` 默认值:`'right'`.
|
|
45
45
|
|
|
46
46
|
- containerId (string; optional):
|
|
47
47
|
锚点目标容器id.
|
|
@@ -50,16 +50,16 @@ Keyword arguments:
|
|
|
50
50
|
锚点位移偏移量,默认同参数offsetTop.
|
|
51
51
|
|
|
52
52
|
- affix (boolean; default True):
|
|
53
|
-
是否开启固定模式
|
|
53
|
+
是否开启固定模式 默认值:`True`.
|
|
54
54
|
|
|
55
55
|
- bounds (number; default 5):
|
|
56
|
-
锚点像素边距
|
|
56
|
+
锚点像素边距 默认值:`5`.
|
|
57
57
|
|
|
58
58
|
- offsetTop (number; optional):
|
|
59
59
|
设置距离窗口顶部触发锚定效果的指定像素偏移量.
|
|
60
60
|
|
|
61
61
|
- replace (boolean; default False):
|
|
62
|
-
设置为`True`后,浏览器后退或前进时,不会跳转到锚点地址
|
|
62
|
+
设置为`True`后,浏览器后退或前进时,不会跳转到锚点地址 默认值:`False`.
|
|
63
63
|
|
|
64
64
|
- currentAnchor (string; optional):
|
|
65
65
|
强制指定当前处于高亮状态的锚点链接.
|
|
@@ -72,7 +72,7 @@ Keyword arguments:
|
|
|
72
72
|
|
|
73
73
|
- aria-* (string; optional):
|
|
74
74
|
`aria-*`格式属性通配."""
|
|
75
|
-
_children_props = []
|
|
75
|
+
_children_props: typing.List[str] = []
|
|
76
76
|
_base_nodes = ['children']
|
|
77
77
|
_namespace = 'feffery_antd_components'
|
|
78
78
|
_type = 'AntdAnchor'
|
|
@@ -34,10 +34,10 @@ Keyword arguments:
|
|
|
34
34
|
当前组件css类名,支持[动态css](/advanced-classname).
|
|
35
35
|
|
|
36
36
|
- mode (a value equal to: 'text', 'icon', 'image'; default 'icon'):
|
|
37
|
-
头像模式,可选项有`'text'`、`'icon'`、`'image'`
|
|
37
|
+
头像模式,可选项有`'text'`、`'icon'`、`'image'` 默认值:`'icon'`.
|
|
38
38
|
|
|
39
39
|
- gap (number; default 4):
|
|
40
|
-
`mode='text'`时,设置字符距离左右两侧边界的像素距离
|
|
40
|
+
`mode='text'`时,设置字符距离左右两侧边界的像素距离 默认值:`4`.
|
|
41
41
|
|
|
42
42
|
- text (string; optional):
|
|
43
43
|
`mode='text'`时,设置文字内容.
|
|
@@ -82,14 +82,14 @@ Keyword arguments:
|
|
|
82
82
|
- xxl (number; optional)
|
|
83
83
|
|
|
84
84
|
- shape (a value equal to: 'circle', 'square'; default 'circle'):
|
|
85
|
-
头像形状,可选项有`'circle'`、`'square'`
|
|
85
|
+
头像形状,可选项有`'circle'`、`'square'` 默认值:`'circle'`.
|
|
86
86
|
|
|
87
87
|
- data-* (string; optional):
|
|
88
88
|
`data-*`格式属性通配.
|
|
89
89
|
|
|
90
90
|
- aria-* (string; optional):
|
|
91
91
|
`aria-*`格式属性通配."""
|
|
92
|
-
_children_props = []
|
|
92
|
+
_children_props: typing.List[str] = []
|
|
93
93
|
_base_nodes = ['children']
|
|
94
94
|
_namespace = 'feffery_antd_components'
|
|
95
95
|
_type = 'AntdAvatar'
|
|
@@ -34,10 +34,10 @@ Keyword arguments:
|
|
|
34
34
|
当前组件css类名,支持[动态css](/advanced-classname).
|
|
35
35
|
|
|
36
36
|
- duration (number; default 0.45):
|
|
37
|
-
回到顶部过程耗时,单位:秒
|
|
37
|
+
回到顶部过程耗时,单位:秒 默认值:`0.45`.
|
|
38
38
|
|
|
39
39
|
- visibilityHeight (number; default 400):
|
|
40
|
-
回到顶部按钮显示时对应的页面滚动像素高度阈值
|
|
40
|
+
回到顶部按钮显示时对应的页面滚动像素高度阈值 默认值:`400`.
|
|
41
41
|
|
|
42
42
|
- containerId (string; optional):
|
|
43
43
|
滚动事件监听的特定目标容器id.
|
|
@@ -46,14 +46,14 @@ Keyword arguments:
|
|
|
46
46
|
滚动事件监听的特定目标容器js选择代码,优先级低于containerId.
|
|
47
47
|
|
|
48
48
|
- nClicks (number; default 0):
|
|
49
|
-
监听回到顶部按钮累计被点击次数
|
|
49
|
+
监听回到顶部按钮累计被点击次数 默认值:`0`.
|
|
50
50
|
|
|
51
51
|
- data-* (string; optional):
|
|
52
52
|
`data-*`格式属性通配.
|
|
53
53
|
|
|
54
54
|
- aria-* (string; optional):
|
|
55
55
|
`aria-*`格式属性通配."""
|
|
56
|
-
_children_props = []
|
|
56
|
+
_children_props: typing.List[str] = []
|
|
57
57
|
_base_nodes = ['children']
|
|
58
58
|
_namespace = 'feffery_antd_components'
|
|
59
59
|
_type = 'AntdBackTop'
|
|
@@ -65,13 +65,13 @@ Keyword arguments:
|
|
|
65
65
|
徽标显示的数字.
|
|
66
66
|
|
|
67
67
|
- dot (boolean; default False):
|
|
68
|
-
是否用圆点代替数字显示
|
|
68
|
+
是否用圆点代替数字显示 默认值:`False`.
|
|
69
69
|
|
|
70
70
|
- showZero (boolean; default False):
|
|
71
|
-
当`count=0`时,是否强制显示数字
|
|
71
|
+
当`count=0`时,是否强制显示数字 默认值:`False`.
|
|
72
72
|
|
|
73
73
|
- overflowCount (number; default 99):
|
|
74
|
-
数字显示上限,超出会以显示`+`后缀
|
|
74
|
+
数字显示上限,超出会以显示`+`后缀 默认值:`99`.
|
|
75
75
|
|
|
76
76
|
- offset (list of numbers; optional):
|
|
77
77
|
徽标在水平、竖直方向上的像素偏移,格式为`[水平偏移, 竖直偏移]`.
|
|
@@ -89,14 +89,14 @@ Keyword arguments:
|
|
|
89
89
|
徽标尺寸规格,可选项有`'default'`、`'small'`.
|
|
90
90
|
|
|
91
91
|
- nClicks (number; default 0):
|
|
92
|
-
监听徽标累计被点击次数
|
|
92
|
+
监听徽标累计被点击次数 默认值:`0`.
|
|
93
93
|
|
|
94
94
|
- data-* (string; optional):
|
|
95
95
|
`data-*`格式属性通配.
|
|
96
96
|
|
|
97
97
|
- aria-* (string; optional):
|
|
98
98
|
`aria-*`格式属性通配."""
|
|
99
|
-
_children_props = []
|
|
99
|
+
_children_props: typing.List[str] = []
|
|
100
100
|
_base_nodes = ['children']
|
|
101
101
|
_namespace = 'feffery_antd_components'
|
|
102
102
|
_type = 'AntdBadge'
|
|
@@ -54,7 +54,7 @@ Keyword arguments:
|
|
|
54
54
|
节点前缀图标名称,与`iconRenderer`方式相关联,`'AntdIcon'`方式下同AntdIcon的icon参数,`'fontawesome'`方式下代表图标的css类名.
|
|
55
55
|
|
|
56
56
|
- iconRenderer (a value equal to: 'AntdIcon', 'fontawesome'; optional):
|
|
57
|
-
前缀图标渲染方式,可选项有`'AntdIcon'`、`'fontawesome'`
|
|
57
|
+
前缀图标渲染方式,可选项有`'AntdIcon'`、`'fontawesome'` 默认值:`'AntdIcon'`.
|
|
58
58
|
|
|
59
59
|
- menuItems (list of dicts; optional):
|
|
60
60
|
为当前节点设置下拉菜单生成所需的数据结构.
|
|
@@ -87,10 +87,10 @@ Keyword arguments:
|
|
|
87
87
|
|
|
88
88
|
- iconRenderer (a value equal to: 'AntdIcon', 'fontawesome'; optional):
|
|
89
89
|
|
|
90
|
-
前缀图标渲染方式,可选项有`'AntdIcon'`、`'fontawesome'`
|
|
90
|
+
前缀图标渲染方式,可选项有`'AntdIcon'`、`'fontawesome'` 默认值:`'AntdIcon'`.
|
|
91
91
|
|
|
92
92
|
- separator (a list of or a singular dash component, string or number; default '/'):
|
|
93
|
-
组件型,分隔符
|
|
93
|
+
组件型,分隔符 默认值:`'/'`.
|
|
94
94
|
|
|
95
95
|
- clickedItem (dict; optional):
|
|
96
96
|
监听面包屑节点点击事件.
|
|
@@ -117,7 +117,7 @@ Keyword arguments:
|
|
|
117
117
|
|
|
118
118
|
- aria-* (string; optional):
|
|
119
119
|
`aria-*`格式属性通配."""
|
|
120
|
-
_children_props = ['separator']
|
|
120
|
+
_children_props: typing.List[str] = ['separator']
|
|
121
121
|
_base_nodes = ['separator', 'children']
|
|
122
122
|
_namespace = 'feffery_antd_components'
|
|
123
123
|
_type = 'AntdBreadcrumb'
|