@turquoisehealth/pit-viper 2.201.1-dev.1 → 2.201.1-dev.2
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/base/stats.html +1 -1
- package/pv-components/dist/stats/vue/visualizations/stats.html +1 -1
- package/pv-components/dist/stats/web/pv-multi-select-button-stats.html +1 -1
- package/pv-components/dist/vue/base/pv-components-base.mjs +1 -1
- package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +1 -1
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
- package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +1 -1
- package/pv-components/dist/web/pv-components.iife.js +1 -1
- package/pv-components/dist/web/pv-components.iife.js.map +1 -1
|
@@ -7234,7 +7234,7 @@ var ms = {
|
|
|
7234
7234
|
icon: e.icon,
|
|
7235
7235
|
companyLogo: e.companyLogo,
|
|
7236
7236
|
showClear: !e.disableClearIcon && T.value,
|
|
7237
|
-
showDropdown: !e.disableDropdownIcon && !T.value,
|
|
7237
|
+
showDropdown: !e.disableDropdownIcon && !(T.value && !e.disableClearIcon),
|
|
7238
7238
|
open: I(M),
|
|
7239
7239
|
"counter-value": w.value,
|
|
7240
7240
|
"counter-style": e.counterStyle,
|