@turquoisehealth/pit-viper 2.211.4-dev.1 → 2.211.5
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 +4 -0
- package/_site/assets/css/pit-viper-consumer.css +4 -0
- package/_site/assets/css/pit-viper-v2-scoped.css +3 -0
- package/_site/assets/css/pit-viper-v2.css +5 -0
- package/_site/assets/css/pit-viper.css +4 -0
- 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-accordion-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-button-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-counter-badge-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-drawer-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-expandable-content-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-ghost-input-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-header-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-horizontal-scroller-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-insight-card-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-pagination-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-range-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-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-split-button-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-tabs-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-toast-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-toggle-button-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-tree-stats.html +1 -1
- package/pv-components/dist/vue/base/components/base/PvHeader/PvHeader.vue.d.ts +6 -2
- package/pv-components/dist/vue/base/pv-components-base.mjs +578 -569
- package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
- package/pv-components/dist/vue/visualizations/components/base/PvHeader/PvHeader.vue.d.ts +6 -2
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/constants.d.ts +0 -2
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/helpers.d.ts +1 -22
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/types.d.ts +0 -6
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +1943 -1966
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
- package/pv-components/dist/web/components/pv-accordion/pv-accordion.js +3 -3
- package/pv-components/dist/web/components/pv-button/pv-button.js +2 -2
- package/pv-components/dist/web/components/pv-counter-badge/pv-counter-badge.js +2 -2
- package/pv-components/dist/web/components/pv-drawer/pv-drawer.js +2 -2
- package/pv-components/dist/web/components/pv-expandable-content/pv-expandable-content.js +3 -3
- package/pv-components/dist/web/components/pv-filter-modal/pv-filter-modal.js +3 -3
- package/pv-components/dist/web/components/pv-filter-panel/pv-filter-panel.js +3 -3
- package/pv-components/dist/web/components/pv-ghost-input/pv-ghost-input.js +2 -2
- package/pv-components/dist/web/components/pv-header/pv-header.js +580 -505
- package/pv-components/dist/web/components/pv-horizontal-scroller/pv-horizontal-scroller.js +2 -2
- package/pv-components/dist/web/components/pv-hover-action-menu/pv-hover-action-menu.js +3 -3
- package/pv-components/dist/web/components/pv-insight-card/pv-insight-card.js +3 -3
- package/pv-components/dist/web/components/pv-menu/pv-menu.js +3 -3
- package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +3 -3
- package/pv-components/dist/web/components/pv-pagination/pv-pagination.js +3 -3
- package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +3 -3
- package/pv-components/dist/web/components/pv-range/pv-range.js +2 -2
- package/pv-components/dist/web/components/pv-segmented-control/pv-segmented-control.js +3 -3
- package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +3 -3
- package/pv-components/dist/web/components/pv-sidebar/pv-sidebar.js +2 -2
- package/pv-components/dist/web/components/pv-split-button/pv-split-button.js +3 -3
- package/pv-components/dist/web/components/pv-tabs/pv-tabs.js +2 -2
- package/pv-components/dist/web/components/pv-toast/pv-toast.js +2 -2
- package/pv-components/dist/web/components/pv-toggle-button/pv-toggle-button.js +2 -2
- package/pv-components/dist/web/components/pv-tree/pv-tree.js +3 -3
- package/pv-components/dist/web/pv-components.iife.js +14 -14
- package/pv-components/dist/web/pv-components.iife.js.map +1 -1
|
@@ -13,7 +13,9 @@ declare function __VLS_template(): {
|
|
|
13
13
|
left?(_: {}): any;
|
|
14
14
|
right?(_: {}): any;
|
|
15
15
|
};
|
|
16
|
-
refs: {
|
|
16
|
+
refs: {
|
|
17
|
+
rootRef: HTMLDivElement;
|
|
18
|
+
};
|
|
17
19
|
rootEl: HTMLDivElement;
|
|
18
20
|
};
|
|
19
21
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
@@ -22,7 +24,9 @@ declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, Comp
|
|
|
22
24
|
askTqButtonId: string;
|
|
23
25
|
headerTitleId: string;
|
|
24
26
|
headerActionsId: string;
|
|
25
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
27
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
28
|
+
rootRef: HTMLDivElement;
|
|
29
|
+
}, HTMLDivElement>;
|
|
26
30
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
27
31
|
export default _default;
|
|
28
32
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/constants.d.ts
CHANGED
|
@@ -7,8 +7,6 @@ export declare const histogramChartTypeConfig: MenuOption;
|
|
|
7
7
|
export declare const mapChartTypeConfig: MenuOption;
|
|
8
8
|
export declare const MAP_REGION_FIELD = "state";
|
|
9
9
|
export declare const separatorValue = "--SEPARATOR--";
|
|
10
|
-
export declare const distributionRangeMinCategory = "--DISTRIBUTION-RANGE-MIN--";
|
|
11
|
-
export declare const distributionRangeMaxCategory = "--DISTRIBUTION-RANGE-MAX--";
|
|
12
10
|
export declare const padStartValue = "--PAD-START--";
|
|
13
11
|
export declare const padEndValue = "--PAD-END--";
|
|
14
12
|
export declare const sortTotalSuffix = "_sort_total";
|
package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/helpers.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AgChartOptions } from 'ag-charts-enterprise';
|
|
2
2
|
import { ColDef } from 'ag-grid-community';
|
|
3
3
|
import { OptionWithFormatterAndDataType } from './types';
|
|
4
4
|
export declare const isAvailableSecondarySeriesColDef: (colDef: ColDef) => boolean;
|
|
@@ -56,24 +56,3 @@ export declare const buildStackedChartData: (data: AgChartOptions["data"], categ
|
|
|
56
56
|
export declare const padSingleCategoryBarData: (data: AgChartOptions["data"], categoryField: string) => AgChartOptions["data"];
|
|
57
57
|
export declare const calculateMaxChartSeriesValue: (data: any[] | undefined, seriesField: string, isStacked: boolean) => number;
|
|
58
58
|
export declare const calculateMinChartSeriesValue: (data: any[] | undefined, seriesField: string, isStacked: boolean) => number;
|
|
59
|
-
/**
|
|
60
|
-
* Builds the category axis's label formatter. Exactly one of three behaviors applies:
|
|
61
|
-
* - `hideLabel`: every label is blank (e.g. a chart type that doesn't show x-axis labels).
|
|
62
|
-
* - `showDistributionRangeLabels`: only the two blank pad categories flanking a histogram's
|
|
63
|
-
* real buckets (under `useDistributionV2Styling`) are labeled, with the overall lowest
|
|
64
|
-
* min / highest max bucket boundary; every other category (including the real buckets
|
|
65
|
-
* themselves) is blank.
|
|
66
|
-
* - Otherwise: normal category labels, formatted via `columnValueFormatter`, with the
|
|
67
|
-
* separator/single-bar-padding sentinel categories hidden, a focus suffix appended, and
|
|
68
|
-
* the result truncated to `MAX_LABEL_LENGTH`.
|
|
69
|
-
*/
|
|
70
|
-
export declare const buildCategoryAxisLabelFormatter: ({ hideLabel, showDistributionRangeLabels, chartData, formatBucketBoundary, columnValueFormatter, enableFocusView, focuses, focusText, }: {
|
|
71
|
-
hideLabel: boolean;
|
|
72
|
-
showDistributionRangeLabels: boolean;
|
|
73
|
-
chartData: AgChartOptions["data"];
|
|
74
|
-
formatBucketBoundary: (value: number) => string;
|
|
75
|
-
columnValueFormatter: Formatter<AgAxisLabelFormatterParams> | undefined;
|
|
76
|
-
enableFocusView: boolean;
|
|
77
|
-
focuses: string[];
|
|
78
|
-
focusText: string;
|
|
79
|
-
}) => ((params: AgAxisLabelFormatterParams) => string);
|
package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/types.d.ts
CHANGED
|
@@ -77,12 +77,6 @@ export interface PvDataTableWithChartProps<T> extends PvDataTableProps<T> {
|
|
|
77
77
|
showSeriesLabels?: boolean;
|
|
78
78
|
/** When true, truncates long category labels on the chart axis. */
|
|
79
79
|
truncateLabelValues?: boolean;
|
|
80
|
-
/**
|
|
81
|
-
* Gate for distribution/histogram chart styling changes that must ship together.
|
|
82
|
-
* When true, notates the x-axis of histogram charts with the overall lowest min
|
|
83
|
-
* (left) and highest max (right) bucket bounds.
|
|
84
|
-
*/
|
|
85
|
-
useDistributionV2Styling?: boolean;
|
|
86
80
|
/** Pre-populated chart data to render before any server-side fetch completes. */
|
|
87
81
|
initialChartData?: AgChartOptions["data"];
|
|
88
82
|
/** When true, wraps large charts in a native Pit Viper-styled scroll container. */
|