@weni/unnnic-system 2.34.1-alpha.3 → 2.34.1-alpha.5
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/{es-dbf93b5a.mjs → es-4b18b1bd.mjs} +1 -1
- package/dist/{index-7ef2dd58.mjs → index-f1581762.mjs} +14 -6
- package/dist/{pt-br-94672240.mjs → pt-br-188862a9.mjs} +1 -1
- package/dist/style.css +1 -1
- package/dist/unnnic.mjs +1 -1
- package/dist/unnnic.umd.js +2 -2
- package/package.json +1 -1
- package/src/components/Dropdown/DropdownSkeleton.vue +8 -1
- package/src/components/SelectTime/index.vue +2 -1
|
@@ -19585,6 +19585,10 @@ const uX = {
|
|
|
19585
19585
|
position: {
|
|
19586
19586
|
type: String,
|
|
19587
19587
|
default: "bottom-left"
|
|
19588
|
+
},
|
|
19589
|
+
useAbsolutePosition: {
|
|
19590
|
+
type: Boolean,
|
|
19591
|
+
default: !1
|
|
19588
19592
|
}
|
|
19589
19593
|
},
|
|
19590
19594
|
data() {
|
|
@@ -19639,7 +19643,10 @@ function hX(e, i, n, a, r, o) {
|
|
|
19639
19643
|
ref: "dropdown-data",
|
|
19640
19644
|
"data-testid": "dropdown-data",
|
|
19641
19645
|
class: "dropdown-data",
|
|
19642
|
-
style: Ze({
|
|
19646
|
+
style: Ze({
|
|
19647
|
+
position: n.useAbsolutePosition ? "absolute" : "fixed",
|
|
19648
|
+
...o.positions
|
|
19649
|
+
})
|
|
19643
19650
|
}, [
|
|
19644
19651
|
pe(e.$slots, "inside", {
|
|
19645
19652
|
width: `${r.width}px`,
|
|
@@ -19648,7 +19655,7 @@ function hX(e, i, n, a, r, o) {
|
|
|
19648
19655
|
], 4)
|
|
19649
19656
|
], 2);
|
|
19650
19657
|
}
|
|
19651
|
-
const Ic = /* @__PURE__ */ k(uX, [["render", hX], ["__scopeId", "data-v-
|
|
19658
|
+
const Ic = /* @__PURE__ */ k(uX, [["render", hX], ["__scopeId", "data-v-05c4ead6"]]);
|
|
19652
19659
|
const mX = {
|
|
19653
19660
|
name: "UnnnicSelectSmart",
|
|
19654
19661
|
components: {
|
|
@@ -22980,8 +22987,8 @@ function Wee(e, i, n, a, r, o) {
|
|
|
22980
22987
|
});
|
|
22981
22988
|
}
|
|
22982
22989
|
const Qee = /* @__PURE__ */ k(Zee, [["render", Wee], ["__scopeId", "data-v-9b793da0"]]);
|
|
22983
|
-
import("./es-
|
|
22984
|
-
import("./pt-br-
|
|
22990
|
+
import("./es-4b18b1bd.mjs");
|
|
22991
|
+
import("./pt-br-188862a9.mjs");
|
|
22985
22992
|
const So = {
|
|
22986
22993
|
name: "ChatsContact",
|
|
22987
22994
|
components: {
|
|
@@ -75639,7 +75646,8 @@ function W2e(e, i, n, a, r, o) {
|
|
|
75639
75646
|
ref: "dropdown-skeleton",
|
|
75640
75647
|
type: "manual",
|
|
75641
75648
|
modelValue: r.active,
|
|
75642
|
-
position: "
|
|
75649
|
+
position: "",
|
|
75650
|
+
useAbsolutePosition: ""
|
|
75643
75651
|
}, {
|
|
75644
75652
|
inside: Le((y) => [
|
|
75645
75653
|
u("section", {
|
|
@@ -75678,7 +75686,7 @@ function W2e(e, i, n, a, r, o) {
|
|
|
75678
75686
|
[h, () => r.active = !1]
|
|
75679
75687
|
]);
|
|
75680
75688
|
}
|
|
75681
|
-
const Q2e = /* @__PURE__ */ k(R2e, [["render", W2e], ["__scopeId", "data-v-
|
|
75689
|
+
const Q2e = /* @__PURE__ */ k(R2e, [["render", W2e], ["__scopeId", "data-v-557ceed0"]]), y3 = {
|
|
75682
75690
|
unnnicFormElement: Rl,
|
|
75683
75691
|
unnnicInput: w0,
|
|
75684
75692
|
unnnicInputNext: jH,
|