@turquoisehealth/pit-viper 2.65.1 → 2.66.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/_site/assets/css/pit-viper-v2-scoped.css +105 -40
- package/_site/assets/css/pit-viper-v2.css +113 -40
- package/_site/assets/css/pit-viper.css +85 -12
- package/package.json +1 -1
- package/pv-components/dist/vue/base/pv-components-base.d.ts +69 -64
- package/pv-components/dist/vue/base/pv-components-base.js +23 -23
- package/pv-components/dist/vue/base/pv-components-base.mjs +1623 -1615
- package/pv-components/dist/vue/base/pv-components-base.umd.js +19 -19
- package/pv-components/dist/vue/charts/pv-components-charts.d.ts +3 -3
- package/pv-components/dist/vue/charts/pv-components-charts.js +54 -59
- package/pv-components/dist/vue/charts/pv-components-charts.mjs +54133 -64811
- package/pv-components/dist/vue/charts/pv-components-charts.umd.js +55 -60
- package/pv-components/dist/vue/tables/pv-components-tables.js +1 -1
- package/pv-components/dist/vue/tables/pv-components-tables.mjs +1 -1
- package/pv-components/dist/vue/tables/pv-components-tables.umd.js +1 -1
- package/pv-components/dist/web/pv-components.iife.js +15 -15
|
@@ -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_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_12> & Readonly<{}>, {
|
|
36
36
|
size: PvExpandableContentSizes;
|
|
37
37
|
variant: PvExpandableContentVariants;
|
|
38
38
|
defaultOpen: boolean;
|
|
@@ -52,17 +52,17 @@ ariaLabelledBy: string;
|
|
|
52
52
|
interactive: boolean;
|
|
53
53
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
54
54
|
|
|
55
|
-
declare const __VLS_component_4: DefineComponent<
|
|
55
|
+
declare const __VLS_component_4: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
56
56
|
"update:modelValue": (value: string | boolean) => any;
|
|
57
|
-
}, string, PublicProps, Readonly<
|
|
57
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
|
|
58
58
|
"onUpdate:modelValue"?: ((value: string | boolean) => any) | undefined;
|
|
59
59
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
60
60
|
|
|
61
61
|
declare const __VLS_component_5: DefineComponent<PvSidePanelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvSidePanelProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
62
62
|
|
|
63
|
-
declare const __VLS_component_6: DefineComponent<
|
|
63
|
+
declare const __VLS_component_6: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
64
64
|
"update:modelValue": (value: string) => any;
|
|
65
|
-
}, string, PublicProps, Readonly<
|
|
65
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
|
|
66
66
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
67
67
|
}>, {
|
|
68
68
|
variant: PvGhostInputVariant;
|
|
@@ -70,9 +70,9 @@ variant: PvGhostInputVariant;
|
|
|
70
70
|
inputRef: HTMLInputElement;
|
|
71
71
|
}, HTMLDivElement>;
|
|
72
72
|
|
|
73
|
-
declare const __VLS_component_7: DefineComponent<
|
|
73
|
+
declare const __VLS_component_7: DefineComponent<__VLS_PublicProps_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
74
74
|
"update:modelValue": (value: string) => any;
|
|
75
|
-
}, string, PublicProps, Readonly<
|
|
75
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_10> & Readonly<{
|
|
76
76
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
77
77
|
}>, {
|
|
78
78
|
variant: PvInputVariant;
|
|
@@ -87,71 +87,77 @@ variant: PvCardVariant;
|
|
|
87
87
|
interactive: boolean;
|
|
88
88
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
89
89
|
|
|
90
|
-
declare type __VLS_Props =
|
|
90
|
+
declare type __VLS_Props = PvSegmentControlProps;
|
|
91
91
|
|
|
92
|
-
declare type __VLS_Props_10 =
|
|
92
|
+
declare type __VLS_Props_10 = PvInputProps;
|
|
93
93
|
|
|
94
|
-
declare type __VLS_Props_11 =
|
|
94
|
+
declare type __VLS_Props_11 = PvSwitchProps;
|
|
95
|
+
|
|
96
|
+
declare type __VLS_Props_12 = {
|
|
95
97
|
lines?: number;
|
|
96
98
|
size?: PvExpandableContentSizes;
|
|
97
99
|
variant?: PvExpandableContentVariants;
|
|
98
100
|
defaultOpen?: boolean;
|
|
99
101
|
};
|
|
100
102
|
|
|
101
|
-
declare type __VLS_Props_2 =
|
|
103
|
+
declare type __VLS_Props_2 = PvSearchInputProps;
|
|
102
104
|
|
|
103
|
-
declare type __VLS_Props_3 =
|
|
105
|
+
declare type __VLS_Props_3 = PvDatePickerProps;
|
|
104
106
|
|
|
105
|
-
declare type __VLS_Props_4 =
|
|
107
|
+
declare type __VLS_Props_4 = PvTabsProps;
|
|
106
108
|
|
|
107
|
-
declare type __VLS_Props_5 =
|
|
109
|
+
declare type __VLS_Props_5 = PvPaginationProps;
|
|
108
110
|
|
|
109
|
-
declare type __VLS_Props_6 =
|
|
111
|
+
declare type __VLS_Props_6 = PvSelectableCardProps;
|
|
110
112
|
|
|
111
|
-
declare type __VLS_Props_7 =
|
|
113
|
+
declare type __VLS_Props_7 = PvGhostInputProps;
|
|
112
114
|
|
|
113
|
-
declare type __VLS_Props_8 =
|
|
115
|
+
declare type __VLS_Props_8 = PvToggleButton_2;
|
|
114
116
|
|
|
115
|
-
declare type __VLS_Props_9 =
|
|
117
|
+
declare type __VLS_Props_9 = PvCheckboxProps;
|
|
116
118
|
|
|
117
119
|
declare type __VLS_PublicProps = {
|
|
118
120
|
modelValue: string;
|
|
119
121
|
} & __VLS_Props;
|
|
120
122
|
|
|
121
123
|
declare type __VLS_PublicProps_10 = {
|
|
122
|
-
modelValue
|
|
124
|
+
modelValue?: string;
|
|
123
125
|
} & __VLS_Props_10;
|
|
124
126
|
|
|
127
|
+
declare type __VLS_PublicProps_11 = {
|
|
128
|
+
modelValue: boolean;
|
|
129
|
+
} & __VLS_Props_11;
|
|
130
|
+
|
|
125
131
|
declare type __VLS_PublicProps_2 = {
|
|
126
|
-
modelValue:
|
|
132
|
+
modelValue: string;
|
|
127
133
|
} & __VLS_Props_2;
|
|
128
134
|
|
|
129
135
|
declare type __VLS_PublicProps_3 = {
|
|
130
|
-
modelValue:
|
|
136
|
+
modelValue: Date;
|
|
131
137
|
} & __VLS_Props_3;
|
|
132
138
|
|
|
133
139
|
declare type __VLS_PublicProps_4 = {
|
|
134
|
-
modelValue:
|
|
140
|
+
modelValue: string;
|
|
135
141
|
} & __VLS_Props_4;
|
|
136
142
|
|
|
137
143
|
declare type __VLS_PublicProps_5 = {
|
|
138
|
-
modelValue
|
|
144
|
+
modelValue: number;
|
|
139
145
|
} & __VLS_Props_5;
|
|
140
146
|
|
|
141
147
|
declare type __VLS_PublicProps_6 = {
|
|
142
|
-
modelValue?: string;
|
|
148
|
+
modelValue?: boolean | string;
|
|
143
149
|
} & __VLS_Props_6;
|
|
144
150
|
|
|
145
151
|
declare type __VLS_PublicProps_7 = {
|
|
146
|
-
modelValue?:
|
|
152
|
+
modelValue?: string;
|
|
147
153
|
} & __VLS_Props_7;
|
|
148
154
|
|
|
149
155
|
declare type __VLS_PublicProps_8 = {
|
|
150
|
-
modelValue?: boolean;
|
|
156
|
+
modelValue?: boolean | string;
|
|
151
157
|
} & __VLS_Props_8;
|
|
152
158
|
|
|
153
159
|
declare type __VLS_PublicProps_9 = {
|
|
154
|
-
modelValue?:
|
|
160
|
+
modelValue?: boolean;
|
|
155
161
|
} & __VLS_Props_9;
|
|
156
162
|
|
|
157
163
|
declare function __VLS_template(): {
|
|
@@ -428,12 +434,9 @@ declare interface Option_2 {
|
|
|
428
434
|
label: string;
|
|
429
435
|
}
|
|
430
436
|
|
|
431
|
-
declare
|
|
432
|
-
iconName: string;
|
|
433
|
-
iconPosition: "left" | "right";
|
|
434
|
-
}
|
|
437
|
+
declare type PillDotVariant = "green" | "orange" | "yellow" | "red";
|
|
435
438
|
|
|
436
|
-
declare type PillSize = Extract<PvSize, "md" | "lg">;
|
|
439
|
+
declare type PillSize = Extract<PvSize, "md" | "lg" | "sm">;
|
|
437
440
|
|
|
438
441
|
declare type PillVariant = Extract<PvColorVariants, "default" | "success" | "warning" | "critical" | "highlight">;
|
|
439
442
|
|
|
@@ -532,9 +535,9 @@ declare interface PvCardProps {
|
|
|
532
535
|
|
|
533
536
|
declare type PvCardVariant = Extract<PvVariants, "primary" | "secondary">;
|
|
534
537
|
|
|
535
|
-
export declare const PvCheckbox: DefineComponent<
|
|
538
|
+
export declare const PvCheckbox: DefineComponent<__VLS_PublicProps_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
536
539
|
"update:modelValue": (value: boolean) => any;
|
|
537
|
-
}, string, PublicProps, Readonly<
|
|
540
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_9> & Readonly<{
|
|
538
541
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
539
542
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
540
543
|
'checkbox-ref': HTMLInputElement;
|
|
@@ -622,9 +625,9 @@ declare type PvCounterBadgeSize = Extract<PvSize, "sm" | "md">;
|
|
|
622
625
|
|
|
623
626
|
declare type PvCounterBadgeVariant = PvVariants;
|
|
624
627
|
|
|
625
|
-
export declare const PvDatePicker: DefineComponent<
|
|
628
|
+
export declare const PvDatePicker: DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
626
629
|
"update:modelValue": (value: Date) => any;
|
|
627
|
-
}, string, PublicProps, Readonly<
|
|
630
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_3> & Readonly<{
|
|
628
631
|
"onUpdate:modelValue"?: ((value: Date) => any) | undefined;
|
|
629
632
|
}>, {
|
|
630
633
|
appendTo: "body" | "self";
|
|
@@ -1321,9 +1324,9 @@ export declare interface PvMultiSelectButtonSlotProps {
|
|
|
1321
1324
|
searchInput: string;
|
|
1322
1325
|
}
|
|
1323
1326
|
|
|
1324
|
-
export declare const PvPagination: DefineComponent<
|
|
1327
|
+
export declare const PvPagination: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1325
1328
|
"update:modelValue": (value: number) => any;
|
|
1326
|
-
}, string, PublicProps, Readonly<
|
|
1329
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
|
|
1327
1330
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
1328
1331
|
}>, {
|
|
1329
1332
|
size: PvPaginationSize;
|
|
@@ -1362,9 +1365,9 @@ declare interface PvPillProps {
|
|
|
1362
1365
|
*/
|
|
1363
1366
|
icon?: string;
|
|
1364
1367
|
/**
|
|
1365
|
-
*
|
|
1368
|
+
* Dot Variant
|
|
1366
1369
|
*/
|
|
1367
|
-
|
|
1370
|
+
dotVariant?: PillDotVariant;
|
|
1368
1371
|
/**
|
|
1369
1372
|
* Tag Label
|
|
1370
1373
|
*/
|
|
@@ -1418,11 +1421,11 @@ declare const PvRatingVariants: string[];
|
|
|
1418
1421
|
|
|
1419
1422
|
export declare const PvReleaseBadge: DefineComponent<PvBadgeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvBadgeProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1420
1423
|
|
|
1421
|
-
export declare const PvSearchInput: DefineComponent<
|
|
1424
|
+
export declare const PvSearchInput: DefineComponent<__VLS_PublicProps_2, {
|
|
1422
1425
|
input: Readonly<ShallowRef<HTMLInputElement | null>>;
|
|
1423
1426
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1424
1427
|
"update:modelValue": (value: string) => any;
|
|
1425
|
-
}, string, PublicProps, Readonly<
|
|
1428
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_2> & Readonly<{
|
|
1426
1429
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1427
1430
|
}>, {
|
|
1428
1431
|
disabled: boolean;
|
|
@@ -1437,25 +1440,27 @@ declare interface PvSearchInputProps {
|
|
|
1437
1440
|
displayShortcut?: boolean;
|
|
1438
1441
|
}
|
|
1439
1442
|
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1444
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1445
|
-
|
|
1446
|
-
declare interface PvSegmentedControlBaseProps {
|
|
1447
|
-
modelValue: string;
|
|
1448
|
-
large?: boolean;
|
|
1443
|
+
declare interface PvSegmentControlProps {
|
|
1444
|
+
size?: PvSegmentControlSize;
|
|
1445
|
+
options: PvSegmentedControlOption[];
|
|
1449
1446
|
}
|
|
1450
1447
|
|
|
1451
|
-
declare
|
|
1452
|
-
options: OptionWithIcon[];
|
|
1453
|
-
iconOnly: true;
|
|
1454
|
-
}
|
|
1448
|
+
declare type PvSegmentControlSize = Extract<PvSize, "lg" | "xl">;
|
|
1455
1449
|
|
|
1456
|
-
declare
|
|
1457
|
-
|
|
1458
|
-
|
|
1450
|
+
export declare const PvSegmentedControl: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1451
|
+
"update:modelValue": (value: string) => any;
|
|
1452
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
1453
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1454
|
+
}>, {
|
|
1455
|
+
size: PvSegmentControlSize;
|
|
1456
|
+
options: PvSegmentedControlOption[];
|
|
1457
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1458
|
+
|
|
1459
|
+
declare interface PvSegmentedControlOption {
|
|
1460
|
+
label?: string;
|
|
1461
|
+
value: string;
|
|
1462
|
+
icon?: string;
|
|
1463
|
+
iconPosition?: "left" | "right";
|
|
1459
1464
|
}
|
|
1460
1465
|
|
|
1461
1466
|
declare type PvSekeltonSize = Extract<PvSize, "xs" | "sm" | "md" | "lg" | "xl">;
|
|
@@ -1796,9 +1801,9 @@ declare interface PvSuggestionTag_2 {
|
|
|
1796
1801
|
rounded?: boolean;
|
|
1797
1802
|
}
|
|
1798
1803
|
|
|
1799
|
-
export declare const PvSwitch: DefineComponent<
|
|
1804
|
+
export declare const PvSwitch: DefineComponent<__VLS_PublicProps_11, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1800
1805
|
"update:modelValue": (value: boolean) => any;
|
|
1801
|
-
}, string, PublicProps, Readonly<
|
|
1806
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_11> & Readonly<{
|
|
1802
1807
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1803
1808
|
}>, {
|
|
1804
1809
|
size: PvSwitchSize;
|
|
@@ -1826,9 +1831,9 @@ declare interface PvTabListBaseProps {
|
|
|
1826
1831
|
options: Option_2[];
|
|
1827
1832
|
}
|
|
1828
1833
|
|
|
1829
|
-
export declare const PvTabs: DefineComponent<
|
|
1834
|
+
export declare const PvTabs: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1830
1835
|
"update:modelValue": (value: string) => any;
|
|
1831
|
-
}, string, PublicProps, Readonly<
|
|
1836
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
|
|
1832
1837
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1833
1838
|
}>, {
|
|
1834
1839
|
size: TabSize;
|
|
@@ -1883,9 +1888,9 @@ declare const PvTheme: readonly ["white", "dark"];
|
|
|
1883
1888
|
|
|
1884
1889
|
declare type PvThemes = (typeof PvTheme)[number];
|
|
1885
1890
|
|
|
1886
|
-
export declare const PvToggleButton: DefineComponent<
|
|
1891
|
+
export declare const PvToggleButton: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1887
1892
|
"update:modelValue": (value: string | boolean) => any;
|
|
1888
|
-
}, string, PublicProps, Readonly<
|
|
1893
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
|
|
1889
1894
|
"onUpdate:modelValue"?: ((value: string | boolean) => any) | undefined;
|
|
1890
1895
|
}>, {
|
|
1891
1896
|
size: PvToggleButtonSize;
|