@turquoisehealth/pit-viper 2.200.0 → 2.201.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-a11y.css +1 -1
- package/_site/assets/css/pit-viper-consumer.css +1 -1
- package/_site/assets/css/pit-viper-v2-scoped.css +1 -1
- package/_site/assets/css/pit-viper-v2.css +1 -1
- package/_site/assets/css/pit-viper.css +1 -1
- package/package.json +1 -1
- package/pv-components/dist/stats/vue/base/stats.html +1 -1
- package/pv-components/dist/stats/vue/visualizations/stats.html +1 -1
- package/pv-components/dist/stats/web/pv-banner-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-breadcrumbs-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-card-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-input-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-insight-card-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-widget-stats.html +1 -1
- package/pv-components/dist/vue/base/pv-components-base.mjs +20 -8
- package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/chartTypeRegistry.d.ts +13 -1
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/constants.d.ts +2 -0
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/types.d.ts +1 -1
- package/pv-components/dist/vue/visualizations/components/charts/PvDataWidget/PvDataWidget.vue.d.ts +1 -1
- package/pv-components/dist/vue/visualizations/components/charts/PvDataWidget/helpers.d.ts +3 -1
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +1542 -1439
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
- package/pv-components/dist/web/components/pv-banner/pv-banner.js +1 -1
- package/pv-components/dist/web/components/pv-breadcrumbs/pv-breadcrumbs.js +1 -1
- package/pv-components/dist/web/components/pv-card/pv-card.js +1 -1
- package/pv-components/dist/web/components/pv-input/pv-input.js +3 -3
- package/pv-components/dist/web/components/pv-insight-card/pv-insight-card.js +1 -1
- package/pv-components/dist/web/components/pv-widget/pv-widget.js +1 -1
- package/pv-components/dist/web/pv-components.iife.js +3 -3
- package/pv-components/dist/web/pv-components.iife.js.map +1 -1
|
@@ -68,7 +68,7 @@ var b = [
|
|
|
68
68
|
name: e.icon
|
|
69
69
|
}, null, 8, ["name"])) : n("v-if", !0),
|
|
70
70
|
i("div", null, [i("p", {
|
|
71
|
-
class: l(["
|
|
71
|
+
class: l(["pv-text-title-md pv-line-clamp", { "pv-stack-4": e.description }]),
|
|
72
72
|
style: {
|
|
73
73
|
"--lines": "2",
|
|
74
74
|
"font-weight": "500"
|
|
@@ -8,7 +8,7 @@ var h = {
|
|
|
8
8
|
__name: "PvBreadcrumbs",
|
|
9
9
|
props: { options: { type: Array } },
|
|
10
10
|
setup(r) {
|
|
11
|
-
return (i, a) => (c(), t("ul", h, [(c(!0), t(e, null, f(r.options, (r) => (c(), t("li", { key: r.label }, [r.href ? (c(), t("a", {
|
|
11
|
+
return (i, a) => (c(), t("ul", h, [(c(!0), t(e, null, f(r.options, (r, i) => (c(), t("li", { key: `${i}-${r.label}` }, [r.href ? (c(), t("a", {
|
|
12
12
|
key: 0,
|
|
13
13
|
href: r.href
|
|
14
14
|
}, p(r.label), 9, g)) : (c(), t(e, { key: 1 }, [n(p(r.label), 1)], 64))]))), 128))]));
|
|
@@ -15,7 +15,7 @@ var g = /* @__PURE__ */ n({
|
|
|
15
15
|
}
|
|
16
16
|
},
|
|
17
17
|
setup(n) {
|
|
18
|
-
let r = n, i = e(() => r.href ? "a" : r.interactive ? "button" : "div"), a = e(() => r.href
|
|
18
|
+
let r = n, i = e(() => r.href ? "a" : r.interactive ? "button" : "div"), a = e(() => !r.href && r.interactive ? "button" : void 0);
|
|
19
19
|
return (e, r) => (c(), t(p(i.value), {
|
|
20
20
|
href: n.href,
|
|
21
21
|
type: a.value,
|
|
@@ -35,7 +35,7 @@ var w = [
|
|
|
35
35
|
key: 0,
|
|
36
36
|
class: "pv-surface-accent pv-inset-square pv-text-body-md pv-radius pv-bordered",
|
|
37
37
|
style: { "--inset-size": "6px 10px" }
|
|
38
|
-
}, k = { class: "pv-relative" }, A = [
|
|
38
|
+
}, k = { class: "pv-relative pv-flex-item" }, A = [
|
|
39
39
|
"disabled",
|
|
40
40
|
"type",
|
|
41
41
|
"placeholder",
|
|
@@ -83,7 +83,7 @@ var w = [
|
|
|
83
83
|
class: "pv-label pv-stack-8",
|
|
84
84
|
for: o.id
|
|
85
85
|
}, [_(t.$slots, "label")], 8, D)) : r("v-if", !0),
|
|
86
|
-
a("div", { class: f(["pv-flex", { "pv-stack-8": o.lowerLabel }]) }, [o.prefixLabel ? (m(), i("div", O, v(o.prefixLabel), 1)) : r("v-if", !0), a("div", k, [o.inputIcon ? (m(), n(E, {
|
|
86
|
+
a("div", { class: f(["pv-flex pv-flex-item", { "pv-stack-8": o.lowerLabel }]) }, [o.prefixLabel ? (m(), i("div", O, v(o.prefixLabel), 1)) : r("v-if", !0), a("div", k, [o.inputIcon ? (m(), n(E, {
|
|
87
87
|
key: 0,
|
|
88
88
|
class: "pv-absolute input-icon-position",
|
|
89
89
|
name: o.inputIcon
|
|
@@ -94,7 +94,7 @@ var w = [
|
|
|
94
94
|
"pv-inset-square": o.inputIcon,
|
|
95
95
|
"pv-surface-accent": o.variant === "grey"
|
|
96
96
|
}],
|
|
97
|
-
style: l.value,
|
|
97
|
+
style: [l.value, { width: "100%" }],
|
|
98
98
|
disabled: o.disabled,
|
|
99
99
|
type: o.type,
|
|
100
100
|
placeholder: o.placeholder,
|
|
@@ -15,7 +15,7 @@ var C = /* @__PURE__ */ o({
|
|
|
15
15
|
}
|
|
16
16
|
},
|
|
17
17
|
setup(e) {
|
|
18
|
-
let r = e, i = t(() => r.href ? "a" : r.interactive ? "button" : "div"), a = t(() => r.href
|
|
18
|
+
let r = e, i = t(() => r.href ? "a" : r.interactive ? "button" : "div"), a = t(() => !r.href && r.interactive ? "button" : void 0);
|
|
19
19
|
return (t, r) => (p(), n(v(i.value), {
|
|
20
20
|
href: e.href,
|
|
21
21
|
type: a.value,
|
|
@@ -15,7 +15,7 @@ var g = /* @__PURE__ */ n({
|
|
|
15
15
|
}
|
|
16
16
|
},
|
|
17
17
|
setup(n) {
|
|
18
|
-
let r = n, i = e(() => r.href ? "a" : r.interactive ? "button" : "div"), a = e(() => r.href
|
|
18
|
+
let r = n, i = e(() => r.href ? "a" : r.interactive ? "button" : "div"), a = e(() => !r.href && r.interactive ? "button" : void 0);
|
|
19
19
|
return (e, r) => (c(), t(p(i.value), {
|
|
20
20
|
href: n.href,
|
|
21
21
|
type: a.value,
|