@turquoisehealth/pit-viper 2.104.1 → 2.104.2-dev.0
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/css/pit-viper-v2-scoped.css +19 -0
- package/_site/assets/css/pit-viper-v2.css +21 -0
- package/_site/assets/css/pit-viper.css +21 -0
- package/package.json +38 -11
- 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-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
- package/pv-components/dist/vue/base/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +3 -4
- package/pv-components/dist/vue/base/components/base/PvSelectButton/PvSelectButton.vue.d.ts +1 -1
- package/pv-components/dist/vue/base/components/base/PvTooltipV2/PvTooltipV2.vue.d.ts +1 -0
- package/pv-components/dist/vue/base/components/base/PvTooltipV2/types.d.ts +2 -1
- package/pv-components/dist/vue/base/pv-components-base.mjs +3429 -5665
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +3428 -5941
- package/pv-components/dist/web/components/pv-accordion/pv-accordion.js +186 -0
- package/pv-components/dist/web/components/pv-action-bar/pv-action-bar.js +66 -0
- package/pv-components/dist/web/components/pv-avatar/pv-avatar.js +96 -0
- package/pv-components/dist/web/components/pv-avatar-group/pv-avatar-group.js +102 -0
- package/pv-components/dist/web/components/pv-banner/pv-banner.js +155 -0
- package/pv-components/dist/web/components/pv-breadcrumbs/pv-breadcrumbs.js +92 -0
- package/pv-components/dist/web/components/pv-button/pv-button.js +173 -0
- package/pv-components/dist/web/components/pv-card/pv-card.js +80 -0
- package/pv-components/dist/web/components/pv-checkbox/pv-checkbox.js +77 -0
- package/pv-components/dist/web/components/pv-company-label/pv-company-label.js +153 -0
- package/pv-components/dist/web/components/pv-company-logo/pv-company-logo.js +124 -0
- package/pv-components/dist/web/components/pv-company-tag/pv-company-tag.js +204 -0
- package/pv-components/dist/web/components/pv-counter-badge/pv-counter-badge.js +89 -0
- package/pv-components/dist/web/components/pv-date-picker/pv-date-picker.js +7481 -0
- package/pv-components/dist/web/components/pv-date-time/pv-date-time.js +577 -0
- package/pv-components/dist/web/components/pv-drawer/pv-drawer.js +486 -0
- package/pv-components/dist/web/components/pv-dropdown/pv-dropdown.js +1724 -0
- package/pv-components/dist/web/components/pv-expandable-content/pv-expandable-content.js +235 -0
- package/pv-components/dist/web/components/pv-ghost-input/pv-ghost-input.js +251 -0
- package/pv-components/dist/web/components/pv-icon/pv-icon.js +81 -0
- package/pv-components/dist/web/components/pv-input/pv-input.js +123 -0
- package/pv-components/dist/web/components/pv-insight-card/pv-insight-card.js +293 -0
- package/pv-components/dist/web/components/pv-modal/pv-modal.js +118 -0
- package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +2752 -0
- package/pv-components/dist/web/components/pv-pagination/pv-pagination.js +286 -0
- package/pv-components/dist/web/components/pv-pill/pv-pill.js +160 -0
- package/pv-components/dist/web/components/pv-popover/pv-popover.js +1417 -0
- package/pv-components/dist/web/components/pv-popover-menu/pv-popover-menu.js +1439 -0
- package/pv-components/dist/web/components/pv-popover-v2/pv-popover-v2.js +1421 -0
- package/pv-components/dist/web/components/pv-rating/pv-rating.js +78 -0
- package/pv-components/dist/web/components/pv-release-badge/pv-release-badge.js +74 -0
- package/pv-components/dist/web/components/pv-search-input/pv-search-input.js +170 -0
- package/pv-components/dist/web/components/pv-segmented-control/pv-segmented-control.js +145 -0
- package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +2563 -0
- package/pv-components/dist/web/components/pv-selectable-card/pv-selectable-card.js +85 -0
- package/pv-components/dist/web/components/pv-side-panel/pv-side-panel.js +80 -0
- package/pv-components/dist/web/components/pv-skeleton/pv-skeleton.js +1525 -0
- package/pv-components/dist/web/components/pv-spinner/pv-spinner.js +83 -0
- package/pv-components/dist/web/components/pv-sprite/pv-sprite.js +82 -0
- package/pv-components/dist/web/components/pv-suggestion-tag/pv-suggestion-tag.js +126 -0
- package/pv-components/dist/web/components/pv-switch/pv-switch.js +94 -0
- package/pv-components/dist/web/components/pv-tab-list/pv-tab-list.js +100 -0
- package/pv-components/dist/web/components/pv-tabs/pv-tabs.js +178 -0
- package/pv-components/dist/web/components/pv-tag/pv-tag.js +141 -0
- package/pv-components/dist/web/components/pv-text-area/pv-text-area.js +120 -0
- package/pv-components/dist/web/components/pv-toast/pv-toast.js +223 -0
- package/pv-components/dist/web/components/pv-toggle-button/pv-toggle-button.js +139 -0
- package/pv-components/dist/web/components/pv-toggle-group/pv-toggle-group.js +2887 -0
- package/pv-components/dist/web/components/pv-tooltip/pv-tooltip.js +90 -0
- package/pv-components/dist/web/components/pv-tooltip-v2/pv-tooltip-v2.js +1489 -0
- package/pv-components/dist/web/components/pv-widget/pv-widget.js +91 -0
- package/pv-components/dist/web/pv-components.iife.js +21 -21
- package/pv-components/dist/web/vue.runtime.esm-browser.prod.js +7 -0
- package/pv-components/dist/vue/base/pv-components-base.js +0 -1546
- package/pv-components/dist/vue/base/pv-components-base.umd.js +0 -1546
- package/pv-components/dist/vue/charts/pv-components-charts.d.ts +0 -491
- package/pv-components/dist/vue/charts/pv-components-charts.js +0 -259
- package/pv-components/dist/vue/charts/pv-components-charts.mjs +0 -121834
- package/pv-components/dist/vue/charts/pv-components-charts.umd.js +0 -259
- package/pv-components/dist/vue/tables/pv-components-tables.d.ts +0 -299
- package/pv-components/dist/vue/tables/pv-components-tables.js +0 -223
- package/pv-components/dist/vue/tables/pv-components-tables.mjs +0 -47028
- package/pv-components/dist/vue/tables/pv-components-tables.umd.js +0 -223
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.js +0 -176
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.umd.js +0 -176
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
import { defineComponent as c, createElementBlock as l, openBlock as s, normalizeClass as d, renderSlot as i, createElementVNode as u, defineCustomElement as p } from "vue";
|
|
2
|
+
const m = ["data-position", "aria-labelledby", "data-style", "data-static"], f = ["id"], h = { key: 1 }, v = /* @__PURE__ */ c({
|
|
3
|
+
__name: "PvTooltip",
|
|
4
|
+
props: {
|
|
5
|
+
variant: { default: "white", type: String },
|
|
6
|
+
tooltipPosition: { default: "top-right", type: String },
|
|
7
|
+
ariaLabelledBy: { default: "ariaLabelledById", type: String },
|
|
8
|
+
size: { default: "md", type: String },
|
|
9
|
+
interactive: { type: Boolean, default: !0 },
|
|
10
|
+
delay: { default: 0, type: Number }
|
|
11
|
+
},
|
|
12
|
+
setup(e) {
|
|
13
|
+
return (t, o) => t.$slots["tooltip-content"] ? (s(), l("div", {
|
|
14
|
+
key: 0,
|
|
15
|
+
"data-testid": "pv-tooltip",
|
|
16
|
+
class: d([
|
|
17
|
+
"pv-tooltip",
|
|
18
|
+
{
|
|
19
|
+
"pv-tooltip-small": e.size === "sm"
|
|
20
|
+
}
|
|
21
|
+
]),
|
|
22
|
+
"data-position": e.tooltipPosition,
|
|
23
|
+
"aria-labelledby": e.ariaLabelledBy,
|
|
24
|
+
"data-style": e.variant === "white" ? "white" : "dark",
|
|
25
|
+
"data-static": e.interactive === !1 ? !0 : void 0
|
|
26
|
+
}, [
|
|
27
|
+
i(t.$slots, "label"),
|
|
28
|
+
u("div", {
|
|
29
|
+
role: "tooltip",
|
|
30
|
+
id: e.ariaLabelledBy,
|
|
31
|
+
"data-testid": "pv-tooltip-content"
|
|
32
|
+
}, [
|
|
33
|
+
i(t.$slots, "tooltip-content")
|
|
34
|
+
], 8, f)
|
|
35
|
+
], 10, m)) : (s(), l("div", h, [
|
|
36
|
+
i(t.$slots, "label")
|
|
37
|
+
]));
|
|
38
|
+
}
|
|
39
|
+
}), y = /* @__PURE__ */ new Set(["PvIcon", "PvPopoverMenu", "PvPopover"]);
|
|
40
|
+
function b(e) {
|
|
41
|
+
return !y.has(e);
|
|
42
|
+
}
|
|
43
|
+
function r(e, t) {
|
|
44
|
+
const o = document.querySelector('link[href*="' + t + '"]');
|
|
45
|
+
if (!e.shadowRoot)
|
|
46
|
+
return !1;
|
|
47
|
+
if (o && e.shadowRoot) {
|
|
48
|
+
const n = o.href;
|
|
49
|
+
if (e.shadowRoot.querySelector(`link[href="${n}"]`))
|
|
50
|
+
return;
|
|
51
|
+
const a = document.createElement("link");
|
|
52
|
+
return a.rel = "stylesheet", a.href = n, e.shadowRoot.prepend(a), !0;
|
|
53
|
+
}
|
|
54
|
+
return !1;
|
|
55
|
+
}
|
|
56
|
+
function w(e) {
|
|
57
|
+
if (!r(e, "pit-viper-v2")) {
|
|
58
|
+
if (r(e, "pit-viper")) {
|
|
59
|
+
r(e, "pit-viper-v2-scoped");
|
|
60
|
+
return;
|
|
61
|
+
}
|
|
62
|
+
console.warn(
|
|
63
|
+
"No global styles found for Pit Viper components. Make sure to include pit-viper.css or pit-viper-v2.css in your project."
|
|
64
|
+
);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
const S = (e) => ({ shadowRoot: b(e) });
|
|
68
|
+
function C(e) {
|
|
69
|
+
const t = e.__name || e.name;
|
|
70
|
+
if (!t)
|
|
71
|
+
throw new Error("Component must have a __name or name property");
|
|
72
|
+
const o = p(e, S(t));
|
|
73
|
+
class n extends o {
|
|
74
|
+
connectedCallback() {
|
|
75
|
+
super.connectedCallback?.(), w(this);
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
return n;
|
|
79
|
+
}
|
|
80
|
+
function E(e) {
|
|
81
|
+
return e.replace(/([A-Z])/g, "-$1").toLowerCase().replace(/^-/, "");
|
|
82
|
+
}
|
|
83
|
+
function k(e) {
|
|
84
|
+
const t = e.__name || e.name;
|
|
85
|
+
if (!t)
|
|
86
|
+
throw new Error("Component must have a __name or name property");
|
|
87
|
+
const o = E(t), n = C(e);
|
|
88
|
+
customElements.get(o) || customElements.define(o, n);
|
|
89
|
+
}
|
|
90
|
+
k(v);
|