@turquoisehealth/pit-viper 2.197.1 → 2.197.3-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-a11y.css +15 -1
- package/_site/assets/css/pit-viper-consumer.css +15 -1
- package/_site/assets/css/pit-viper-v2-scoped.css +14 -1
- package/_site/assets/css/pit-viper-v2.css +15 -1
- package/_site/assets/css/pit-viper.css +15 -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-action-button-stats.html +4950 -0
- package/pv-components/dist/stats/web/pv-ai-button-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-header-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-menu-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-multi-select-button-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-query-builder-input-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-select-button-stats.html +1 -1
- package/pv-components/dist/vue/base/components/base/PvActionButton/PvActionButton.vue.d.ts +22 -0
- package/pv-components/dist/vue/base/components/base/PvAiButton/PvAiButton.vue.d.ts +3 -0
- package/pv-components/dist/vue/base/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +3 -3
- package/pv-components/dist/vue/base/components/base/PvPopoverV2/PvPopoverV2.vue.d.ts +1 -1
- package/pv-components/dist/vue/base/components/base/PvSidebar/PvSidebar.vue.d.ts +1 -1
- package/pv-components/dist/vue/base/components/base/PvTooltip/PvTooltip.vue.d.ts +1 -1
- package/pv-components/dist/vue/base/components/base/PvTooltipV2/PvTooltipV2.vue.d.ts +1 -1
- package/pv-components/dist/vue/base/components/base/index.d.ts +1 -0
- package/pv-components/dist/vue/base/pv-components-base.mjs +1249 -1203
- package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
- package/pv-components/dist/vue/visualizations/components/base/PvActionButton/PvActionButton.vue.d.ts +22 -0
- package/pv-components/dist/vue/visualizations/components/base/PvAiButton/PvAiButton.vue.d.ts +3 -0
- package/pv-components/dist/vue/visualizations/components/base/PvPopoverV2/PvPopoverV2.vue.d.ts +1 -1
- package/pv-components/dist/vue/visualizations/components/base/PvSidebar/PvSidebar.vue.d.ts +1 -1
- package/pv-components/dist/vue/visualizations/components/base/PvTooltip/PvTooltip.vue.d.ts +1 -1
- package/pv-components/dist/vue/visualizations/components/base/PvTooltipV2/PvTooltipV2.vue.d.ts +1 -1
- package/pv-components/dist/vue/visualizations/components/base/index.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/PvDataTableWithChart.vue.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/constants.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/helpers.d.ts +14 -0
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/types.d.ts +2 -0
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/types.d.ts +9 -0
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +1329 -1239
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
- package/pv-components/dist/web/components/pv-action-button/pv-action-button.js +7599 -0
- package/pv-components/dist/web/components/pv-ai-button/pv-ai-button.js +398 -393
- package/pv-components/dist/web/components/pv-header/pv-header.js +18 -12
- package/pv-components/dist/web/components/pv-menu/pv-menu.js +879 -833
- package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +866 -820
- package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +622 -576
- package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +594 -548
- package/pv-components/dist/web/pv-components.iife.js +36 -36
- package/pv-components/dist/web/pv-components.iife.js.map +1 -1
|
@@ -65,7 +65,7 @@ var x = [
|
|
|
65
65
|
md: "pv-button-small",
|
|
66
66
|
lg: void 0,
|
|
67
67
|
xl: "pv-button-large"
|
|
68
|
-
}, E = (e) => e == null || !T.hasOwnProperty(e) ? null : T[e] || null, D = ["disabled", "aria-label"], O = { key:
|
|
68
|
+
}, E = (e) => e == null || !T.hasOwnProperty(e) ? null : T[e] || null, D = ["disabled", "aria-label"], O = { key: 1 }, k = /* @__PURE__ */ s({
|
|
69
69
|
__name: "PvAiButton",
|
|
70
70
|
props: {
|
|
71
71
|
size: {
|
|
@@ -77,24 +77,29 @@ var x = [
|
|
|
77
77
|
type: String
|
|
78
78
|
},
|
|
79
79
|
loading: { type: Boolean },
|
|
80
|
-
disabled: { type: Boolean }
|
|
80
|
+
disabled: { type: Boolean },
|
|
81
|
+
hideIcon: {
|
|
82
|
+
type: Boolean,
|
|
83
|
+
default: !1
|
|
84
|
+
}
|
|
81
85
|
},
|
|
82
86
|
setup(a) {
|
|
83
|
-
let
|
|
84
|
-
let e = ["pv-button-ai"], t = E(
|
|
87
|
+
let o = a, s = t(() => {
|
|
88
|
+
let e = ["pv-button-ai"], t = E(o.size);
|
|
85
89
|
return t && e.push(t), e;
|
|
86
|
-
}),
|
|
87
|
-
return (t,
|
|
90
|
+
}), c = t(() => (!o.label || o.loading) && o.label || void 0);
|
|
91
|
+
return (t, o) => (m(), i("button", {
|
|
88
92
|
disabled: a.disabled,
|
|
89
|
-
class: d(
|
|
90
|
-
"aria-label":
|
|
93
|
+
class: d(s.value),
|
|
94
|
+
"aria-label": c.value
|
|
91
95
|
}, [a.loading ? (m(), n(w, {
|
|
92
96
|
key: 0,
|
|
93
97
|
size: a.size
|
|
94
|
-
}, null, 8, ["size"])) : (m(), i(e, { key: 1 }, [
|
|
98
|
+
}, null, 8, ["size"])) : (m(), i(e, { key: 1 }, [a.hideIcon ? r("v-if", !0) : (m(), n(C, {
|
|
99
|
+
key: 0,
|
|
95
100
|
class: "pv-text-brand",
|
|
96
101
|
name: "ai-filled"
|
|
97
|
-
}), a.label ? (m(), i("span", O, v(a.label), 1)) : r("v-if", !0)], 64))], 10, D));
|
|
102
|
+
})), a.label ? (m(), i("span", O, v(a.label), 1)) : r("v-if", !0)], 64))], 10, D));
|
|
98
103
|
}
|
|
99
104
|
}), A = {
|
|
100
105
|
key: 0,
|
|
@@ -138,8 +143,9 @@ var x = [
|
|
|
138
143
|
class: "pv-flex"
|
|
139
144
|
}, [_(t.$slots, "right")], 8, te), e.showAskTqButton ? (m(), i("div", ne, [o(k, {
|
|
140
145
|
id: e.askTqButtonId,
|
|
141
|
-
label: "",
|
|
142
|
-
size: "lg"
|
|
146
|
+
label: "AskTQ",
|
|
147
|
+
size: "lg",
|
|
148
|
+
"hide-icon": ""
|
|
143
149
|
}, null, 8, ["id"])])) : r("v-if", !0)])], 2));
|
|
144
150
|
}
|
|
145
151
|
}), ie = Object.defineProperty, ae = Object.getOwnPropertySymbols, oe = Object.prototype.hasOwnProperty, se = Object.prototype.propertyIsEnumerable, ce = (e, t, n) => t in e ? ie(e, t, {
|