@turquoisehealth/pit-viper 2.189.0 → 2.189.1-dev.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.
@@ -1,5 +1,7 @@
1
1
  import { TableConfigOptions } from '../types';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, ComponentInternalInstance, CSSProperties, VNodeProps, AllowedComponentProps, ComponentCustomProps, Attrs, Slot, ComponentPublicInstance, ComponentOptionsBase, Ref, GlobalComponents, GlobalDirectives, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ComponentCustomProperties } from 'vue';
3
+ import { PvPopoverProps } from '../../../base/PvPopover/PvPopover.vue';
4
+ import { OnCleanup } from '@vue/reactivity';
3
5
  type __VLS_Props = {
4
6
  groupedModeEnabled: boolean;
5
7
  tableConfigOptions?: TableConfigOptions;
@@ -10,5 +12,76 @@ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOp
10
12
  }, string, PublicProps, Readonly<__VLS_Props> & Readonly<{
11
13
  "onToggle-group"?: ((enableGrouping: boolean) => any) | undefined;
12
14
  "onTable-overlay-change"?: ((selectedIds: string[]) => any) | undefined;
13
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
15
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
16
+ nestedMenuPopoverRef: ({
17
+ $: ComponentInternalInstance;
18
+ $data: {};
19
+ $props: {
20
+ readonly alignment?: "top" | "right" | "top right" | undefined | undefined;
21
+ readonly cssCustomProperties?: CSSProperties | undefined;
22
+ readonly cssCustomListProperties?: CSSProperties | undefined;
23
+ readonly isList?: boolean | undefined;
24
+ readonly isSortable?: boolean | undefined;
25
+ readonly "onList-order-updated"?: ((value: string[]) => any) | undefined;
26
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
27
+ $attrs: Attrs;
28
+ $refs: {
29
+ [x: string]: unknown;
30
+ } & {
31
+ popoverRoot: HTMLDivElement;
32
+ popoverList: HTMLUListElement;
33
+ };
34
+ $slots: Readonly<{
35
+ [name: string]: Slot<any> | undefined;
36
+ }>;
37
+ $root: ComponentPublicInstance | null;
38
+ $parent: ComponentPublicInstance | null;
39
+ $host: Element | null;
40
+ $emit: (event: "list-order-updated", value: string[]) => void;
41
+ $el: HTMLDivElement;
42
+ $options: ComponentOptionsBase<Readonly< PvPopoverProps> & Readonly<{
43
+ "onList-order-updated"?: ((value: string[]) => any) | undefined;
44
+ }>, {
45
+ popoverRoot: Ref<HTMLElement | null, HTMLElement | null>;
46
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
47
+ "list-order-updated": (value: string[]) => any;
48
+ }, string, {
49
+ alignment: "top" | "right" | "top right";
50
+ cssCustomProperties: CSSProperties;
51
+ isList: boolean;
52
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
53
+ beforeCreate?: (() => void) | (() => void)[];
54
+ created?: (() => void) | (() => void)[];
55
+ beforeMount?: (() => void) | (() => void)[];
56
+ mounted?: (() => void) | (() => void)[];
57
+ beforeUpdate?: (() => void) | (() => void)[];
58
+ updated?: (() => void) | (() => void)[];
59
+ activated?: (() => void) | (() => void)[];
60
+ deactivated?: (() => void) | (() => void)[];
61
+ beforeDestroy?: (() => void) | (() => void)[];
62
+ beforeUnmount?: (() => void) | (() => void)[];
63
+ destroyed?: (() => void) | (() => void)[];
64
+ unmounted?: (() => void) | (() => void)[];
65
+ renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
66
+ renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
67
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
68
+ };
69
+ $forceUpdate: () => void;
70
+ $nextTick: nextTick;
71
+ $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;
72
+ } & Readonly<{
73
+ alignment: "top" | "right" | "top right";
74
+ cssCustomProperties: CSSProperties;
75
+ isList: boolean;
76
+ }> & Omit<Readonly< PvPopoverProps> & Readonly<{
77
+ "onList-order-updated"?: ((value: string[]) => any) | undefined;
78
+ }>, "popoverRoot" | ("alignment" | "cssCustomProperties" | "isList")> & {
79
+ popoverRoot: HTMLElement | null;
80
+ } & {} & ComponentCustomProperties & {} & {
81
+ $slots: {
82
+ default?(_: {}): any;
83
+ default?(_: {}): any;
84
+ };
85
+ }) | null;
86
+ }, any>;
14
87
  export default _default;