flame-plus 0.4.46 → 0.4.49
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.
|
@@ -6237,7 +6237,8 @@ const Tg = { class: "page-header" }, Dg = Ae({
|
|
|
6237
6237
|
customPageConfig: {
|
|
6238
6238
|
type: Object,
|
|
6239
6239
|
default: null
|
|
6240
|
-
}
|
|
6240
|
+
},
|
|
6241
|
+
customParams: {}
|
|
6241
6242
|
},
|
|
6242
6243
|
emits: ["defaultEvent", "customEvent"],
|
|
6243
6244
|
setup(n, { expose: r, emit: i }) {
|
|
@@ -6334,7 +6335,8 @@ const Tg = { class: "page-header" }, Dg = Ae({
|
|
|
6334
6335
|
const ge = Up(
|
|
6335
6336
|
{},
|
|
6336
6337
|
l.value.search.defaultSearchParams,
|
|
6337
|
-
f.value
|
|
6338
|
+
f.value,
|
|
6339
|
+
u.customParams
|
|
6338
6340
|
);
|
|
6339
6341
|
Je.flameApi.pageSearch({
|
|
6340
6342
|
tableName: v.value,
|
|
@@ -6702,7 +6704,7 @@ const Tg = { class: "page-header" }, Dg = Ae({
|
|
|
6702
6704
|
}, null, 8, ["visible", "before-close"])
|
|
6703
6705
|
], 512));
|
|
6704
6706
|
}
|
|
6705
|
-
}), _c = /* @__PURE__ */ ir(Dg, [["__scopeId", "data-v-
|
|
6707
|
+
}), _c = /* @__PURE__ */ ir(Dg, [["__scopeId", "data-v-2ad52f6b"]]);
|
|
6706
6708
|
const $g = { class: "page-header" }, Bg = { class: "page-search" }, Ng = Ae({
|
|
6707
6709
|
__name: "flmExportPage",
|
|
6708
6710
|
props: {
|