adminforth 1.7.0-next.11 → 1.7.0-next.12

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.
@@ -116,7 +116,8 @@ export function initThreeDotsDropdown() {
116
116
  // this resource has three dots dropdown
117
117
  const dd = new Dropdown(
118
118
  threeDotsDropdown,
119
- document.querySelector('[data-dropdown-toggle="listThreeDotsDropdown"]') as HTMLElement,
119
+ document.querySelector('[data-dropdown-toggle="listThreeDotsDropdown"]') as HTMLElement,
120
+ { placement: 'bottom-end' }
120
121
  );
121
122
  adminforth.list.closeThreeDotsDropdown = () => {
122
123
  dd.hide();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "1.7.0-next.11",
3
+ "version": "1.7.0-next.12",
4
4
  "description": "OpenSource Vue3 powered forth-generation admin panel",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",