sprof 0.0.216 → 0.0.218
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/core/store/SearchStore.d.ts +1 -1
- package/dist/core/store/index.d.ts +1 -1
- package/dist/sprof.js +8 -5
- package/dist/sprof.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -126,7 +126,7 @@ declare class S {
|
|
|
126
126
|
count: number;
|
|
127
127
|
Search(searchModel: SearchModel): Promise<void>;
|
|
128
128
|
mainSearch(searchModel: SearchModel): Promise<void>;
|
|
129
|
-
Full(searchModel: SearchModel): Promise<
|
|
129
|
+
Full(searchModel: SearchModel): Promise<SearchModel>;
|
|
130
130
|
ToggleDrawer(isOpen: boolean): void;
|
|
131
131
|
SetSearchModel(searchModel: void | SearchModel): void;
|
|
132
132
|
SetSearchGroups(): void;
|
|
@@ -397,7 +397,7 @@ export default abstract class S {
|
|
|
397
397
|
count: number;
|
|
398
398
|
Search(searchModel: import('../classes/SearchModel').default): Promise<void>;
|
|
399
399
|
mainSearch(searchModel: import('../classes/SearchModel').default): Promise<void>;
|
|
400
|
-
Full(searchModel: import('../classes/SearchModel').default): Promise<
|
|
400
|
+
Full(searchModel: import('../classes/SearchModel').default): Promise<import('../classes/SearchModel').default>;
|
|
401
401
|
ToggleDrawer(isOpen: boolean): void;
|
|
402
402
|
SetSearchModel(searchModel: void | import('../classes/SearchModel').default): void;
|
|
403
403
|
SetSearchGroups(): void;
|
package/dist/sprof.js
CHANGED
|
@@ -5121,7 +5121,7 @@ let dh = class {
|
|
|
5121
5121
|
n.options = [];
|
|
5122
5122
|
});
|
|
5123
5123
|
const i = await he.Get({ query: `search/main?searchModel=${e.toUrl()}` });
|
|
5124
|
-
this.SetSearchModel(i);
|
|
5124
|
+
return this.SetSearchModel(i), i;
|
|
5125
5125
|
}
|
|
5126
5126
|
ToggleDrawer(e) {
|
|
5127
5127
|
this.isSearchDrawerOpen.value = e, this.searchModel = new An();
|
|
@@ -7732,7 +7732,10 @@ const cv = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
7732
7732
|
}, Symbol.toStringTag, { value: "Module" })), tg = {
|
|
7733
7733
|
key: 0,
|
|
7734
7734
|
class: "mainblock"
|
|
7735
|
-
}, ig = { class: "mainblock-right" }, ng = {
|
|
7735
|
+
}, ig = { class: "mainblock-right" }, ng = {
|
|
7736
|
+
key: 0,
|
|
7737
|
+
class: "title"
|
|
7738
|
+
}, sg = { class: "body" }, rg = /* @__PURE__ */ $({
|
|
7736
7739
|
__name: "AdaptiveContainer",
|
|
7737
7740
|
props: {
|
|
7738
7741
|
menuWidth: {
|
|
@@ -7790,7 +7793,7 @@ const cv = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
7790
7793
|
], 4)
|
|
7791
7794
|
], 4),
|
|
7792
7795
|
f("div", ig, [
|
|
7793
|
-
|
|
7796
|
+
o.$slots.title ? (m(), w("div", ng, [
|
|
7794
7797
|
f("div", {
|
|
7795
7798
|
class: "icon",
|
|
7796
7799
|
style: I({
|
|
@@ -7801,7 +7804,7 @@ const cv = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
7801
7804
|
P(o.$slots, "icon", {}, void 0, !0)
|
|
7802
7805
|
], 4),
|
|
7803
7806
|
P(o.$slots, "title", {}, void 0, !0)
|
|
7804
|
-
]),
|
|
7807
|
+
])) : J("", !0),
|
|
7805
7808
|
f("div", sg, [
|
|
7806
7809
|
P(o.$slots, "body", {}, void 0, !0)
|
|
7807
7810
|
])
|
|
@@ -7809,7 +7812,7 @@ const cv = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
7809
7812
|
])) : J("", !0)
|
|
7810
7813
|
], 64));
|
|
7811
7814
|
}
|
|
7812
|
-
}), ua = /* @__PURE__ */ A(rg, [["__scopeId", "data-v-
|
|
7815
|
+
}), ua = /* @__PURE__ */ A(rg, [["__scopeId", "data-v-48495c0d"]]), og = { class: "mainblock-right" }, ag = { class: "body" }, lg = /* @__PURE__ */ $({
|
|
7813
7816
|
__name: "AdaptiveContainerHorizontal",
|
|
7814
7817
|
props: {
|
|
7815
7818
|
menuWidth: {
|