@turquoisehealth/pit-viper 2.55.0-alpha.1 → 2.55.0-alpha.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/vue/base/pv-components-base.d.ts +1 -1
- package/pv-components/dist/vue/charts/pv-components-charts.js +1 -1
- package/pv-components/dist/vue/charts/pv-components-charts.mjs +2 -2
- package/pv-components/dist/vue/charts/pv-components-charts.umd.js +1 -1
- package/pv-components/dist/vue/tables/pv-components-tables.js +1 -1
- package/pv-components/dist/vue/tables/pv-components-tables.mjs +2 -2
- package/pv-components/dist/vue/tables/pv-components-tables.umd.js +1 -1
|
@@ -103163,11 +103163,11 @@ const a9e = (e) => {
|
|
|
103163
103163
|
icon: {},
|
|
103164
103164
|
companyName: {},
|
|
103165
103165
|
avatar: {},
|
|
103166
|
+
groupingLabel: {},
|
|
103166
103167
|
disabled: { type: Boolean },
|
|
103167
103168
|
renderer: {},
|
|
103168
103169
|
rendererProps: {},
|
|
103169
|
-
classList: {}
|
|
103170
|
-
value: { type: Boolean }
|
|
103170
|
+
classList: {}
|
|
103171
103171
|
},
|
|
103172
103172
|
emits: ["focus-update"],
|
|
103173
103173
|
setup(e) {
|