@factoringplus/pl-components-pack-v3 1.4.4-pre-03 → 1.4.4-pre-04
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.
@@ -33,9 +33,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
33
33
|
focus: boolean;
|
34
34
|
uniqKey: string;
|
35
35
|
helpertext: string;
|
36
|
-
query: string;
|
37
36
|
suggestionList: IOption[];
|
38
37
|
symbolsCountSearch: string | number;
|
38
|
+
query: string;
|
39
39
|
disableMarkerBottom: boolean;
|
40
40
|
errors: import('async-validator').ValidateError[];
|
41
41
|
offsets: string;
|
@@ -33463,11 +33463,10 @@ const LG = ar(CG, "PlTagsChips"), $G = {
|
|
33463
33463
|
}, f = () => {
|
33464
33464
|
o.value === n.slides.length - 1 ? (g(), r("next")) : (r("update:currentItem", o.value), o.value++, r("next"));
|
33465
33465
|
}, m = () => {
|
33466
|
-
if (i.value && u.value) {
|
33467
|
-
console.log(i.value + " onboarding"), console.log(u.value + " triggerElement");
|
33466
|
+
if (console.log(i.value + " onboarding"), console.log(u.value + " triggerElement"), i.value && u.value) {
|
33468
33467
|
let D = "", N = "";
|
33469
33468
|
const _ = u.value.firstElementChild.getBoundingClientRect(), A = i.value;
|
33470
|
-
switch (n.placement) {
|
33469
|
+
switch (console.log(_), n.placement) {
|
33471
33470
|
case "left-top":
|
33472
33471
|
D = `${_.top - 40 + _.height / 2}px`, N = `${_.left - A.offsetWidth - 14}px`;
|
33473
33472
|
break;
|