@turquoisehealth/pit-viper 2.122.0 → 2.122.1-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/package.json +43 -13
- 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-ai-button-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-distribution-bar-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-progress-bar-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-tree-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-widget-stats.html +4949 -0
- package/pv-components/dist/vue/base/components/base/PvButton/helpers.d.ts +1 -0
- package/pv-components/dist/vue/base/components/base/PvMenu/PvMenuControlPanel.vue.d.ts +6 -0
- package/pv-components/dist/vue/base/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +206 -289
- package/pv-components/dist/vue/base/components/base/PvMultiSelectButton/types.d.ts +31 -0
- package/pv-components/dist/vue/base/components/base/PvPopoverV2/PvPopoverV2.vue.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvPopoverV2/types.d.ts +6 -1
- package/pv-components/dist/vue/base/components/base/PvSelectButton/PvSelectButton.vue.d.ts +20 -177
- package/pv-components/dist/vue/base/components/base/PvSelectButton/PvSelectButtonTrigger/PvSelectButtonTrigger.vue.d.ts +4 -9
- package/pv-components/dist/vue/base/pv-components-base.mjs +4943 -11629
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +4791 -10741
- package/pv-components/dist/web/components/pv-accordion/pv-accordion.js +265 -0
- package/pv-components/dist/web/components/pv-action-bar/pv-action-bar.js +134 -0
- package/pv-components/dist/web/components/pv-ai-button/pv-ai-button.js +225 -0
- package/pv-components/dist/web/components/pv-avatar/pv-avatar.js +164 -0
- package/pv-components/dist/web/components/pv-avatar-group/pv-avatar-group.js +170 -0
- package/pv-components/dist/web/components/pv-banner/pv-banner.js +224 -0
- package/pv-components/dist/web/components/pv-breadcrumbs/pv-breadcrumbs.js +160 -0
- package/pv-components/dist/web/components/pv-button/pv-button.js +242 -0
- package/pv-components/dist/web/components/pv-card/pv-card.js +148 -0
- package/pv-components/dist/web/components/pv-checkbox/pv-checkbox.js +145 -0
- package/pv-components/dist/web/components/pv-company-label/pv-company-label.js +221 -0
- package/pv-components/dist/web/components/pv-company-logo/pv-company-logo.js +192 -0
- package/pv-components/dist/web/components/pv-company-tag/pv-company-tag.js +274 -0
- package/pv-components/dist/web/components/pv-counter-badge/pv-counter-badge.js +157 -0
- package/pv-components/dist/web/components/pv-date-picker/pv-date-picker.js +7550 -0
- package/pv-components/dist/web/components/pv-date-time/pv-date-time.js +645 -0
- package/pv-components/dist/web/components/pv-distribution-bar/pv-distribution-bar.js +177 -0
- package/pv-components/dist/web/components/pv-drawer/pv-drawer.js +556 -0
- package/pv-components/dist/web/components/pv-dropdown/pv-dropdown.js +1792 -0
- package/pv-components/dist/web/components/pv-expandable-content/pv-expandable-content.js +304 -0
- package/pv-components/dist/web/components/pv-ghost-input/pv-ghost-input.js +320 -0
- package/pv-components/dist/web/components/pv-icon/pv-icon.js +150 -0
- package/pv-components/dist/web/components/pv-input/pv-input.js +191 -0
- package/pv-components/dist/web/components/pv-insight-card/pv-insight-card.js +363 -0
- package/pv-components/dist/web/components/pv-modal/pv-modal.js +186 -0
- package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +8326 -0
- package/pv-components/dist/web/components/pv-pagination/pv-pagination.js +355 -0
- package/pv-components/dist/web/components/pv-pill/pv-pill.js +229 -0
- package/pv-components/dist/web/components/pv-popover/pv-popover.js +1485 -0
- package/pv-components/dist/web/components/pv-popover-menu/pv-popover-menu.js +1507 -0
- package/pv-components/dist/web/components/pv-popover-v2/pv-popover-v2.js +1573 -0
- package/pv-components/dist/web/components/pv-progress-bar/pv-progress-bar.js +156 -0
- package/pv-components/dist/web/components/pv-rating/pv-rating.js +146 -0
- package/pv-components/dist/web/components/pv-release-badge/pv-release-badge.js +142 -0
- package/pv-components/dist/web/components/pv-search-input/pv-search-input.js +238 -0
- package/pv-components/dist/web/components/pv-segmented-control/pv-segmented-control.js +214 -0
- package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +8093 -0
- package/pv-components/dist/web/components/pv-selectable-card/pv-selectable-card.js +153 -0
- package/pv-components/dist/web/components/pv-side-panel/pv-side-panel.js +148 -0
- package/pv-components/dist/web/components/pv-skeleton/pv-skeleton.js +1593 -0
- package/pv-components/dist/web/components/pv-spinner/pv-spinner.js +151 -0
- package/pv-components/dist/web/components/pv-sprite/pv-sprite.js +150 -0
- package/pv-components/dist/web/components/pv-suggestion-tag/pv-suggestion-tag.js +195 -0
- package/pv-components/dist/web/components/pv-switch/pv-switch.js +162 -0
- package/pv-components/dist/web/components/pv-tab-list/pv-tab-list.js +168 -0
- package/pv-components/dist/web/components/pv-tabs/pv-tabs.js +248 -0
- package/pv-components/dist/web/components/pv-tag/pv-tag.js +210 -0
- package/pv-components/dist/web/components/pv-text-area/pv-text-area.js +188 -0
- package/pv-components/dist/web/components/pv-toast/pv-toast.js +292 -0
- package/pv-components/dist/web/components/pv-toggle-button/pv-toggle-button.js +208 -0
- package/pv-components/dist/web/components/pv-toggle-group/pv-toggle-group.js +7479 -0
- package/pv-components/dist/web/components/pv-tooltip/pv-tooltip.js +158 -0
- package/pv-components/dist/web/components/pv-tooltip-v2/pv-tooltip-v2.js +7409 -0
- package/pv-components/dist/web/components/pv-tree/pv-tree.js +5107 -0
- package/pv-components/dist/web/components/pv-widget/pv-widget.js +159 -0
- package/pv-components/dist/web/pv-components.iife.js +50 -50
- package/pv-components/dist/web/vue.runtime.esm-browser.prod.js +7 -0
- package/pv-components/dist/vue/base/pv-components-base.js +0 -1555
- package/pv-components/dist/vue/base/pv-components-base.umd.js +0 -1555
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.js +0 -185
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.umd.js +0 -185
|
@@ -0,0 +1,159 @@
|
|
|
1
|
+
import { defineComponent as v, computed as m, createBlock as _, openBlock as y, resolveDynamicComponent as E, normalizeClass as w, withCtx as C, renderSlot as g, defineCustomElement as A } from "vue";
|
|
2
|
+
const P = /* @__PURE__ */ v({
|
|
3
|
+
__name: "PvCard",
|
|
4
|
+
props: {
|
|
5
|
+
href: { type: String },
|
|
6
|
+
variant: { default: "primary", type: String },
|
|
7
|
+
interactive: { type: Boolean, default: !1 }
|
|
8
|
+
},
|
|
9
|
+
setup(e) {
|
|
10
|
+
const t = e, n = m(() => t.href ? "a" : t.interactive ? "button" : "div"), i = m(() => t.href || t.interactive ? "button" : "div");
|
|
11
|
+
return (a, l) => (y(), _(E(n.value), {
|
|
12
|
+
href: e.href,
|
|
13
|
+
type: i.value,
|
|
14
|
+
class: w([
|
|
15
|
+
"pv-card pv-inset-square-8 pv-inline-block",
|
|
16
|
+
{
|
|
17
|
+
"pv-card-secondary": e.variant === "secondary"
|
|
18
|
+
}
|
|
19
|
+
]),
|
|
20
|
+
"data-testid": "pv-card"
|
|
21
|
+
}, {
|
|
22
|
+
default: C(() => [
|
|
23
|
+
g(a.$slots, "default")
|
|
24
|
+
]),
|
|
25
|
+
_: 3
|
|
26
|
+
/* FORWARDED */
|
|
27
|
+
}, 8, ["href", "type", "class"]));
|
|
28
|
+
}
|
|
29
|
+
}), S = /* @__PURE__ */ v({
|
|
30
|
+
__name: "PvWidget",
|
|
31
|
+
setup(e) {
|
|
32
|
+
return (t, n) => (y(), _(P, { class: "pv-inset-square-16" }, {
|
|
33
|
+
default: C(() => [
|
|
34
|
+
g(t.$slots, "default")
|
|
35
|
+
]),
|
|
36
|
+
_: 3
|
|
37
|
+
/* FORWARDED */
|
|
38
|
+
}));
|
|
39
|
+
}
|
|
40
|
+
}), I = /* @__PURE__ */ new Set(["PvIcon", "PvPopoverMenu", "PvPopover"]);
|
|
41
|
+
function j(e) {
|
|
42
|
+
return !I.has(e);
|
|
43
|
+
}
|
|
44
|
+
function h(e, t) {
|
|
45
|
+
const n = document.querySelector('link[href*="' + t + '"]');
|
|
46
|
+
if (!e.shadowRoot)
|
|
47
|
+
return !1;
|
|
48
|
+
if (n && e.shadowRoot) {
|
|
49
|
+
const i = n.href;
|
|
50
|
+
if (e.shadowRoot.querySelector(`link[href="${i}"]`))
|
|
51
|
+
return;
|
|
52
|
+
const a = document.createElement("link");
|
|
53
|
+
return a.rel = "stylesheet", a.href = i, e.shadowRoot.prepend(a), !0;
|
|
54
|
+
}
|
|
55
|
+
return !1;
|
|
56
|
+
}
|
|
57
|
+
function $(e) {
|
|
58
|
+
if (!h(e, "pit-viper-v2")) {
|
|
59
|
+
if (h(e, "pit-viper")) {
|
|
60
|
+
h(e, "pit-viper-v2-scoped");
|
|
61
|
+
return;
|
|
62
|
+
}
|
|
63
|
+
console.warn(
|
|
64
|
+
"No global styles found for Pit Viper components. Make sure to include pit-viper.css or pit-viper-v2.css in your project."
|
|
65
|
+
);
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
const O = (e) => ({ shadowRoot: j(e) });
|
|
69
|
+
function k(e, t) {
|
|
70
|
+
return t === null ? !1 : t === "" || t === "true" ? !0 : (t === "false" || console.warn(
|
|
71
|
+
`Invalid boolean attribute value for "${e}": "${t}". Expected "true", "false", or empty string.`
|
|
72
|
+
), !1);
|
|
73
|
+
}
|
|
74
|
+
function N(e, t) {
|
|
75
|
+
const n = Number(t);
|
|
76
|
+
return isNaN(n) && console.warn(`Invalid number attribute value for "${e}": "${t}". Expected a valid number.`), n;
|
|
77
|
+
}
|
|
78
|
+
function B(e) {
|
|
79
|
+
const t = /* @__PURE__ */ new Set(), n = /* @__PURE__ */ new Set(), i = /* @__PURE__ */ new Set(), l = (e.__vccOpts || e).props;
|
|
80
|
+
return l && typeof l == "object" && Object.entries(l).forEach(([f, r]) => {
|
|
81
|
+
r === Boolean || r && r.type === Boolean ? t.add(f) : r === Number || r && r.type === Number ? n.add(f) : (r === Object || r === Array || r && (r.type === Object || r.type === Array)) && i.add(f);
|
|
82
|
+
}), { booleanProps: t, numberProps: n, jsonProps: i };
|
|
83
|
+
}
|
|
84
|
+
function b(e, t) {
|
|
85
|
+
try {
|
|
86
|
+
return JSON.parse(t);
|
|
87
|
+
} catch (n) {
|
|
88
|
+
return console.warn(
|
|
89
|
+
`Invalid JSON attribute value for "${e}": "${t}". Error: ${n instanceof Error ? n.message : String(n)}`
|
|
90
|
+
), null;
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
function D(e) {
|
|
94
|
+
const t = e.__name || e.name;
|
|
95
|
+
if (!t)
|
|
96
|
+
throw new Error("Component must have a __name or name property");
|
|
97
|
+
const n = A(e, O(t)), { booleanProps: i, numberProps: a, jsonProps: l } = B(e);
|
|
98
|
+
class f extends n {
|
|
99
|
+
_hiddenInput = null;
|
|
100
|
+
constructor() {
|
|
101
|
+
super(), this._parseAttributes();
|
|
102
|
+
}
|
|
103
|
+
disconnectedCallback() {
|
|
104
|
+
this._hiddenInput?.remove(), super.disconnectedCallback?.();
|
|
105
|
+
}
|
|
106
|
+
/**
|
|
107
|
+
* Update the hidden input value
|
|
108
|
+
* Call this from the Vue component to sync form value
|
|
109
|
+
*/
|
|
110
|
+
setHiddenInputValue(c) {
|
|
111
|
+
this._hiddenInput && (this._hiddenInput.value = c ?? "");
|
|
112
|
+
}
|
|
113
|
+
_parseAttributes() {
|
|
114
|
+
i.forEach((o) => {
|
|
115
|
+
const s = this.getAttribute(o);
|
|
116
|
+
this[o] = k(o, s);
|
|
117
|
+
}), a.forEach((o) => {
|
|
118
|
+
const s = this.getAttribute(o);
|
|
119
|
+
s !== null && (this[o] = N(o, s));
|
|
120
|
+
}), l.forEach((o) => {
|
|
121
|
+
const s = this.getAttribute(o);
|
|
122
|
+
if (s !== null) {
|
|
123
|
+
const u = b(o, s);
|
|
124
|
+
u !== null && (this[o] = u);
|
|
125
|
+
}
|
|
126
|
+
});
|
|
127
|
+
const c = this.getAttribute("data-json-props");
|
|
128
|
+
c && c.split(",").map((s) => s.trim()).filter(Boolean).forEach((s) => {
|
|
129
|
+
const u = s.replace(/-([a-z])/g, (p) => p[1].toUpperCase());
|
|
130
|
+
let d = this.getAttribute(s);
|
|
131
|
+
if (d === null) {
|
|
132
|
+
const p = u.replace(/([A-Z])/g, "-$1").toLowerCase();
|
|
133
|
+
d = this.getAttribute(p);
|
|
134
|
+
}
|
|
135
|
+
if (d !== null && !this[u]) {
|
|
136
|
+
const p = b(u, d);
|
|
137
|
+
p !== null && (this[u] = p);
|
|
138
|
+
}
|
|
139
|
+
});
|
|
140
|
+
}
|
|
141
|
+
connectedCallback() {
|
|
142
|
+
this._parseAttributes(), super.connectedCallback?.(), $(this);
|
|
143
|
+
const c = this.getAttribute("name");
|
|
144
|
+
c && (this._hiddenInput = document.createElement("input"), this._hiddenInput.type = "hidden", this._hiddenInput.name = c, this.after(this._hiddenInput));
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
return f;
|
|
148
|
+
}
|
|
149
|
+
function R(e) {
|
|
150
|
+
return e.replace(/([A-Z])/g, "-$1").toLowerCase().replace(/^-/, "");
|
|
151
|
+
}
|
|
152
|
+
function q(e) {
|
|
153
|
+
const t = e.__name || e.name;
|
|
154
|
+
if (!t)
|
|
155
|
+
throw new Error("Component must have a __name or name property");
|
|
156
|
+
const n = R(t), i = D(e);
|
|
157
|
+
customElements.get(n) || customElements.define(n, i);
|
|
158
|
+
}
|
|
159
|
+
q(S);
|