feffery_antd_components 0.2.2 → 0.2.5

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 (40) hide show
  1. package/DESCRIPTION +1 -1
  2. package/Project.toml +1 -1
  3. package/README-en_US.md +1 -1
  4. package/README.md +1 -1
  5. package/build/lib/feffery_antd_components/AntdAccordion.py +2 -2
  6. package/build/lib/feffery_antd_components/AntdCollapse.py +1 -1
  7. package/build/lib/feffery_antd_components/AntdDraggerUpload.py +2 -0
  8. package/build/lib/feffery_antd_components/AntdDropdown.py +5 -3
  9. package/build/lib/feffery_antd_components/AntdPictureUpload.py +2 -0
  10. package/build/lib/feffery_antd_components/AntdTable.py +9 -3
  11. package/build/lib/feffery_antd_components/AntdUpload.py +2 -0
  12. package/build/lib/feffery_antd_components/feffery_antd_components.min.js +1 -1
  13. package/build/lib/feffery_antd_components/metadata.json +60 -0
  14. package/build/lib/feffery_antd_components/package-info.json +1 -1
  15. package/feffery_antd_components/AntdAccordion.py +2 -2
  16. package/feffery_antd_components/AntdCollapse.py +1 -1
  17. package/feffery_antd_components/AntdDraggerUpload.py +2 -0
  18. package/feffery_antd_components/AntdDropdown.py +5 -3
  19. package/feffery_antd_components/AntdPictureUpload.py +2 -0
  20. package/feffery_antd_components/AntdTable.py +9 -3
  21. package/feffery_antd_components/AntdUpload.py +2 -0
  22. package/feffery_antd_components/feffery_antd_components.min.js +1 -1
  23. package/feffery_antd_components/metadata.json +60 -0
  24. package/feffery_antd_components/package-info.json +1 -1
  25. package/package.json +1 -1
  26. package/src/jl/'feffery'_antdaccordion.jl +2 -2
  27. package/src/jl/'feffery'_antdcollapse.jl +1 -1
  28. package/src/jl/'feffery'_antddraggerupload.jl +3 -2
  29. package/src/jl/'feffery'_antddropdown.jl +2 -1
  30. package/src/jl/'feffery'_antdpictureupload.jl +3 -2
  31. package/src/jl/'feffery'_antdtable.jl +4 -1
  32. package/src/jl/'feffery'_antdupload.jl +3 -2
  33. package/src/lib/components/AntdAccordion.react.js +4 -4
  34. package/src/lib/components/AntdCollapse.react.js +2 -2
  35. package/src/lib/components/AntdDropdown.react.js +7 -1
  36. package/src/lib/components/AntdTable.react.js +20 -0
  37. package/src/lib/components/upload/AntdDraggerUpload.react.js +9 -2
  38. package/src/lib/components/upload/AntdPictureUpload.react.js +9 -2
  39. package/src/lib/components/upload/AntdUpload.react.js +9 -2
  40. package/usage.py +37 -50
@@ -95,6 +95,10 @@
95
95
  {
96
96
  "value": "'disabled'",
97
97
  "computed": false
98
+ },
99
+ {
100
+ "value": "'icon'",
101
+ "computed": false
98
102
  }
99
103
  ],
100
104
  "required": false
@@ -208,6 +212,10 @@
208
212
  {
209
213
  "value": "'disabled'",
210
214
  "computed": false
215
+ },
216
+ {
217
+ "value": "'icon'",
218
+ "computed": false
211
219
  }
212
220
  ]
213
221
  },
@@ -3240,6 +3248,10 @@
3240
3248
  {
3241
3249
  "value": "'disabled'",
3242
3250
  "computed": false
3251
+ },
3252
+ {
3253
+ "value": "'icon'",
3254
+ "computed": false
3243
3255
  }
3244
3256
  ]
3245
3257
  },
@@ -5727,6 +5739,17 @@
5727
5739
  "computed": false
5728
5740
  }
5729
5741
  },
5742
+ "autoAdjustOverflow": {
5743
+ "type": {
5744
+ "name": "bool"
5745
+ },
5746
+ "required": false,
5747
+ "description": "",
5748
+ "defaultValue": {
5749
+ "value": "true",
5750
+ "computed": false
5751
+ }
5752
+ },
5730
5753
  "visible": {
5731
5754
  "type": {
5732
5755
  "name": "bool"
@@ -15469,6 +15492,31 @@
15469
15492
  "computed": false
15470
15493
  }
15471
15494
  },
15495
+ "recentlyCellDoubleClickColumn": {
15496
+ "type": {
15497
+ "name": "string"
15498
+ },
15499
+ "required": false,
15500
+ "description": ""
15501
+ },
15502
+ "recentlyCellDoubleClickRecord": {
15503
+ "type": {
15504
+ "name": "object"
15505
+ },
15506
+ "required": false,
15507
+ "description": ""
15508
+ },
15509
+ "nDoubleClicksCell": {
15510
+ "type": {
15511
+ "name": "number"
15512
+ },
15513
+ "required": false,
15514
+ "description": "",
15515
+ "defaultValue": {
15516
+ "value": "0",
15517
+ "computed": false
15518
+ }
15519
+ },
15472
15520
  "emptyContent": {
15473
15521
  "type": {
15474
15522
  "name": "node"
@@ -23550,6 +23598,10 @@
23550
23598
  "url": {
23551
23599
  "name": "string",
23552
23600
  "required": false
23601
+ },
23602
+ "taskId": {
23603
+ "name": "string",
23604
+ "required": false
23553
23605
  }
23554
23606
  }
23555
23607
  }
@@ -24096,6 +24148,10 @@
24096
24148
  "url": {
24097
24149
  "name": "string",
24098
24150
  "required": false
24151
+ },
24152
+ "taskId": {
24153
+ "name": "string",
24154
+ "required": false
24099
24155
  }
24100
24156
  }
24101
24157
  }
@@ -24571,6 +24627,10 @@
24571
24627
  "url": {
24572
24628
  "name": "string",
24573
24629
  "required": false
24630
+ },
24631
+ "taskId": {
24632
+ "name": "string",
24633
+ "required": false
24574
24634
  }
24575
24635
  }
24576
24636
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "feffery_antd_components",
3
- "version": "0.2.2",
3
+ "version": "0.2.5",
4
4
  "description": "Best implementation of Antd components in Plotly Dash.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -21,7 +21,7 @@ Keyword arguments:
21
21
 
22
22
  - className (string | dict; optional)
23
23
 
24
- - collapsible (a value equal to: 'header', 'disabled'; optional)
24
+ - collapsible (a value equal to: 'header', 'disabled', 'icon'; optional)
25
25
 
26
26
  - defaultActiveKey (string | list of strings | number | list of numbers; optional)
27
27
 
@@ -37,7 +37,7 @@ Keyword arguments:
37
37
 
38
38
  - className (string | dict; optional)
39
39
 
40
- - collapsible (a value equal to: 'header', 'disabled'; optional)
40
+ - collapsible (a value equal to: 'header', 'disabled', 'icon'; optional)
41
41
 
42
42
  - extra (a list of or a singular dash component, string or number; optional)
43
43
 
@@ -17,7 +17,7 @@ Keyword arguments:
17
17
 
18
18
  - className (string | dict; optional)
19
19
 
20
- - collapsible (a value equal to: 'header', 'disabled'; optional)
20
+ - collapsible (a value equal to: 'header', 'disabled', 'icon'; optional)
21
21
 
22
22
  - forceRender (boolean; default False)
23
23
 
@@ -25,6 +25,8 @@ Keyword arguments:
25
25
 
26
26
  - status (a value equal to: 'done', 'error', 'removed'; optional)
27
27
 
28
+ - taskId (string; optional)
29
+
28
30
  - uid (boolean | number | string | dict | list; optional)
29
31
 
30
32
  - url (string; optional)
@@ -13,6 +13,8 @@ Keyword arguments:
13
13
 
14
14
  - arrow (boolean; default False)
15
15
 
16
+ - autoAdjustOverflow (boolean; default True)
17
+
16
18
  - buttonMode (boolean; default False)
17
19
 
18
20
  - buttonProps (dict; optional)
@@ -86,10 +88,10 @@ Keyword arguments:
86
88
  _namespace = 'feffery_antd_components'
87
89
  _type = 'AntdDropdown'
88
90
  @_explicitize_args
89
- def __init__(self, id=Component.UNDEFINED, className=Component.UNDEFINED, style=Component.UNDEFINED, key=Component.UNDEFINED, title=Component.UNDEFINED, buttonMode=Component.UNDEFINED, buttonProps=Component.UNDEFINED, clickedKey=Component.UNDEFINED, nClicks=Component.UNDEFINED, menuItems=Component.UNDEFINED, arrow=Component.UNDEFINED, disabled=Component.UNDEFINED, overlayClassName=Component.UNDEFINED, overlayStyle=Component.UNDEFINED, placement=Component.UNDEFINED, trigger=Component.UNDEFINED, visible=Component.UNDEFINED, popupContainer=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
90
- self._prop_names = ['id', 'arrow', 'buttonMode', 'buttonProps', 'className', 'clickedKey', 'disabled', 'key', 'loading_state', 'menuItems', 'nClicks', 'overlayClassName', 'overlayStyle', 'placement', 'popupContainer', 'style', 'title', 'trigger', 'visible']
91
+ def __init__(self, id=Component.UNDEFINED, className=Component.UNDEFINED, style=Component.UNDEFINED, key=Component.UNDEFINED, title=Component.UNDEFINED, buttonMode=Component.UNDEFINED, buttonProps=Component.UNDEFINED, clickedKey=Component.UNDEFINED, nClicks=Component.UNDEFINED, menuItems=Component.UNDEFINED, arrow=Component.UNDEFINED, disabled=Component.UNDEFINED, overlayClassName=Component.UNDEFINED, overlayStyle=Component.UNDEFINED, placement=Component.UNDEFINED, trigger=Component.UNDEFINED, autoAdjustOverflow=Component.UNDEFINED, visible=Component.UNDEFINED, popupContainer=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
92
+ self._prop_names = ['id', 'arrow', 'autoAdjustOverflow', 'buttonMode', 'buttonProps', 'className', 'clickedKey', 'disabled', 'key', 'loading_state', 'menuItems', 'nClicks', 'overlayClassName', 'overlayStyle', 'placement', 'popupContainer', 'style', 'title', 'trigger', 'visible']
91
93
  self._valid_wildcard_attributes = []
92
- self.available_properties = ['id', 'arrow', 'buttonMode', 'buttonProps', 'className', 'clickedKey', 'disabled', 'key', 'loading_state', 'menuItems', 'nClicks', 'overlayClassName', 'overlayStyle', 'placement', 'popupContainer', 'style', 'title', 'trigger', 'visible']
94
+ self.available_properties = ['id', 'arrow', 'autoAdjustOverflow', 'buttonMode', 'buttonProps', 'className', 'clickedKey', 'disabled', 'key', 'loading_state', 'menuItems', 'nClicks', 'overlayClassName', 'overlayStyle', 'placement', 'popupContainer', 'style', 'title', 'trigger', 'visible']
93
95
  self.available_wildcard_properties = []
94
96
  _explicit_args = kwargs.pop('_explicit_args')
95
97
  _locals = locals()
@@ -27,6 +27,8 @@ Keyword arguments:
27
27
 
28
28
  - status (a value equal to: 'done', 'error', 'removed'; optional)
29
29
 
30
+ - taskId (string; optional)
31
+
30
32
  - uid (boolean | number | string | dict | list; optional)
31
33
 
32
34
  - url (string; optional)
@@ -354,6 +354,8 @@ Keyword arguments:
354
354
 
355
355
  - nClicksDropdownItem (number; default 0)
356
356
 
357
+ - nDoubleClicksCell (number; default 0)
358
+
357
359
  - pagination (dict; optional)
358
360
 
359
361
  `pagination` is a dict with keys:
@@ -394,6 +396,10 @@ Keyword arguments:
394
396
 
395
397
  - recentlyCellClickRecord (dict; optional)
396
398
 
399
+ - recentlyCellDoubleClickColumn (string; optional)
400
+
401
+ - recentlyCellDoubleClickRecord (dict; optional)
402
+
397
403
  - recentlyChangedRow (dict; optional)
398
404
 
399
405
  - recentlyCheckedDataIndex (string; optional)
@@ -491,10 +497,10 @@ Keyword arguments:
491
497
  _namespace = 'feffery_antd_components'
492
498
  _type = 'AntdTable'
493
499
  @_explicitize_args
494
- def __init__(self, id=Component.UNDEFINED, className=Component.UNDEFINED, style=Component.UNDEFINED, key=Component.UNDEFINED, locale=Component.UNDEFINED, containerId=Component.UNDEFINED, columns=Component.UNDEFINED, data=Component.UNDEFINED, bordered=Component.UNDEFINED, maxHeight=Component.UNDEFINED, maxWidth=Component.UNDEFINED, size=Component.UNDEFINED, rowSelectionType=Component.UNDEFINED, selectedRowKeys=Component.UNDEFINED, rowSelectionWidth=Component.UNDEFINED, selectedRows=Component.UNDEFINED, sticky=Component.UNDEFINED, enableHoverListen=Component.UNDEFINED, recentlyMouseEnterColumnDataIndex=Component.UNDEFINED, recentlyMouseEnterRowKey=Component.UNDEFINED, recentlyMouseEnterRow=Component.UNDEFINED, titlePopoverInfo=Component.UNDEFINED, columnsFormatConstraint=Component.UNDEFINED, sortOptions=Component.UNDEFINED, filterOptions=Component.UNDEFINED, pagination=Component.UNDEFINED, currentData=Component.UNDEFINED, recentlyChangedRow=Component.UNDEFINED, sorter=Component.UNDEFINED, filter=Component.UNDEFINED, mode=Component.UNDEFINED, summaryRowContents=Component.UNDEFINED, summaryRowFixed=Component.UNDEFINED, conditionalStyleFuncs=Component.UNDEFINED, expandedRowKeyToContent=Component.UNDEFINED, expandedRowWidth=Component.UNDEFINED, expandRowByClick=Component.UNDEFINED, defaultExpandedRowKeys=Component.UNDEFINED, enableCellClickListenColumns=Component.UNDEFINED, recentlyCellClickColumn=Component.UNDEFINED, recentlyCellClickRecord=Component.UNDEFINED, nClicksCell=Component.UNDEFINED, emptyContent=Component.UNDEFINED, cellUpdateOptimize=Component.UNDEFINED, miniChartHeight=Component.UNDEFINED, miniChartAnimation=Component.UNDEFINED, recentlyButtonClickedRow=Component.UNDEFINED, nClicksButton=Component.UNDEFINED, clickedContent=Component.UNDEFINED, recentlyButtonClickedDataIndex=Component.UNDEFINED, customFormatFuncs=Component.UNDEFINED, recentlyCheckedRow=Component.UNDEFINED, recentlyCheckedLabel=Component.UNDEFINED, recentlyCheckedDataIndex=Component.UNDEFINED, recentlyCheckedStatus=Component.UNDEFINED, recentlySwitchRow=Component.UNDEFINED, recentlySwitchDataIndex=Component.UNDEFINED, recentlySwitchStatus=Component.UNDEFINED, nClicksDropdownItem=Component.UNDEFINED, recentlyClickedDropdownItemTitle=Component.UNDEFINED, recentlyDropdownItemClickedDataIndex=Component.UNDEFINED, recentlyDropdownItemClickedRow=Component.UNDEFINED, recentlySelectRow=Component.UNDEFINED, recentlySelectDataIndex=Component.UNDEFINED, recentlySelectValue=Component.UNDEFINED, hiddenRowKeys=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
495
- self._prop_names = ['id', 'bordered', 'cellUpdateOptimize', 'className', 'clickedContent', 'columns', 'columnsFormatConstraint', 'conditionalStyleFuncs', 'containerId', 'currentData', 'customFormatFuncs', 'data', 'defaultExpandedRowKeys', 'emptyContent', 'enableCellClickListenColumns', 'enableHoverListen', 'expandRowByClick', 'expandedRowKeyToContent', 'expandedRowWidth', 'filter', 'filterOptions', 'hiddenRowKeys', 'key', 'loading_state', 'locale', 'maxHeight', 'maxWidth', 'miniChartAnimation', 'miniChartHeight', 'mode', 'nClicksButton', 'nClicksCell', 'nClicksDropdownItem', 'pagination', 'recentlyButtonClickedDataIndex', 'recentlyButtonClickedRow', 'recentlyCellClickColumn', 'recentlyCellClickRecord', 'recentlyChangedRow', 'recentlyCheckedDataIndex', 'recentlyCheckedLabel', 'recentlyCheckedRow', 'recentlyCheckedStatus', 'recentlyClickedDropdownItemTitle', 'recentlyDropdownItemClickedDataIndex', 'recentlyDropdownItemClickedRow', 'recentlyMouseEnterColumnDataIndex', 'recentlyMouseEnterRow', 'recentlyMouseEnterRowKey', 'recentlySelectDataIndex', 'recentlySelectRow', 'recentlySelectValue', 'recentlySwitchDataIndex', 'recentlySwitchRow', 'recentlySwitchStatus', 'rowSelectionType', 'rowSelectionWidth', 'selectedRowKeys', 'selectedRows', 'size', 'sortOptions', 'sorter', 'sticky', 'style', 'summaryRowContents', 'summaryRowFixed', 'titlePopoverInfo']
500
+ def __init__(self, id=Component.UNDEFINED, className=Component.UNDEFINED, style=Component.UNDEFINED, key=Component.UNDEFINED, locale=Component.UNDEFINED, containerId=Component.UNDEFINED, columns=Component.UNDEFINED, data=Component.UNDEFINED, bordered=Component.UNDEFINED, maxHeight=Component.UNDEFINED, maxWidth=Component.UNDEFINED, size=Component.UNDEFINED, rowSelectionType=Component.UNDEFINED, selectedRowKeys=Component.UNDEFINED, rowSelectionWidth=Component.UNDEFINED, selectedRows=Component.UNDEFINED, sticky=Component.UNDEFINED, enableHoverListen=Component.UNDEFINED, recentlyMouseEnterColumnDataIndex=Component.UNDEFINED, recentlyMouseEnterRowKey=Component.UNDEFINED, recentlyMouseEnterRow=Component.UNDEFINED, titlePopoverInfo=Component.UNDEFINED, columnsFormatConstraint=Component.UNDEFINED, sortOptions=Component.UNDEFINED, filterOptions=Component.UNDEFINED, pagination=Component.UNDEFINED, currentData=Component.UNDEFINED, recentlyChangedRow=Component.UNDEFINED, sorter=Component.UNDEFINED, filter=Component.UNDEFINED, mode=Component.UNDEFINED, summaryRowContents=Component.UNDEFINED, summaryRowFixed=Component.UNDEFINED, conditionalStyleFuncs=Component.UNDEFINED, expandedRowKeyToContent=Component.UNDEFINED, expandedRowWidth=Component.UNDEFINED, expandRowByClick=Component.UNDEFINED, defaultExpandedRowKeys=Component.UNDEFINED, enableCellClickListenColumns=Component.UNDEFINED, recentlyCellClickColumn=Component.UNDEFINED, recentlyCellClickRecord=Component.UNDEFINED, nClicksCell=Component.UNDEFINED, recentlyCellDoubleClickColumn=Component.UNDEFINED, recentlyCellDoubleClickRecord=Component.UNDEFINED, nDoubleClicksCell=Component.UNDEFINED, emptyContent=Component.UNDEFINED, cellUpdateOptimize=Component.UNDEFINED, miniChartHeight=Component.UNDEFINED, miniChartAnimation=Component.UNDEFINED, recentlyButtonClickedRow=Component.UNDEFINED, nClicksButton=Component.UNDEFINED, clickedContent=Component.UNDEFINED, recentlyButtonClickedDataIndex=Component.UNDEFINED, customFormatFuncs=Component.UNDEFINED, recentlyCheckedRow=Component.UNDEFINED, recentlyCheckedLabel=Component.UNDEFINED, recentlyCheckedDataIndex=Component.UNDEFINED, recentlyCheckedStatus=Component.UNDEFINED, recentlySwitchRow=Component.UNDEFINED, recentlySwitchDataIndex=Component.UNDEFINED, recentlySwitchStatus=Component.UNDEFINED, nClicksDropdownItem=Component.UNDEFINED, recentlyClickedDropdownItemTitle=Component.UNDEFINED, recentlyDropdownItemClickedDataIndex=Component.UNDEFINED, recentlyDropdownItemClickedRow=Component.UNDEFINED, recentlySelectRow=Component.UNDEFINED, recentlySelectDataIndex=Component.UNDEFINED, recentlySelectValue=Component.UNDEFINED, hiddenRowKeys=Component.UNDEFINED, loading_state=Component.UNDEFINED, **kwargs):
501
+ self._prop_names = ['id', 'bordered', 'cellUpdateOptimize', 'className', 'clickedContent', 'columns', 'columnsFormatConstraint', 'conditionalStyleFuncs', 'containerId', 'currentData', 'customFormatFuncs', 'data', 'defaultExpandedRowKeys', 'emptyContent', 'enableCellClickListenColumns', 'enableHoverListen', 'expandRowByClick', 'expandedRowKeyToContent', 'expandedRowWidth', 'filter', 'filterOptions', 'hiddenRowKeys', 'key', 'loading_state', 'locale', 'maxHeight', 'maxWidth', 'miniChartAnimation', 'miniChartHeight', 'mode', 'nClicksButton', 'nClicksCell', 'nClicksDropdownItem', 'nDoubleClicksCell', 'pagination', 'recentlyButtonClickedDataIndex', 'recentlyButtonClickedRow', 'recentlyCellClickColumn', 'recentlyCellClickRecord', 'recentlyCellDoubleClickColumn', 'recentlyCellDoubleClickRecord', 'recentlyChangedRow', 'recentlyCheckedDataIndex', 'recentlyCheckedLabel', 'recentlyCheckedRow', 'recentlyCheckedStatus', 'recentlyClickedDropdownItemTitle', 'recentlyDropdownItemClickedDataIndex', 'recentlyDropdownItemClickedRow', 'recentlyMouseEnterColumnDataIndex', 'recentlyMouseEnterRow', 'recentlyMouseEnterRowKey', 'recentlySelectDataIndex', 'recentlySelectRow', 'recentlySelectValue', 'recentlySwitchDataIndex', 'recentlySwitchRow', 'recentlySwitchStatus', 'rowSelectionType', 'rowSelectionWidth', 'selectedRowKeys', 'selectedRows', 'size', 'sortOptions', 'sorter', 'sticky', 'style', 'summaryRowContents', 'summaryRowFixed', 'titlePopoverInfo']
496
502
  self._valid_wildcard_attributes = []
497
- self.available_properties = ['id', 'bordered', 'cellUpdateOptimize', 'className', 'clickedContent', 'columns', 'columnsFormatConstraint', 'conditionalStyleFuncs', 'containerId', 'currentData', 'customFormatFuncs', 'data', 'defaultExpandedRowKeys', 'emptyContent', 'enableCellClickListenColumns', 'enableHoverListen', 'expandRowByClick', 'expandedRowKeyToContent', 'expandedRowWidth', 'filter', 'filterOptions', 'hiddenRowKeys', 'key', 'loading_state', 'locale', 'maxHeight', 'maxWidth', 'miniChartAnimation', 'miniChartHeight', 'mode', 'nClicksButton', 'nClicksCell', 'nClicksDropdownItem', 'pagination', 'recentlyButtonClickedDataIndex', 'recentlyButtonClickedRow', 'recentlyCellClickColumn', 'recentlyCellClickRecord', 'recentlyChangedRow', 'recentlyCheckedDataIndex', 'recentlyCheckedLabel', 'recentlyCheckedRow', 'recentlyCheckedStatus', 'recentlyClickedDropdownItemTitle', 'recentlyDropdownItemClickedDataIndex', 'recentlyDropdownItemClickedRow', 'recentlyMouseEnterColumnDataIndex', 'recentlyMouseEnterRow', 'recentlyMouseEnterRowKey', 'recentlySelectDataIndex', 'recentlySelectRow', 'recentlySelectValue', 'recentlySwitchDataIndex', 'recentlySwitchRow', 'recentlySwitchStatus', 'rowSelectionType', 'rowSelectionWidth', 'selectedRowKeys', 'selectedRows', 'size', 'sortOptions', 'sorter', 'sticky', 'style', 'summaryRowContents', 'summaryRowFixed', 'titlePopoverInfo']
503
+ self.available_properties = ['id', 'bordered', 'cellUpdateOptimize', 'className', 'clickedContent', 'columns', 'columnsFormatConstraint', 'conditionalStyleFuncs', 'containerId', 'currentData', 'customFormatFuncs', 'data', 'defaultExpandedRowKeys', 'emptyContent', 'enableCellClickListenColumns', 'enableHoverListen', 'expandRowByClick', 'expandedRowKeyToContent', 'expandedRowWidth', 'filter', 'filterOptions', 'hiddenRowKeys', 'key', 'loading_state', 'locale', 'maxHeight', 'maxWidth', 'miniChartAnimation', 'miniChartHeight', 'mode', 'nClicksButton', 'nClicksCell', 'nClicksDropdownItem', 'nDoubleClicksCell', 'pagination', 'recentlyButtonClickedDataIndex', 'recentlyButtonClickedRow', 'recentlyCellClickColumn', 'recentlyCellClickRecord', 'recentlyCellDoubleClickColumn', 'recentlyCellDoubleClickRecord', 'recentlyChangedRow', 'recentlyCheckedDataIndex', 'recentlyCheckedLabel', 'recentlyCheckedRow', 'recentlyCheckedStatus', 'recentlyClickedDropdownItemTitle', 'recentlyDropdownItemClickedDataIndex', 'recentlyDropdownItemClickedRow', 'recentlyMouseEnterColumnDataIndex', 'recentlyMouseEnterRow', 'recentlyMouseEnterRowKey', 'recentlySelectDataIndex', 'recentlySelectRow', 'recentlySelectValue', 'recentlySwitchDataIndex', 'recentlySwitchRow', 'recentlySwitchStatus', 'rowSelectionType', 'rowSelectionWidth', 'selectedRowKeys', 'selectedRows', 'size', 'sortOptions', 'sorter', 'sticky', 'style', 'summaryRowContents', 'summaryRowFixed', 'titlePopoverInfo']
498
504
  self.available_wildcard_properties = []
499
505
  _explicit_args = kwargs.pop('_explicit_args')
500
506
  _locals = locals()
@@ -27,6 +27,8 @@ Keyword arguments:
27
27
 
28
28
  - status (a value equal to: 'done', 'error', 'removed'; optional)
29
29
 
30
+ - taskId (string; optional)
31
+
30
32
  - uid (boolean | number | string | dict | list; optional)
31
33
 
32
34
  - url (string; optional)