@trops/dash-core 0.1.479 → 0.1.480
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/index.esm.js +10 -10
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +10 -10
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -55065,6 +55065,16 @@ var DashSidebar = function DashSidebar(_ref2) {
|
|
|
55065
55065
|
}),
|
|
55066
55066
|
onClick: onOpenCommandPalette,
|
|
55067
55067
|
children: "Search"
|
|
55068
|
+
}), /*#__PURE__*/jsxRuntime.jsx(DashReact.Sidebar.Group, {
|
|
55069
|
+
label: "Dashboards",
|
|
55070
|
+
children: /*#__PURE__*/jsxRuntime.jsx(DashReact.Sidebar.Item, {
|
|
55071
|
+
icon: /*#__PURE__*/jsxRuntime.jsx(DashReact.FontAwesomeIcon, {
|
|
55072
|
+
icon: "plus",
|
|
55073
|
+
className: "h-3.5 w-3.5"
|
|
55074
|
+
}),
|
|
55075
|
+
onClick: onNewDashboard,
|
|
55076
|
+
children: "New Dashboard"
|
|
55077
|
+
})
|
|
55068
55078
|
}), /*#__PURE__*/jsxRuntime.jsx(CollapsibleContent, {
|
|
55069
55079
|
children: visibleRecents.length > 0 && /*#__PURE__*/jsxRuntime.jsx(DashReact.Sidebar.Group, {
|
|
55070
55080
|
label: "Recents",
|
|
@@ -55087,16 +55097,6 @@ var DashSidebar = function DashSidebar(_ref2) {
|
|
|
55087
55097
|
}, recent.workspaceId);
|
|
55088
55098
|
})
|
|
55089
55099
|
})
|
|
55090
|
-
}), /*#__PURE__*/jsxRuntime.jsx(DashReact.Sidebar.Group, {
|
|
55091
|
-
label: "Dashboards",
|
|
55092
|
-
children: /*#__PURE__*/jsxRuntime.jsx(DashReact.Sidebar.Item, {
|
|
55093
|
-
icon: /*#__PURE__*/jsxRuntime.jsx(DashReact.FontAwesomeIcon, {
|
|
55094
|
-
icon: "plus",
|
|
55095
|
-
className: "h-3.5 w-3.5"
|
|
55096
|
-
}),
|
|
55097
|
-
onClick: onNewDashboard,
|
|
55098
|
-
children: "New Dashboard"
|
|
55099
|
-
})
|
|
55100
55100
|
}), /*#__PURE__*/jsxRuntime.jsxs(CollapsibleContent, {
|
|
55101
55101
|
children: [menuItems.map(function (menuItem) {
|
|
55102
55102
|
var folderWorkspaces = workspacesForFolder(menuItem.id);
|