golden-logic-ui 1.0.479 → 1.0.480
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 +3 -3
- 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
|
@@ -2248,7 +2248,7 @@ const Rce = /* @__PURE__ */ zr(_X, [["render", EJ], ["__scopeId", "data-v-205c63
|
|
|
2248
2248
|
methods: {
|
|
2249
2249
|
observeSlotChanges() {
|
|
2250
2250
|
const A = this.$refs.slotContent;
|
|
2251
|
-
A && (this.mutationObserver = new MutationObserver((oe) => {
|
|
2251
|
+
console.log("slotContent:", A), A && (this.mutationObserver = new MutationObserver((oe) => {
|
|
2252
2252
|
oe.forEach((G) => {
|
|
2253
2253
|
console.log("Slot content changed:", G), this.initSlider();
|
|
2254
2254
|
});
|
|
@@ -2319,7 +2319,7 @@ const Rce = /* @__PURE__ */ zr(_X, [["render", EJ], ["__scopeId", "data-v-205c63
|
|
|
2319
2319
|
this.direction_property == "rtl" ? oe.style.marginRight = -this.dotsNavigation[A - 1] + "px" : oe.style.marginLeft = -this.dotsNavigation[A - 1] + "px", this.currentDot = A;
|
|
2320
2320
|
}
|
|
2321
2321
|
}
|
|
2322
|
-
}, km = (A) => (rq("data-v-
|
|
2322
|
+
}, km = (A) => (rq("data-v-5bc331c6"), A = A(), aq(), A), DJ = ["id"], OJ = {
|
|
2323
2323
|
key: 0,
|
|
2324
2324
|
class: "items-center hidden w-2/12 xl:flex xxl:flex md:flex sm:flex arrow_button"
|
|
2325
2325
|
}, RJ = { class: "w-full" }, $J = {
|
|
@@ -2621,7 +2621,7 @@ function $Q(A, oe, G, _e, ne, Z) {
|
|
|
2621
2621
|
], 10, DJ)
|
|
2622
2622
|
]);
|
|
2623
2623
|
}
|
|
2624
|
-
const $ce = /* @__PURE__ */ zr(AJ, [["render", $Q], ["__scopeId", "data-v-
|
|
2624
|
+
const $ce = /* @__PURE__ */ zr(AJ, [["render", $Q], ["__scopeId", "data-v-5bc331c6"]]), 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" }, [
|
|
2625
2625
|
/* @__PURE__ */ R("svg", {
|
|
2626
2626
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2627
2627
|
fill: "currentColor",
|