@turquoisehealth/pit-viper 2.78.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 -33
- package/pv-components/dist/vue/base/pv-components-base.js +1 -1
- package/pv-components/dist/vue/base/pv-components-base.mjs +452 -457
- package/pv-components/dist/vue/base/pv-components-base.umd.js +1 -1
- package/pv-components/dist/vue/charts/pv-components-charts.js +1 -1
- package/pv-components/dist/vue/charts/pv-components-charts.mjs +18 -7
- 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 +18 -7
- package/pv-components/dist/vue/tables/pv-components-tables.umd.js +1 -1
- package/pv-components/dist/web/pv-components.iife.js +20 -20
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;
|
|
@@ -1524,6 +1514,7 @@ declare interface PvSelectableCardProps {
|
|
|
1524
1514
|
value?: string;
|
|
1525
1515
|
id?: string;
|
|
1526
1516
|
deselect?: boolean;
|
|
1517
|
+
selected?: boolean;
|
|
1527
1518
|
}
|
|
1528
1519
|
|
|
1529
1520
|
export declare const PvSelectButton: DefineComponent< {
|
|
@@ -1855,9 +1846,9 @@ declare interface PvSuggestionTag_2 {
|
|
|
1855
1846
|
disabled?: boolean;
|
|
1856
1847
|
}
|
|
1857
1848
|
|
|
1858
|
-
export declare const PvSwitch: DefineComponent<
|
|
1849
|
+
export declare const PvSwitch: DefineComponent<__VLS_PublicProps_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1859
1850
|
"update:modelValue": (value: boolean) => any;
|
|
1860
|
-
}, string, PublicProps, Readonly<
|
|
1851
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_10> & Readonly<{
|
|
1861
1852
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1862
1853
|
}>, {
|
|
1863
1854
|
size: PvSwitchSize;
|
|
@@ -1952,9 +1943,9 @@ declare interface PvToastProps {
|
|
|
1952
1943
|
|
|
1953
1944
|
declare type PvToastVariants = "info" | "success" | "error" | "dark";
|
|
1954
1945
|
|
|
1955
|
-
export declare const PvToggleButton: DefineComponent<
|
|
1946
|
+
export declare const PvToggleButton: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1956
1947
|
"update:modelValue": (value: string | boolean) => any;
|
|
1957
|
-
}, string, PublicProps, Readonly<
|
|
1948
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
|
|
1958
1949
|
"onUpdate:modelValue"?: ((value: string | boolean) => any) | undefined;
|
|
1959
1950
|
}>, {
|
|
1960
1951
|
size: PvToggleButtonSize;
|