@devtable/dashboard 6.28.0 → 6.28.2
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/dashboard.es.js +8 -9
- package/dist/dashboard.umd.js +38 -38
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/dashboard.es.js
CHANGED
|
@@ -13512,7 +13512,7 @@ const dT = (e) => {
|
|
|
13512
13512
|
getColor: la(["#fff7f1", "darkorange", "#b60000"]),
|
|
13513
13513
|
name: "orange",
|
|
13514
13514
|
category: "sequential"
|
|
13515
|
-
}, dg = "@devtable/dashboard", hs = "6.28.
|
|
13515
|
+
}, dg = "@devtable/dashboard", hs = "6.28.2", fg = "Apache-2.0", pg = {
|
|
13516
13516
|
access: "public",
|
|
13517
13517
|
registry: "https://registry.npmjs.org/"
|
|
13518
13518
|
}, gg = [
|
|
@@ -28829,7 +28829,7 @@ function Ph({ id: e, name: t, version: n, filters: r, views: o, definition: { qu
|
|
|
28829
28829
|
function Ih(e) {
|
|
28830
28830
|
return j.useCallback((t) => t.provideValue(Lt.pluginManager, e.pluginManager).provideValue(Lt.vizManager, e.vizManager).provideValue(Lt.colorManager, e.colorManager), []);
|
|
28831
28831
|
}
|
|
28832
|
-
const
|
|
28832
|
+
const pL = Q(function({
|
|
28833
28833
|
context: t,
|
|
28834
28834
|
dashboard: n,
|
|
28835
28835
|
update: r,
|
|
@@ -28889,7 +28889,7 @@ const gL = Q(function({
|
|
|
28889
28889
|
})
|
|
28890
28890
|
})
|
|
28891
28891
|
});
|
|
28892
|
-
}),
|
|
28892
|
+
}), gL = Q(({
|
|
28893
28893
|
context: e,
|
|
28894
28894
|
dashboard: t,
|
|
28895
28895
|
className: n = "dashboard",
|
|
@@ -29076,14 +29076,13 @@ var Ah = { exports: {} };
|
|
|
29076
29076
|
};
|
|
29077
29077
|
});
|
|
29078
29078
|
})(Ah);
|
|
29079
|
-
const EN = Ah.exports,
|
|
29080
|
-
console.log(`[@devtable/dashboard] version: ${ON}`);
|
|
29079
|
+
const EN = Ah.exports, hL = () => Promise.resolve().then(() => ST).then(({ version: e }) => (console.log(`[@devtable/dashboard] version: ${e}`), e));
|
|
29081
29080
|
hr.extend(EN);
|
|
29082
29081
|
hr.extend(_N);
|
|
29083
29082
|
hr.tz.setDefault("UTC");
|
|
29084
29083
|
export {
|
|
29085
29084
|
fN as ContextModel,
|
|
29086
|
-
|
|
29085
|
+
pL as Dashboard,
|
|
29087
29086
|
VR as DashboardFilterType,
|
|
29088
29087
|
LR as DashboardMode,
|
|
29089
29088
|
wl as DashboardModel,
|
|
@@ -29097,7 +29096,7 @@ export {
|
|
|
29097
29096
|
Jv as PanelContextProvider,
|
|
29098
29097
|
cN as QueriesModel,
|
|
29099
29098
|
sN as QueryModel,
|
|
29100
|
-
|
|
29099
|
+
gL as ReadOnlyDashboard,
|
|
29101
29100
|
XA as ReadOnlyDashboardView,
|
|
29102
29101
|
uN as SQLSnippetModel,
|
|
29103
29102
|
dN as SQLSnippetsModel,
|
|
@@ -29106,8 +29105,8 @@ export {
|
|
|
29106
29105
|
Ph as createDashboardModel,
|
|
29107
29106
|
CN as createDashboardViewsModel,
|
|
29108
29107
|
aN as getInitialFiltersPayload,
|
|
29108
|
+
hL as getVersion,
|
|
29109
29109
|
lt as useModelContext,
|
|
29110
29110
|
Gt as usePanelContext,
|
|
29111
|
-
Ih as useTopLevelServices
|
|
29112
|
-
ON as version
|
|
29111
|
+
Ih as useTopLevelServices
|
|
29113
29112
|
};
|