@turquoisehealth/pit-viper 2.78.1-dev.0 → 2.79.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/vue/base/pv-components-base.d.ts +24 -36
- package/pv-components/dist/vue/base/pv-components-base.js +8 -8
- package/pv-components/dist/vue/base/pv-components-base.mjs +579 -609
- package/pv-components/dist/vue/base/pv-components-base.umd.js +11 -11
- package/pv-components/dist/vue/charts/pv-components-charts.js +32 -32
- package/pv-components/dist/vue/charts/pv-components-charts.mjs +10682 -10725
- package/pv-components/dist/vue/charts/pv-components-charts.umd.js +31 -31
- package/pv-components/dist/vue/tables/pv-components-tables.js +22 -22
- package/pv-components/dist/vue/tables/pv-components-tables.mjs +3237 -3280
- package/pv-components/dist/vue/tables/pv-components-tables.umd.js +22 -22
- package/pv-components/dist/web/pv-components.iife.js +22 -22
package/package.json
CHANGED
|
@@ -32,7 +32,7 @@ variant: BannerVariants;
|
|
|
32
32
|
orientation: BannerOrientations;
|
|
33
33
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
34
34
|
|
|
35
|
-
declare const __VLS_component_10: DefineComponent<
|
|
35
|
+
declare const __VLS_component_10: DefineComponent<__VLS_Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{}>, {
|
|
36
36
|
size: PvExpandableContentSizes;
|
|
37
37
|
variant: PvExpandableContentVariants;
|
|
38
38
|
defaultOpen: boolean;
|
|
@@ -64,17 +64,13 @@ ariaLabelledBy: string;
|
|
|
64
64
|
interactive: boolean;
|
|
65
65
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
66
66
|
|
|
67
|
-
declare const __VLS_component_4: DefineComponent<
|
|
68
|
-
"update:modelValue": (value: string | boolean) => any;
|
|
69
|
-
}, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
|
|
70
|
-
"onUpdate:modelValue"?: ((value: string | boolean) => any) | undefined;
|
|
71
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
67
|
+
declare const __VLS_component_4: DefineComponent<PvSelectableCardProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvSelectableCardProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
72
68
|
|
|
73
69
|
declare const __VLS_component_5: DefineComponent<PvSidePanelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvSidePanelProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
74
70
|
|
|
75
|
-
declare const __VLS_component_6: DefineComponent<
|
|
71
|
+
declare const __VLS_component_6: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
76
72
|
"update:modelValue": (value: string) => any;
|
|
77
|
-
}, string, PublicProps, Readonly<
|
|
73
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
|
|
78
74
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
79
75
|
}>, {
|
|
80
76
|
variant: PvGhostInputVariant;
|
|
@@ -82,9 +78,9 @@ variant: PvGhostInputVariant;
|
|
|
82
78
|
inputRef: HTMLInputElement;
|
|
83
79
|
}, HTMLDivElement>;
|
|
84
80
|
|
|
85
|
-
declare const __VLS_component_7: DefineComponent<
|
|
81
|
+
declare const __VLS_component_7: DefineComponent<__VLS_PublicProps_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
86
82
|
"update:modelValue": (value: string) => any;
|
|
87
|
-
}, string, PublicProps, Readonly<
|
|
83
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_9> & Readonly<{
|
|
88
84
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
89
85
|
}>, {
|
|
90
86
|
variant: PvInputVariant;
|
|
@@ -101,11 +97,9 @@ interactive: boolean;
|
|
|
101
97
|
|
|
102
98
|
declare type __VLS_Props = PvSegmentControlProps;
|
|
103
99
|
|
|
104
|
-
declare type __VLS_Props_10 =
|
|
100
|
+
declare type __VLS_Props_10 = PvSwitchProps;
|
|
105
101
|
|
|
106
|
-
declare type __VLS_Props_11 =
|
|
107
|
-
|
|
108
|
-
declare type __VLS_Props_12 = {
|
|
102
|
+
declare type __VLS_Props_11 = {
|
|
109
103
|
lines?: number;
|
|
110
104
|
size?: PvExpandableContentSizes;
|
|
111
105
|
variant?: PvExpandableContentVariants;
|
|
@@ -120,25 +114,21 @@ declare type __VLS_Props_4 = PvTabsProps;
|
|
|
120
114
|
|
|
121
115
|
declare type __VLS_Props_5 = PvPaginationProps;
|
|
122
116
|
|
|
123
|
-
declare type __VLS_Props_6 =
|
|
117
|
+
declare type __VLS_Props_6 = PvGhostInputProps;
|
|
124
118
|
|
|
125
|
-
declare type __VLS_Props_7 =
|
|
119
|
+
declare type __VLS_Props_7 = PvToggleButton_2;
|
|
126
120
|
|
|
127
|
-
declare type __VLS_Props_8 =
|
|
121
|
+
declare type __VLS_Props_8 = PvCheckboxProps;
|
|
128
122
|
|
|
129
|
-
declare type __VLS_Props_9 =
|
|
123
|
+
declare type __VLS_Props_9 = PvInputProps;
|
|
130
124
|
|
|
131
125
|
declare type __VLS_PublicProps = {
|
|
132
126
|
modelValue: string;
|
|
133
127
|
} & __VLS_Props;
|
|
134
128
|
|
|
135
129
|
declare type __VLS_PublicProps_10 = {
|
|
136
|
-
modelValue?: string;
|
|
137
|
-
} & __VLS_Props_10;
|
|
138
|
-
|
|
139
|
-
declare type __VLS_PublicProps_11 = {
|
|
140
130
|
modelValue: boolean;
|
|
141
|
-
} &
|
|
131
|
+
} & __VLS_Props_10;
|
|
142
132
|
|
|
143
133
|
declare type __VLS_PublicProps_2 = {
|
|
144
134
|
modelValue?: string;
|
|
@@ -157,19 +147,19 @@ declare type __VLS_PublicProps_5 = {
|
|
|
157
147
|
} & __VLS_Props_5;
|
|
158
148
|
|
|
159
149
|
declare type __VLS_PublicProps_6 = {
|
|
160
|
-
modelValue?:
|
|
150
|
+
modelValue?: string;
|
|
161
151
|
} & __VLS_Props_6;
|
|
162
152
|
|
|
163
153
|
declare type __VLS_PublicProps_7 = {
|
|
164
|
-
modelValue?: string;
|
|
154
|
+
modelValue?: boolean | string;
|
|
165
155
|
} & __VLS_Props_7;
|
|
166
156
|
|
|
167
157
|
declare type __VLS_PublicProps_8 = {
|
|
168
|
-
modelValue?: boolean
|
|
158
|
+
modelValue?: boolean;
|
|
169
159
|
} & __VLS_Props_8;
|
|
170
160
|
|
|
171
161
|
declare type __VLS_PublicProps_9 = {
|
|
172
|
-
modelValue?:
|
|
162
|
+
modelValue?: string;
|
|
173
163
|
} & __VLS_Props_9;
|
|
174
164
|
|
|
175
165
|
declare function __VLS_template(): {
|
|
@@ -587,9 +577,9 @@ declare interface PvCardProps {
|
|
|
587
577
|
|
|
588
578
|
declare type PvCardVariant = Extract<PvVariants, "primary" | "secondary">;
|
|
589
579
|
|
|
590
|
-
export declare const PvCheckbox: DefineComponent<
|
|
580
|
+
export declare const PvCheckbox: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
591
581
|
"update:modelValue": (value: boolean) => any;
|
|
592
|
-
}, string, PublicProps, Readonly<
|
|
582
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
|
|
593
583
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
594
584
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
595
585
|
'checkbox-ref': HTMLInputElement;
|
|
@@ -1278,7 +1268,6 @@ placeholder: string;
|
|
|
1278
1268
|
icon?: string;
|
|
1279
1269
|
counterPosition?: "left" | "right" | "none";
|
|
1280
1270
|
companyLogo?: string;
|
|
1281
|
-
customEmptyState?: Component;
|
|
1282
1271
|
showClear?: boolean;
|
|
1283
1272
|
showDropdown?: boolean;
|
|
1284
1273
|
showMenuAction?: boolean;
|
|
@@ -1321,7 +1310,6 @@ placeholder: string;
|
|
|
1321
1310
|
icon?: string;
|
|
1322
1311
|
counterPosition?: "left" | "right" | "none";
|
|
1323
1312
|
companyLogo?: string;
|
|
1324
|
-
customEmptyState?: Component;
|
|
1325
1313
|
showClear?: boolean;
|
|
1326
1314
|
showDropdown?: boolean;
|
|
1327
1315
|
showMenuAction?: boolean;
|
|
@@ -1364,7 +1352,6 @@ declare interface PvMultiSelectButtonProps {
|
|
|
1364
1352
|
icon?: string;
|
|
1365
1353
|
counterPosition?: "left" | "right" | "none";
|
|
1366
1354
|
companyLogo?: string;
|
|
1367
|
-
customEmptyState?: Component;
|
|
1368
1355
|
showClear?: boolean;
|
|
1369
1356
|
showDropdown?: boolean;
|
|
1370
1357
|
showMenuAction?: boolean;
|
|
@@ -1527,6 +1514,7 @@ declare interface PvSelectableCardProps {
|
|
|
1527
1514
|
value?: string;
|
|
1528
1515
|
id?: string;
|
|
1529
1516
|
deselect?: boolean;
|
|
1517
|
+
selected?: boolean;
|
|
1530
1518
|
}
|
|
1531
1519
|
|
|
1532
1520
|
export declare const PvSelectButton: DefineComponent< {
|
|
@@ -1858,9 +1846,9 @@ declare interface PvSuggestionTag_2 {
|
|
|
1858
1846
|
disabled?: boolean;
|
|
1859
1847
|
}
|
|
1860
1848
|
|
|
1861
|
-
export declare const PvSwitch: DefineComponent<
|
|
1849
|
+
export declare const PvSwitch: DefineComponent<__VLS_PublicProps_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1862
1850
|
"update:modelValue": (value: boolean) => any;
|
|
1863
|
-
}, string, PublicProps, Readonly<
|
|
1851
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_10> & Readonly<{
|
|
1864
1852
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1865
1853
|
}>, {
|
|
1866
1854
|
size: PvSwitchSize;
|
|
@@ -1955,9 +1943,9 @@ declare interface PvToastProps {
|
|
|
1955
1943
|
|
|
1956
1944
|
declare type PvToastVariants = "info" | "success" | "error" | "dark";
|
|
1957
1945
|
|
|
1958
|
-
export declare const PvToggleButton: DefineComponent<
|
|
1946
|
+
export declare const PvToggleButton: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1959
1947
|
"update:modelValue": (value: string | boolean) => any;
|
|
1960
|
-
}, string, PublicProps, Readonly<
|
|
1948
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
|
|
1961
1949
|
"onUpdate:modelValue"?: ((value: string | boolean) => any) | undefined;
|
|
1962
1950
|
}>, {
|
|
1963
1951
|
size: PvToggleButtonSize;
|