@turquoisehealth/pit-viper 2.79.2-dev.3 → 2.80.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 +43 -53
- package/_site/assets/css/pit-viper-v2.css +44 -53
- package/_site/assets/css/pit-viper.css +30 -39
- package/package.json +12 -31
- package/pv-components/dist/vue/base/pv-components-base.d.ts +2074 -0
- package/pv-components/dist/vue/base/pv-components-base.js +20 -20
- package/pv-components/dist/vue/base/pv-components-base.mjs +873 -873
- package/pv-components/dist/vue/base/pv-components-base.umd.js +14 -14
- package/pv-components/dist/vue/charts/pv-components-charts.d.ts +489 -0
- package/pv-components/dist/vue/charts/pv-components-charts.js +259 -0
- package/pv-components/dist/vue/charts/pv-components-charts.mjs +121812 -0
- package/pv-components/dist/vue/charts/pv-components-charts.umd.js +259 -0
- package/pv-components/dist/vue/tables/pv-components-tables.d.ts +299 -0
- package/pv-components/dist/vue/tables/pv-components-tables.js +223 -0
- package/pv-components/dist/vue/tables/pv-components-tables.mjs +47028 -0
- package/pv-components/dist/vue/tables/pv-components-tables.umd.js +223 -0
- package/pv-components/dist/web/index.d.ts +1 -0
- package/pv-components/dist/web/pv-components.iife.js +13 -13
- package/pv-components/dist/vue/base/components/base/PvAccordion/PvAccordion.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvAccordion/PvAccordion.vue.d.ts +0 -28
- package/pv-components/dist/vue/base/components/base/PvAccordion/types.d.ts +0 -5
- package/pv-components/dist/vue/base/components/base/PvActionBar/PvActionBar.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvActionBar/PvActionBar.vue.d.ts +0 -24
- package/pv-components/dist/vue/base/components/base/PvActionBar/types.d.ts +0 -2
- package/pv-components/dist/vue/base/components/base/PvAiButton/PvAiButton.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvAiButton/PvAiButton.vue.d.ts +0 -13
- package/pv-components/dist/vue/base/components/base/PvAiButton/types.d.ts +0 -2
- package/pv-components/dist/vue/base/components/base/PvAvatar/PvAvatar.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvAvatar/PvAvatar.vue.d.ts +0 -11
- package/pv-components/dist/vue/base/components/base/PvAvatar/types.d.ts +0 -2
- package/pv-components/dist/vue/base/components/base/PvAvatarGroup/PvAvatarGroup.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvAvatarGroup/PvAvatarGroup.vue.d.ts +0 -8
- package/pv-components/dist/vue/base/components/base/PvAvatarGroup/types.d.ts +0 -5
- package/pv-components/dist/vue/base/components/base/PvBanner/PvBanner.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvBanner/PvBanner.vue.d.ts +0 -29
- package/pv-components/dist/vue/base/components/base/PvBanner/types.d.ts +0 -11
- package/pv-components/dist/vue/base/components/base/PvBreadcrumbs/PvBreadcrumbs.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvBreadcrumbs/PvBreadcrumbs.vue.d.ts +0 -7
- package/pv-components/dist/vue/base/components/base/PvBreadcrumbs/types.d.ts +0 -4
- package/pv-components/dist/vue/base/components/base/PvButton/PvButton.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvButton/PvButton.vue.d.ts +0 -20
- package/pv-components/dist/vue/base/components/base/PvButton/types.d.ts +0 -3
- package/pv-components/dist/vue/base/components/base/PvCard/PvCard.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvCard/PvCard.vue.d.ts +0 -27
- package/pv-components/dist/vue/base/components/base/PvCard/types.d.ts +0 -2
- package/pv-components/dist/vue/base/components/base/PvCheckbox/PvCheckbox.vue.d.ts +0 -17
- package/pv-components/dist/vue/base/components/base/PvCompanyLabel/PvCompanyLabel.vue.d.ts +0 -11
- package/pv-components/dist/vue/base/components/base/PvCompanyLabel/types.d.ts +0 -2
- package/pv-components/dist/vue/base/components/base/PvCompanyLogo/PvCompanyLogo.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvCompanyLogo/PvCompanyLogo.vue.d.ts +0 -15
- package/pv-components/dist/vue/base/components/base/PvCompanyLogo/types.d.ts +0 -2
- package/pv-components/dist/vue/base/components/base/PvCompanyTag/PvCompanyTag.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvCompanyTag/PvCompanyTag.vue.d.ts +0 -27
- package/pv-components/dist/vue/base/components/base/PvComponentsConfig/primeVue.config.d.ts +0 -14
- package/pv-components/dist/vue/base/components/base/PvComponentsConfig/usePvComponents.d.ts +0 -2
- package/pv-components/dist/vue/base/components/base/PvCounterBadge/PvCounterBadge.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvCounterBadge/PvCounterBadge.vue.d.ts +0 -16
- package/pv-components/dist/vue/base/components/base/PvCounterBadge/types.d.ts +0 -3
- package/pv-components/dist/vue/base/components/base/PvDatePicker/PvDatePicker.vue.d.ts +0 -115
- package/pv-components/dist/vue/base/components/base/PvDateTime/PvDateTime.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvDateTime/PvDateTime.vue.d.ts +0 -14
- package/pv-components/dist/vue/base/components/base/PvDateTime/useDateTime.d.ts +0 -9
- package/pv-components/dist/vue/base/components/base/PvDateTime/useDateTime.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvDrawer/PvDrawer.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvDrawer/PvDrawer.vue.d.ts +0 -34
- package/pv-components/dist/vue/base/components/base/PvDropdown/PvDropdown.vue.d.ts +0 -117
- package/pv-components/dist/vue/base/components/base/PvExpandableContent/PvExpandableContent.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvExpandableContent/PvExpandableContent.vue.d.ts +0 -30
- package/pv-components/dist/vue/base/components/base/PvExpandableContent/types.d.ts +0 -3
- package/pv-components/dist/vue/base/components/base/PvGhostInput/PvGhostInput.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvGhostInput/PvGhostInput.vue.d.ts +0 -39
- package/pv-components/dist/vue/base/components/base/PvGhostInput/types.d.ts +0 -2
- package/pv-components/dist/vue/base/components/base/PvIcon/PvIcon.vue.d.ts +0 -10
- package/pv-components/dist/vue/base/components/base/PvInput/PvInput.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvInput/PvInput.vue.d.ts +0 -40
- package/pv-components/dist/vue/base/components/base/PvInput/types.d.ts +0 -3
- package/pv-components/dist/vue/base/components/base/PvInsightCard/PvInsightCard.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvInsightCard/PvInsightCard.vue.d.ts +0 -22
- package/pv-components/dist/vue/base/components/base/PvMenu/PvMenu.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvMenu/PvMenu.vue.d.ts +0 -183
- package/pv-components/dist/vue/base/components/base/PvMenu/PvMenuControlPanel.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvMenu/PvMenuControlPanel.vue.d.ts +0 -12
- package/pv-components/dist/vue/base/components/base/PvMenu/PvMenuEmptyState.vue.d.ts +0 -3
- package/pv-components/dist/vue/base/components/base/PvMenu/items/PvMenuCheckboxItem.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvMenu/items/PvMenuCheckboxItem.vue.d.ts +0 -18
- package/pv-components/dist/vue/base/components/base/PvMenu/items/PvMenuItem.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvMenu/items/PvMenuItem.vue.d.ts +0 -25
- package/pv-components/dist/vue/base/components/base/PvMenu/items/PvMenuRadioItem.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvMenu/items/PvMenuRadioItem.vue.d.ts +0 -13
- package/pv-components/dist/vue/base/components/base/PvMenu/useMenuPosition.d.ts +0 -66
- package/pv-components/dist/vue/base/components/base/PvMenu/useMenuPosition.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvModal/PvModal.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvModal/PvModal.vue.d.ts +0 -28
- package/pv-components/dist/vue/base/components/base/PvMultiSelectButton/PvMultiSelectButton.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +0 -361
- package/pv-components/dist/vue/base/components/base/PvMultiSelectButton/PvMultiSelectMenuItem.vue.d.ts +0 -15
- package/pv-components/dist/vue/base/components/base/PvMultiSelectButton/mocks.d.ts +0 -15
- package/pv-components/dist/vue/base/components/base/PvMultiSelectButton/types.d.ts +0 -3
- package/pv-components/dist/vue/base/components/base/PvPagination/PvPagination.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvPagination/PvPagination.vue.d.ts +0 -21
- package/pv-components/dist/vue/base/components/base/PvPagination/types.d.ts +0 -3
- package/pv-components/dist/vue/base/components/base/PvPagination/usePagination.d.ts +0 -12
- package/pv-components/dist/vue/base/components/base/PvPagination/usePagination.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvPill/PvPill.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvPill/PvPill.vue.d.ts +0 -31
- package/pv-components/dist/vue/base/components/base/PvPill/types.d.ts +0 -4
- package/pv-components/dist/vue/base/components/base/PvPopover/PvPopover.vue.d.ts +0 -31
- package/pv-components/dist/vue/base/components/base/PvQueryBuilderInput/useQueryBuilder.d.ts +0 -44
- package/pv-components/dist/vue/base/components/base/PvQueryBuilderInput/useQueryBuilder.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvRating/PvRating.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvRating/PvRating.vue.d.ts +0 -12
- package/pv-components/dist/vue/base/components/base/PvRating/types.d.ts +0 -4
- package/pv-components/dist/vue/base/components/base/PvReleaseBadge/PvReleaseBadge.vue.d.ts +0 -6
- package/pv-components/dist/vue/base/components/base/PvSearchInput/PvSearchInput.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvSearchInput/PvSearchInput.vue.d.ts +0 -26
- package/pv-components/dist/vue/base/components/base/PvSegmentedControl/PvSegmentedControl.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvSegmentedControl/PvSegmentedControl.vue.d.ts +0 -19
- package/pv-components/dist/vue/base/components/base/PvSegmentedControl/types.d.ts +0 -8
- package/pv-components/dist/vue/base/components/base/PvSelectButton/PvSelectButton.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvSelectButton/PvSelectButton.vue.d.ts +0 -228
- package/pv-components/dist/vue/base/components/base/PvSelectButton/PvSelectButtonTrigger/PvSelectButtonTrigger.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvSelectButton/PvSelectButtonTrigger/PvSelectButtonTrigger.vue.d.ts +0 -33
- package/pv-components/dist/vue/base/components/base/PvSelectButton/mocks.d.ts +0 -13
- package/pv-components/dist/vue/base/components/base/PvSelectButton/types.d.ts +0 -3
- package/pv-components/dist/vue/base/components/base/PvSelectableCard/PvSelectableCard.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvSelectableCard/PvSelectableCard.vue.d.ts +0 -25
- package/pv-components/dist/vue/base/components/base/PvSkeleton/PvSkeleton.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvSkeleton/PvSkeleton.vue.d.ts +0 -11
- package/pv-components/dist/vue/base/components/base/PvSkeleton/types.d.ts +0 -3
- package/pv-components/dist/vue/base/components/base/PvSpinner/PvSpinner.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvSpinner/PvSpinner.vue.d.ts +0 -11
- package/pv-components/dist/vue/base/components/base/PvSpinner/types.d.ts +0 -3
- package/pv-components/dist/vue/base/components/base/PvSprite/PvSprite.vue.d.ts +0 -9
- package/pv-components/dist/vue/base/components/base/PvSuggestionTag/PvSuggestionTag.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvSuggestionTag/PvSuggestionTag.vue.d.ts +0 -31
- package/pv-components/dist/vue/base/components/base/PvSwitch/PvSwitch.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvSwitch/PvSwitch.vue.d.ts +0 -22
- package/pv-components/dist/vue/base/components/base/PvSwitch/types.d.ts +0 -2
- package/pv-components/dist/vue/base/components/base/PvTabList/PvTabList.vue.d.ts +0 -12
- package/pv-components/dist/vue/base/components/base/PvTabs/PvTabs.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvTabs/PvTabs.vue.d.ts +0 -18
- package/pv-components/dist/vue/base/components/base/PvTabs/types.d.ts +0 -7
- package/pv-components/dist/vue/base/components/base/PvTag/PvTag.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvTag/PvTag.vue.d.ts +0 -41
- package/pv-components/dist/vue/base/components/base/PvTag/types.d.ts +0 -3
- package/pv-components/dist/vue/base/components/base/PvTextArea/PvTextArea.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvTextArea/PvTextArea.vue.d.ts +0 -40
- package/pv-components/dist/vue/base/components/base/PvTextArea/types.d.ts +0 -2
- package/pv-components/dist/vue/base/components/base/PvToast/PvToast.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvToast/PvToast.vue.d.ts +0 -30
- package/pv-components/dist/vue/base/components/base/PvToast/types.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvToggleButton/PvToggleButton.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvToggleButton/PvToggleButton.vue.d.ts +0 -29
- package/pv-components/dist/vue/base/components/base/PvToggleButton/types.d.ts +0 -3
- package/pv-components/dist/vue/base/components/base/PvTooltip/PvTooltip.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvTooltip/PvTooltip.vue.d.ts +0 -34
- package/pv-components/dist/vue/base/components/base/PvTooltip/types.d.ts +0 -4
- package/pv-components/dist/vue/base/components/base/PvWidget/PvWidget.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/base/PvWidget/PvWidget.vue.d.ts +0 -18
- package/pv-components/dist/vue/base/components/base/baseProps.d.ts +0 -15
- package/pv-components/dist/vue/base/components/base/index.d.ts +0 -54
- package/pv-components/dist/vue/base/components/layout/PvSidePanel/PvSidePanel.spec.d.ts +0 -1
- package/pv-components/dist/vue/base/components/layout/PvSidePanel/PvSidePanel.vue.d.ts +0 -24
- package/pv-components/dist/vue/base/types.d.ts +0 -40
- package/pv-components/dist/vue/visualizations/components/visualizations/index.d.ts +0 -5
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.js +0 -176
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +0 -11849
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.umd.js +0 -176
- package/pv-components/dist/vue/visualizations/types.d.ts +0 -40
|
@@ -1,117 +0,0 @@
|
|
|
1
|
-
import { nextTick, CSSProperties, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, Ref, GlobalComponents, GlobalDirectives, DebuggerEvent, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
|
|
2
|
-
import { PvPopoverProps } from '../PvPopover/PvPopover.vue';
|
|
3
|
-
import { OnCleanup } from '@vue/reactivity';
|
|
4
|
-
export interface PvDropdownProps {
|
|
5
|
-
defaultOpen?: boolean;
|
|
6
|
-
popoverCssProperties?: CSSProperties;
|
|
7
|
-
alignment?: "top" | "right" | "top right" | undefined;
|
|
8
|
-
isList?: boolean;
|
|
9
|
-
isSortable?: boolean;
|
|
10
|
-
icon?: boolean;
|
|
11
|
-
disabled?: boolean;
|
|
12
|
-
isLoading?: boolean;
|
|
13
|
-
useTeleport?: boolean;
|
|
14
|
-
teleportLocation?: string;
|
|
15
|
-
}
|
|
16
|
-
declare const _default: __VLS_WithTemplateSlots< DefineComponent<PvDropdownProps, {
|
|
17
|
-
closeDropdown: () => void;
|
|
18
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
19
|
-
"list-order-updated": (value: string[]) => any;
|
|
20
|
-
"dropdown-open": () => any;
|
|
21
|
-
"dropdown-closed": () => any;
|
|
22
|
-
}, string, PublicProps, Readonly<PvDropdownProps> & Readonly<{
|
|
23
|
-
"onList-order-updated"?: ((value: string[]) => any) | undefined;
|
|
24
|
-
"onDropdown-open"?: (() => any) | undefined;
|
|
25
|
-
"onDropdown-closed"?: (() => any) | undefined;
|
|
26
|
-
}>, {
|
|
27
|
-
disabled: boolean;
|
|
28
|
-
alignment: "top" | "right" | "top right";
|
|
29
|
-
isList: boolean;
|
|
30
|
-
defaultOpen: boolean;
|
|
31
|
-
isLoading: boolean;
|
|
32
|
-
useTeleport: boolean;
|
|
33
|
-
teleportLocation: string;
|
|
34
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
35
|
-
triggerRef: HTMLButtonElement;
|
|
36
|
-
popoverRef: ({
|
|
37
|
-
$: ComponentInternalInstance;
|
|
38
|
-
$data: {};
|
|
39
|
-
$props: {
|
|
40
|
-
readonly alignment?: "top" | "right" | "top right" | undefined | undefined;
|
|
41
|
-
readonly cssCustomProperties?: CSSProperties | undefined;
|
|
42
|
-
readonly cssCustomListProperties?: CSSProperties | undefined;
|
|
43
|
-
readonly isList?: boolean | undefined;
|
|
44
|
-
readonly isSortable?: boolean | undefined;
|
|
45
|
-
readonly "onList-order-updated"?: ((value: string[]) => any) | undefined;
|
|
46
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
47
|
-
$attrs: {
|
|
48
|
-
[x: string]: unknown;
|
|
49
|
-
};
|
|
50
|
-
$refs: {
|
|
51
|
-
[x: string]: unknown;
|
|
52
|
-
} & {
|
|
53
|
-
popoverRoot: HTMLDivElement;
|
|
54
|
-
popoverList: HTMLUListElement;
|
|
55
|
-
};
|
|
56
|
-
$slots: Readonly<{
|
|
57
|
-
[name: string]: Slot<any> | undefined;
|
|
58
|
-
}>;
|
|
59
|
-
$root: ComponentPublicInstance | null;
|
|
60
|
-
$parent: ComponentPublicInstance | null;
|
|
61
|
-
$host: Element | null;
|
|
62
|
-
$emit: (event: "list-order-updated", value: string[]) => void;
|
|
63
|
-
$el: HTMLDivElement;
|
|
64
|
-
$options: ComponentOptionsBase<Readonly< PvPopoverProps> & Readonly<{
|
|
65
|
-
"onList-order-updated"?: ((value: string[]) => any) | undefined;
|
|
66
|
-
}>, {
|
|
67
|
-
popoverRoot: Ref<HTMLElement | null, HTMLElement | null>;
|
|
68
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
69
|
-
"list-order-updated": (value: string[]) => any;
|
|
70
|
-
}, string, {
|
|
71
|
-
alignment: "top" | "right" | "top right";
|
|
72
|
-
cssCustomProperties: CSSProperties;
|
|
73
|
-
isList: boolean;
|
|
74
|
-
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
75
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
76
|
-
created?: (() => void) | (() => void)[];
|
|
77
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
78
|
-
mounted?: (() => void) | (() => void)[];
|
|
79
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
80
|
-
updated?: (() => void) | (() => void)[];
|
|
81
|
-
activated?: (() => void) | (() => void)[];
|
|
82
|
-
deactivated?: (() => void) | (() => void)[];
|
|
83
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
84
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
85
|
-
destroyed?: (() => void) | (() => void)[];
|
|
86
|
-
unmounted?: (() => void) | (() => void)[];
|
|
87
|
-
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
88
|
-
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
89
|
-
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
90
|
-
};
|
|
91
|
-
$forceUpdate: () => void;
|
|
92
|
-
$nextTick: typeof nextTick;
|
|
93
|
-
$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;
|
|
94
|
-
} & Readonly<{
|
|
95
|
-
alignment: "top" | "right" | "top right";
|
|
96
|
-
cssCustomProperties: CSSProperties;
|
|
97
|
-
isList: boolean;
|
|
98
|
-
}> & Omit<Readonly< PvPopoverProps> & Readonly<{
|
|
99
|
-
"onList-order-updated"?: ((value: string[]) => any) | undefined;
|
|
100
|
-
}>, "popoverRoot" | ("alignment" | "cssCustomProperties" | "isList")> & ShallowUnwrapRef<{
|
|
101
|
-
popoverRoot: Ref<HTMLElement | null, HTMLElement | null>;
|
|
102
|
-
}> & {} & ComponentCustomProperties & {} & {
|
|
103
|
-
$slots: {
|
|
104
|
-
default?(_: {}): any;
|
|
105
|
-
default?(_: {}): any;
|
|
106
|
-
};
|
|
107
|
-
}) | null;
|
|
108
|
-
}, HTMLDivElement>, {
|
|
109
|
-
trigger?(_: {}): any;
|
|
110
|
-
default?(_: {}): any;
|
|
111
|
-
}>;
|
|
112
|
-
export default _default;
|
|
113
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
114
|
-
new (): {
|
|
115
|
-
$slots: S;
|
|
116
|
-
};
|
|
117
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "@testing-library/jest-dom/vitest";
|
package/pv-components/dist/vue/base/components/base/PvExpandableContent/PvExpandableContent.vue.d.ts
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { PvExpandableContentSizes, PvExpandableContentVariants } from './types';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
type __VLS_Props = {
|
|
4
|
-
lines?: number;
|
|
5
|
-
size?: PvExpandableContentSizes;
|
|
6
|
-
variant?: PvExpandableContentVariants;
|
|
7
|
-
defaultOpen?: boolean;
|
|
8
|
-
};
|
|
9
|
-
declare function __VLS_template(): {
|
|
10
|
-
attrs: Partial<{}>;
|
|
11
|
-
slots: {
|
|
12
|
-
default?(_: {}): any;
|
|
13
|
-
};
|
|
14
|
-
refs: {};
|
|
15
|
-
rootEl: HTMLDivElement;
|
|
16
|
-
};
|
|
17
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
|
-
declare const __VLS_component: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
19
|
-
size: PvExpandableContentSizes;
|
|
20
|
-
variant: PvExpandableContentVariants;
|
|
21
|
-
defaultOpen: boolean;
|
|
22
|
-
lines: number;
|
|
23
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
24
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
25
|
-
export default _default;
|
|
26
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
27
|
-
new (): {
|
|
28
|
-
$slots: S;
|
|
29
|
-
};
|
|
30
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "@testing-library/jest-dom/vitest";
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { PvGhostInputVariant } from './types';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
interface PvGhostInputProps {
|
|
4
|
-
variant?: PvGhostInputVariant;
|
|
5
|
-
placeholder?: string;
|
|
6
|
-
disabled?: boolean;
|
|
7
|
-
showEditIcon?: boolean;
|
|
8
|
-
}
|
|
9
|
-
type __VLS_Props = PvGhostInputProps;
|
|
10
|
-
type __VLS_PublicProps = {
|
|
11
|
-
modelValue?: string;
|
|
12
|
-
} & __VLS_Props;
|
|
13
|
-
declare function __VLS_template(): {
|
|
14
|
-
attrs: Partial<{}>;
|
|
15
|
-
slots: {
|
|
16
|
-
action?(_: {}): any;
|
|
17
|
-
};
|
|
18
|
-
refs: {
|
|
19
|
-
inputRef: HTMLInputElement;
|
|
20
|
-
};
|
|
21
|
-
rootEl: HTMLDivElement;
|
|
22
|
-
};
|
|
23
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
24
|
-
declare const __VLS_component: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
25
|
-
"update:modelValue": (value: string) => any;
|
|
26
|
-
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
27
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
28
|
-
}>, {
|
|
29
|
-
variant: PvGhostInputVariant;
|
|
30
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
31
|
-
inputRef: HTMLInputElement;
|
|
32
|
-
}, HTMLDivElement>;
|
|
33
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
34
|
-
export default _default;
|
|
35
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
36
|
-
new (): {
|
|
37
|
-
$slots: S;
|
|
38
|
-
};
|
|
39
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PvIconSize } from '../baseProps';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
declare const _default: DefineComponent<{
|
|
4
|
-
name: string;
|
|
5
|
-
size?: PvIconSize;
|
|
6
|
-
}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{
|
|
7
|
-
name: string;
|
|
8
|
-
size?: PvIconSize;
|
|
9
|
-
}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, SVGSVGElement>;
|
|
10
|
-
export default _default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "@testing-library/jest-dom";
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { PvInputType, PvInputVariant } from './types';
|
|
2
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
|
-
interface PvInputProps {
|
|
4
|
-
error?: boolean;
|
|
5
|
-
disabled?: boolean;
|
|
6
|
-
placeholder?: string;
|
|
7
|
-
type?: PvInputType;
|
|
8
|
-
id?: string;
|
|
9
|
-
lowerLabel?: string;
|
|
10
|
-
variant?: PvInputVariant;
|
|
11
|
-
}
|
|
12
|
-
type __VLS_Props = PvInputProps;
|
|
13
|
-
type __VLS_PublicProps = {
|
|
14
|
-
modelValue?: string;
|
|
15
|
-
} & __VLS_Props;
|
|
16
|
-
declare function __VLS_template(): {
|
|
17
|
-
attrs: Partial<{}>;
|
|
18
|
-
slots: {
|
|
19
|
-
label?(_: {}): any;
|
|
20
|
-
};
|
|
21
|
-
refs: {};
|
|
22
|
-
rootEl: any;
|
|
23
|
-
};
|
|
24
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
25
|
-
declare const __VLS_component: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
26
|
-
"update:modelValue": (value: string) => any;
|
|
27
|
-
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
28
|
-
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
29
|
-
}>, {
|
|
30
|
-
variant: PvInputVariant;
|
|
31
|
-
type: PvInputType;
|
|
32
|
-
id: string;
|
|
33
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
34
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
35
|
-
export default _default;
|
|
36
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
37
|
-
new (): {
|
|
38
|
-
$slots: S;
|
|
39
|
-
};
|
|
40
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "@testing-library/jest-dom";
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
export interface PvInsightCardProps {
|
|
3
|
-
icon: string;
|
|
4
|
-
insight: string;
|
|
5
|
-
upperLabel?: string;
|
|
6
|
-
title?: string;
|
|
7
|
-
description?: string;
|
|
8
|
-
showButton?: boolean;
|
|
9
|
-
interactive?: boolean;
|
|
10
|
-
}
|
|
11
|
-
declare const _default: DefineComponent<PvInsightCardProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
12
|
-
click: () => any;
|
|
13
|
-
"icon-click": () => any;
|
|
14
|
-
}, string, PublicProps, Readonly<PvInsightCardProps> & Readonly<{
|
|
15
|
-
onClick?: (() => any) | undefined;
|
|
16
|
-
"onIcon-click"?: (() => any) | undefined;
|
|
17
|
-
}>, {
|
|
18
|
-
icon: string;
|
|
19
|
-
interactive: boolean;
|
|
20
|
-
showButton: boolean;
|
|
21
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
22
|
-
export default _default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "@testing-library/jest-dom";
|
|
@@ -1,183 +0,0 @@
|
|
|
1
|
-
import { CSSProperties, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, Ref, ComponentOptionsMixin, GlobalComponents, GlobalDirectives, ComponentProvideOptions, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, DefineComponent, PublicProps } from 'vue';
|
|
2
|
-
import { PvPopoverProps } from '../PvPopover/PvPopover.vue';
|
|
3
|
-
import { OnCleanup } from '@vue/reactivity';
|
|
4
|
-
export interface PvSelectMenu {
|
|
5
|
-
teleportLocation?: string;
|
|
6
|
-
open: boolean;
|
|
7
|
-
popoverPositionStyle?: CSSProperties;
|
|
8
|
-
cssCustomListProperties?: CSSProperties;
|
|
9
|
-
useTeleport?: boolean;
|
|
10
|
-
}
|
|
11
|
-
declare function __VLS_template(): {
|
|
12
|
-
attrs: Partial<{}>;
|
|
13
|
-
slots: {
|
|
14
|
-
default?(_: {}): any;
|
|
15
|
-
};
|
|
16
|
-
refs: {
|
|
17
|
-
popoverRef: ({
|
|
18
|
-
$: ComponentInternalInstance;
|
|
19
|
-
$data: {};
|
|
20
|
-
$props: {
|
|
21
|
-
readonly alignment?: "top" | "right" | "top right" | undefined | undefined;
|
|
22
|
-
readonly cssCustomProperties?: CSSProperties | undefined;
|
|
23
|
-
readonly cssCustomListProperties?: CSSProperties | undefined;
|
|
24
|
-
readonly isList?: boolean | undefined;
|
|
25
|
-
readonly isSortable?: boolean | undefined;
|
|
26
|
-
readonly "onList-order-updated"?: ((value: string[]) => any) | undefined;
|
|
27
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
28
|
-
$attrs: {
|
|
29
|
-
[x: string]: unknown;
|
|
30
|
-
};
|
|
31
|
-
$refs: {
|
|
32
|
-
[x: string]: unknown;
|
|
33
|
-
} & {
|
|
34
|
-
popoverRoot: HTMLDivElement;
|
|
35
|
-
popoverList: HTMLUListElement;
|
|
36
|
-
};
|
|
37
|
-
$slots: Readonly<{
|
|
38
|
-
[name: string]: Slot<any> | undefined;
|
|
39
|
-
}>;
|
|
40
|
-
$root: ComponentPublicInstance | null;
|
|
41
|
-
$parent: ComponentPublicInstance | null;
|
|
42
|
-
$host: Element | null;
|
|
43
|
-
$emit: (event: "list-order-updated", value: string[]) => void;
|
|
44
|
-
$el: HTMLDivElement;
|
|
45
|
-
$options: ComponentOptionsBase<Readonly< PvPopoverProps> & Readonly<{
|
|
46
|
-
"onList-order-updated"?: ((value: string[]) => any) | undefined;
|
|
47
|
-
}>, {
|
|
48
|
-
popoverRoot: Ref<HTMLElement | null, HTMLElement | null>;
|
|
49
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
50
|
-
"list-order-updated": (value: string[]) => any;
|
|
51
|
-
}, string, {
|
|
52
|
-
alignment: "top" | "right" | "top right";
|
|
53
|
-
cssCustomProperties: CSSProperties;
|
|
54
|
-
isList: boolean;
|
|
55
|
-
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
56
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
57
|
-
created?: (() => void) | (() => void)[];
|
|
58
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
59
|
-
mounted?: (() => void) | (() => void)[];
|
|
60
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
61
|
-
updated?: (() => void) | (() => void)[];
|
|
62
|
-
activated?: (() => void) | (() => void)[];
|
|
63
|
-
deactivated?: (() => void) | (() => void)[];
|
|
64
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
65
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
66
|
-
destroyed?: (() => void) | (() => void)[];
|
|
67
|
-
unmounted?: (() => void) | (() => void)[];
|
|
68
|
-
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
69
|
-
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
70
|
-
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
71
|
-
};
|
|
72
|
-
$forceUpdate: () => void;
|
|
73
|
-
$nextTick: nextTick;
|
|
74
|
-
$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;
|
|
75
|
-
} & Readonly<{
|
|
76
|
-
alignment: "top" | "right" | "top right";
|
|
77
|
-
cssCustomProperties: CSSProperties;
|
|
78
|
-
isList: boolean;
|
|
79
|
-
}> & Omit<Readonly< PvPopoverProps> & Readonly<{
|
|
80
|
-
"onList-order-updated"?: ((value: string[]) => any) | undefined;
|
|
81
|
-
}>, "popoverRoot" | ("alignment" | "cssCustomProperties" | "isList")> & ShallowUnwrapRef<{
|
|
82
|
-
popoverRoot: Ref<HTMLElement | null, HTMLElement | null>;
|
|
83
|
-
}> & {} & ComponentCustomProperties & {} & {
|
|
84
|
-
$slots: {
|
|
85
|
-
default?(_: {}): any;
|
|
86
|
-
default?(_: {}): any;
|
|
87
|
-
};
|
|
88
|
-
}) | null;
|
|
89
|
-
};
|
|
90
|
-
rootEl: any;
|
|
91
|
-
};
|
|
92
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
93
|
-
declare const __VLS_component: DefineComponent<PvSelectMenu, {
|
|
94
|
-
popoverRef: Ref<{
|
|
95
|
-
popoverRoot: HTMLElement | null;
|
|
96
|
-
} | null, {
|
|
97
|
-
popoverRoot: HTMLElement | null;
|
|
98
|
-
} | {
|
|
99
|
-
popoverRoot: HTMLElement | null;
|
|
100
|
-
} | null>;
|
|
101
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PvSelectMenu> & Readonly<{}>, {
|
|
102
|
-
useTeleport: boolean;
|
|
103
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
104
|
-
popoverRef: ({
|
|
105
|
-
$: ComponentInternalInstance;
|
|
106
|
-
$data: {};
|
|
107
|
-
$props: {
|
|
108
|
-
readonly alignment?: "top" | "right" | "top right" | undefined | undefined;
|
|
109
|
-
readonly cssCustomProperties?: CSSProperties | undefined;
|
|
110
|
-
readonly cssCustomListProperties?: CSSProperties | undefined;
|
|
111
|
-
readonly isList?: boolean | undefined;
|
|
112
|
-
readonly isSortable?: boolean | undefined;
|
|
113
|
-
readonly "onList-order-updated"?: ((value: string[]) => any) | undefined;
|
|
114
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
115
|
-
$attrs: {
|
|
116
|
-
[x: string]: unknown;
|
|
117
|
-
};
|
|
118
|
-
$refs: {
|
|
119
|
-
[x: string]: unknown;
|
|
120
|
-
} & {
|
|
121
|
-
popoverRoot: HTMLDivElement;
|
|
122
|
-
popoverList: HTMLUListElement;
|
|
123
|
-
};
|
|
124
|
-
$slots: Readonly<{
|
|
125
|
-
[name: string]: Slot<any> | undefined;
|
|
126
|
-
}>;
|
|
127
|
-
$root: ComponentPublicInstance | null;
|
|
128
|
-
$parent: ComponentPublicInstance | null;
|
|
129
|
-
$host: Element | null;
|
|
130
|
-
$emit: (event: "list-order-updated", value: string[]) => void;
|
|
131
|
-
$el: HTMLDivElement;
|
|
132
|
-
$options: ComponentOptionsBase<Readonly< PvPopoverProps> & Readonly<{
|
|
133
|
-
"onList-order-updated"?: ((value: string[]) => any) | undefined;
|
|
134
|
-
}>, {
|
|
135
|
-
popoverRoot: Ref<HTMLElement | null, HTMLElement | null>;
|
|
136
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
137
|
-
"list-order-updated": (value: string[]) => any;
|
|
138
|
-
}, string, {
|
|
139
|
-
alignment: "top" | "right" | "top right";
|
|
140
|
-
cssCustomProperties: CSSProperties;
|
|
141
|
-
isList: boolean;
|
|
142
|
-
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
143
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
144
|
-
created?: (() => void) | (() => void)[];
|
|
145
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
146
|
-
mounted?: (() => void) | (() => void)[];
|
|
147
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
148
|
-
updated?: (() => void) | (() => void)[];
|
|
149
|
-
activated?: (() => void) | (() => void)[];
|
|
150
|
-
deactivated?: (() => void) | (() => void)[];
|
|
151
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
152
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
153
|
-
destroyed?: (() => void) | (() => void)[];
|
|
154
|
-
unmounted?: (() => void) | (() => void)[];
|
|
155
|
-
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
156
|
-
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
157
|
-
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
158
|
-
};
|
|
159
|
-
$forceUpdate: () => void;
|
|
160
|
-
$nextTick: nextTick;
|
|
161
|
-
$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;
|
|
162
|
-
} & Readonly<{
|
|
163
|
-
alignment: "top" | "right" | "top right";
|
|
164
|
-
cssCustomProperties: CSSProperties;
|
|
165
|
-
isList: boolean;
|
|
166
|
-
}> & Omit<Readonly< PvPopoverProps> & Readonly<{
|
|
167
|
-
"onList-order-updated"?: ((value: string[]) => any) | undefined;
|
|
168
|
-
}>, "popoverRoot" | ("alignment" | "cssCustomProperties" | "isList")> & ShallowUnwrapRef<{
|
|
169
|
-
popoverRoot: Ref<HTMLElement | null, HTMLElement | null>;
|
|
170
|
-
}> & {} & ComponentCustomProperties & {} & {
|
|
171
|
-
$slots: {
|
|
172
|
-
default?(_: {}): any;
|
|
173
|
-
default?(_: {}): any;
|
|
174
|
-
};
|
|
175
|
-
}) | null;
|
|
176
|
-
}, any>;
|
|
177
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
178
|
-
export default _default;
|
|
179
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
180
|
-
new (): {
|
|
181
|
-
$slots: S;
|
|
182
|
-
};
|
|
183
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "@testing-library/jest-dom";
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
type __VLS_Props = {
|
|
3
|
-
disabled?: boolean;
|
|
4
|
-
};
|
|
5
|
-
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
6
|
-
"handle-select-all": () => any;
|
|
7
|
-
"handle-clear-all": () => any;
|
|
8
|
-
}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
9
|
-
"onHandle-select-all"?: (() => any) | undefined;
|
|
10
|
-
"onHandle-clear-all"?: (() => any) | undefined;
|
|
11
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
12
|
-
export default _default;
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
declare const _default: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
3
|
-
export default _default;
|
package/pv-components/dist/vue/base/components/base/PvMenu/items/PvMenuCheckboxItem.spec.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "@testing-library/jest-dom";
|
package/pv-components/dist/vue/base/components/base/PvMenu/items/PvMenuCheckboxItem.vue.d.ts
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { Component, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
export interface PvMenuCheckboxItem {
|
|
3
|
-
id: string;
|
|
4
|
-
text: string;
|
|
5
|
-
subText?: string;
|
|
6
|
-
secondaryText?: string | number;
|
|
7
|
-
value?: boolean;
|
|
8
|
-
disabled?: boolean;
|
|
9
|
-
renderer?: Component;
|
|
10
|
-
rendererProps?: any;
|
|
11
|
-
classList?: string[];
|
|
12
|
-
}
|
|
13
|
-
declare const _default: DefineComponent<PvMenuCheckboxItem, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
14
|
-
"handle-selected": () => any;
|
|
15
|
-
}, string, PublicProps, Readonly<PvMenuCheckboxItem> & Readonly<{
|
|
16
|
-
"onHandle-selected"?: (() => any) | undefined;
|
|
17
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
18
|
-
export default _default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "@testing-library/jest-dom";
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { Component, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
export interface PvMenuItemProps {
|
|
3
|
-
id: string;
|
|
4
|
-
text: string;
|
|
5
|
-
subText?: string;
|
|
6
|
-
secondaryText?: string | number;
|
|
7
|
-
icon?: string;
|
|
8
|
-
companyName?: string;
|
|
9
|
-
avatar?: {
|
|
10
|
-
initials?: string;
|
|
11
|
-
image?: string;
|
|
12
|
-
icon?: boolean;
|
|
13
|
-
};
|
|
14
|
-
disabled?: boolean;
|
|
15
|
-
renderer?: Component;
|
|
16
|
-
rendererProps?: any;
|
|
17
|
-
classList?: string[];
|
|
18
|
-
searchText?: string;
|
|
19
|
-
}
|
|
20
|
-
declare const _default: DefineComponent<PvMenuItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
21
|
-
"handle-selected": () => any;
|
|
22
|
-
}, string, PublicProps, Readonly<PvMenuItemProps> & Readonly<{
|
|
23
|
-
"onHandle-selected"?: (() => any) | undefined;
|
|
24
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLAnchorElement>;
|
|
25
|
-
export default _default;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "@testing-library/jest-dom";
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
export interface PvMenuRadioItem {
|
|
3
|
-
text: string;
|
|
4
|
-
subText?: string;
|
|
5
|
-
secondaryText?: string | number;
|
|
6
|
-
value?: boolean;
|
|
7
|
-
}
|
|
8
|
-
declare const _default: DefineComponent<PvMenuRadioItem, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
9
|
-
"handle-selected": () => any;
|
|
10
|
-
}, string, PublicProps, Readonly<PvMenuRadioItem> & Readonly<{
|
|
11
|
-
"onHandle-selected"?: (() => any) | undefined;
|
|
12
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
13
|
-
export default _default;
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
import { CSSProperties, Ref, ComputedRef } from 'vue';
|
|
2
|
-
export interface PopoverComponent {
|
|
3
|
-
popoverRef: PopoverRefElement;
|
|
4
|
-
}
|
|
5
|
-
export interface TriggerComponent {
|
|
6
|
-
triggerRef: HTMLElement | null;
|
|
7
|
-
}
|
|
8
|
-
export interface PopoverRefElement {
|
|
9
|
-
popoverRoot: HTMLElement | null;
|
|
10
|
-
}
|
|
11
|
-
export declare const useMenuPosition: ({ alignment, useTeleport, popoverCssProperties, }?: {
|
|
12
|
-
alignment?: "top" | "right" | "top right";
|
|
13
|
-
useTeleport?: boolean;
|
|
14
|
-
popoverCssProperties?: CSSProperties;
|
|
15
|
-
}) => {
|
|
16
|
-
triggerRef: Ref<HTMLElement | null, HTMLElement | null>;
|
|
17
|
-
popoverRef: Ref<{
|
|
18
|
-
popoverRoot: HTMLElement | null;
|
|
19
|
-
} | null, PopoverRefElement | {
|
|
20
|
-
popoverRoot: HTMLElement | null;
|
|
21
|
-
} | null>;
|
|
22
|
-
triggerRect: Ref<{
|
|
23
|
-
height: number;
|
|
24
|
-
width: number;
|
|
25
|
-
x: number;
|
|
26
|
-
y: number;
|
|
27
|
-
readonly bottom: number;
|
|
28
|
-
readonly left: number;
|
|
29
|
-
readonly right: number;
|
|
30
|
-
readonly top: number;
|
|
31
|
-
toJSON: () => any;
|
|
32
|
-
} | null, DOMRect | {
|
|
33
|
-
height: number;
|
|
34
|
-
width: number;
|
|
35
|
-
x: number;
|
|
36
|
-
y: number;
|
|
37
|
-
readonly bottom: number;
|
|
38
|
-
readonly left: number;
|
|
39
|
-
readonly right: number;
|
|
40
|
-
readonly top: number;
|
|
41
|
-
toJSON: () => any;
|
|
42
|
-
} | null>;
|
|
43
|
-
popoverRect: Ref<{
|
|
44
|
-
height: number;
|
|
45
|
-
width: number;
|
|
46
|
-
x: number;
|
|
47
|
-
y: number;
|
|
48
|
-
readonly bottom: number;
|
|
49
|
-
readonly left: number;
|
|
50
|
-
readonly right: number;
|
|
51
|
-
readonly top: number;
|
|
52
|
-
toJSON: () => any;
|
|
53
|
-
} | null, DOMRect | {
|
|
54
|
-
height: number;
|
|
55
|
-
width: number;
|
|
56
|
-
x: number;
|
|
57
|
-
y: number;
|
|
58
|
-
readonly bottom: number;
|
|
59
|
-
readonly left: number;
|
|
60
|
-
readonly right: number;
|
|
61
|
-
readonly top: number;
|
|
62
|
-
toJSON: () => any;
|
|
63
|
-
} | null>;
|
|
64
|
-
popoverPositionStyle: ComputedRef<CSSProperties | undefined>;
|
|
65
|
-
updateRects: () => void;
|
|
66
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "@testing-library/jest-dom/vitest";
|