@yesilyazilim/web.spa 1.1.17 → 1.1.18
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/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/types.d.ts +2 -0
- package/types.d.ts.map +1 -1
package/index.js
CHANGED
|
@@ -4914,7 +4914,7 @@ let $0415fe1c7b6a7c9c$export$181f40ec41159e56 = class DropdownButton extends (0,
|
|
|
4914
4914
|
const btnList = new (0, $5786e9760f3ab83e$export$a583f905da3ed349)({
|
|
4915
4915
|
orientation: 'vertical'
|
|
4916
4916
|
});
|
|
4917
|
-
this._dropDown = new (0, $4eb86fb8e262138f$export$931cbfb6bfb85fc)(btnList);
|
|
4917
|
+
this._dropDown = new (0, $4eb86fb8e262138f$export$931cbfb6bfb85fc)(btnList, props.widthMode || 'auto', props.rightAligned || false);
|
|
4918
4918
|
for (const child of props.children){
|
|
4919
4919
|
const hasAuth = this._authService.hasAuth(child.auth);
|
|
4920
4920
|
const btn = (0, $94579973dd0f02f3$export$624631f482c54f59).Buttons.fromButtonInfo(child, null, (ev, btn)=>{
|