@arbocollab/arbo-web-search 1.0.13 → 1.0.14
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/css/main.css +1 -1
- package/dist/es/index.es.js +12 -13
- package/dist/es/index.es.js.map +1 -1
- package/dist/umd/index.umd.js +15 -15
- package/dist/umd/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/es/index.es.js
CHANGED
|
@@ -18834,7 +18834,6 @@ const formatPercentage = (value) => {
|
|
|
18834
18834
|
const getWS_Code = () => {
|
|
18835
18835
|
return sessionStorage.getItem(WS_CODE) || "";
|
|
18836
18836
|
};
|
|
18837
|
-
const baseApiUrl = sessionStorage.getItem("API_BASE_URL") || "";
|
|
18838
18837
|
const createApiMap = () => {
|
|
18839
18838
|
const createApiConfig = (url, method, params, data) => ({
|
|
18840
18839
|
url,
|
|
@@ -18843,6 +18842,7 @@ const createApiMap = () => {
|
|
|
18843
18842
|
data
|
|
18844
18843
|
});
|
|
18845
18844
|
const searchData = (args) => {
|
|
18845
|
+
const baseApiUrl = sessionStorage.getItem("API_BASE_URL") || "";
|
|
18846
18846
|
const ws_code = getWS_Code();
|
|
18847
18847
|
const params = {
|
|
18848
18848
|
ws_code,
|
|
@@ -18851,6 +18851,7 @@ const createApiMap = () => {
|
|
|
18851
18851
|
return createApiConfig(`${baseApiUrl}${"/search/1"}`, "get", params);
|
|
18852
18852
|
};
|
|
18853
18853
|
const getUserInformation = () => {
|
|
18854
|
+
const baseApiUrl = sessionStorage.getItem("API_BASE_URL") || "";
|
|
18854
18855
|
return createApiConfig(
|
|
18855
18856
|
`${baseApiUrl}${"/me"}`,
|
|
18856
18857
|
"get"
|
|
@@ -18858,6 +18859,7 @@ const createApiMap = () => {
|
|
|
18858
18859
|
);
|
|
18859
18860
|
};
|
|
18860
18861
|
const getUserPermission = () => {
|
|
18862
|
+
const baseApiUrl = sessionStorage.getItem("API_BASE_URL") || "";
|
|
18861
18863
|
const ws_code = getWS_Code();
|
|
18862
18864
|
const url = `${baseApiUrl}${"/workspace/{ws_code}/permissions".replace("{ws_code}", ws_code)}`;
|
|
18863
18865
|
return createApiConfig(
|
|
@@ -18867,6 +18869,7 @@ const createApiMap = () => {
|
|
|
18867
18869
|
);
|
|
18868
18870
|
};
|
|
18869
18871
|
const getUserRootRole = (id) => {
|
|
18872
|
+
const baseApiUrl = sessionStorage.getItem("API_BASE_URL") || "";
|
|
18870
18873
|
const ws_code = getWS_Code();
|
|
18871
18874
|
const apiUrl = baseApiUrl.replace("/v1", "");
|
|
18872
18875
|
const url = `${apiUrl}${"/workspace/{ws_code}/ws-user-roles/{id}".replace("{ws_code}", ws_code)}`.replace("{id}", id);
|
|
@@ -18877,6 +18880,7 @@ const createApiMap = () => {
|
|
|
18877
18880
|
);
|
|
18878
18881
|
};
|
|
18879
18882
|
const getUserConfig = () => {
|
|
18883
|
+
const baseApiUrl = sessionStorage.getItem("API_BASE_URL") || "";
|
|
18880
18884
|
const ws_code = getWS_Code();
|
|
18881
18885
|
const url = `${baseApiUrl}${"/me/config".replace("{ws_code}", ws_code)}`;
|
|
18882
18886
|
return createApiConfig(
|
|
@@ -18886,6 +18890,7 @@ const createApiMap = () => {
|
|
|
18886
18890
|
);
|
|
18887
18891
|
};
|
|
18888
18892
|
const getWsInformation = () => {
|
|
18893
|
+
const baseApiUrl = sessionStorage.getItem("API_BASE_URL") || "";
|
|
18889
18894
|
const ws_code = getWS_Code();
|
|
18890
18895
|
const url = `${baseApiUrl}${"/workspaces?page=1&per_page=1&include_ws={ws_code}".replace("{ws_code}", ws_code)}`;
|
|
18891
18896
|
return createApiConfig(
|
|
@@ -50571,7 +50576,7 @@ const _sfc_main$i = {};
|
|
|
50571
50576
|
const _hoisted_1$a = { class: "skeleton-wrapper" };
|
|
50572
50577
|
function _sfc_render$2(_ctx, _cache) {
|
|
50573
50578
|
return openBlock(), createElementBlock("div", _hoisted_1$a, _cache[0] || (_cache[0] = [
|
|
50574
|
-
createStaticVNode('<div class="avatar-skeleton-gs gs-animation
|
|
50579
|
+
createStaticVNode('<div class="avatar-skeleton-gs gs-skeleton-animation"></div><div class="content"><div class="scene-row"><div class="scene-name-skeleton-gs gs-skeleton-animation"></div></div><div class="user-email-gs gs-skeleton-animation"></div></div>', 2)
|
|
50575
50580
|
]));
|
|
50576
50581
|
}
|
|
50577
50582
|
const PeopleSkeleton = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$2]]);
|
|
@@ -51070,7 +51075,7 @@ const _sfc_main$d = {};
|
|
|
51070
51075
|
const _hoisted_1$7 = { class: "skeleton-wrapper" };
|
|
51071
51076
|
function _sfc_render$1(_ctx, _cache) {
|
|
51072
51077
|
return openBlock(), createElementBlock("div", _hoisted_1$7, _cache[0] || (_cache[0] = [
|
|
51073
|
-
createStaticVNode('<div class="thumbnail-skeleton-gs gs-animation
|
|
51078
|
+
createStaticVNode('<div class="thumbnail-skeleton-gs gs-skeleton-animation"></div><div class="content"><div class="breadcrumbs-skeleton-gs gs-skeleton-animation"></div><div class="scene-row-gs"><div class="scene-name-skeleton-gs gs-skeleton-animation"></div><div class="mini-thumbnail-gs gs-skeleton-animation"></div><div class="scene-name-skeleton-gs gs-skeleton-animation"></div></div></div>', 2)
|
|
51074
51079
|
]));
|
|
51075
51080
|
}
|
|
51076
51081
|
const ProjectSkeleton = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["render", _sfc_render$1]]);
|
|
@@ -51102,7 +51107,7 @@ const _sfc_main$b = {};
|
|
|
51102
51107
|
const _hoisted_1$6 = { class: "skeleton-wrapper" };
|
|
51103
51108
|
function _sfc_render(_ctx, _cache) {
|
|
51104
51109
|
return openBlock(), createElementBlock("div", _hoisted_1$6, _cache[0] || (_cache[0] = [
|
|
51105
|
-
createStaticVNode('<div class="thumbnail-skeleton-gs gs-animation
|
|
51110
|
+
createStaticVNode('<div class="thumbnail-skeleton-gs gs-skeleton-animation"></div><div class="content"><div class="breadcrumbs-skeleton-gs gs-skeleton-animation"></div><div class="scene-row-gs"><div class="scene-name-skeleton-gs gs-skeleton-animation"></div><div class="thumbnail-list-gs"><div class="mini-thumbnail-gs gs-skeleton-animation"></div><div class="mini-thumbnail-gs gs-skeleton-animation"></div><div class="mini-thumbnail-gs gs-skeleton-animation"></div><div class="mini-thumbnail-gs gs-skeleton-animation"></div></div></div></div><div class="status-skeleton-gs gs-skeleton-animation"></div>', 3)
|
|
51106
51111
|
]));
|
|
51107
51112
|
}
|
|
51108
51113
|
const SceneSkeleton = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["render", _sfc_render]]);
|
|
@@ -51950,18 +51955,12 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
51950
51955
|
}))
|
|
51951
51956
|
]),
|
|
51952
51957
|
_: 1
|
|
51953
|
-
}, 8, ["modelValue", "placeholder"])
|
|
51954
|
-
createVNode(_component_ArboButton, mergeProps({ class: "arbo-ui-styles" }, {
|
|
51955
|
-
prefixIcon: "XMarkSolid",
|
|
51956
|
-
label: "",
|
|
51957
|
-
type: "tertiary",
|
|
51958
|
-
prefixTooltip: "Close"
|
|
51959
|
-
}, { onClick: closePopup }), null, 16)
|
|
51958
|
+
}, 8, ["modelValue", "placeholder"])
|
|
51960
51959
|
]);
|
|
51961
51960
|
};
|
|
51962
51961
|
}
|
|
51963
51962
|
});
|
|
51964
|
-
const GlobalSearchHeader = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-
|
|
51963
|
+
const GlobalSearchHeader = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-a9e97dbd"]]);
|
|
51965
51964
|
const _hoisted_1$2 = ["onMouseenter", "onMouseleave"];
|
|
51966
51965
|
const _hoisted_2$1 = ["innerHTML"];
|
|
51967
51966
|
const _hoisted_3$1 = ["innerHTML"];
|
|
@@ -52215,7 +52214,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
52215
52214
|
};
|
|
52216
52215
|
}
|
|
52217
52216
|
});
|
|
52218
|
-
const version = "1.0.
|
|
52217
|
+
const version = "1.0.14";
|
|
52219
52218
|
/*!
|
|
52220
52219
|
* shared v11.2.8
|
|
52221
52220
|
* (c) 2025 kazuya kawaguchi
|