@turquoisehealth/pit-viper 2.49.0 → 2.51.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 +29 -6
- package/_site/assets/css/pit-viper-v2.css +29 -6
- package/_site/assets/css/pit-viper.css +29 -6
- package/package.json +1 -1
- package/pv-components/dist/stats-vue_base.html +4949 -0
- package/pv-components/dist/stats-vue_charts.html +4949 -0
- package/pv-components/dist/stats-vue_tables.html +4949 -0
- package/pv-components/dist/stats-web.html +4949 -0
- package/pv-components/dist/types/base/PvAccordion/PvAccordion.vue.d.ts +22 -0
- package/pv-components/dist/types/base/PvAccordion/types.d.ts +5 -0
- package/pv-components/dist/types/base/PvBanner/PvBanner.vue.d.ts +22 -0
- package/pv-components/dist/types/base/PvBanner/types.d.ts +11 -0
- package/pv-components/dist/types/base/PvBreadcrumbs/PvBreadcrumbs.vue.d.ts +6 -0
- package/pv-components/dist/types/base/PvBreadcrumbs/types.d.ts +4 -0
- package/pv-components/dist/types/base/PvButton/PvButton.vue.d.ts +24 -0
- package/pv-components/dist/types/base/PvButton/types.d.ts +3 -0
- package/pv-components/dist/types/base/PvCard/PvCard.example.vue.d.ts +2 -0
- package/pv-components/dist/types/base/PvCard/PvCard.vue.d.ts +15 -0
- package/pv-components/dist/types/base/PvCompanyLogo/PvCompanyLogo.example.vue.d.ts +2 -0
- package/pv-components/dist/types/base/PvCompanyLogo/PvCompanyLogo.vue.d.ts +15 -0
- package/pv-components/dist/types/base/PvCompanyTag/PvCompanyTag.example.vue.d.ts +2 -0
- package/pv-components/dist/types/base/PvCompanyTag/PvCompanyTag.vue.d.ts +26 -0
- package/pv-components/dist/types/base/PvCounterBadge/PvCounterBadge.vue.d.ts +15 -0
- package/pv-components/dist/types/base/PvCounterBadge/types.d.ts +3 -0
- package/pv-components/dist/types/base/PvDatePicker/PvDatePicker.example.vue.d.ts +2 -0
- package/pv-components/dist/types/base/PvDatePicker/PvDatePicker.vue.d.ts +114 -0
- package/pv-components/dist/types/base/PvDateTime/PvDateTime.example.vue.d.ts +2 -0
- package/pv-components/dist/types/base/PvDateTime/PvDateTime.vue.d.ts +13 -0
- package/pv-components/dist/types/base/PvDateTime/useDateTime.d.ts +9 -0
- package/pv-components/dist/types/base/PvDrawer/PvDrawer.example.vue.d.ts +2 -0
- package/pv-components/dist/types/base/PvDrawer/PvDrawer.vue.d.ts +31 -0
- package/pv-components/dist/types/base/PvDropdown/PvDropdown.example.vue.d.ts +2 -0
- package/pv-components/dist/types/base/PvDropdown/PvDropdown.vue.d.ts +42 -0
- package/pv-components/dist/types/base/PvDropdown/useDropdownMenuPosition.d.ts +59 -0
- package/pv-components/dist/types/base/PvIcon/PvIcon.example.vue.d.ts +2 -0
- package/pv-components/dist/types/base/PvIcon/PvIcon.vue.d.ts +10 -0
- package/pv-components/dist/types/base/PvModal/PvModal.vue.d.ts +26 -0
- package/pv-components/dist/types/base/PvMultiSelect/PvMultiSelect.example.vue.d.ts +2 -0
- package/pv-components/dist/types/base/PvMultiSelect/PvMultiSelect.vue.d.ts +12 -0
- package/pv-components/dist/types/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +54 -0
- package/pv-components/dist/types/base/PvMultiSelectButton/PvMultiSelectButtonTrigger.vue.d.ts +28 -0
- package/pv-components/dist/types/base/PvMultiSelectButton/PvSelectMenu.vue.d.ts +30 -0
- package/pv-components/dist/types/base/PvMultiSelectButton/PvSelectMenuControlPanel.vue.d.ts +8 -0
- package/pv-components/dist/types/base/PvMultiSelectButton/items/PvMenuCheckboxItem.vue.d.ts +11 -0
- package/pv-components/dist/types/base/PvMultiSelectButton/items/PvMenuItem.vue.d.ts +12 -0
- package/pv-components/dist/types/base/PvMultiSelectButton/items/PvMenuRadioItem.vue.d.ts +11 -0
- package/pv-components/dist/types/base/PvMultiSelectButton/mocks.d.ts +13 -0
- package/pv-components/dist/types/base/PvMultiSelectButton/types.d.ts +17 -0
- package/pv-components/dist/types/base/PvPill/PvPill.vue.d.ts +30 -0
- package/pv-components/dist/types/base/PvPill/types.d.ts +3 -0
- package/pv-components/dist/types/base/PvPopover/PvPopover.vue.d.ts +29 -0
- package/pv-components/dist/types/base/PvReleaseBadge/PvReleaseBadge.example.vue.d.ts +2 -0
- package/pv-components/dist/types/base/PvReleaseBadge/PvReleaseBadge.vue.d.ts +5 -0
- package/pv-components/dist/types/base/PvSearchInput/PvSearchInput.vue.d.ts +18 -0
- package/pv-components/dist/types/base/PvSegmentedControl/PvSegmentedControl.example.vue.d.ts +2 -0
- package/pv-components/dist/types/base/PvSegmentedControl/PvSegmentedControl.vue.d.ts +19 -0
- package/pv-components/dist/types/base/PvSelect/PvSelect.example.vue.d.ts +2 -0
- package/pv-components/dist/types/base/PvSelect/PvSelect.vue.d.ts +22 -0
- package/pv-components/dist/types/base/PvSuggestionTag/PvSuggestionTag.example.vue.d.ts +2 -0
- package/pv-components/dist/types/base/PvSuggestionTag/PvSuggestionTag.vue.d.ts +28 -0
- package/pv-components/dist/types/base/PvTabList/PvTabList.vue.d.ts +11 -0
- package/pv-components/dist/types/base/PvTabs/PvTabs.example.vue.d.ts +2 -0
- package/pv-components/dist/types/base/PvTabs/PvTabs.vue.d.ts +17 -0
- package/pv-components/dist/types/base/PvTabs/types.d.ts +7 -0
- package/pv-components/dist/types/base/PvTag/PvTag.example.vue.d.ts +2 -0
- package/pv-components/dist/types/base/PvTag/PvTag.vue.d.ts +40 -0
- package/pv-components/dist/types/base/PvTag/types.d.ts +3 -0
- package/pv-components/dist/types/base/PvToggle/PvToggle.vue.d.ts +35 -0
- package/pv-components/dist/types/base/PvTooltip/PvTooltip.vue.d.ts +24 -0
- package/pv-components/dist/types/base/PvTooltip/types.d.ts +2 -0
- package/pv-components/dist/types/base/baseProps.d.ts +7 -0
- package/pv-components/dist/types/base/index.d.ts +29 -0
- package/pv-components/dist/vue/base/pv-components-base.d.ts +37 -244
- package/pv-components/dist/vue/base/pv-components-base.js +24 -24
- package/pv-components/dist/vue/base/pv-components-base.mjs +4451 -4186
- package/pv-components/dist/vue/charts/pv-components-charts.js +200 -57
- package/pv-components/dist/vue/charts/pv-components-charts.mjs +35043 -33714
- package/pv-components/dist/vue/tables/pv-components-tables.js +186 -43
- package/pv-components/dist/vue/tables/pv-components-tables.mjs +16071 -15145
- package/pv-components/dist/web/pv-components.iife.js +20 -20
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { AllowedComponentProps } from 'vue';
|
|
2
|
+
import { App } from 'vue';
|
|
2
3
|
import { ComponentCustomProperties } from 'vue';
|
|
3
4
|
import { ComponentCustomProps } from 'vue';
|
|
4
5
|
import { ComponentInternalInstance } from 'vue';
|
|
@@ -38,63 +39,57 @@ tooltipPosition: PvTooltipPositions;
|
|
|
38
39
|
ariaLabelledBy: string;
|
|
39
40
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
40
41
|
|
|
41
|
-
declare const __VLS_component_4: DefineComponent<
|
|
42
|
+
declare const __VLS_component_4: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
42
43
|
"update:modelValue": (value: string | boolean) => any;
|
|
43
|
-
}, string, PublicProps, Readonly<
|
|
44
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
|
|
44
45
|
"onUpdate:modelValue"?: ((value: string | boolean) => any) | undefined;
|
|
45
46
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
46
47
|
|
|
47
48
|
declare const __VLS_component_5: DefineComponent<PvSidePanelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvSidePanelProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
48
49
|
|
|
49
|
-
declare const __VLS_component_6: DefineComponent<
|
|
50
|
+
declare const __VLS_component_6: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
50
51
|
"update:modelValue": (value: string) => any;
|
|
51
|
-
}, string, PublicProps, Readonly<
|
|
52
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
|
|
52
53
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
53
54
|
}>, {
|
|
54
55
|
variant: PvGhostInputVariant;
|
|
55
56
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
56
57
|
|
|
57
|
-
declare type __VLS_Props =
|
|
58
|
-
|
|
59
|
-
declare type __VLS_Props_2 = PvSearchInputProps;
|
|
58
|
+
declare type __VLS_Props = PvSearchInputProps;
|
|
60
59
|
|
|
61
|
-
declare type
|
|
60
|
+
declare type __VLS_Props_2 = PvDatePickerProps;
|
|
62
61
|
|
|
63
|
-
declare type
|
|
62
|
+
declare type __VLS_Props_3 = PvTabsProps;
|
|
64
63
|
|
|
65
|
-
declare type
|
|
64
|
+
declare type __VLS_Props_4 = PvPaginationProps;
|
|
66
65
|
|
|
67
|
-
declare type
|
|
66
|
+
declare type __VLS_Props_5 = PvSelectableCardProps;
|
|
68
67
|
|
|
69
|
-
declare type
|
|
68
|
+
declare type __VLS_Props_6 = PvGhostInputProps;
|
|
70
69
|
|
|
71
70
|
declare type __VLS_PublicProps = {
|
|
72
|
-
modelValue
|
|
71
|
+
modelValue: string;
|
|
73
72
|
} & __VLS_Props;
|
|
74
73
|
|
|
75
74
|
declare type __VLS_PublicProps_2 = {
|
|
76
|
-
modelValue:
|
|
75
|
+
modelValue: Date;
|
|
77
76
|
} & __VLS_Props_2;
|
|
78
77
|
|
|
79
78
|
declare type __VLS_PublicProps_3 = {
|
|
80
|
-
modelValue:
|
|
79
|
+
modelValue: string;
|
|
81
80
|
} & __VLS_Props_3;
|
|
82
81
|
|
|
83
82
|
declare type __VLS_PublicProps_4 = {
|
|
84
|
-
modelValue:
|
|
83
|
+
modelValue: number;
|
|
85
84
|
} & __VLS_Props_4;
|
|
86
85
|
|
|
87
86
|
declare type __VLS_PublicProps_5 = {
|
|
88
|
-
modelValue
|
|
87
|
+
modelValue?: boolean | string;
|
|
89
88
|
} & __VLS_Props_5;
|
|
90
89
|
|
|
91
90
|
declare type __VLS_PublicProps_6 = {
|
|
92
|
-
modelValue?: boolean | string;
|
|
93
|
-
} & __VLS_Props_6;
|
|
94
|
-
|
|
95
|
-
declare type __VLS_PublicProps_7 = {
|
|
96
91
|
modelValue?: string;
|
|
97
|
-
} &
|
|
92
|
+
} & __VLS_Props_6;
|
|
98
93
|
|
|
99
94
|
declare function __VLS_template(): {
|
|
100
95
|
attrs: Partial<{}>;
|
|
@@ -260,15 +255,8 @@ declare enum MenuItemType {
|
|
|
260
255
|
checkbox = "checkbox",
|
|
261
256
|
company = "company",
|
|
262
257
|
avatar = "avatar",
|
|
263
|
-
icon = "icon"
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
declare enum MenuItemType_2 {
|
|
267
|
-
simple = "simple",
|
|
268
|
-
company = "company",
|
|
269
|
-
radio = "radio",
|
|
270
258
|
icon = "icon",
|
|
271
|
-
|
|
259
|
+
radio = "radio"
|
|
272
260
|
}
|
|
273
261
|
|
|
274
262
|
declare interface MenuOption {
|
|
@@ -284,23 +272,8 @@ declare interface MenuOption {
|
|
|
284
272
|
};
|
|
285
273
|
}
|
|
286
274
|
|
|
287
|
-
declare interface MenuOption_2 {
|
|
288
|
-
id: string;
|
|
289
|
-
text: string;
|
|
290
|
-
secondaryText?: string | number;
|
|
291
|
-
icon?: string;
|
|
292
|
-
companyName?: string;
|
|
293
|
-
avatar?: {
|
|
294
|
-
initials?: string;
|
|
295
|
-
image?: string;
|
|
296
|
-
icon?: boolean;
|
|
297
|
-
};
|
|
298
|
-
}
|
|
299
|
-
|
|
300
275
|
declare type MenuOptionsVariant = `${MenuItemType}`;
|
|
301
276
|
|
|
302
|
-
declare type MenuOptionsVariant_2 = `${MenuItemType_2}`;
|
|
303
|
-
|
|
304
277
|
declare interface ModalProps {
|
|
305
278
|
header: string;
|
|
306
279
|
subheader?: string;
|
|
@@ -486,9 +459,9 @@ declare type PvCounterBadgeSize = Extract<PvSize, "sm" | "md">;
|
|
|
486
459
|
|
|
487
460
|
declare type PvCounterBadgeVariant = PvVariants;
|
|
488
461
|
|
|
489
|
-
export declare const PvDatePicker: DefineComponent<
|
|
462
|
+
export declare const PvDatePicker: DefineComponent<__VLS_PublicProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
490
463
|
"update:modelValue": (value: Date) => any;
|
|
491
|
-
}, string, PublicProps, Readonly<
|
|
464
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_2> & Readonly<{
|
|
492
465
|
"onUpdate:modelValue"?: ((value: Date) => any) | undefined;
|
|
493
466
|
}>, {
|
|
494
467
|
appendTo: "body" | "self";
|
|
@@ -819,7 +792,7 @@ counterPosition: "left" | "right";
|
|
|
819
792
|
showDropdown: boolean;
|
|
820
793
|
showMenuAction: boolean;
|
|
821
794
|
showSearchInput: boolean;
|
|
822
|
-
optionsVariant: MenuOptionsVariant
|
|
795
|
+
optionsVariant: Exclude<MenuOptionsVariant, "radio">;
|
|
823
796
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
824
797
|
'select-button-trigger-ref': CreateComponentPublicInstanceWithMixins<Readonly<PvSelectButtonTrigger> & Readonly<{
|
|
825
798
|
"onHandle-toggle-dropdown"?: (() => any) | undefined;
|
|
@@ -1013,14 +986,14 @@ declare interface PvMultiSelectButton_2 {
|
|
|
1013
986
|
showDropdown?: boolean;
|
|
1014
987
|
showMenuAction?: boolean;
|
|
1015
988
|
showSearchInput?: boolean;
|
|
1016
|
-
optionsVariant?: MenuOptionsVariant
|
|
989
|
+
optionsVariant?: Exclude<MenuOptionsVariant, "radio">;
|
|
1017
990
|
options: MenuOption[];
|
|
1018
991
|
useTeleport?: boolean;
|
|
1019
992
|
}
|
|
1020
993
|
|
|
1021
|
-
export declare const PvPagination: DefineComponent<
|
|
994
|
+
export declare const PvPagination: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1022
995
|
"update:modelValue": (value: number) => any;
|
|
1023
|
-
}, string, PublicProps, Readonly<
|
|
996
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
|
|
1024
997
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
1025
998
|
}>, {
|
|
1026
999
|
size: PvPaginationSize;
|
|
@@ -1096,9 +1069,9 @@ declare interface PvPopoverProps {
|
|
|
1096
1069
|
|
|
1097
1070
|
export declare const PvReleaseBadge: DefineComponent<PvBadgeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvBadgeProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1098
1071
|
|
|
1099
|
-
export declare const PvSearchInput: DefineComponent<
|
|
1072
|
+
export declare const PvSearchInput: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1100
1073
|
"update:modelValue": (value: string) => any;
|
|
1101
|
-
}, string, PublicProps, Readonly<
|
|
1074
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
1102
1075
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1103
1076
|
}>, {
|
|
1104
1077
|
disabled: boolean;
|
|
@@ -1134,181 +1107,6 @@ declare interface PvSegmentedControlWithTextLabelProps extends PvSegmentedContro
|
|
|
1134
1107
|
iconOnly?: false;
|
|
1135
1108
|
}
|
|
1136
1109
|
|
|
1137
|
-
export declare const PvSelect: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1138
|
-
"update:modelValue": (value: string) => any;
|
|
1139
|
-
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
1140
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1141
|
-
}>, {
|
|
1142
|
-
disabled: boolean;
|
|
1143
|
-
options: Option_2[] | OptionWithIcon[];
|
|
1144
|
-
defaultText: string;
|
|
1145
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1146
|
-
dropdown: ({
|
|
1147
|
-
$: ComponentInternalInstance;
|
|
1148
|
-
$data: {};
|
|
1149
|
-
$props: {
|
|
1150
|
-
readonly defaultOpen?: boolean | undefined;
|
|
1151
|
-
readonly popoverCssProperties?: CSSProperties | undefined;
|
|
1152
|
-
readonly alignment?: "top" | "right" | "top right" | undefined | undefined;
|
|
1153
|
-
readonly isList?: boolean | undefined;
|
|
1154
|
-
readonly isSortable?: boolean | undefined;
|
|
1155
|
-
readonly icon?: boolean | undefined;
|
|
1156
|
-
readonly disabled?: boolean | undefined;
|
|
1157
|
-
readonly isLoading?: boolean | undefined;
|
|
1158
|
-
readonly useTeleport?: boolean | undefined;
|
|
1159
|
-
readonly teleportLocation?: string | undefined;
|
|
1160
|
-
readonly "onList-order-updated"?: ((value: string[]) => any) | undefined;
|
|
1161
|
-
readonly "onDropdown-open"?: (() => any) | undefined;
|
|
1162
|
-
readonly "onDropdown-closed"?: (() => any) | undefined;
|
|
1163
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
1164
|
-
$attrs: {
|
|
1165
|
-
[x: string]: unknown;
|
|
1166
|
-
};
|
|
1167
|
-
$refs: {
|
|
1168
|
-
[x: string]: unknown;
|
|
1169
|
-
} & {
|
|
1170
|
-
triggerRef: HTMLButtonElement;
|
|
1171
|
-
popoverRef: ({
|
|
1172
|
-
$: ComponentInternalInstance;
|
|
1173
|
-
$data: {};
|
|
1174
|
-
$props: {
|
|
1175
|
-
readonly alignment?: "top" | "right" | "top right" | undefined | undefined;
|
|
1176
|
-
readonly cssCustomProperties?: CSSProperties | undefined;
|
|
1177
|
-
readonly cssCustomListProperties?: CSSProperties | undefined;
|
|
1178
|
-
readonly isList?: boolean | undefined;
|
|
1179
|
-
readonly isSortable?: boolean | undefined;
|
|
1180
|
-
readonly "onList-order-updated"?: ((value: string[]) => any) | undefined;
|
|
1181
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
1182
|
-
$attrs: {
|
|
1183
|
-
[x: string]: unknown;
|
|
1184
|
-
};
|
|
1185
|
-
$refs: {
|
|
1186
|
-
[x: string]: unknown;
|
|
1187
|
-
} & {
|
|
1188
|
-
popoverRoot: HTMLDivElement;
|
|
1189
|
-
popoverList: HTMLUListElement;
|
|
1190
|
-
};
|
|
1191
|
-
$slots: Readonly<{
|
|
1192
|
-
[name: string]: Slot<any> | undefined;
|
|
1193
|
-
}>;
|
|
1194
|
-
$root: ComponentPublicInstance | null;
|
|
1195
|
-
$parent: ComponentPublicInstance | null;
|
|
1196
|
-
$host: Element | null;
|
|
1197
|
-
$emit: (event: "list-order-updated", value: string[]) => void;
|
|
1198
|
-
$el: HTMLDivElement;
|
|
1199
|
-
$options: ComponentOptionsBase<Readonly<PvPopoverProps> & Readonly<{
|
|
1200
|
-
"onList-order-updated"?: ((value: string[]) => any) | undefined;
|
|
1201
|
-
}>, {
|
|
1202
|
-
popoverRoot: Ref<HTMLElement | null, HTMLElement | null>;
|
|
1203
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1204
|
-
"list-order-updated": (value: string[]) => any;
|
|
1205
|
-
}, string, {
|
|
1206
|
-
alignment: "top" | "right" | "top right";
|
|
1207
|
-
cssCustomProperties: CSSProperties;
|
|
1208
|
-
isList: boolean;
|
|
1209
|
-
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
1210
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
1211
|
-
created?: (() => void) | (() => void)[];
|
|
1212
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
1213
|
-
mounted?: (() => void) | (() => void)[];
|
|
1214
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
1215
|
-
updated?: (() => void) | (() => void)[];
|
|
1216
|
-
activated?: (() => void) | (() => void)[];
|
|
1217
|
-
deactivated?: (() => void) | (() => void)[];
|
|
1218
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
1219
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
1220
|
-
destroyed?: (() => void) | (() => void)[];
|
|
1221
|
-
unmounted?: (() => void) | (() => void)[];
|
|
1222
|
-
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
1223
|
-
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
1224
|
-
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
1225
|
-
};
|
|
1226
|
-
$forceUpdate: () => void;
|
|
1227
|
-
$nextTick: nextTick;
|
|
1228
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
1229
|
-
} & Readonly<{
|
|
1230
|
-
alignment: "top" | "right" | "top right";
|
|
1231
|
-
cssCustomProperties: CSSProperties;
|
|
1232
|
-
isList: boolean;
|
|
1233
|
-
}> & Omit<Readonly<PvPopoverProps> & Readonly<{
|
|
1234
|
-
"onList-order-updated"?: ((value: string[]) => any) | undefined;
|
|
1235
|
-
}>, "popoverRoot" | ("alignment" | "cssCustomProperties" | "isList")> & ShallowUnwrapRef< {
|
|
1236
|
-
popoverRoot: Ref<HTMLElement | null, HTMLElement | null>;
|
|
1237
|
-
}> & {} & ComponentCustomProperties & {} & {
|
|
1238
|
-
$slots: {
|
|
1239
|
-
default?(_: {}): any;
|
|
1240
|
-
default?(_: {}): any;
|
|
1241
|
-
};
|
|
1242
|
-
}) | null;
|
|
1243
|
-
};
|
|
1244
|
-
$slots: Readonly<{
|
|
1245
|
-
[name: string]: Slot<any> | undefined;
|
|
1246
|
-
}>;
|
|
1247
|
-
$root: ComponentPublicInstance | null;
|
|
1248
|
-
$parent: ComponentPublicInstance | null;
|
|
1249
|
-
$host: Element | null;
|
|
1250
|
-
$emit: ((event: "list-order-updated", value: string[]) => void) & ((event: "dropdown-open") => void) & ((event: "dropdown-closed") => void);
|
|
1251
|
-
$el: HTMLDivElement;
|
|
1252
|
-
$options: ComponentOptionsBase<Readonly<PvDropdownProps> & Readonly<{
|
|
1253
|
-
"onList-order-updated"?: ((value: string[]) => any) | undefined;
|
|
1254
|
-
"onDropdown-open"?: (() => any) | undefined;
|
|
1255
|
-
"onDropdown-closed"?: (() => any) | undefined;
|
|
1256
|
-
}>, {
|
|
1257
|
-
closeDropdown: () => void;
|
|
1258
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1259
|
-
"list-order-updated": (value: string[]) => any;
|
|
1260
|
-
"dropdown-open": () => any;
|
|
1261
|
-
"dropdown-closed": () => any;
|
|
1262
|
-
}, string, {
|
|
1263
|
-
disabled: boolean;
|
|
1264
|
-
alignment: "top" | "right" | "top right";
|
|
1265
|
-
isList: boolean;
|
|
1266
|
-
defaultOpen: boolean;
|
|
1267
|
-
isLoading: boolean;
|
|
1268
|
-
useTeleport: boolean;
|
|
1269
|
-
teleportLocation: string;
|
|
1270
|
-
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
1271
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
1272
|
-
created?: (() => void) | (() => void)[];
|
|
1273
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
1274
|
-
mounted?: (() => void) | (() => void)[];
|
|
1275
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
1276
|
-
updated?: (() => void) | (() => void)[];
|
|
1277
|
-
activated?: (() => void) | (() => void)[];
|
|
1278
|
-
deactivated?: (() => void) | (() => void)[];
|
|
1279
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
1280
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
1281
|
-
destroyed?: (() => void) | (() => void)[];
|
|
1282
|
-
unmounted?: (() => void) | (() => void)[];
|
|
1283
|
-
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
1284
|
-
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
1285
|
-
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
1286
|
-
};
|
|
1287
|
-
$forceUpdate: () => void;
|
|
1288
|
-
$nextTick: nextTick;
|
|
1289
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
1290
|
-
} & Readonly<{
|
|
1291
|
-
disabled: boolean;
|
|
1292
|
-
alignment: "top" | "right" | "top right";
|
|
1293
|
-
isList: boolean;
|
|
1294
|
-
defaultOpen: boolean;
|
|
1295
|
-
isLoading: boolean;
|
|
1296
|
-
useTeleport: boolean;
|
|
1297
|
-
teleportLocation: string;
|
|
1298
|
-
}> & Omit<Readonly<PvDropdownProps> & Readonly<{
|
|
1299
|
-
"onList-order-updated"?: ((value: string[]) => any) | undefined;
|
|
1300
|
-
"onDropdown-open"?: (() => any) | undefined;
|
|
1301
|
-
"onDropdown-closed"?: (() => any) | undefined;
|
|
1302
|
-
}>, "closeDropdown" | ("disabled" | "alignment" | "isList" | "defaultOpen" | "isLoading" | "useTeleport" | "teleportLocation")> & ShallowUnwrapRef< {
|
|
1303
|
-
closeDropdown: () => void;
|
|
1304
|
-
}> & {} & ComponentCustomProperties & {} & {
|
|
1305
|
-
$slots: {
|
|
1306
|
-
trigger?(_: {}): any;
|
|
1307
|
-
default?(_: {}): any;
|
|
1308
|
-
};
|
|
1309
|
-
}) | null;
|
|
1310
|
-
}, HTMLDivElement>;
|
|
1311
|
-
|
|
1312
1110
|
export declare const PvSelectableCard: __VLS_WithTemplateSlots_9<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
|
|
1313
1111
|
|
|
1314
1112
|
declare interface PvSelectableCardProps {
|
|
@@ -1319,21 +1117,21 @@ declare interface PvSelectableCardProps {
|
|
|
1319
1117
|
}
|
|
1320
1118
|
|
|
1321
1119
|
export declare const PvSelectButton: DefineComponent< {
|
|
1322
|
-
modelValue?:
|
|
1120
|
+
modelValue?: MenuOption;
|
|
1323
1121
|
searchInput?: string;
|
|
1324
1122
|
} & PvSelectButton_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1325
|
-
"update:modelValue": (value:
|
|
1123
|
+
"update:modelValue": (value: MenuOption) => any;
|
|
1326
1124
|
"update:searchInput": (value: string) => any;
|
|
1327
1125
|
} & {
|
|
1328
1126
|
"dropdown-open": () => any;
|
|
1329
1127
|
"dropdown-closed": () => any;
|
|
1330
1128
|
}, string, PublicProps, Readonly<{
|
|
1331
|
-
modelValue?:
|
|
1129
|
+
modelValue?: MenuOption;
|
|
1332
1130
|
searchInput?: string;
|
|
1333
1131
|
} & PvSelectButton_2> & Readonly<{
|
|
1334
1132
|
"onDropdown-open"?: (() => any) | undefined;
|
|
1335
1133
|
"onDropdown-closed"?: (() => any) | undefined;
|
|
1336
|
-
"onUpdate:modelValue"?: ((value:
|
|
1134
|
+
"onUpdate:modelValue"?: ((value: MenuOption) => any) | undefined;
|
|
1337
1135
|
"onUpdate:searchInput"?: ((value: string) => any) | undefined;
|
|
1338
1136
|
}>, {
|
|
1339
1137
|
size: PvSelectButtonSize_2;
|
|
@@ -1342,7 +1140,7 @@ variant: PvSelectButtonVariant_2;
|
|
|
1342
1140
|
useTeleport: boolean;
|
|
1343
1141
|
teleportLocation: string;
|
|
1344
1142
|
showSearchInput: boolean;
|
|
1345
|
-
optionsVariant:
|
|
1143
|
+
optionsVariant: Exclude<MenuOptionsVariant, "checkbox">;
|
|
1346
1144
|
allowDeselect: boolean;
|
|
1347
1145
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1348
1146
|
'select-button-trigger-ref': CreateComponentPublicInstanceWithMixins<Readonly<PvSelectButtonTrigger> & Readonly<{
|
|
@@ -1533,8 +1331,8 @@ declare interface PvSelectButton_2 {
|
|
|
1533
1331
|
label?: string;
|
|
1534
1332
|
showMenuAction?: boolean;
|
|
1535
1333
|
showSearchInput?: boolean;
|
|
1536
|
-
optionsVariant?:
|
|
1537
|
-
options:
|
|
1334
|
+
optionsVariant?: Exclude<MenuOptionsVariant, "checkbox">;
|
|
1335
|
+
options: MenuOption[];
|
|
1538
1336
|
useTeleport?: boolean;
|
|
1539
1337
|
allowDeselect?: boolean;
|
|
1540
1338
|
}
|
|
@@ -1571,13 +1369,6 @@ declare interface PvSelectMenu {
|
|
|
1571
1369
|
useTeleport?: boolean;
|
|
1572
1370
|
}
|
|
1573
1371
|
|
|
1574
|
-
declare interface PvSelectProps {
|
|
1575
|
-
options: Option_2[] | OptionWithIcon[];
|
|
1576
|
-
defaultText?: string;
|
|
1577
|
-
disabled?: boolean;
|
|
1578
|
-
triggerCssProperties?: CSSProperties;
|
|
1579
|
-
}
|
|
1580
|
-
|
|
1581
1372
|
export declare const PvSidePanel: __VLS_WithTemplateSlots_10<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
1582
1373
|
|
|
1583
1374
|
declare interface PvSidePanelProps {
|
|
@@ -1628,9 +1419,9 @@ declare interface PvTabListBaseProps {
|
|
|
1628
1419
|
options: Option_2[];
|
|
1629
1420
|
}
|
|
1630
1421
|
|
|
1631
|
-
export declare const PvTabs: DefineComponent<
|
|
1422
|
+
export declare const PvTabs: DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1632
1423
|
"update:modelValue": (value: string) => any;
|
|
1633
|
-
}, string, PublicProps, Readonly<
|
|
1424
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_3> & Readonly<{
|
|
1634
1425
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
1635
1426
|
}>, {
|
|
1636
1427
|
size: TabSize;
|
|
@@ -1753,4 +1544,6 @@ export declare const useDateTime: () => {
|
|
|
1753
1544
|
}) => string;
|
|
1754
1545
|
};
|
|
1755
1546
|
|
|
1547
|
+
export declare const usePvComponents: (app: App<Element>) => void;
|
|
1548
|
+
|
|
1756
1549
|
export { }
|