@turquoisehealth/pit-viper 2.148.1-dev.0 → 2.149.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 +1 -1
- package/pv-components/dist/stats/vue/visualizations/stats.html +1 -1
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/constants.d.ts +0 -2
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +2606 -2614
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/constants.d.ts
CHANGED
|
@@ -3,5 +3,3 @@ export declare const singleGroupChartTypeConfigs: MenuOption[];
|
|
|
3
3
|
export declare const multiGroupChartTypeConfigs: MenuOption[];
|
|
4
4
|
export declare const separatorValue = "--SEPARATOR--";
|
|
5
5
|
export declare const sortTotalSuffix = "_sort_total";
|
|
6
|
-
export declare const MAX_LABEL_LENGTH = 35;
|
|
7
|
-
export declare const truncationSuffix = "...";
|