golden-logic-ui 1.2.53 → 1.2.55
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
CHANGED
|
@@ -91247,10 +91247,9 @@ const $Ae = {
|
|
|
91247
91247
|
popTitle: "",
|
|
91248
91248
|
// preview:true,
|
|
91249
91249
|
beforeOpenCallback(t) {
|
|
91250
|
-
t.columnsHidden = ["Action"], this.isLoading = !0;
|
|
91251
91250
|
},
|
|
91252
91251
|
openCallback(t) {
|
|
91253
|
-
|
|
91252
|
+
t.isLoading = !1;
|
|
91254
91253
|
},
|
|
91255
91254
|
closeCallback(t) {
|
|
91256
91255
|
t.columnsHidden = [];
|
|
@@ -91299,9 +91298,9 @@ const $Ae = {
|
|
|
91299
91298
|
},
|
|
91300
91299
|
methods: {
|
|
91301
91300
|
delayedPrint() {
|
|
91302
|
-
setTimeout(() => {
|
|
91303
|
-
const r = document.getElementById("print_" + randomString);
|
|
91304
|
-
this.$options.directives.print.mounted(r, {
|
|
91301
|
+
this.columnsHidden = ["Action"], this.isLoading = !0, setTimeout(() => {
|
|
91302
|
+
const r = document.getElementById("print_" + this.randomString);
|
|
91303
|
+
console.log(r), this.$options.directives.print.mounted(r, {
|
|
91305
91304
|
value: this.printObj
|
|
91306
91305
|
});
|
|
91307
91306
|
}, 3e3);
|
|
@@ -91768,7 +91767,7 @@ function t5e(r, t, s, l, c, f) {
|
|
|
91768
91767
|
])
|
|
91769
91768
|
], 64);
|
|
91770
91769
|
}
|
|
91771
|
-
const XRe = /* @__PURE__ */ Ii($Ae, [["render", t5e], ["__scopeId", "data-v-
|
|
91770
|
+
const XRe = /* @__PURE__ */ Ii($Ae, [["render", t5e], ["__scopeId", "data-v-8d3a7727"]]), n5e = {
|
|
91772
91771
|
components: {},
|
|
91773
91772
|
props: {
|
|
91774
91773
|
data: Array,
|