@turquoisehealth/pit-viper 2.109.1 → 2.109.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/_site/assets/js/pit-viper.js +10 -8
- package/package.json +1 -1
- package/pv-components/dist/stats/vue/base/stats.html +4949 -0
- package/pv-components/dist/stats/vue/visualizations/stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-accordion-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-action-bar-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-avatar-group-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-avatar-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-banner-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-breadcrumbs-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-button-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-card-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-checkbox-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-company-label-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-company-logo-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-company-tag-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-counter-badge-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-date-picker-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-date-time-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-drawer-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-dropdown-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-expandable-content-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-ghost-input-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-icon-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-input-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-insight-card-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-modal-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-multi-select-button-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-option-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-pagination-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-pill-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-popover-menu-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-popover-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-popover-v2-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-rating-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-release-badge-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-search-input-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-segmented-control-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-select-button-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-selectable-card-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-side-panel-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-skeleton-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-spinner-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-sprite-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-suggestion-tag-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-switch-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-tab-list-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-tabs-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-tag-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-text-area-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-toast-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-toggle-button-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-toggle-group-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-tooltip-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-tooltip-v2-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-widget-stats.html +4949 -0
|
@@ -179,7 +179,7 @@ class PVAutoClose extends HTMLElement {
|
|
|
179
179
|
}
|
|
180
180
|
customElements.define('pv-data-grid', PVDataGrid);
|
|
181
181
|
|
|
182
|
-
|
|
182
|
+
class PvGlobalNav extends HTMLElement {
|
|
183
183
|
constructor() {
|
|
184
184
|
super();
|
|
185
185
|
this.hoverTimeout = null;
|
|
@@ -288,7 +288,7 @@ class PVAutoClose extends HTMLElement {
|
|
|
288
288
|
if (isActive) {
|
|
289
289
|
menu.removeAttribute('data-active');
|
|
290
290
|
} else {
|
|
291
|
-
|
|
291
|
+
menu.setAttribute('data-active', '');
|
|
292
292
|
}
|
|
293
293
|
}
|
|
294
294
|
|
|
@@ -315,18 +315,20 @@ class PVAutoClose extends HTMLElement {
|
|
|
315
315
|
if (!this.layout.hasAttribute('data-expanded')) {
|
|
316
316
|
this.hoverExpandState();
|
|
317
317
|
}
|
|
318
|
+
// exit early since we want to keep the menu and sidebar open
|
|
318
319
|
return;
|
|
319
320
|
}
|
|
320
|
-
// if outside sidebar, remove 'data-floating;
|
|
321
|
-
if (!inSidebar) {
|
|
322
|
-
this.layout.removeAttribute('data-floating');
|
|
323
|
-
}
|
|
324
321
|
|
|
325
322
|
// clicked outside any menu, close all menus
|
|
326
323
|
allMenus.forEach(menu => menu.removeAttribute('data-active'));
|
|
327
324
|
this.style.overflowX = 'hidden';
|
|
328
|
-
|
|
329
|
-
|
|
325
|
+
|
|
326
|
+
// if outside sidebar, remove 'data-floating' and reset hover state
|
|
327
|
+
if (!inSidebar) {
|
|
328
|
+
this.layout.removeAttribute('data-floating');
|
|
329
|
+
if (!this.layout.hasAttribute('data-collapsed') && !this.layout.hasAttribute('data-expanded')) {
|
|
330
|
+
this.hoverCollapseState();
|
|
331
|
+
}
|
|
330
332
|
}
|
|
331
333
|
}
|
|
332
334
|
}
|