feffery_antd_components 0.1.3 → 0.1.4
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/Project.toml +1 -1
- package/README.md +2 -2
- package/feffery_antd_components/AntdTable.py +61 -4
- package/feffery_antd_components/feffery_antd_components.min.js +9 -9
- package/feffery_antd_components/metadata.json +290 -1
- package/feffery_antd_components/package-info.json +3 -3
- package/package.json +3 -3
- package/src/FefferyAntdComponents.jl +3 -3
- package/src/jl/'feffery'_antdtable.jl +34 -4
- package/src/lib/components/AntdTable.react.js +190 -34
- package/usage.py +95 -5
- package/build/lib/feffery_antd_components/AntdAffix.py +0 -54
- package/build/lib/feffery_antd_components/AntdAlert.py +0 -58
- package/build/lib/feffery_antd_components/AntdAnchor.py +0 -54
- package/build/lib/feffery_antd_components/AntdAvatar.py +0 -79
- package/build/lib/feffery_antd_components/AntdBackTop.py +0 -52
- package/build/lib/feffery_antd_components/AntdBadge.py +0 -70
- package/build/lib/feffery_antd_components/AntdBreadcrumb.py +0 -74
- package/build/lib/feffery_antd_components/AntdButton.py +0 -66
- package/build/lib/feffery_antd_components/AntdCalendar.py +0 -75
- package/build/lib/feffery_antd_components/AntdCard.py +0 -86
- package/build/lib/feffery_antd_components/AntdCardGrid.py +0 -52
- package/build/lib/feffery_antd_components/AntdCarousel.py +0 -56
- package/build/lib/feffery_antd_components/AntdCascader.py +0 -91
- package/build/lib/feffery_antd_components/AntdCheckbox.py +0 -71
- package/build/lib/feffery_antd_components/AntdCheckboxGroup.py +0 -79
- package/build/lib/feffery_antd_components/AntdCol.py +0 -146
- package/build/lib/feffery_antd_components/AntdCollapse.py +0 -79
- package/build/lib/feffery_antd_components/AntdComment.py +0 -88
- package/build/lib/feffery_antd_components/AntdContent.py +0 -50
- package/build/lib/feffery_antd_components/AntdCountdown.py +0 -72
- package/build/lib/feffery_antd_components/AntdDatePicker.py +0 -93
- package/build/lib/feffery_antd_components/AntdDateRangePicker.py +0 -89
- package/build/lib/feffery_antd_components/AntdDescriptionItem.py +0 -58
- package/build/lib/feffery_antd_components/AntdDescriptions.py +0 -76
- package/build/lib/feffery_antd_components/AntdDivider.py +0 -62
- package/build/lib/feffery_antd_components/AntdDraggerUpload.py +0 -82
- package/build/lib/feffery_antd_components/AntdDrawer.py +0 -72
- package/build/lib/feffery_antd_components/AntdDropdown.py +0 -84
- package/build/lib/feffery_antd_components/AntdEmpty.py +0 -54
- package/build/lib/feffery_antd_components/AntdFooter.py +0 -50
- package/build/lib/feffery_antd_components/AntdForm.py +0 -72
- package/build/lib/feffery_antd_components/AntdFormItem.py +0 -84
- package/build/lib/feffery_antd_components/AntdHeader.py +0 -50
- package/build/lib/feffery_antd_components/AntdIcon.py +0 -48
- package/build/lib/feffery_antd_components/AntdImage.py +0 -62
- package/build/lib/feffery_antd_components/AntdInput.py +0 -99
- package/build/lib/feffery_antd_components/AntdInputNumber.py +0 -99
- package/build/lib/feffery_antd_components/AntdLayout.py +0 -50
- package/build/lib/feffery_antd_components/AntdMentions.py +0 -74
- package/build/lib/feffery_antd_components/AntdMenu.py +0 -81
- package/build/lib/feffery_antd_components/AntdMessage.py +0 -54
- package/build/lib/feffery_antd_components/AntdModal.py +0 -88
- package/build/lib/feffery_antd_components/AntdNotification.py +0 -60
- package/build/lib/feffery_antd_components/AntdPageHeader.py +0 -62
- package/build/lib/feffery_antd_components/AntdPagination.py +0 -95
- package/build/lib/feffery_antd_components/AntdParagraph.py +0 -70
- package/build/lib/feffery_antd_components/AntdPopconfirm.py +0 -80
- package/build/lib/feffery_antd_components/AntdPopover.py +0 -74
- package/build/lib/feffery_antd_components/AntdProgress.py +0 -88
- package/build/lib/feffery_antd_components/AntdRadio.py +0 -54
- package/build/lib/feffery_antd_components/AntdRadioGroup.py +0 -89
- package/build/lib/feffery_antd_components/AntdRate.py +0 -60
- package/build/lib/feffery_antd_components/AntdResult.py +0 -52
- package/build/lib/feffery_antd_components/AntdRibbon.py +0 -54
- package/build/lib/feffery_antd_components/AntdRow.py +0 -72
- package/build/lib/feffery_antd_components/AntdSelect.py +0 -117
- package/build/lib/feffery_antd_components/AntdSider.py +0 -68
- package/build/lib/feffery_antd_components/AntdSkeleton.py +0 -86
- package/build/lib/feffery_antd_components/AntdSlider.py +0 -68
- package/build/lib/feffery_antd_components/AntdSpace.py +0 -60
- package/build/lib/feffery_antd_components/AntdSpin.py +0 -68
- package/build/lib/feffery_antd_components/AntdStatistic.py +0 -74
- package/build/lib/feffery_antd_components/AntdSteps.py +0 -72
- package/build/lib/feffery_antd_components/AntdSwitch.py +0 -75
- package/build/lib/feffery_antd_components/AntdTabPane.py +0 -66
- package/build/lib/feffery_antd_components/AntdTable.py +0 -179
- package/build/lib/feffery_antd_components/AntdTabs.py +0 -81
- package/build/lib/feffery_antd_components/AntdTag.py +0 -54
- package/build/lib/feffery_antd_components/AntdTestLink.py +0 -58
- package/build/lib/feffery_antd_components/AntdText.py +0 -72
- package/build/lib/feffery_antd_components/AntdTimePicker.py +0 -93
- package/build/lib/feffery_antd_components/AntdTimeRangePicker.py +0 -93
- package/build/lib/feffery_antd_components/AntdTimeline.py +0 -68
- package/build/lib/feffery_antd_components/AntdTitle.py +0 -74
- package/build/lib/feffery_antd_components/AntdTooltip.py +0 -64
- package/build/lib/feffery_antd_components/AntdTransfer.py +0 -99
- package/build/lib/feffery_antd_components/AntdTree.py +0 -107
- package/build/lib/feffery_antd_components/AntdTreeSelect.py +0 -103
- package/build/lib/feffery_antd_components/AntdTypography.py +0 -50
- package/build/lib/feffery_antd_components/AntdUpload.py +0 -80
- package/build/lib/feffery_antd_components/Link.py +0 -58
- package/build/lib/feffery_antd_components/__init__.py +0 -53
- package/build/lib/feffery_antd_components/_imports_.py +0 -157
- package/build/lib/feffery_antd_components/feffery_antd_components.min.js +0 -344
- package/build/lib/feffery_antd_components/metadata.json +0 -14640
- package/build/lib/feffery_antd_components/package-info.json +0 -77
|
@@ -9423,6 +9423,10 @@
|
|
|
9423
9423
|
"value": "'mini-progress'",
|
|
9424
9424
|
"computed": false
|
|
9425
9425
|
},
|
|
9426
|
+
{
|
|
9427
|
+
"value": "'mini-ring-progress'",
|
|
9428
|
+
"computed": false
|
|
9429
|
+
},
|
|
9426
9430
|
{
|
|
9427
9431
|
"value": "'mini-area'",
|
|
9428
9432
|
"computed": false
|
|
@@ -9438,6 +9442,10 @@
|
|
|
9438
9442
|
{
|
|
9439
9443
|
"value": "'copyable'",
|
|
9440
9444
|
"computed": false
|
|
9445
|
+
},
|
|
9446
|
+
{
|
|
9447
|
+
"value": "'status-badge'",
|
|
9448
|
+
"computed": false
|
|
9441
9449
|
}
|
|
9442
9450
|
],
|
|
9443
9451
|
"required": false
|
|
@@ -9541,6 +9549,28 @@
|
|
|
9541
9549
|
"computed": false
|
|
9542
9550
|
}
|
|
9543
9551
|
},
|
|
9552
|
+
"miniChartHeight": {
|
|
9553
|
+
"type": {
|
|
9554
|
+
"name": "number"
|
|
9555
|
+
},
|
|
9556
|
+
"required": false,
|
|
9557
|
+
"description": "",
|
|
9558
|
+
"defaultValue": {
|
|
9559
|
+
"value": "30",
|
|
9560
|
+
"computed": false
|
|
9561
|
+
}
|
|
9562
|
+
},
|
|
9563
|
+
"miniChartAnimation": {
|
|
9564
|
+
"type": {
|
|
9565
|
+
"name": "bool"
|
|
9566
|
+
},
|
|
9567
|
+
"required": false,
|
|
9568
|
+
"description": "",
|
|
9569
|
+
"defaultValue": {
|
|
9570
|
+
"value": "false",
|
|
9571
|
+
"computed": false
|
|
9572
|
+
}
|
|
9573
|
+
},
|
|
9544
9574
|
"size": {
|
|
9545
9575
|
"type": {
|
|
9546
9576
|
"name": "enum",
|
|
@@ -9694,7 +9724,172 @@
|
|
|
9694
9724
|
"type": {
|
|
9695
9725
|
"name": "arrayOf",
|
|
9696
9726
|
"value": {
|
|
9697
|
-
"name": "
|
|
9727
|
+
"name": "objectOf",
|
|
9728
|
+
"value": {
|
|
9729
|
+
"name": "union",
|
|
9730
|
+
"value": [
|
|
9731
|
+
{
|
|
9732
|
+
"name": "string"
|
|
9733
|
+
},
|
|
9734
|
+
{
|
|
9735
|
+
"name": "number"
|
|
9736
|
+
},
|
|
9737
|
+
{
|
|
9738
|
+
"name": "exact",
|
|
9739
|
+
"value": {
|
|
9740
|
+
"href": {
|
|
9741
|
+
"name": "string",
|
|
9742
|
+
"required": false
|
|
9743
|
+
},
|
|
9744
|
+
"target": {
|
|
9745
|
+
"name": "string",
|
|
9746
|
+
"required": false
|
|
9747
|
+
},
|
|
9748
|
+
"disabled": {
|
|
9749
|
+
"name": "bool",
|
|
9750
|
+
"required": false
|
|
9751
|
+
}
|
|
9752
|
+
}
|
|
9753
|
+
},
|
|
9754
|
+
{
|
|
9755
|
+
"name": "arrayOf",
|
|
9756
|
+
"value": {
|
|
9757
|
+
"name": "number"
|
|
9758
|
+
}
|
|
9759
|
+
},
|
|
9760
|
+
{
|
|
9761
|
+
"name": "arrayOf",
|
|
9762
|
+
"value": {
|
|
9763
|
+
"name": "exact",
|
|
9764
|
+
"value": {
|
|
9765
|
+
"color": {
|
|
9766
|
+
"name": "string",
|
|
9767
|
+
"required": false
|
|
9768
|
+
},
|
|
9769
|
+
"tag": {
|
|
9770
|
+
"name": "union",
|
|
9771
|
+
"value": [
|
|
9772
|
+
{
|
|
9773
|
+
"name": "string"
|
|
9774
|
+
},
|
|
9775
|
+
{
|
|
9776
|
+
"name": "number"
|
|
9777
|
+
}
|
|
9778
|
+
],
|
|
9779
|
+
"required": false
|
|
9780
|
+
}
|
|
9781
|
+
}
|
|
9782
|
+
}
|
|
9783
|
+
},
|
|
9784
|
+
{
|
|
9785
|
+
"name": "union",
|
|
9786
|
+
"value": [
|
|
9787
|
+
{
|
|
9788
|
+
"name": "exact",
|
|
9789
|
+
"value": {
|
|
9790
|
+
"disabled": {
|
|
9791
|
+
"name": "bool",
|
|
9792
|
+
"required": false
|
|
9793
|
+
},
|
|
9794
|
+
"type": {
|
|
9795
|
+
"name": "enum",
|
|
9796
|
+
"value": [
|
|
9797
|
+
{
|
|
9798
|
+
"value": "'primary'",
|
|
9799
|
+
"computed": false
|
|
9800
|
+
},
|
|
9801
|
+
{
|
|
9802
|
+
"value": "'ghost'",
|
|
9803
|
+
"computed": false
|
|
9804
|
+
},
|
|
9805
|
+
{
|
|
9806
|
+
"value": "'dashed'",
|
|
9807
|
+
"computed": false
|
|
9808
|
+
},
|
|
9809
|
+
{
|
|
9810
|
+
"value": "'link'",
|
|
9811
|
+
"computed": false
|
|
9812
|
+
},
|
|
9813
|
+
{
|
|
9814
|
+
"value": "'text'",
|
|
9815
|
+
"computed": false
|
|
9816
|
+
},
|
|
9817
|
+
{
|
|
9818
|
+
"value": "'default'",
|
|
9819
|
+
"computed": false
|
|
9820
|
+
}
|
|
9821
|
+
],
|
|
9822
|
+
"required": false
|
|
9823
|
+
},
|
|
9824
|
+
"danger": {
|
|
9825
|
+
"name": "bool",
|
|
9826
|
+
"required": false
|
|
9827
|
+
},
|
|
9828
|
+
"style": {
|
|
9829
|
+
"name": "object",
|
|
9830
|
+
"required": false
|
|
9831
|
+
},
|
|
9832
|
+
"content": {
|
|
9833
|
+
"name": "union",
|
|
9834
|
+
"value": [
|
|
9835
|
+
{
|
|
9836
|
+
"name": "string"
|
|
9837
|
+
},
|
|
9838
|
+
{
|
|
9839
|
+
"name": "number"
|
|
9840
|
+
}
|
|
9841
|
+
],
|
|
9842
|
+
"required": false
|
|
9843
|
+
}
|
|
9844
|
+
}
|
|
9845
|
+
}
|
|
9846
|
+
]
|
|
9847
|
+
},
|
|
9848
|
+
{
|
|
9849
|
+
"name": "exact",
|
|
9850
|
+
"value": {
|
|
9851
|
+
"status": {
|
|
9852
|
+
"name": "enum",
|
|
9853
|
+
"value": [
|
|
9854
|
+
{
|
|
9855
|
+
"value": "'success'",
|
|
9856
|
+
"computed": false
|
|
9857
|
+
},
|
|
9858
|
+
{
|
|
9859
|
+
"value": "'processing'",
|
|
9860
|
+
"computed": false
|
|
9861
|
+
},
|
|
9862
|
+
{
|
|
9863
|
+
"value": "'default'",
|
|
9864
|
+
"computed": false
|
|
9865
|
+
},
|
|
9866
|
+
{
|
|
9867
|
+
"value": "'error'",
|
|
9868
|
+
"computed": false
|
|
9869
|
+
},
|
|
9870
|
+
{
|
|
9871
|
+
"value": "'warning'",
|
|
9872
|
+
"computed": false
|
|
9873
|
+
}
|
|
9874
|
+
],
|
|
9875
|
+
"required": false
|
|
9876
|
+
},
|
|
9877
|
+
"text": {
|
|
9878
|
+
"name": "union",
|
|
9879
|
+
"value": [
|
|
9880
|
+
{
|
|
9881
|
+
"name": "string"
|
|
9882
|
+
},
|
|
9883
|
+
{
|
|
9884
|
+
"name": "number"
|
|
9885
|
+
}
|
|
9886
|
+
],
|
|
9887
|
+
"required": false
|
|
9888
|
+
}
|
|
9889
|
+
}
|
|
9890
|
+
}
|
|
9891
|
+
]
|
|
9892
|
+
}
|
|
9698
9893
|
}
|
|
9699
9894
|
},
|
|
9700
9895
|
"required": false,
|
|
@@ -9787,6 +9982,10 @@
|
|
|
9787
9982
|
"name": "number",
|
|
9788
9983
|
"required": false
|
|
9789
9984
|
},
|
|
9985
|
+
"showSizeChanger": {
|
|
9986
|
+
"name": "bool",
|
|
9987
|
+
"required": false
|
|
9988
|
+
},
|
|
9790
9989
|
"pageSizeOptions": {
|
|
9791
9990
|
"name": "arrayOf",
|
|
9792
9991
|
"value": {
|
|
@@ -9794,6 +9993,10 @@
|
|
|
9794
9993
|
},
|
|
9795
9994
|
"required": false
|
|
9796
9995
|
},
|
|
9996
|
+
"showTitle": {
|
|
9997
|
+
"name": "bool",
|
|
9998
|
+
"required": false
|
|
9999
|
+
},
|
|
9797
10000
|
"showQuickJumper": {
|
|
9798
10001
|
"name": "bool",
|
|
9799
10002
|
"required": false
|
|
@@ -9817,6 +10020,28 @@
|
|
|
9817
10020
|
"simple": {
|
|
9818
10021
|
"name": "bool",
|
|
9819
10022
|
"required": false
|
|
10023
|
+
},
|
|
10024
|
+
"disabled": {
|
|
10025
|
+
"name": "bool",
|
|
10026
|
+
"required": false
|
|
10027
|
+
},
|
|
10028
|
+
"responsive": {
|
|
10029
|
+
"name": "bool",
|
|
10030
|
+
"required": false
|
|
10031
|
+
},
|
|
10032
|
+
"size": {
|
|
10033
|
+
"name": "enum",
|
|
10034
|
+
"value": [
|
|
10035
|
+
{
|
|
10036
|
+
"value": "'default'",
|
|
10037
|
+
"computed": false
|
|
10038
|
+
},
|
|
10039
|
+
{
|
|
10040
|
+
"value": "'small'",
|
|
10041
|
+
"computed": false
|
|
10042
|
+
}
|
|
10043
|
+
],
|
|
10044
|
+
"required": false
|
|
9820
10045
|
}
|
|
9821
10046
|
}
|
|
9822
10047
|
}
|
|
@@ -9843,6 +10068,13 @@
|
|
|
9843
10068
|
"required": false,
|
|
9844
10069
|
"description": ""
|
|
9845
10070
|
},
|
|
10071
|
+
"maxWidth": {
|
|
10072
|
+
"type": {
|
|
10073
|
+
"name": "number"
|
|
10074
|
+
},
|
|
10075
|
+
"required": false,
|
|
10076
|
+
"description": ""
|
|
10077
|
+
},
|
|
9846
10078
|
"currentData": {
|
|
9847
10079
|
"type": {
|
|
9848
10080
|
"name": "array"
|
|
@@ -9943,6 +10175,63 @@
|
|
|
9943
10175
|
"computed": false
|
|
9944
10176
|
}
|
|
9945
10177
|
},
|
|
10178
|
+
"summaryRowContents": {
|
|
10179
|
+
"type": {
|
|
10180
|
+
"name": "arrayOf",
|
|
10181
|
+
"value": {
|
|
10182
|
+
"name": "exact",
|
|
10183
|
+
"value": {
|
|
10184
|
+
"content": {
|
|
10185
|
+
"name": "union",
|
|
10186
|
+
"value": [
|
|
10187
|
+
{
|
|
10188
|
+
"name": "string"
|
|
10189
|
+
},
|
|
10190
|
+
{
|
|
10191
|
+
"name": "number"
|
|
10192
|
+
}
|
|
10193
|
+
],
|
|
10194
|
+
"required": false
|
|
10195
|
+
},
|
|
10196
|
+
"colSpan": {
|
|
10197
|
+
"name": "number",
|
|
10198
|
+
"required": false
|
|
10199
|
+
},
|
|
10200
|
+
"align": {
|
|
10201
|
+
"name": "enum",
|
|
10202
|
+
"value": [
|
|
10203
|
+
{
|
|
10204
|
+
"value": "'left'",
|
|
10205
|
+
"computed": false
|
|
10206
|
+
},
|
|
10207
|
+
{
|
|
10208
|
+
"value": "'center'",
|
|
10209
|
+
"computed": false
|
|
10210
|
+
},
|
|
10211
|
+
{
|
|
10212
|
+
"value": "'right'",
|
|
10213
|
+
"computed": false
|
|
10214
|
+
}
|
|
10215
|
+
],
|
|
10216
|
+
"required": false
|
|
10217
|
+
}
|
|
10218
|
+
}
|
|
10219
|
+
}
|
|
10220
|
+
},
|
|
10221
|
+
"required": false,
|
|
10222
|
+
"description": ""
|
|
10223
|
+
},
|
|
10224
|
+
"summaryRowFixed": {
|
|
10225
|
+
"type": {
|
|
10226
|
+
"name": "bool"
|
|
10227
|
+
},
|
|
10228
|
+
"required": false,
|
|
10229
|
+
"description": "",
|
|
10230
|
+
"defaultValue": {
|
|
10231
|
+
"value": "false",
|
|
10232
|
+
"computed": false
|
|
10233
|
+
}
|
|
10234
|
+
},
|
|
9946
10235
|
"loading_state": {
|
|
9947
10236
|
"type": {
|
|
9948
10237
|
"name": "shape",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "feffery_antd_components",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "Best implementation of Antd components in Plotly Dash.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"email": "fefferypzy@gmail.com",
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@ant-design/charts": "^1.
|
|
26
|
+
"@ant-design/charts": "^1.3.5",
|
|
27
27
|
"@ant-design/icons": "^4.6.3",
|
|
28
|
-
"antd": "^4.
|
|
28
|
+
"antd": "^4.19.1",
|
|
29
29
|
"dash-extensions-js": "^0.0.8",
|
|
30
30
|
"is-absolute-url": "^4.0.1",
|
|
31
31
|
"md5": "^2.3.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "feffery_antd_components",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "Best implementation of Antd components in Plotly Dash.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"email": "fefferypzy@gmail.com",
|
|
24
24
|
"license": "MIT",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@ant-design/charts": "^1.
|
|
26
|
+
"@ant-design/charts": "^1.3.5",
|
|
27
27
|
"@ant-design/icons": "^4.6.3",
|
|
28
|
-
"antd": "^4.
|
|
28
|
+
"antd": "^4.19.1",
|
|
29
29
|
"dash-extensions-js": "^0.0.8",
|
|
30
30
|
"is-absolute-url": "^4.0.1",
|
|
31
31
|
"md5": "^2.3.0",
|
|
@@ -3,7 +3,7 @@ module FefferyAntdComponents
|
|
|
3
3
|
using Dash
|
|
4
4
|
|
|
5
5
|
const resources_path = realpath(joinpath( @__DIR__, "..", "deps"))
|
|
6
|
-
const version = "0.1.
|
|
6
|
+
const version = "0.1.4"
|
|
7
7
|
|
|
8
8
|
include("jl/'feffery'_antdaffix.jl")
|
|
9
9
|
include("jl/'feffery'_antdalert.jl")
|
|
@@ -92,14 +92,14 @@ function __init__()
|
|
|
92
92
|
[
|
|
93
93
|
DashBase.Resource(
|
|
94
94
|
relative_package_path = "feffery_antd_components.min.js",
|
|
95
|
-
external_url = "https://unpkg.com/feffery_antd_components@0.1.
|
|
95
|
+
external_url = "https://unpkg.com/feffery_antd_components@0.1.4/feffery_antd_components/feffery_antd_components.min.js",
|
|
96
96
|
dynamic = nothing,
|
|
97
97
|
async = nothing,
|
|
98
98
|
type = :js
|
|
99
99
|
),
|
|
100
100
|
DashBase.Resource(
|
|
101
101
|
relative_package_path = "feffery_antd_components.min.js.map",
|
|
102
|
-
external_url = "https://unpkg.com/feffery_antd_components@0.1.
|
|
102
|
+
external_url = "https://unpkg.com/feffery_antd_components@0.1.4/feffery_antd_components/feffery_antd_components.min.js.map",
|
|
103
103
|
dynamic = true,
|
|
104
104
|
async = nothing,
|
|
105
105
|
type = :js
|
|
@@ -18,7 +18,7 @@ Those elements have the following types:
|
|
|
18
18
|
- `dataIndex` (String; required)
|
|
19
19
|
- `renderOptions` (optional): . renderOptions has the following type: lists containing elements 'renderType', 'renderLinkText', 'renderButtonPopConfirmProps'.
|
|
20
20
|
Those elements have the following types:
|
|
21
|
-
- `renderType` (a value equal to: 'link', 'ellipsis', 'mini-line', 'mini-bar', 'mini-progress', 'mini-area', 'tags', 'button', 'copyable'; optional)
|
|
21
|
+
- `renderType` (a value equal to: 'link', 'ellipsis', 'mini-line', 'mini-bar', 'mini-progress', 'mini-ring-progress', 'mini-area', 'tags', 'button', 'copyable', 'status-badge'; optional)
|
|
22
22
|
- `renderLinkText` (String; optional)
|
|
23
23
|
- `renderButtonPopConfirmProps` (optional): . renderButtonPopConfirmProps has the following type: lists containing elements 'title', 'okText', 'cancelText'.
|
|
24
24
|
Those elements have the following types:
|
|
@@ -39,7 +39,23 @@ Those elements have the following types:
|
|
|
39
39
|
- `content` (String; optional)
|
|
40
40
|
- `containerId` (String; optional)
|
|
41
41
|
- `currentData` (Array; optional)
|
|
42
|
-
- `data` (Array of
|
|
42
|
+
- `data` (optional): . data has the following type: Array of Dict with Strings as keys and values of type String | Real | lists containing elements 'href', 'target', 'disabled'.
|
|
43
|
+
Those elements have the following types:
|
|
44
|
+
- `href` (String; optional)
|
|
45
|
+
- `target` (String; optional)
|
|
46
|
+
- `disabled` (Bool; optional) | Array of Reals | Array of lists containing elements 'color', 'tag'.
|
|
47
|
+
Those elements have the following types:
|
|
48
|
+
- `color` (String; optional)
|
|
49
|
+
- `tag` (String | Real; optional)s | lists containing elements 'disabled', 'type', 'danger', 'style', 'content'.
|
|
50
|
+
Those elements have the following types:
|
|
51
|
+
- `disabled` (Bool; optional)
|
|
52
|
+
- `type` (a value equal to: 'primary', 'ghost', 'dashed', 'link', 'text', 'default'; optional)
|
|
53
|
+
- `danger` (Bool; optional)
|
|
54
|
+
- `style` (Dict; optional)
|
|
55
|
+
- `content` (String | Real; optional) | lists containing elements 'status', 'text'.
|
|
56
|
+
Those elements have the following types:
|
|
57
|
+
- `status` (a value equal to: 'success', 'processing', 'default', 'error', 'warning'; optional)
|
|
58
|
+
- `text` (String | Real; optional)s
|
|
43
59
|
- `enableHoverListen` (Bool; optional)
|
|
44
60
|
- `filter` (Dict; optional)
|
|
45
61
|
- `filterOptions` (Dict; optional)
|
|
@@ -50,20 +66,28 @@ Those elements have the following types:
|
|
|
50
66
|
- `component_name` (String; optional): Holds the name of the component that is loading
|
|
51
67
|
- `locale` (a value equal to: 'zh-cn', 'en-us'; optional)
|
|
52
68
|
- `maxHeight` (Real; optional)
|
|
69
|
+
- `maxWidth` (Real; optional)
|
|
70
|
+
- `miniChartAnimation` (Bool; optional)
|
|
71
|
+
- `miniChartHeight` (Real; optional)
|
|
53
72
|
- `mode` (a value equal to: 'client-side', 'server-side'; optional)
|
|
54
73
|
- `nClicksButton` (Real; optional)
|
|
55
|
-
- `pagination` (optional): . pagination has the following type: Bool | lists containing elements 'position', 'pageSize', 'current', 'pageSizeOptions', 'showQuickJumper', 'showTotalPrefix', 'showTotalSuffix', 'total', 'hideOnSinglePage', 'simple'.
|
|
74
|
+
- `pagination` (optional): . pagination has the following type: Bool | lists containing elements 'position', 'pageSize', 'current', 'showSizeChanger', 'pageSizeOptions', 'showTitle', 'showQuickJumper', 'showTotalPrefix', 'showTotalSuffix', 'total', 'hideOnSinglePage', 'simple', 'disabled', 'responsive', 'size'.
|
|
56
75
|
Those elements have the following types:
|
|
57
76
|
- `position` (a value equal to: 'topLeft', 'topCenter', 'topRight', 'bottomLeft', 'bottomCenter', 'bottomRight'; optional)
|
|
58
77
|
- `pageSize` (Real; optional)
|
|
59
78
|
- `current` (Real; optional)
|
|
79
|
+
- `showSizeChanger` (Bool; optional)
|
|
60
80
|
- `pageSizeOptions` (Array of Reals; optional)
|
|
81
|
+
- `showTitle` (Bool; optional)
|
|
61
82
|
- `showQuickJumper` (Bool; optional)
|
|
62
83
|
- `showTotalPrefix` (String; optional)
|
|
63
84
|
- `showTotalSuffix` (String; optional)
|
|
64
85
|
- `total` (Real; optional)
|
|
65
86
|
- `hideOnSinglePage` (Bool; optional)
|
|
66
87
|
- `simple` (Bool; optional)
|
|
88
|
+
- `disabled` (Bool; optional)
|
|
89
|
+
- `responsive` (Bool; optional)
|
|
90
|
+
- `size` (a value equal to: 'default', 'small'; optional)
|
|
67
91
|
- `recentlyButtonClickedRow` (Dict; optional)
|
|
68
92
|
- `recentlyChangedRow` (Dict; optional)
|
|
69
93
|
- `recentlyMouseEnterColumn` (String; optional)
|
|
@@ -83,10 +107,16 @@ Those elements have the following types:
|
|
|
83
107
|
- `orders` (Array of a value equal to: 'ascend', 'descend's; optional)
|
|
84
108
|
- `sticky` (Bool; optional)
|
|
85
109
|
- `style` (Dict; optional)
|
|
110
|
+
- `summaryRowContents` (optional): . summaryRowContents has the following type: Array of lists containing elements 'content', 'colSpan', 'align'.
|
|
111
|
+
Those elements have the following types:
|
|
112
|
+
- `content` (String | Real; optional)
|
|
113
|
+
- `colSpan` (Real; optional)
|
|
114
|
+
- `align` (a value equal to: 'left', 'center', 'right'; optional)s
|
|
115
|
+
- `summaryRowFixed` (Bool; optional)
|
|
86
116
|
- `titlePopoverInfo` (Dict; optional)
|
|
87
117
|
"""
|
|
88
118
|
function 'feffery'_antdtable(; kwargs...)
|
|
89
|
-
available_props = Symbol[:id, :bordered, :className, :clickedContent, :columns, :columnsFormatConstraint, :containerId, :currentData, :data, :enableHoverListen, :filter, :filterOptions, :loading_state, :locale, :maxHeight, :mode, :nClicksButton, :pagination, :recentlyButtonClickedRow, :recentlyChangedRow, :recentlyMouseEnterColumn, :recentlyMouseEnterRow, :rowSelectionType, :rowSelectionWidth, :selectedRowKeys, :selectedRows, :size, :sortOptions, :sorter, :sticky, :style, :titlePopoverInfo]
|
|
119
|
+
available_props = Symbol[:id, :bordered, :className, :clickedContent, :columns, :columnsFormatConstraint, :containerId, :currentData, :data, :enableHoverListen, :filter, :filterOptions, :loading_state, :locale, :maxHeight, :maxWidth, :miniChartAnimation, :miniChartHeight, :mode, :nClicksButton, :pagination, :recentlyButtonClickedRow, :recentlyChangedRow, :recentlyMouseEnterColumn, :recentlyMouseEnterRow, :rowSelectionType, :rowSelectionWidth, :selectedRowKeys, :selectedRows, :size, :sortOptions, :sorter, :sticky, :style, :summaryRowContents, :summaryRowFixed, :titlePopoverInfo]
|
|
90
120
|
wild_props = Symbol[]
|
|
91
121
|
return Component("'feffery'_antdtable", "AntdTable", "feffery_antd_components", available_props, wild_props; kwargs...)
|
|
92
122
|
end
|