@plasmicpkgs/antd5 0.0.247 → 0.0.249
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/.tsbuildinfo +1 -1
- package/dist/antd.esm.js +5 -0
- package/dist/antd.esm.js.map +1 -1
- package/dist/index.js +5 -0
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
- package/skinny/registerMenu.cjs.js +5 -0
- package/skinny/registerMenu.cjs.js.map +1 -1
- package/skinny/registerMenu.esm.js +5 -0
- package/skinny/registerMenu.esm.js.map +1 -1
package/dist/index.js
CHANGED
|
@@ -5396,6 +5396,11 @@ function registerMenu(loader) {
|
|
|
5396
5396
|
defaultValueHint: "hover",
|
|
5397
5397
|
advanced: true
|
|
5398
5398
|
},
|
|
5399
|
+
defaultSelectedKeys: {
|
|
5400
|
+
type: "array",
|
|
5401
|
+
description: 'An array of Menu Item/s that will be selected when this component first loads, eg ["home", "about"]. Each item in the array should be one of the unique keys set in nested Menu Item component props. Useful when using the Menu component to build a website navigation bar.',
|
|
5402
|
+
advanced: true
|
|
5403
|
+
},
|
|
5399
5404
|
// menuScopeClassName: {
|
|
5400
5405
|
// type: "styleScopeClass",
|
|
5401
5406
|
// scopeName: "menu",
|