@plasmicpkgs/antd5 0.0.133 → 0.0.136

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/dist/antd.esm.js CHANGED
@@ -5980,8 +5980,7 @@ function registerTreeHelper({
5980
5980
  type: "writable",
5981
5981
  valueProp: "checkedKeys",
5982
5982
  onChangeProp: "onCheck",
5983
- variableType: "array",
5984
- initVal: []
5983
+ variableType: "array"
5985
5984
  }, treeHelpers_.states.checkedKeys),
5986
5985
  checkedNodes: __spreadValues$6({
5987
5986
  type: "readonly",
@@ -6002,8 +6001,7 @@ function registerTreeHelper({
6002
6001
  type: "writable",
6003
6002
  valueProp: "selectedKeys",
6004
6003
  onChangeProp: "onSelect",
6005
- variableType: "array",
6006
- initVal: []
6004
+ variableType: "array"
6007
6005
  }, treeHelpers_.states.selectedKeys),
6008
6006
  selectedNodes: __spreadValues$6({
6009
6007
  type: "readonly",
@@ -6015,8 +6013,7 @@ function registerTreeHelper({
6015
6013
  type: "writable",
6016
6014
  valueProp: "expandedKeys",
6017
6015
  onChangeProp: "onExpand",
6018
- variableType: "array",
6019
- initVal: []
6016
+ variableType: "array"
6020
6017
  }, treeHelpers_.states.expandedKeys)
6021
6018
  },
6022
6019
  componentHelpers: {