oolib 2.213.4 → 2.213.5
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.
|
@@ -209,6 +209,18 @@ var getEmptyStatesConfig = function (_a) {
|
|
|
209
209
|
text: "Clear Search",
|
|
210
210
|
},
|
|
211
211
|
};
|
|
212
|
+
case "globalSearch_initEmptyState":
|
|
213
|
+
return {
|
|
214
|
+
align: "center",
|
|
215
|
+
image: {
|
|
216
|
+
src: "searchListing",
|
|
217
|
+
style: {
|
|
218
|
+
opacity: 0.6,
|
|
219
|
+
},
|
|
220
|
+
},
|
|
221
|
+
title: 'Type something in the searchbar above to start searching through your data',
|
|
222
|
+
subtitle: "",
|
|
223
|
+
};
|
|
212
224
|
case "searchDashBoardListing":
|
|
213
225
|
return {
|
|
214
226
|
align: "center",
|
|
@@ -58,6 +58,6 @@ var LoaderOverlay = function (_a) {
|
|
|
58
58
|
left: 0,
|
|
59
59
|
zIndex: 1000000000,
|
|
60
60
|
} },
|
|
61
|
-
react_1.default.createElement(LoaderCircle_1.LoaderCircle, { text: loaderText || "
|
|
61
|
+
react_1.default.createElement(LoaderCircle_1.LoaderCircle, { text: loaderText || "Loading...", isBlock: true, invert: true }))), document.getElementById("loader-root")));
|
|
62
62
|
};
|
|
63
63
|
exports.LoaderOverlay = LoaderOverlay;
|