@turquoisehealth/pit-viper 2.64.2-dev.1 → 2.64.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 +40 -8
- package/pv-components/dist/vue/base/pv-components-base.js +18 -18
- package/pv-components/dist/vue/base/pv-components-base.mjs +1 -0
- package/pv-components/dist/vue/base/pv-components-base.umd.js +18 -18
- package/pv-components/dist/vue/charts/pv-components-charts.js +28 -28
- package/pv-components/dist/vue/charts/pv-components-charts.mjs +2889 -2893
- package/pv-components/dist/vue/charts/pv-components-charts.umd.js +28 -28
- package/pv-components/dist/vue/tables/pv-components-tables.js +24 -24
- package/pv-components/dist/vue/tables/pv-components-tables.mjs +2392 -2396
- package/pv-components/dist/vue/tables/pv-components-tables.umd.js +25 -25
- package/pv-components/dist/web/pv-components.iife.js +22 -22
package/package.json
CHANGED
|
@@ -32,6 +32,13 @@ variant: BannerVariants;
|
|
|
32
32
|
orientation: BannerOrientations;
|
|
33
33
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
34
34
|
|
|
35
|
+
declare const __VLS_component_10: DefineComponent<__VLS_Props_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_11> & Readonly<{}>, {
|
|
36
|
+
size: PvExpandableContentSizes;
|
|
37
|
+
variant: PvExpandableContentVariants;
|
|
38
|
+
defaultOpen: boolean;
|
|
39
|
+
lines: number;
|
|
40
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
41
|
+
|
|
35
42
|
declare const __VLS_component_2: DefineComponent<PvAccordionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvAccordionProps> & Readonly<{}>, {
|
|
36
43
|
defaultOpen: boolean;
|
|
37
44
|
chevronPosition: ChevronPosition;
|
|
@@ -75,12 +82,10 @@ id: string;
|
|
|
75
82
|
|
|
76
83
|
declare const __VLS_component_8: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
77
84
|
|
|
78
|
-
declare const __VLS_component_9: DefineComponent<
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
lines: number;
|
|
83
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
85
|
+
declare const __VLS_component_9: DefineComponent<PvCardProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvCardProps> & Readonly<{}>, {
|
|
86
|
+
variant: PvCardVariant;
|
|
87
|
+
interactive: boolean;
|
|
88
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
84
89
|
|
|
85
90
|
declare type __VLS_Props = PvSearchInputProps;
|
|
86
91
|
|
|
@@ -158,6 +163,15 @@ declare function __VLS_template(): {
|
|
|
158
163
|
rootEl: HTMLDivElement;
|
|
159
164
|
};
|
|
160
165
|
|
|
166
|
+
declare function __VLS_template_10(): {
|
|
167
|
+
attrs: Partial<{}>;
|
|
168
|
+
slots: {
|
|
169
|
+
default?(_: {}): any;
|
|
170
|
+
};
|
|
171
|
+
refs: {};
|
|
172
|
+
rootEl: HTMLDivElement;
|
|
173
|
+
};
|
|
174
|
+
|
|
161
175
|
declare function __VLS_template_2(): {
|
|
162
176
|
attrs: Partial<{}>;
|
|
163
177
|
slots: {
|
|
@@ -233,11 +247,13 @@ declare function __VLS_template_9(): {
|
|
|
233
247
|
default?(_: {}): any;
|
|
234
248
|
};
|
|
235
249
|
refs: {};
|
|
236
|
-
rootEl:
|
|
250
|
+
rootEl: any;
|
|
237
251
|
};
|
|
238
252
|
|
|
239
253
|
declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
240
254
|
|
|
255
|
+
declare type __VLS_TemplateResult_10 = ReturnType<typeof __VLS_template_10>;
|
|
256
|
+
|
|
241
257
|
declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
|
|
242
258
|
|
|
243
259
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
@@ -290,6 +306,12 @@ declare type __VLS_WithTemplateSlots_14<T, S> = T & {
|
|
|
290
306
|
};
|
|
291
307
|
};
|
|
292
308
|
|
|
309
|
+
declare type __VLS_WithTemplateSlots_15<T, S> = T & {
|
|
310
|
+
new (): {
|
|
311
|
+
$slots: S;
|
|
312
|
+
};
|
|
313
|
+
};
|
|
314
|
+
|
|
293
315
|
declare type __VLS_WithTemplateSlots_2<T, S> = T & {
|
|
294
316
|
new (): {
|
|
295
317
|
$slots: S;
|
|
@@ -500,6 +522,16 @@ declare type PvButtonSize = Extract<PvSize, "md" | "lg" | "xl">;
|
|
|
500
522
|
|
|
501
523
|
declare type PvButtonVariant = Extract<PvVariants, "primary" | "secondary" | "ghost" | "destructive">;
|
|
502
524
|
|
|
525
|
+
export declare const PvCard: __VLS_WithTemplateSlots_14<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
526
|
+
|
|
527
|
+
declare interface PvCardProps {
|
|
528
|
+
href?: string;
|
|
529
|
+
variant?: PvCardVariant;
|
|
530
|
+
interactive?: boolean;
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
declare type PvCardVariant = Extract<PvVariants, "primary" | "secondary">;
|
|
534
|
+
|
|
503
535
|
export declare const PvCheckbox: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
504
536
|
"update:modelValue": (value: boolean) => any;
|
|
505
537
|
}, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
|
|
@@ -851,7 +883,7 @@ declare interface PvDropdownProps {
|
|
|
851
883
|
teleportLocation?: string;
|
|
852
884
|
}
|
|
853
885
|
|
|
854
|
-
export declare const PvExpandableContent:
|
|
886
|
+
export declare const PvExpandableContent: __VLS_WithTemplateSlots_15<typeof __VLS_component_10, __VLS_TemplateResult_10["slots"]>;
|
|
855
887
|
|
|
856
888
|
declare type PvExpandableContentSizes = Extract<PvSize, "none" | "xs" | "sm" | "md" | "lg"> | "none";
|
|
857
889
|
|