@orchidui/dashboard 1.8.1-8 → 1.9.0

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.
Files changed (2) hide show
  1. package/dist/index.js +6 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -25,6 +25,10 @@ const It = { key: 1 }, Vt = {
25
25
  hideInputColor: Boolean,
26
26
  presetColors: {
27
27
  type: Array
28
+ },
29
+ placement: {
30
+ type: String,
31
+ default: "auto"
28
32
  }
29
33
  },
30
34
  emits: ["update:model-value"],
@@ -77,7 +81,7 @@ const It = { key: 1 }, Vt = {
77
81
  L
78
82
  ],
79
83
  "max-menu-height": 800,
80
- placement: "auto"
84
+ placement: n.placement
81
85
  }, {
82
86
  menu: W(() => [
83
87
  B.value ? D("", !0) : (m(), X(w(xl), {
@@ -119,7 +123,7 @@ const It = { key: 1 }, Vt = {
119
123
  ]), 1032, ["model-value", "icon-props"]))
120
124
  ]),
121
125
  _: 3
122
- }, 8, ["modelValue"])
126
+ }, 8, ["modelValue", "placement"])
123
127
  ]),
124
128
  _: 3
125
129
  }, 8, ["class"]));
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@orchidui/dashboard",
3
3
  "description": "Orchid Dashboard UI , Dashboard Ui Library Vue 3 tailwind css",
4
- "version": "1.8.1-8",
4
+ "version": "1.9.0",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "build": "vite build"
@@ -33,6 +33,6 @@
33
33
  "rollup": "npm:@rollup/wasm-node"
34
34
  },
35
35
  "dependencies": {
36
- "@orchidui/core": "beta"
36
+ "@orchidui/core": "latest"
37
37
  }
38
38
  }