@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/index.js CHANGED
@@ -5995,8 +5995,7 @@ function registerTreeHelper({
5995
5995
  type: "writable",
5996
5996
  valueProp: "checkedKeys",
5997
5997
  onChangeProp: "onCheck",
5998
- variableType: "array",
5999
- initVal: []
5998
+ variableType: "array"
6000
5999
  }, treeHelpers_.states.checkedKeys),
6001
6000
  checkedNodes: __spreadValues$6({
6002
6001
  type: "readonly",
@@ -6017,8 +6016,7 @@ function registerTreeHelper({
6017
6016
  type: "writable",
6018
6017
  valueProp: "selectedKeys",
6019
6018
  onChangeProp: "onSelect",
6020
- variableType: "array",
6021
- initVal: []
6019
+ variableType: "array"
6022
6020
  }, treeHelpers_.states.selectedKeys),
6023
6021
  selectedNodes: __spreadValues$6({
6024
6022
  type: "readonly",
@@ -6030,8 +6028,7 @@ function registerTreeHelper({
6030
6028
  type: "writable",
6031
6029
  valueProp: "expandedKeys",
6032
6030
  onChangeProp: "onExpand",
6033
- variableType: "array",
6034
- initVal: []
6031
+ variableType: "array"
6035
6032
  }, treeHelpers_.states.expandedKeys)
6036
6033
  },
6037
6034
  componentHelpers: {