@turquoisehealth/pit-viper 2.51.0 → 2.53.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 +11 -1
- package/_site/assets/css/pit-viper-v2.css +12 -1
- package/_site/assets/css/pit-viper.css +10 -1
- package/package.json +1 -1
- package/pv-components/dist/vue/base/pv-components-base.d.ts +158 -43
- package/pv-components/dist/vue/base/pv-components-base.js +68 -18
- package/pv-components/dist/vue/base/pv-components-base.mjs +2659 -2305
- package/pv-components/dist/vue/base/pv-components-base.umd.js +1502 -0
- package/pv-components/dist/vue/charts/pv-components-charts.js +49 -49
- package/pv-components/dist/vue/charts/pv-components-charts.mjs +15608 -15568
- package/pv-components/dist/vue/charts/pv-components-charts.umd.js +253 -0
- package/pv-components/dist/vue/tables/pv-components-tables.js +36 -36
- package/pv-components/dist/vue/tables/pv-components-tables.mjs +5706 -5665
- package/pv-components/dist/vue/tables/pv-components-tables.umd.js +222 -0
- package/pv-components/dist/web/pv-components.iife.js +96 -27
- package/pv-components/dist/stats-vue_base.html +0 -4949
- package/pv-components/dist/stats-vue_charts.html +0 -4949
- package/pv-components/dist/stats-vue_tables.html +0 -4949
- package/pv-components/dist/stats-web.html +0 -4949
- package/pv-components/dist/types/base/PvAccordion/PvAccordion.vue.d.ts +0 -22
- package/pv-components/dist/types/base/PvAccordion/types.d.ts +0 -5
- package/pv-components/dist/types/base/PvBanner/PvBanner.vue.d.ts +0 -22
- package/pv-components/dist/types/base/PvBanner/types.d.ts +0 -11
- package/pv-components/dist/types/base/PvBreadcrumbs/PvBreadcrumbs.vue.d.ts +0 -6
- package/pv-components/dist/types/base/PvBreadcrumbs/types.d.ts +0 -4
- package/pv-components/dist/types/base/PvButton/PvButton.vue.d.ts +0 -24
- package/pv-components/dist/types/base/PvButton/types.d.ts +0 -3
- package/pv-components/dist/types/base/PvCard/PvCard.example.vue.d.ts +0 -2
- package/pv-components/dist/types/base/PvCard/PvCard.vue.d.ts +0 -15
- package/pv-components/dist/types/base/PvCompanyLogo/PvCompanyLogo.example.vue.d.ts +0 -2
- package/pv-components/dist/types/base/PvCompanyLogo/PvCompanyLogo.vue.d.ts +0 -15
- package/pv-components/dist/types/base/PvCompanyTag/PvCompanyTag.example.vue.d.ts +0 -2
- package/pv-components/dist/types/base/PvCompanyTag/PvCompanyTag.vue.d.ts +0 -26
- package/pv-components/dist/types/base/PvCounterBadge/PvCounterBadge.vue.d.ts +0 -15
- package/pv-components/dist/types/base/PvCounterBadge/types.d.ts +0 -3
- package/pv-components/dist/types/base/PvDatePicker/PvDatePicker.example.vue.d.ts +0 -2
- package/pv-components/dist/types/base/PvDatePicker/PvDatePicker.vue.d.ts +0 -114
- package/pv-components/dist/types/base/PvDateTime/PvDateTime.example.vue.d.ts +0 -2
- package/pv-components/dist/types/base/PvDateTime/PvDateTime.vue.d.ts +0 -13
- package/pv-components/dist/types/base/PvDateTime/useDateTime.d.ts +0 -9
- package/pv-components/dist/types/base/PvDrawer/PvDrawer.example.vue.d.ts +0 -2
- package/pv-components/dist/types/base/PvDrawer/PvDrawer.vue.d.ts +0 -31
- package/pv-components/dist/types/base/PvDropdown/PvDropdown.example.vue.d.ts +0 -2
- package/pv-components/dist/types/base/PvDropdown/PvDropdown.vue.d.ts +0 -42
- package/pv-components/dist/types/base/PvDropdown/useDropdownMenuPosition.d.ts +0 -59
- package/pv-components/dist/types/base/PvIcon/PvIcon.example.vue.d.ts +0 -2
- package/pv-components/dist/types/base/PvIcon/PvIcon.vue.d.ts +0 -10
- package/pv-components/dist/types/base/PvModal/PvModal.vue.d.ts +0 -26
- package/pv-components/dist/types/base/PvMultiSelect/PvMultiSelect.example.vue.d.ts +0 -2
- package/pv-components/dist/types/base/PvMultiSelect/PvMultiSelect.vue.d.ts +0 -12
- package/pv-components/dist/types/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +0 -54
- package/pv-components/dist/types/base/PvMultiSelectButton/PvMultiSelectButtonTrigger.vue.d.ts +0 -28
- package/pv-components/dist/types/base/PvMultiSelectButton/PvSelectMenu.vue.d.ts +0 -30
- package/pv-components/dist/types/base/PvMultiSelectButton/PvSelectMenuControlPanel.vue.d.ts +0 -8
- package/pv-components/dist/types/base/PvMultiSelectButton/items/PvMenuCheckboxItem.vue.d.ts +0 -11
- package/pv-components/dist/types/base/PvMultiSelectButton/items/PvMenuItem.vue.d.ts +0 -12
- package/pv-components/dist/types/base/PvMultiSelectButton/items/PvMenuRadioItem.vue.d.ts +0 -11
- package/pv-components/dist/types/base/PvMultiSelectButton/mocks.d.ts +0 -13
- package/pv-components/dist/types/base/PvMultiSelectButton/types.d.ts +0 -17
- package/pv-components/dist/types/base/PvPill/PvPill.vue.d.ts +0 -30
- package/pv-components/dist/types/base/PvPill/types.d.ts +0 -3
- package/pv-components/dist/types/base/PvPopover/PvPopover.vue.d.ts +0 -29
- package/pv-components/dist/types/base/PvReleaseBadge/PvReleaseBadge.example.vue.d.ts +0 -2
- package/pv-components/dist/types/base/PvReleaseBadge/PvReleaseBadge.vue.d.ts +0 -5
- package/pv-components/dist/types/base/PvSearchInput/PvSearchInput.vue.d.ts +0 -18
- package/pv-components/dist/types/base/PvSegmentedControl/PvSegmentedControl.example.vue.d.ts +0 -2
- package/pv-components/dist/types/base/PvSegmentedControl/PvSegmentedControl.vue.d.ts +0 -19
- package/pv-components/dist/types/base/PvSelect/PvSelect.example.vue.d.ts +0 -2
- package/pv-components/dist/types/base/PvSelect/PvSelect.vue.d.ts +0 -22
- package/pv-components/dist/types/base/PvSuggestionTag/PvSuggestionTag.example.vue.d.ts +0 -2
- package/pv-components/dist/types/base/PvSuggestionTag/PvSuggestionTag.vue.d.ts +0 -28
- package/pv-components/dist/types/base/PvTabList/PvTabList.vue.d.ts +0 -11
- package/pv-components/dist/types/base/PvTabs/PvTabs.example.vue.d.ts +0 -2
- package/pv-components/dist/types/base/PvTabs/PvTabs.vue.d.ts +0 -17
- package/pv-components/dist/types/base/PvTabs/types.d.ts +0 -7
- package/pv-components/dist/types/base/PvTag/PvTag.example.vue.d.ts +0 -2
- package/pv-components/dist/types/base/PvTag/PvTag.vue.d.ts +0 -40
- package/pv-components/dist/types/base/PvTag/types.d.ts +0 -3
- package/pv-components/dist/types/base/PvToggle/PvToggle.vue.d.ts +0 -35
- package/pv-components/dist/types/base/PvTooltip/PvTooltip.vue.d.ts +0 -24
- package/pv-components/dist/types/base/PvTooltip/types.d.ts +0 -2
- package/pv-components/dist/types/base/baseProps.d.ts +0 -7
- package/pv-components/dist/types/base/index.d.ts +0 -29
|
@@ -1050,7 +1050,8 @@
|
|
|
1050
1050
|
.pv-v2 .pv-radio:disabled {
|
|
1051
1051
|
background-color: var(--checkbox-disabled-background-color, #ECECEC);
|
|
1052
1052
|
}
|
|
1053
|
-
.pv-v2 .pv-checkbox:disabled:checked,
|
|
1053
|
+
.pv-v2 .pv-checkbox:disabled:indeterminate, .pv-v2 .pv-checkbox:disabled:checked,
|
|
1054
|
+
.pv-v2 .pv-radio:disabled:indeterminate,
|
|
1054
1055
|
.pv-v2 .pv-radio:disabled:checked {
|
|
1055
1056
|
background-color: var(--checkbox-checked-disabled-background-color, #ECECEC);
|
|
1056
1057
|
border-color: var(--checkbox-checked-disabled-border-color, #ECECEC);
|
|
@@ -2981,6 +2982,13 @@
|
|
|
2981
2982
|
.pv-v2 .pv-hover-card[data-style=white] > [role=tooltip] a {
|
|
2982
2983
|
color: #16696D;
|
|
2983
2984
|
}
|
|
2985
|
+
.pv-v2 .pv-tooltip[data-static]:after,
|
|
2986
|
+
.pv-v2 .pv-hover-card[data-static]:after {
|
|
2987
|
+
display: none;
|
|
2988
|
+
}
|
|
2989
|
+
.pv-v2 .pv-tooltip-small:hover > [role=tooltip], .pv-v2 .pv-tooltip-small:focus > [role=tooltip] {
|
|
2990
|
+
padding: 0.25rem 0.5rem;
|
|
2991
|
+
}
|
|
2984
2992
|
.pv-v2 .pv-hover-card:hover > [role=tooltip] {
|
|
2985
2993
|
background-color: #FFFFFF;
|
|
2986
2994
|
border: 1px solid #E3E7EA;
|
|
@@ -4969,6 +4977,8 @@
|
|
|
4969
4977
|
--p-inputtext-focus-ring-color: #36C5BA;
|
|
4970
4978
|
--p-inputtext-focus-ring-width: 2px;
|
|
4971
4979
|
--p-inputtext-focus-ring-style: solid;
|
|
4980
|
+
--p-skeleton-background: #F0F2F2;
|
|
4981
|
+
--p-skeleton-border-radius: 4px;
|
|
4972
4982
|
}
|
|
4973
4983
|
.pv-v2 .p-datepicker-input {
|
|
4974
4984
|
font-size: var(--datepicker-text-size, 0.6875rem);
|
|
@@ -1145,7 +1145,8 @@ label:has(input:not(:disabled)).pv-label-hover:hover {
|
|
|
1145
1145
|
.pv-radio:disabled {
|
|
1146
1146
|
background-color: var(--checkbox-disabled-background-color, #ECECEC);
|
|
1147
1147
|
}
|
|
1148
|
-
.pv-checkbox:disabled:checked,
|
|
1148
|
+
.pv-checkbox:disabled:indeterminate, .pv-checkbox:disabled:checked,
|
|
1149
|
+
.pv-radio:disabled:indeterminate,
|
|
1149
1150
|
.pv-radio:disabled:checked {
|
|
1150
1151
|
background-color: var(--checkbox-checked-disabled-background-color, #ECECEC);
|
|
1151
1152
|
border-color: var(--checkbox-checked-disabled-border-color, #ECECEC);
|
|
@@ -3231,6 +3232,14 @@ pv-dropdown-auto-close.pv-dropdown > [class*=pv-button][data-dropdown] {
|
|
|
3231
3232
|
.pv-hover-card[data-style=white] > [role=tooltip] a {
|
|
3232
3233
|
color: #16696D;
|
|
3233
3234
|
}
|
|
3235
|
+
.pv-tooltip[data-static]:after,
|
|
3236
|
+
.pv-hover-card[data-static]:after {
|
|
3237
|
+
display: none;
|
|
3238
|
+
}
|
|
3239
|
+
|
|
3240
|
+
.pv-tooltip-small:hover > [role=tooltip], .pv-tooltip-small:focus > [role=tooltip] {
|
|
3241
|
+
padding: 0.25rem 0.5rem;
|
|
3242
|
+
}
|
|
3234
3243
|
|
|
3235
3244
|
.pv-hover-card:hover > [role=tooltip] {
|
|
3236
3245
|
background-color: #FFFFFF;
|
|
@@ -5486,6 +5495,8 @@ svg.pv-text-inherit {
|
|
|
5486
5495
|
--p-inputtext-focus-ring-color: #36C5BA;
|
|
5487
5496
|
--p-inputtext-focus-ring-width: 2px;
|
|
5488
5497
|
--p-inputtext-focus-ring-style: solid;
|
|
5498
|
+
--p-skeleton-background: #F0F2F2;
|
|
5499
|
+
--p-skeleton-border-radius: 4px;
|
|
5489
5500
|
}
|
|
5490
5501
|
|
|
5491
5502
|
.p-datepicker-input {
|
|
@@ -1150,7 +1150,8 @@ label:has(input:not(:disabled)).pv-label-hover:hover {
|
|
|
1150
1150
|
.pv-radio:disabled {
|
|
1151
1151
|
background-color: var(--checkbox-disabled-background-color, #F3F4F6);
|
|
1152
1152
|
}
|
|
1153
|
-
.pv-checkbox:disabled:checked,
|
|
1153
|
+
.pv-checkbox:disabled:indeterminate, .pv-checkbox:disabled:checked,
|
|
1154
|
+
.pv-radio:disabled:indeterminate,
|
|
1154
1155
|
.pv-radio:disabled:checked {
|
|
1155
1156
|
background-color: var(--checkbox-checked-disabled-background-color, #6E7784);
|
|
1156
1157
|
border-color: var(--checkbox-checked-disabled-border-color, #6E7784);
|
|
@@ -3236,6 +3237,14 @@ pv-dropdown-auto-close.pv-dropdown > [class*=pv-button][data-dropdown] {
|
|
|
3236
3237
|
.pv-hover-card[data-style=white] > [role=tooltip] a {
|
|
3237
3238
|
color: #176F6F;
|
|
3238
3239
|
}
|
|
3240
|
+
.pv-tooltip[data-static]:after,
|
|
3241
|
+
.pv-hover-card[data-static]:after {
|
|
3242
|
+
display: none;
|
|
3243
|
+
}
|
|
3244
|
+
|
|
3245
|
+
.pv-tooltip-small:hover > [role=tooltip], .pv-tooltip-small:focus > [role=tooltip] {
|
|
3246
|
+
padding: 0.5rem 0.25rem;
|
|
3247
|
+
}
|
|
3239
3248
|
|
|
3240
3249
|
.pv-hover-card:hover > [role=tooltip] {
|
|
3241
3250
|
background-color: #FFFFFF;
|
package/package.json
CHANGED
|
@@ -34,9 +34,11 @@ chevronPosition: ChevronPosition;
|
|
|
34
34
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDetailsElement>;
|
|
35
35
|
|
|
36
36
|
declare const __VLS_component_3: DefineComponent<PvTooltipProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvTooltipProps> & Readonly<{}>, {
|
|
37
|
+
size: PvTooltipSize;
|
|
37
38
|
variant: PvTooltipVariants;
|
|
38
39
|
tooltipPosition: PvTooltipPositions;
|
|
39
40
|
ariaLabelledBy: string;
|
|
41
|
+
interactive: boolean;
|
|
40
42
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
41
43
|
|
|
42
44
|
declare const __VLS_component_4: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
@@ -53,7 +55,19 @@ declare const __VLS_component_6: DefineComponent<__VLS_PublicProps_6, {}, {}, {}
|
|
|
53
55
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
54
56
|
}>, {
|
|
55
57
|
variant: PvGhostInputVariant;
|
|
56
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
58
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
59
|
+
inputRef: HTMLInputElement;
|
|
60
|
+
}, HTMLDivElement>;
|
|
61
|
+
|
|
62
|
+
declare const __VLS_component_7: DefineComponent<__VLS_PublicProps_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
63
|
+
"update:modelValue": (value: string) => any;
|
|
64
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_9> & Readonly<{
|
|
65
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
66
|
+
}>, {
|
|
67
|
+
variant: PvInputVariant;
|
|
68
|
+
type: PvInputType;
|
|
69
|
+
id: string;
|
|
70
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
57
71
|
|
|
58
72
|
declare type __VLS_Props = PvSearchInputProps;
|
|
59
73
|
|
|
@@ -67,6 +81,12 @@ declare type __VLS_Props_5 = PvSelectableCardProps;
|
|
|
67
81
|
|
|
68
82
|
declare type __VLS_Props_6 = PvGhostInputProps;
|
|
69
83
|
|
|
84
|
+
declare type __VLS_Props_7 = PvToggleButton_2;
|
|
85
|
+
|
|
86
|
+
declare type __VLS_Props_8 = PvCheckboxProps;
|
|
87
|
+
|
|
88
|
+
declare type __VLS_Props_9 = PvInputProps;
|
|
89
|
+
|
|
70
90
|
declare type __VLS_PublicProps = {
|
|
71
91
|
modelValue: string;
|
|
72
92
|
} & __VLS_Props;
|
|
@@ -91,6 +111,18 @@ declare type __VLS_PublicProps_6 = {
|
|
|
91
111
|
modelValue?: string;
|
|
92
112
|
} & __VLS_Props_6;
|
|
93
113
|
|
|
114
|
+
declare type __VLS_PublicProps_7 = {
|
|
115
|
+
modelValue?: boolean | string;
|
|
116
|
+
} & __VLS_Props_7;
|
|
117
|
+
|
|
118
|
+
declare type __VLS_PublicProps_8 = {
|
|
119
|
+
modelValue?: boolean;
|
|
120
|
+
} & __VLS_Props_8;
|
|
121
|
+
|
|
122
|
+
declare type __VLS_PublicProps_9 = {
|
|
123
|
+
modelValue?: string;
|
|
124
|
+
} & __VLS_Props_9;
|
|
125
|
+
|
|
94
126
|
declare function __VLS_template(): {
|
|
95
127
|
attrs: Partial<{}>;
|
|
96
128
|
slots: {
|
|
@@ -144,10 +176,21 @@ declare function __VLS_template_6(): {
|
|
|
144
176
|
slots: {
|
|
145
177
|
action?(_: {}): any;
|
|
146
178
|
};
|
|
147
|
-
refs: {
|
|
179
|
+
refs: {
|
|
180
|
+
inputRef: HTMLInputElement;
|
|
181
|
+
};
|
|
148
182
|
rootEl: HTMLDivElement;
|
|
149
183
|
};
|
|
150
184
|
|
|
185
|
+
declare function __VLS_template_7(): {
|
|
186
|
+
attrs: Partial<{}>;
|
|
187
|
+
slots: {
|
|
188
|
+
label?(_: {}): any;
|
|
189
|
+
};
|
|
190
|
+
refs: {};
|
|
191
|
+
rootEl: any;
|
|
192
|
+
};
|
|
193
|
+
|
|
151
194
|
declare type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
152
195
|
|
|
153
196
|
declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
|
|
@@ -160,6 +203,8 @@ declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
|
|
|
160
203
|
|
|
161
204
|
declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
|
|
162
205
|
|
|
206
|
+
declare type __VLS_TemplateResult_7 = ReturnType<typeof __VLS_template_7>;
|
|
207
|
+
|
|
163
208
|
declare type __VLS_WithTemplateSlots<T, S> = T & {
|
|
164
209
|
new (): {
|
|
165
210
|
$slots: S;
|
|
@@ -297,7 +342,7 @@ declare type PillSize = Extract<PvSize, "md" | "lg">;
|
|
|
297
342
|
|
|
298
343
|
declare type PillVariant = Extract<PvColorVariants, "default" | "success" | "warning" | "critical" | "highlight">;
|
|
299
344
|
|
|
300
|
-
export declare const PvAccordion:
|
|
345
|
+
export declare const PvAccordion: __VLS_WithTemplateSlots_5<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
301
346
|
|
|
302
347
|
declare interface PvAccordionProps {
|
|
303
348
|
header: string;
|
|
@@ -335,7 +380,7 @@ declare interface PvBadgeProps {
|
|
|
335
380
|
variant: "release-alpha" | "release-beta";
|
|
336
381
|
}
|
|
337
382
|
|
|
338
|
-
export declare const PvBanner:
|
|
383
|
+
export declare const PvBanner: __VLS_WithTemplateSlots_4<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
339
384
|
|
|
340
385
|
declare interface PvBannerProps {
|
|
341
386
|
label: string;
|
|
@@ -382,6 +427,19 @@ declare type PvButtonSize = Extract<PvSize, "md" | "lg" | "xl">;
|
|
|
382
427
|
|
|
383
428
|
declare type PvButtonVariant = Extract<PvVariants, "primary" | "secondary" | "ghost" | "destructive">;
|
|
384
429
|
|
|
430
|
+
export declare const PvCheckbox: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
431
|
+
"update:modelValue": (value: boolean) => any;
|
|
432
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{
|
|
433
|
+
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
434
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
435
|
+
'checkbox-ref': HTMLInputElement;
|
|
436
|
+
}, HTMLInputElement>;
|
|
437
|
+
|
|
438
|
+
declare interface PvCheckboxProps {
|
|
439
|
+
disabled?: boolean;
|
|
440
|
+
indeterminate?: boolean;
|
|
441
|
+
}
|
|
442
|
+
|
|
385
443
|
declare const PvColorVariants: readonly ["default", "success", "warning", "critical", "highlight"];
|
|
386
444
|
|
|
387
445
|
declare type PvColorVariants = (typeof PvColorVariants)[number];
|
|
@@ -582,7 +640,7 @@ declare interface PvDateTimeProps {
|
|
|
582
640
|
size?: DateTimeSize;
|
|
583
641
|
}
|
|
584
642
|
|
|
585
|
-
export declare const PvDrawer:
|
|
643
|
+
export declare const PvDrawer: __VLS_WithTemplateSlots_6<DefineComponent< {
|
|
586
644
|
"search-input"?: string;
|
|
587
645
|
modelValue: boolean;
|
|
588
646
|
} & PvDrawer_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
@@ -720,7 +778,7 @@ declare interface PvDropdownProps {
|
|
|
720
778
|
teleportLocation?: string;
|
|
721
779
|
}
|
|
722
780
|
|
|
723
|
-
export declare const PvGhostInput:
|
|
781
|
+
export declare const PvGhostInput: __VLS_WithTemplateSlots_10<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
724
782
|
|
|
725
783
|
declare interface PvGhostInputProps {
|
|
726
784
|
variant?: PvGhostInputVariant;
|
|
@@ -743,11 +801,27 @@ declare type PvIconSize = (typeof PvIconSizes)[number];
|
|
|
743
801
|
|
|
744
802
|
declare const PvIconSizes: readonly [undefined, 10, 12, 20, 24, 32, 64];
|
|
745
803
|
|
|
804
|
+
export declare const PvInput: __VLS_WithTemplateSlots_11<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
|
|
805
|
+
|
|
806
|
+
declare interface PvInputProps {
|
|
807
|
+
error?: boolean;
|
|
808
|
+
disabled?: boolean;
|
|
809
|
+
placeholder?: string;
|
|
810
|
+
type?: PvInputType;
|
|
811
|
+
id?: string;
|
|
812
|
+
lowerLabel?: string;
|
|
813
|
+
variant?: PvInputVariant;
|
|
814
|
+
}
|
|
815
|
+
|
|
816
|
+
declare type PvInputType = "text" | "password" | "number";
|
|
817
|
+
|
|
818
|
+
declare type PvInputVariant = "white" | "gray";
|
|
819
|
+
|
|
746
820
|
declare const PvInputVariants: readonly ["h1", "h2", "h3", "h4", "text-md", "text-sm", "text-lg", "caption"];
|
|
747
821
|
|
|
748
822
|
declare type PvInputVariants = (typeof PvInputVariants)[number];
|
|
749
823
|
|
|
750
|
-
export declare const PvModal:
|
|
824
|
+
export declare const PvModal: __VLS_WithTemplateSlots_3<DefineComponent< {
|
|
751
825
|
modelValue: boolean;
|
|
752
826
|
} & ModalProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
753
827
|
"update:modelValue": (value: boolean) => any;
|
|
@@ -765,7 +839,7 @@ dialog: HTMLDialogElement;
|
|
|
765
839
|
}>;
|
|
766
840
|
|
|
767
841
|
export declare const PvMultiSelectButton: DefineComponent< {
|
|
768
|
-
modelValue
|
|
842
|
+
modelValue?: MenuOption[];
|
|
769
843
|
searchInput?: string;
|
|
770
844
|
} & PvMultiSelectButton_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
771
845
|
"update:modelValue": (value: MenuOption[]) => any;
|
|
@@ -774,7 +848,7 @@ searchInput?: string;
|
|
|
774
848
|
"dropdown-open": () => any;
|
|
775
849
|
"dropdown-closed": () => any;
|
|
776
850
|
}, string, PublicProps, Readonly<{
|
|
777
|
-
modelValue
|
|
851
|
+
modelValue?: MenuOption[];
|
|
778
852
|
searchInput?: string;
|
|
779
853
|
} & PvMultiSelectButton_2> & Readonly<{
|
|
780
854
|
"onDropdown-open"?: (() => any) | undefined;
|
|
@@ -788,6 +862,7 @@ variant: PvSelectButtonVariant;
|
|
|
788
862
|
showClear: boolean;
|
|
789
863
|
useTeleport: boolean;
|
|
790
864
|
teleportLocation: string;
|
|
865
|
+
options: MenuOption[];
|
|
791
866
|
counterPosition: "left" | "right";
|
|
792
867
|
showDropdown: boolean;
|
|
793
868
|
showMenuAction: boolean;
|
|
@@ -978,6 +1053,7 @@ declare interface PvMultiSelectButton_2 {
|
|
|
978
1053
|
size?: PvSelectButtonSize;
|
|
979
1054
|
alignment?: "top" | "right" | "top right" | undefined;
|
|
980
1055
|
popoverCssProperties?: CSSProperties;
|
|
1056
|
+
prefixLabel?: string;
|
|
981
1057
|
label?: string;
|
|
982
1058
|
icon?: string;
|
|
983
1059
|
counterPosition?: "left" | "right";
|
|
@@ -1107,7 +1183,9 @@ declare interface PvSegmentedControlWithTextLabelProps extends PvSegmentedContro
|
|
|
1107
1183
|
iconOnly?: false;
|
|
1108
1184
|
}
|
|
1109
1185
|
|
|
1110
|
-
|
|
1186
|
+
declare type PvSekeltonSize = Extract<PvSize, "xs" | "sm" | "md" | "lg" | "xl">;
|
|
1187
|
+
|
|
1188
|
+
export declare const PvSelectableCard: __VLS_WithTemplateSlots_8<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
1111
1189
|
|
|
1112
1190
|
declare interface PvSelectableCardProps {
|
|
1113
1191
|
variant?: "default" | "highlight";
|
|
@@ -1369,7 +1447,7 @@ declare interface PvSelectMenu {
|
|
|
1369
1447
|
useTeleport?: boolean;
|
|
1370
1448
|
}
|
|
1371
1449
|
|
|
1372
|
-
export declare const PvSidePanel:
|
|
1450
|
+
export declare const PvSidePanel: __VLS_WithTemplateSlots_9<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
1373
1451
|
|
|
1374
1452
|
declare interface PvSidePanelProps {
|
|
1375
1453
|
showLeftSidebar?: boolean;
|
|
@@ -1380,6 +1458,41 @@ declare type PvSize = (typeof PvSizes)[number];
|
|
|
1380
1458
|
|
|
1381
1459
|
declare const PvSizes: readonly ["xs", "sm", "md", "lg", "xl", "2x"];
|
|
1382
1460
|
|
|
1461
|
+
export declare const PvSkeleton: DefineComponent<PvSkeletonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvSkeletonProps> & Readonly<{}>, {
|
|
1462
|
+
size: PvSekeltonSize;
|
|
1463
|
+
variant: PvSkeletonVariant;
|
|
1464
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1465
|
+
|
|
1466
|
+
declare interface PvSkeletonProps {
|
|
1467
|
+
size?: PvSekeltonSize;
|
|
1468
|
+
variant?: PvSkeletonVariant;
|
|
1469
|
+
}
|
|
1470
|
+
|
|
1471
|
+
declare type PvSkeletonVariant = "square" | "rectangle";
|
|
1472
|
+
|
|
1473
|
+
export declare const PvSpinner: DefineComponent<PvSpinnerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvSpinnerProps> & Readonly<{}>, {
|
|
1474
|
+
size: PvSpinnerSize;
|
|
1475
|
+
variant: PvSpinnerVariant;
|
|
1476
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1477
|
+
|
|
1478
|
+
declare interface PvSpinnerProps {
|
|
1479
|
+
variant?: PvSpinnerVariant;
|
|
1480
|
+
size?: PvSpinnerSize;
|
|
1481
|
+
}
|
|
1482
|
+
|
|
1483
|
+
declare type PvSpinnerSize = Extract<PvSize, "xs" | "sm" | "md" | "lg" | "xl">;
|
|
1484
|
+
|
|
1485
|
+
declare type PvSpinnerVariant = Extract<PvVariants, "primary"> | Extract<PvThemes, "white" | "dark">;
|
|
1486
|
+
|
|
1487
|
+
export declare const PvSprite: DefineComponent<PvSpriteProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvSpriteProps> & Readonly<{}>, {
|
|
1488
|
+
variant: "v1" | "v2";
|
|
1489
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
1490
|
+
|
|
1491
|
+
declare type PvSpriteProps = {
|
|
1492
|
+
src: string;
|
|
1493
|
+
variant?: "v1" | "v2";
|
|
1494
|
+
};
|
|
1495
|
+
|
|
1383
1496
|
export declare const PvSuggestionTag: DefineComponent<PvSuggestionTag_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1384
1497
|
"handle-click": (label: string) => any;
|
|
1385
1498
|
}, string, PublicProps, Readonly<PvSuggestionTag_2> & Readonly<{
|
|
@@ -1472,41 +1585,39 @@ declare interface PvTagProps {
|
|
|
1472
1585
|
rounded?: boolean;
|
|
1473
1586
|
}
|
|
1474
1587
|
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
value
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
}, string,
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
}
|
|
1502
|
-
default?(_: {}): any;
|
|
1503
|
-
}>;
|
|
1588
|
+
declare const PvTheme: readonly ["white", "dark"];
|
|
1589
|
+
|
|
1590
|
+
declare type PvThemes = (typeof PvTheme)[number];
|
|
1591
|
+
|
|
1592
|
+
export declare const PvToggleButton: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1593
|
+
"update:modelValue": (value: string | boolean) => any;
|
|
1594
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
|
|
1595
|
+
"onUpdate:modelValue"?: ((value: string | boolean) => any) | undefined;
|
|
1596
|
+
}>, {
|
|
1597
|
+
size: PvToggleButtonSize;
|
|
1598
|
+
variant: PvToggleButtonVariant;
|
|
1599
|
+
deselect: boolean;
|
|
1600
|
+
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
1601
|
+
|
|
1602
|
+
declare interface PvToggleButton_2 {
|
|
1603
|
+
size?: PvToggleButtonSize;
|
|
1604
|
+
variant?: PvToggleButtonVariant;
|
|
1605
|
+
rounded?: boolean;
|
|
1606
|
+
disabled?: boolean;
|
|
1607
|
+
value?: string;
|
|
1608
|
+
label?: string;
|
|
1609
|
+
leftIcon?: string;
|
|
1610
|
+
rightIcon?: string;
|
|
1611
|
+
id?: string;
|
|
1612
|
+
name?: string;
|
|
1613
|
+
deselect?: boolean;
|
|
1614
|
+
}
|
|
1504
1615
|
|
|
1505
|
-
declare type
|
|
1616
|
+
declare type PvToggleButtonSize = Extract<PvSize, "lg" | "xl">;
|
|
1506
1617
|
|
|
1507
|
-
declare
|
|
1618
|
+
declare type PvToggleButtonVariant = Extract<PvVariants, "secondary" | "tertiary">;
|
|
1508
1619
|
|
|
1509
|
-
export declare const PvTooltip:
|
|
1620
|
+
export declare const PvTooltip: __VLS_WithTemplateSlots_7<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
1510
1621
|
|
|
1511
1622
|
declare type PvTooltipPositions = "bottom-center" | "bottom-right" | "top-left" | "top-center" | "top-right" | "center-right";
|
|
1512
1623
|
|
|
@@ -1514,8 +1625,12 @@ declare interface PvTooltipProps {
|
|
|
1514
1625
|
variant?: PvTooltipVariants;
|
|
1515
1626
|
tooltipPosition?: PvTooltipPositions;
|
|
1516
1627
|
ariaLabelledBy?: string;
|
|
1628
|
+
size?: PvTooltipSize;
|
|
1629
|
+
interactive?: boolean;
|
|
1517
1630
|
}
|
|
1518
1631
|
|
|
1632
|
+
declare type PvTooltipSize = Extract<PvSize, "sm" | "md">;
|
|
1633
|
+
|
|
1519
1634
|
declare type PvTooltipVariants = "white" | "dark";
|
|
1520
1635
|
|
|
1521
1636
|
declare const PvVariants: readonly ["primary", "secondary", "tertiary", "ghost", "destructive"];
|