@iccandle/vuejs-widget 0.1.4 → 0.1.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.
package/dist/widget-iccandle.js
CHANGED
|
@@ -7488,7 +7488,9 @@ function fe({ title: e, description: t, action: n, dismiss: r, variant: i = "inf
|
|
|
7488
7488
|
//#region src/lib/search-filter-storage.ts
|
|
7489
7489
|
var pe = "search-filter", me = "search-filter-session", he = "scanner-always-show";
|
|
7490
7490
|
function ge() {
|
|
7491
|
-
|
|
7491
|
+
if (typeof window > "u") return !0;
|
|
7492
|
+
let e = localStorage.getItem(he);
|
|
7493
|
+
return e === null || e === "true";
|
|
7492
7494
|
}
|
|
7493
7495
|
function _e(e) {
|
|
7494
7496
|
typeof window > "u" || localStorage.setItem(he, String(e));
|
|
@@ -11266,7 +11268,7 @@ var ao = [], oo = (e) => {
|
|
|
11266
11268
|
precision: 2,
|
|
11267
11269
|
inputs: { [po]: 0 }
|
|
11268
11270
|
}
|
|
11269
|
-
}), vo = 0, yo = (e = "light") => e === "dark" ? "#
|
|
11271
|
+
}), vo = 0, yo = (e = "light") => e === "dark" ? "#0F0F0F" : "#ffffff", bo = [
|
|
11270
11272
|
NaN,
|
|
11271
11273
|
NaN,
|
|
11272
11274
|
NaN,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iccandle/vuejs-widget",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "Vue scanner overlay for TradingView Charting Library — ICCandle pattern search, remote theming, and plugin iframe integration.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "ICCandle",
|