golden-logic-ui 1.0.462 → 1.0.464
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/golden-logic-ui.js +5 -5
- package/dist/golden-logic-ui.umd.cjs +18 -18
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/golden-logic-ui.js
CHANGED
|
@@ -2248,7 +2248,7 @@ const Rce = /* @__PURE__ */ zr(_X, [["render", EJ], ["__scopeId", "data-v-205c63
|
|
|
2248
2248
|
},
|
|
2249
2249
|
sliderContainerAction() {
|
|
2250
2250
|
var A = "";
|
|
2251
|
-
return
|
|
2251
|
+
return !this.hide_arrow && this.slider_arrows_indicators_position == "arrows_outside_slider" || this.slider_arrows_indicators_position != "arrows_outside_slider", A;
|
|
2252
2252
|
},
|
|
2253
2253
|
generateRandomString(A) {
|
|
2254
2254
|
let re = "";
|
|
@@ -2285,7 +2285,7 @@ const Rce = /* @__PURE__ */ zr(_X, [["render", EJ], ["__scopeId", "data-v-205c63
|
|
|
2285
2285
|
let Z = this.element_size + 28;
|
|
2286
2286
|
console.log("cardwidth", Z);
|
|
2287
2287
|
let xe = A.clientWidth;
|
|
2288
|
-
if (console.log("sliderContainerWidth ", xe), this.elementsToShow = Math.floor(this.hide_arrow ? re.clientWidth / Z : xe / Z), console.log("elementsToShow", this.elementsToShow), console.log("elementsToShow new", this.elementsToShow), Z = (this.hide_arrow ? re.clientWidth : xe) / this.elementsToShow - 28, console.log("cardwidth new last ", Z), ne.length > 1) {
|
|
2288
|
+
if (console.log("sliderContainerWidth ", xe), console.log("mainSliderContainer ", re.clientWidth), this.elementsToShow = Math.floor(this.hide_arrow ? re.clientWidth / Z : xe / Z), console.log("elementsToShow", this.elementsToShow), console.log("elementsToShow new", this.elementsToShow), Z = (this.hide_arrow ? re.clientWidth : xe) / this.elementsToShow - 28, console.log("cardwidth new last ", Z), ne.length > 1) {
|
|
2289
2289
|
this.dotsNum = Math.ceil(ne.length / this.elementsToShow), console.log("dotsNum", this.dotsNum);
|
|
2290
2290
|
let X = this.hide_arrow ? re.clientWidth : xe;
|
|
2291
2291
|
console.log("navigation_no_between_slides", X), this.dotsNavigation = [];
|
|
@@ -2304,7 +2304,7 @@ const Rce = /* @__PURE__ */ zr(_X, [["render", EJ], ["__scopeId", "data-v-205c63
|
|
|
2304
2304
|
this.direction_property == "rtl" ? re.style.marginRight = -this.dotsNavigation[A - 1] + "px" : re.style.marginLeft = -this.dotsNavigation[A - 1] + "px", this.currentDot = A;
|
|
2305
2305
|
}
|
|
2306
2306
|
}
|
|
2307
|
-
}, km = (A) => (rq("data-v-
|
|
2307
|
+
}, km = (A) => (rq("data-v-e2914776"), A = A(), aq(), A), DJ = ["id"], OJ = {
|
|
2308
2308
|
key: 0,
|
|
2309
2309
|
class: "items-center hidden w-2/12 xl:flex xxl:flex md:flex sm:flex arrow_button"
|
|
2310
2310
|
}, RJ = { class: "w-full" }, $J = {
|
|
@@ -2507,7 +2507,7 @@ function $Q(A, re, G, _e, ne, Z) {
|
|
|
2507
2507
|
])
|
|
2508
2508
|
])) : Ye("", !0),
|
|
2509
2509
|
R("div", {
|
|
2510
|
-
class: Zt(["overflow-hidden flex flex-col gap-3 w-full", Z.sliderContainerAction()]),
|
|
2510
|
+
class: Zt(["overflow-hidden flex flex-col gap-3 w-full w-12/12", Z.sliderContainerAction()]),
|
|
2511
2511
|
id: "sliderContainer_" + A.Random_string
|
|
2512
2512
|
}, [
|
|
2513
2513
|
R("ul", {
|
|
@@ -2606,7 +2606,7 @@ function $Q(A, re, G, _e, ne, Z) {
|
|
|
2606
2606
|
], 10, DJ)
|
|
2607
2607
|
]);
|
|
2608
2608
|
}
|
|
2609
|
-
const $ce = /* @__PURE__ */ zr(AJ, [["render", $Q], ["__scopeId", "data-v-
|
|
2609
|
+
const $ce = /* @__PURE__ */ zr(AJ, [["render", $Q], ["__scopeId", "data-v-e2914776"]]), MQ = { class: "pointer-events-auto relative flex max-h-[100%] w-full flex-col overflow-hidden text-current shadow-4 outline-none bg-white border rounded-lg border-stroke dark:border-strokedark dark:bg-boxdark" }, PQ = { class: "flex items-center justify-between flex-shrink-0 pt-10 pb-3 pl-3 pr-3 border-b-2 dark:border-gray-600" }, BQ = { class: "text-xl font-medium leading-normal text-surface dark:text-white" }, NQ = /* @__PURE__ */ R("span", { class: "[&>svg]:h-6 [&>svg]:w-6" }, [
|
|
2610
2610
|
/* @__PURE__ */ R("svg", {
|
|
2611
2611
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2612
2612
|
fill: "currentColor",
|