golden-logic-ui 1.0.458 → 1.0.459
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 +8 -4
- package/dist/golden-logic-ui.umd.cjs +26 -26
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/golden-logic-ui.js
CHANGED
|
@@ -2205,6 +2205,10 @@ const Rce = /* @__PURE__ */ zr(_X, [["render", EJ], ["__scopeId", "data-v-205c63
|
|
|
2205
2205
|
type: Boolean,
|
|
2206
2206
|
default: !1
|
|
2207
2207
|
},
|
|
2208
|
+
hide_indicators: {
|
|
2209
|
+
type: Boolean,
|
|
2210
|
+
default: !1
|
|
2211
|
+
},
|
|
2208
2212
|
disable_touch: {
|
|
2209
2213
|
type: Boolean,
|
|
2210
2214
|
default: !1
|
|
@@ -2300,7 +2304,7 @@ const Rce = /* @__PURE__ */ zr(_X, [["render", EJ], ["__scopeId", "data-v-205c63
|
|
|
2300
2304
|
this.direction_property == "rtl" ? re.style.marginRight = -this.dotsNavigation[A - 1] + "px" : re.style.marginLeft = -this.dotsNavigation[A - 1] + "px", this.currentDot = A;
|
|
2301
2305
|
}
|
|
2302
2306
|
}
|
|
2303
|
-
}, km = (A) => (rq("data-v-
|
|
2307
|
+
}, km = (A) => (rq("data-v-58ba0db5"), A = A(), aq(), A), DJ = ["id"], OJ = {
|
|
2304
2308
|
key: 0,
|
|
2305
2309
|
class: "items-center hidden w-2/12 xl:flex xxl:flex md:flex sm:flex arrow_button"
|
|
2306
2310
|
}, RJ = { class: "w-full" }, $J = {
|
|
@@ -2540,7 +2544,7 @@ function $Q(A, re, G, _e, ne, Z) {
|
|
|
2540
2544
|
])
|
|
2541
2545
|
], 2)) : Ye("", !0)
|
|
2542
2546
|
], 10, FJ),
|
|
2543
|
-
G.slider_arrows_indicators_position != "arrows_indicators_below_slider" ? (ue(), fe("div", {
|
|
2547
|
+
!G.hide_indicators && G.slider_arrows_indicators_position != "arrows_indicators_below_slider" ? (ue(), fe("div", {
|
|
2544
2548
|
key: 0,
|
|
2545
2549
|
class: Zt(["flex justify-center mb-1 space-x-1", Z.sliderIndicatorsAction()])
|
|
2546
2550
|
}, [
|
|
@@ -2551,7 +2555,7 @@ function $Q(A, re, G, _e, ne, Z) {
|
|
|
2551
2555
|
onClick: (X) => Z.setDot(xe)
|
|
2552
2556
|
}, nQ, 10, eQ))), 128))
|
|
2553
2557
|
], 2)) : Ye("", !0),
|
|
2554
|
-
G.slider_arrows_indicators_position == "arrows_indicators_below_slider" ? (ue(), fe("div", oQ, [
|
|
2558
|
+
!G.hide_indicators && G.slider_arrows_indicators_position == "arrows_indicators_below_slider" ? (ue(), fe("div", oQ, [
|
|
2555
2559
|
R("div", {
|
|
2556
2560
|
class: Zt(["flex justify-center mb-1 space-x-1", Z.sliderIndicatorsAction()])
|
|
2557
2561
|
}, [
|
|
@@ -2602,7 +2606,7 @@ function $Q(A, re, G, _e, ne, Z) {
|
|
|
2602
2606
|
], 10, DJ)
|
|
2603
2607
|
]);
|
|
2604
2608
|
}
|
|
2605
|
-
const $ce = /* @__PURE__ */ zr(AJ, [["render", $Q], ["__scopeId", "data-v-
|
|
2609
|
+
const $ce = /* @__PURE__ */ zr(AJ, [["render", $Q], ["__scopeId", "data-v-58ba0db5"]]), 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" }, [
|
|
2606
2610
|
/* @__PURE__ */ R("svg", {
|
|
2607
2611
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2608
2612
|
fill: "currentColor",
|