feffery_antd_components 0.1.1 → 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.
Files changed (101) hide show
  1. package/DESCRIPTION +1 -1
  2. package/Project.toml +1 -1
  3. package/README.md +2 -2
  4. package/feffery_antd_components/AntdAlert.py +2 -2
  5. package/feffery_antd_components/AntdTable.py +66 -5
  6. package/feffery_antd_components/feffery_antd_components.min.js +9 -9
  7. package/feffery_antd_components/metadata.json +324 -5
  8. package/feffery_antd_components/package-info.json +3 -3
  9. package/package.json +3 -3
  10. package/src/FefferyAntdComponents.jl +3 -3
  11. package/src/jl/'feffery'_antdalert.jl +2 -2
  12. package/src/jl/'feffery'_antdtable.jl +37 -5
  13. package/src/lib/components/AntdAlert.react.js +19 -11
  14. package/src/lib/components/AntdTable.react.js +304 -126
  15. package/usage.py +206 -0
  16. package/build/lib/feffery_antd_components/AntdAffix.py +0 -54
  17. package/build/lib/feffery_antd_components/AntdAlert.py +0 -58
  18. package/build/lib/feffery_antd_components/AntdAnchor.py +0 -54
  19. package/build/lib/feffery_antd_components/AntdAvatar.py +0 -79
  20. package/build/lib/feffery_antd_components/AntdBackTop.py +0 -52
  21. package/build/lib/feffery_antd_components/AntdBadge.py +0 -70
  22. package/build/lib/feffery_antd_components/AntdBreadcrumb.py +0 -74
  23. package/build/lib/feffery_antd_components/AntdButton.py +0 -66
  24. package/build/lib/feffery_antd_components/AntdCalendar.py +0 -75
  25. package/build/lib/feffery_antd_components/AntdCard.py +0 -86
  26. package/build/lib/feffery_antd_components/AntdCardGrid.py +0 -52
  27. package/build/lib/feffery_antd_components/AntdCarousel.py +0 -56
  28. package/build/lib/feffery_antd_components/AntdCascader.py +0 -91
  29. package/build/lib/feffery_antd_components/AntdCheckbox.py +0 -71
  30. package/build/lib/feffery_antd_components/AntdCheckboxGroup.py +0 -79
  31. package/build/lib/feffery_antd_components/AntdCol.py +0 -146
  32. package/build/lib/feffery_antd_components/AntdCollapse.py +0 -79
  33. package/build/lib/feffery_antd_components/AntdComment.py +0 -88
  34. package/build/lib/feffery_antd_components/AntdContent.py +0 -50
  35. package/build/lib/feffery_antd_components/AntdCountdown.py +0 -72
  36. package/build/lib/feffery_antd_components/AntdDatePicker.py +0 -93
  37. package/build/lib/feffery_antd_components/AntdDateRangePicker.py +0 -89
  38. package/build/lib/feffery_antd_components/AntdDescriptionItem.py +0 -58
  39. package/build/lib/feffery_antd_components/AntdDescriptions.py +0 -76
  40. package/build/lib/feffery_antd_components/AntdDivider.py +0 -62
  41. package/build/lib/feffery_antd_components/AntdDraggerUpload.py +0 -82
  42. package/build/lib/feffery_antd_components/AntdDrawer.py +0 -72
  43. package/build/lib/feffery_antd_components/AntdDropdown.py +0 -84
  44. package/build/lib/feffery_antd_components/AntdEmpty.py +0 -54
  45. package/build/lib/feffery_antd_components/AntdFooter.py +0 -50
  46. package/build/lib/feffery_antd_components/AntdForm.py +0 -72
  47. package/build/lib/feffery_antd_components/AntdFormItem.py +0 -84
  48. package/build/lib/feffery_antd_components/AntdHeader.py +0 -50
  49. package/build/lib/feffery_antd_components/AntdIcon.py +0 -48
  50. package/build/lib/feffery_antd_components/AntdImage.py +0 -62
  51. package/build/lib/feffery_antd_components/AntdInput.py +0 -99
  52. package/build/lib/feffery_antd_components/AntdInputNumber.py +0 -99
  53. package/build/lib/feffery_antd_components/AntdLayout.py +0 -50
  54. package/build/lib/feffery_antd_components/AntdMentions.py +0 -74
  55. package/build/lib/feffery_antd_components/AntdMenu.py +0 -81
  56. package/build/lib/feffery_antd_components/AntdMessage.py +0 -54
  57. package/build/lib/feffery_antd_components/AntdModal.py +0 -88
  58. package/build/lib/feffery_antd_components/AntdNotification.py +0 -60
  59. package/build/lib/feffery_antd_components/AntdPageHeader.py +0 -62
  60. package/build/lib/feffery_antd_components/AntdPagination.py +0 -95
  61. package/build/lib/feffery_antd_components/AntdParagraph.py +0 -70
  62. package/build/lib/feffery_antd_components/AntdPopconfirm.py +0 -80
  63. package/build/lib/feffery_antd_components/AntdPopover.py +0 -74
  64. package/build/lib/feffery_antd_components/AntdProgress.py +0 -88
  65. package/build/lib/feffery_antd_components/AntdRadio.py +0 -54
  66. package/build/lib/feffery_antd_components/AntdRadioGroup.py +0 -89
  67. package/build/lib/feffery_antd_components/AntdRate.py +0 -60
  68. package/build/lib/feffery_antd_components/AntdResult.py +0 -52
  69. package/build/lib/feffery_antd_components/AntdRibbon.py +0 -54
  70. package/build/lib/feffery_antd_components/AntdRow.py +0 -72
  71. package/build/lib/feffery_antd_components/AntdSelect.py +0 -117
  72. package/build/lib/feffery_antd_components/AntdSider.py +0 -68
  73. package/build/lib/feffery_antd_components/AntdSkeleton.py +0 -86
  74. package/build/lib/feffery_antd_components/AntdSlider.py +0 -68
  75. package/build/lib/feffery_antd_components/AntdSpace.py +0 -60
  76. package/build/lib/feffery_antd_components/AntdSpin.py +0 -68
  77. package/build/lib/feffery_antd_components/AntdStatistic.py +0 -74
  78. package/build/lib/feffery_antd_components/AntdSteps.py +0 -72
  79. package/build/lib/feffery_antd_components/AntdSwitch.py +0 -75
  80. package/build/lib/feffery_antd_components/AntdTabPane.py +0 -66
  81. package/build/lib/feffery_antd_components/AntdTable.py +0 -179
  82. package/build/lib/feffery_antd_components/AntdTabs.py +0 -81
  83. package/build/lib/feffery_antd_components/AntdTag.py +0 -54
  84. package/build/lib/feffery_antd_components/AntdTestLink.py +0 -58
  85. package/build/lib/feffery_antd_components/AntdText.py +0 -72
  86. package/build/lib/feffery_antd_components/AntdTimePicker.py +0 -93
  87. package/build/lib/feffery_antd_components/AntdTimeRangePicker.py +0 -93
  88. package/build/lib/feffery_antd_components/AntdTimeline.py +0 -68
  89. package/build/lib/feffery_antd_components/AntdTitle.py +0 -74
  90. package/build/lib/feffery_antd_components/AntdTooltip.py +0 -64
  91. package/build/lib/feffery_antd_components/AntdTransfer.py +0 -99
  92. package/build/lib/feffery_antd_components/AntdTree.py +0 -107
  93. package/build/lib/feffery_antd_components/AntdTreeSelect.py +0 -103
  94. package/build/lib/feffery_antd_components/AntdTypography.py +0 -50
  95. package/build/lib/feffery_antd_components/AntdUpload.py +0 -80
  96. package/build/lib/feffery_antd_components/Link.py +0 -58
  97. package/build/lib/feffery_antd_components/__init__.py +0 -53
  98. package/build/lib/feffery_antd_components/_imports_.py +0 -157
  99. package/build/lib/feffery_antd_components/feffery_antd_components.min.js +0 -344
  100. package/build/lib/feffery_antd_components/metadata.json +0 -14640
  101. package/build/lib/feffery_antd_components/package-info.json +0 -77
@@ -114,7 +114,7 @@
114
114
  },
115
115
  "description": {
116
116
  "type": {
117
- "name": "string"
117
+ "name": "any"
118
118
  },
119
119
  "required": false,
120
120
  "description": ""
@@ -124,12 +124,12 @@
124
124
  "name": "union",
125
125
  "value": [
126
126
  {
127
- "name": "string"
127
+ "name": "any"
128
128
  },
129
129
  {
130
130
  "name": "arrayOf",
131
131
  "value": {
132
- "name": "string"
132
+ "name": "any"
133
133
  }
134
134
  }
135
135
  ]
@@ -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",
@@ -9587,12 +9617,35 @@
9587
9617
  "type": {
9588
9618
  "name": "arrayOf",
9589
9619
  "value": {
9590
- "name": "string"
9620
+ "name": "union",
9621
+ "value": [
9622
+ {
9623
+ "name": "string"
9624
+ },
9625
+ {
9626
+ "name": "number"
9627
+ }
9628
+ ]
9591
9629
  }
9592
9630
  },
9593
9631
  "required": false,
9594
9632
  "description": ""
9595
9633
  },
9634
+ "rowSelectionWidth": {
9635
+ "type": {
9636
+ "name": "union",
9637
+ "value": [
9638
+ {
9639
+ "name": "string"
9640
+ },
9641
+ {
9642
+ "name": "number"
9643
+ }
9644
+ ]
9645
+ },
9646
+ "required": false,
9647
+ "description": ""
9648
+ },
9596
9649
  "selectedRows": {
9597
9650
  "type": {
9598
9651
  "name": "array"
@@ -9600,6 +9653,13 @@
9600
9653
  "required": false,
9601
9654
  "description": ""
9602
9655
  },
9656
+ "sticky": {
9657
+ "type": {
9658
+ "name": "bool"
9659
+ },
9660
+ "required": false,
9661
+ "description": ""
9662
+ },
9603
9663
  "enableHoverListen": {
9604
9664
  "type": {
9605
9665
  "name": "bool"
@@ -9664,7 +9724,172 @@
9664
9724
  "type": {
9665
9725
  "name": "arrayOf",
9666
9726
  "value": {
9667
- "name": "object"
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
+ }
9668
9893
  }
9669
9894
  },
9670
9895
  "required": false,
@@ -9757,6 +9982,10 @@
9757
9982
  "name": "number",
9758
9983
  "required": false
9759
9984
  },
9985
+ "showSizeChanger": {
9986
+ "name": "bool",
9987
+ "required": false
9988
+ },
9760
9989
  "pageSizeOptions": {
9761
9990
  "name": "arrayOf",
9762
9991
  "value": {
@@ -9764,6 +9993,10 @@
9764
9993
  },
9765
9994
  "required": false
9766
9995
  },
9996
+ "showTitle": {
9997
+ "name": "bool",
9998
+ "required": false
9999
+ },
9767
10000
  "showQuickJumper": {
9768
10001
  "name": "bool",
9769
10002
  "required": false
@@ -9787,6 +10020,28 @@
9787
10020
  "simple": {
9788
10021
  "name": "bool",
9789
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
9790
10045
  }
9791
10046
  }
9792
10047
  }
@@ -9813,6 +10068,13 @@
9813
10068
  "required": false,
9814
10069
  "description": ""
9815
10070
  },
10071
+ "maxWidth": {
10072
+ "type": {
10073
+ "name": "number"
10074
+ },
10075
+ "required": false,
10076
+ "description": ""
10077
+ },
9816
10078
  "currentData": {
9817
10079
  "type": {
9818
10080
  "name": "array"
@@ -9913,6 +10175,63 @@
9913
10175
  "computed": false
9914
10176
  }
9915
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
+ },
9916
10235
  "loading_state": {
9917
10236
  "type": {
9918
10237
  "name": "shape",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "feffery_antd_components",
3
- "version": "0.1.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.1.4",
26
+ "@ant-design/charts": "^1.3.5",
27
27
  "@ant-design/icons": "^4.6.3",
28
- "antd": "4.17.0-alpha.8",
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.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.1.4",
26
+ "@ant-design/charts": "^1.3.5",
27
27
  "@ant-design/icons": "^4.6.3",
28
- "antd": "4.17.0-alpha.8",
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.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.1/feffery_antd_components/feffery_antd_components.min.js",
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.1/feffery_antd_components/feffery_antd_components.min.js.map",
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
@@ -11,13 +11,13 @@ Keyword arguments:
11
11
  - `id` (String; optional)
12
12
  - `className` (String; optional)
13
13
  - `closable` (Bool; optional)
14
- - `description` (String; optional)
14
+ - `description` (Bool | Real | String | Dict | Array; optional)
15
15
  - `loading_state` (optional): . loading_state has the following type: lists containing elements 'is_loading', 'prop_name', 'component_name'.
16
16
  Those elements have the following types:
17
17
  - `is_loading` (Bool; optional): Determines if the component is loading or not
18
18
  - `prop_name` (String; optional): Holds which property is loading
19
19
  - `component_name` (String; optional): Holds the name of the component that is loading
20
- - `message` (String | Array of Strings; optional)
20
+ - `message` (Bool | Real | String | Dict | Array | Array of Bool | Real | String | Dict | Arrays; optional)
21
21
  - `messageRenderMode` (a value equal to: 'default', 'loop-text', 'marquee'; optional)
22
22
  - `showIcon` (Bool; optional)
23
23
  - `style` (Dict; optional)
@@ -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 Dicts; optional)
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,26 +66,35 @@ 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)
70
94
  - `recentlyMouseEnterRow` (String | Real; optional)
71
95
  - `rowSelectionType` (a value equal to: 'checkbox', 'radio'; optional)
72
- - `selectedRowKeys` (Array of Strings; optional)
96
+ - `rowSelectionWidth` (String | Real; optional)
97
+ - `selectedRowKeys` (Array of String | Reals; optional)
73
98
  - `selectedRows` (Array; optional)
74
99
  - `size` (a value equal to: 'small', 'default', 'large'; optional)
75
100
  - `sortOptions` (optional): . sortOptions has the following type: lists containing elements 'sortDataIndexes', 'multiple'.
@@ -80,11 +105,18 @@ Those elements have the following types:
80
105
  Those elements have the following types:
81
106
  - `columns` (Array of Strings; optional)
82
107
  - `orders` (Array of a value equal to: 'ascend', 'descend's; optional)
108
+ - `sticky` (Bool; optional)
83
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)
84
116
  - `titlePopoverInfo` (Dict; optional)
85
117
  """
86
118
  function 'feffery'_antdtable(; kwargs...)
87
- 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, :selectedRowKeys, :selectedRows, :size, :sortOptions, :sorter, :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]
88
120
  wild_props = Symbol[]
89
121
  return Component("'feffery'_antdtable", "AntdTable", "feffery_antd_components", available_props, wild_props; kwargs...)
90
122
  end