@turquoisehealth/pit-viper 2.224.1-dev.1 → 2.224.1-dev.3
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 +80 -2
- package/_site/assets/css/pit-viper-consumer.css +80 -2
- package/_site/assets/css/pit-viper-v2-scoped.css +69 -2
- package/_site/assets/css/pit-viper-v2.css +119 -2
- package/_site/assets/css/pit-viper.css +79 -1
- package/package.json +1 -1
- package/pv-components/dist/stats/vue/ai/stats.html +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 +1 -1
- package/pv-components/dist/stats/web/pv-drawer-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-filter-modal-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-filter-panel-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-hover-action-menu-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-popover-v2-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-reasoning-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-search-input-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-segmented-control-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-select-button-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-sidebar-v2-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-split-button-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-step-list-stats.html +4950 -0
- package/pv-components/dist/stats/web/pv-toggle-group-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-tooltip-v2-stats.html +1 -1
- package/pv-components/dist/vue/ai/components/ai/PvReasoning/PvReasoning.vue.d.ts +11 -3
- package/pv-components/dist/vue/ai/components/ai/PvReasoning/types.d.ts +3 -0
- package/pv-components/dist/vue/ai/components/ai/PvStepList/PvStepList.vue.d.ts +7 -0
- package/pv-components/dist/vue/ai/components/ai/PvStepList/types.d.ts +42 -0
- package/pv-components/dist/vue/ai/components/ai/index.d.ts +2 -0
- package/pv-components/dist/vue/ai/components/base/PvFilterPanel/types.d.ts +5 -0
- package/pv-components/dist/vue/ai/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +3 -0
- package/pv-components/dist/vue/ai/components/base/PvMultiSelectButton/types.d.ts +2 -0
- package/pv-components/dist/vue/ai/components/base/PvQueryBuilderInput/PvQueryBuilderInput.vue.d.ts +4 -0
- package/pv-components/dist/vue/ai/components/base/PvSearchInput/PvSearchInput.vue.d.ts +7 -4
- package/pv-components/dist/vue/ai/components/base/PvSidebarV2/PvSidebarV2.vue.d.ts +3 -1
- package/pv-components/dist/vue/ai/components/base/PvSidebarV2/types.d.ts +2 -0
- package/pv-components/dist/vue/ai/pv-components-ai.mjs +490 -327
- package/pv-components/dist/vue/ai/pv-components-ai.mjs.map +1 -1
- package/pv-components/dist/vue/base/components/base/PvFilterPanel/types.d.ts +5 -0
- package/pv-components/dist/vue/base/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +3 -0
- package/pv-components/dist/vue/base/components/base/PvMultiSelectButton/types.d.ts +2 -0
- package/pv-components/dist/vue/base/components/base/PvQueryBuilderInput/PvQueryBuilderInput.vue.d.ts +4 -0
- package/pv-components/dist/vue/base/components/base/PvSearchInput/PvSearchInput.vue.d.ts +7 -4
- package/pv-components/dist/vue/base/components/base/PvSidebarV2/PvSidebarV2.vue.d.ts +3 -1
- package/pv-components/dist/vue/base/components/base/PvSidebarV2/types.d.ts +2 -0
- package/pv-components/dist/vue/base/pv-components-base.mjs +1617 -1492
- package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
- package/pv-components/dist/vue/base/types.d.ts +2 -0
- package/pv-components/dist/vue/visualizations/components/base/PvFilterPanel/types.d.ts +5 -0
- package/pv-components/dist/vue/visualizations/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +3 -0
- package/pv-components/dist/vue/visualizations/components/base/PvMultiSelectButton/types.d.ts +2 -0
- package/pv-components/dist/vue/visualizations/components/base/PvQueryBuilderInput/PvQueryBuilderInput.vue.d.ts +4 -0
- package/pv-components/dist/vue/visualizations/components/base/PvSearchInput/PvSearchInput.vue.d.ts +7 -4
- package/pv-components/dist/vue/visualizations/components/base/PvSidebarV2/PvSidebarV2.vue.d.ts +3 -1
- package/pv-components/dist/vue/visualizations/components/base/PvSidebarV2/types.d.ts +2 -0
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/types.d.ts +5 -1
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/useSetFilter.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +2465 -2438
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
- package/pv-components/dist/vue/visualizations/types.d.ts +2 -0
- package/pv-components/dist/web/components/pv-action-button/pv-action-button.js +8 -4
- package/pv-components/dist/web/components/pv-drawer/pv-drawer.js +554 -549
- package/pv-components/dist/web/components/pv-filter-modal/pv-filter-modal.js +817 -797
- package/pv-components/dist/web/components/pv-filter-panel/pv-filter-panel.js +640 -627
- package/pv-components/dist/web/components/pv-hover-action-menu/pv-hover-action-menu.js +197 -193
- package/pv-components/dist/web/components/pv-menu/pv-menu.js +29 -19
- package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +1717 -1698
- package/pv-components/dist/web/components/pv-popover-v2/pv-popover-v2.js +8 -4
- package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +37 -23
- package/pv-components/dist/web/components/pv-reasoning/pv-reasoning.js +640 -466
- package/pv-components/dist/web/components/pv-search-input/pv-search-input.js +17 -8
- package/pv-components/dist/web/components/pv-segmented-control/pv-segmented-control.js +230 -226
- package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +90 -72
- package/pv-components/dist/web/components/pv-sidebar-v2/pv-sidebar-v2.js +1431 -1322
- package/pv-components/dist/web/components/pv-split-button/pv-split-button.js +213 -209
- package/pv-components/dist/web/components/pv-step-list/pv-step-list.js +6309 -0
- package/pv-components/dist/web/components/pv-toggle-group/pv-toggle-group.js +8 -4
- package/pv-components/dist/web/components/pv-tooltip-v2/pv-tooltip-v2.js +8 -4
- package/pv-components/dist/web/pv-components.iife.js +39 -39
- package/pv-components/dist/web/pv-components.iife.js.map +1 -1
|
@@ -60,18 +60,26 @@ var ne = { class: "pv-relative" }, re = ["disabled", "placeholder"], ie = {
|
|
|
60
60
|
key: 0,
|
|
61
61
|
"data-testid": "pv-search-input-shortcut",
|
|
62
62
|
class: "pv-kbd"
|
|
63
|
-
}, ae = "/", oe = /* @__PURE__ */
|
|
63
|
+
}, ae = "/", oe = /* @__PURE__ */ ((e, t) => {
|
|
64
|
+
let n = e.__vccOpts || e;
|
|
65
|
+
for (let [e, r] of t) n[e] = r;
|
|
66
|
+
return n;
|
|
67
|
+
})(/* @__PURE__ */ i({
|
|
64
68
|
__name: "PvSearchInput",
|
|
65
69
|
props: /* @__PURE__ */ c({
|
|
66
|
-
placeholder: {
|
|
67
|
-
default: "Search",
|
|
68
|
-
type: String
|
|
69
|
-
},
|
|
70
70
|
disabled: {
|
|
71
71
|
type: Boolean,
|
|
72
72
|
default: !1
|
|
73
73
|
},
|
|
74
|
-
displayShortcut: { type: Boolean }
|
|
74
|
+
displayShortcut: { type: Boolean },
|
|
75
|
+
placeholder: {
|
|
76
|
+
default: "Search",
|
|
77
|
+
type: String
|
|
78
|
+
},
|
|
79
|
+
size: {
|
|
80
|
+
default: "xl",
|
|
81
|
+
type: String
|
|
82
|
+
}
|
|
75
83
|
}, {
|
|
76
84
|
modelValue: {
|
|
77
85
|
required: !1,
|
|
@@ -84,7 +92,8 @@ var ne = { class: "pv-relative" }, re = ["disabled", "placeholder"], ie = {
|
|
|
84
92
|
let o = i, s = x("search-input"), c = b(i, "modelValue"), l = e(() => ({
|
|
85
93
|
"pv-input-search": !0,
|
|
86
94
|
"pv-full-width": !0,
|
|
87
|
-
"pv-input-padded-end": !0
|
|
95
|
+
"pv-input-padded-end": !0,
|
|
96
|
+
"pv-input-small": o.size === "lg"
|
|
88
97
|
}));
|
|
89
98
|
return d(() => {
|
|
90
99
|
o.displayShortcut && te(ae, (e) => {
|
|
@@ -101,7 +110,7 @@ var ne = { class: "pv-relative" }, re = ["disabled", "placeholder"], ie = {
|
|
|
101
110
|
placeholder: i.placeholder
|
|
102
111
|
}, null, 10, re), [[S, c.value]]), i.displayShortcut ? (p(), n("kbd", ie, _(ae))) : t("v-if", !0)]));
|
|
103
112
|
}
|
|
104
|
-
}), se = Object.defineProperty, ce = Object.getOwnPropertySymbols, le = Object.prototype.hasOwnProperty, ue = Object.prototype.propertyIsEnumerable, de = (e, t, n) => t in e ? se(e, t, {
|
|
113
|
+
}), [["styles", [".pv-input-search[data-v-9e0c84d9]{display:block}"]], ["__scopeId", "data-v-9e0c84d9"]]), se = Object.defineProperty, ce = Object.getOwnPropertySymbols, le = Object.prototype.hasOwnProperty, ue = Object.prototype.propertyIsEnumerable, de = (e, t, n) => t in e ? se(e, t, {
|
|
105
114
|
enumerable: !0,
|
|
106
115
|
configurable: !0,
|
|
107
116
|
writable: !0,
|