@turquoisehealth/pit-viper 2.238.1-dev.0 → 2.239.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-a11y.css +1 -1
- package/_site/assets/css/pit-viper-consumer.css +1 -1
- package/_site/assets/css/pit-viper-v2-scoped.css +1 -1
- package/_site/assets/css/pit-viper-v2.css +1 -1
- package/_site/assets/css/pit-viper.css +1 -1
- package/package.json +1 -1
- package/pv-components/dist/stats/vue/base/stats.html +1 -1
- package/pv-components/dist/stats/vue/visualizations/stats.html +1 -1
- package/pv-components/dist/stats/web/pv-dropdown-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-filter-modal-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-menu-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-multi-select-button-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-popover-menu-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-popover-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-query-builder-input-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-select-button-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-tabs-stats.html +1 -1
- package/pv-components/dist/vue/ai/components/base/PvDropdown/PvDropdown.vue.d.ts +1 -9
- package/pv-components/dist/vue/ai/components/base/PvPopover/PvPopover.vue.d.ts +0 -8
- package/pv-components/dist/vue/ai/components/base/PvQueryBuilderInput/PvQueryBuilderInput.vue.d.ts +1 -21
- package/pv-components/dist/vue/ai/components/base/PvQueryBuilderInput/QueryBuilderMenuOptionRenderer.vue.d.ts +6 -0
- package/pv-components/dist/vue/ai/components/base/PvQueryBuilderInput/useQueryBuilder.d.ts +1 -1
- package/pv-components/dist/vue/ai/components/base/PvTabs/PvTabs.vue.d.ts +2 -0
- package/pv-components/dist/vue/ai/components/base/PvTabs/types.d.ts +5 -0
- package/pv-components/dist/vue/base/components/base/PvDropdown/PvDropdown.vue.d.ts +1 -9
- package/pv-components/dist/vue/base/components/base/PvPopover/PvPopover.vue.d.ts +0 -8
- package/pv-components/dist/vue/base/components/base/PvQueryBuilderInput/PvQueryBuilderInput.vue.d.ts +1 -21
- package/pv-components/dist/vue/base/components/base/PvQueryBuilderInput/QueryBuilderMenuOptionRenderer.vue.d.ts +6 -0
- package/pv-components/dist/vue/base/components/base/PvQueryBuilderInput/useQueryBuilder.d.ts +1 -1
- package/pv-components/dist/vue/base/components/base/PvTabs/PvTabs.vue.d.ts +2 -0
- package/pv-components/dist/vue/base/components/base/PvTabs/types.d.ts +5 -0
- package/pv-components/dist/vue/base/pv-components-base.mjs +1901 -1945
- package/pv-components/dist/vue/base/pv-components-base.mjs.map +1 -1
- package/pv-components/dist/vue/base/types.d.ts +0 -4
- package/pv-components/dist/vue/visualizations/components/base/PvDropdown/PvDropdown.vue.d.ts +1 -9
- package/pv-components/dist/vue/visualizations/components/base/PvPopover/PvPopover.vue.d.ts +0 -8
- package/pv-components/dist/vue/visualizations/components/base/PvQueryBuilderInput/PvQueryBuilderInput.vue.d.ts +1 -21
- package/pv-components/dist/vue/visualizations/components/base/PvQueryBuilderInput/QueryBuilderMenuOptionRenderer.vue.d.ts +6 -0
- package/pv-components/dist/vue/visualizations/components/base/PvQueryBuilderInput/useQueryBuilder.d.ts +1 -1
- package/pv-components/dist/vue/visualizations/components/base/PvTabs/PvTabs.vue.d.ts +2 -0
- package/pv-components/dist/vue/visualizations/components/base/PvTabs/types.d.ts +5 -0
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/PvDataTableWithChart.vue.d.ts +1 -0
- package/pv-components/dist/vue/visualizations/components/charts/PvDataTableWithChart/table-chart-components/PvTableOptionsPanel.vue.d.ts +1 -9
- package/pv-components/dist/vue/visualizations/components/tables/PvDataTable/table-components/FilterGroupMenu.vue.d.ts +1 -9
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +1632 -1685
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs.map +1 -1
- package/pv-components/dist/vue/visualizations/types.d.ts +0 -4
- package/pv-components/dist/web/components/pv-dropdown/pv-dropdown.js +933 -947
- package/pv-components/dist/web/components/pv-filter-modal/pv-filter-modal.js +841 -888
- package/pv-components/dist/web/components/pv-menu/pv-menu.js +1458 -1505
- package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +1710 -1757
- package/pv-components/dist/web/components/pv-popover/pv-popover.js +938 -952
- package/pv-components/dist/web/components/pv-popover-menu/pv-popover-menu.js +930 -944
- package/pv-components/dist/web/components/pv-query-builder-input/pv-query-builder-input.js +1641 -1702
- package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +1649 -1696
- package/pv-components/dist/web/components/pv-tabs/pv-tabs.js +22 -12
- package/pv-components/dist/web/pv-components.iife.js +36 -36
- package/pv-components/dist/web/pv-components.iife.js.map +1 -1
|
@@ -30,10 +30,6 @@ export interface MenuOption<T = unknown> {
|
|
|
30
30
|
subText?: string;
|
|
31
31
|
/** Value of the secondary text which appears on the menu item. Number shows up as a counter badge, string shows up as plain text */
|
|
32
32
|
secondaryText?: number | string;
|
|
33
|
-
/** When true, a spinner takes the place of the secondary text. Takes precedence over secondaryIcon and secondaryText. */
|
|
34
|
-
secondaryLoading?: boolean;
|
|
35
|
-
/** Icon rendered in place of the secondary text. Takes precedence over secondaryText. */
|
|
36
|
-
secondaryIcon?: string;
|
|
37
33
|
subduedText?: string;
|
|
38
34
|
icon?: string;
|
|
39
35
|
hoverTitle?: string;
|
package/pv-components/dist/vue/visualizations/components/base/PvDropdown/PvDropdown.vue.d.ts
CHANGED
|
@@ -49,8 +49,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<PvDropdownProps
|
|
|
49
49
|
readonly cssCustomListProperties?: CSSProperties | undefined;
|
|
50
50
|
readonly cssCustomProperties?: CSSProperties | undefined;
|
|
51
51
|
readonly isList?: boolean | undefined;
|
|
52
|
-
readonly listId?: string | undefined;
|
|
53
|
-
readonly listRole?: string | undefined;
|
|
54
52
|
readonly isSortable?: boolean | undefined;
|
|
55
53
|
readonly "onList-order-updated"?: ((value: string[]) => any) | undefined;
|
|
56
54
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
@@ -79,8 +77,6 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<PvDropdownProps
|
|
|
79
77
|
cssCustomProperties: CSSProperties;
|
|
80
78
|
alignment: "top" | "right" | "top right";
|
|
81
79
|
isList: boolean;
|
|
82
|
-
listId: string;
|
|
83
|
-
listRole: string;
|
|
84
80
|
isSortable: boolean;
|
|
85
81
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
86
82
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -106,19 +102,15 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<PvDropdownProps
|
|
|
106
102
|
cssCustomProperties: CSSProperties;
|
|
107
103
|
alignment: "top" | "right" | "top right";
|
|
108
104
|
isList: boolean;
|
|
109
|
-
listId: string;
|
|
110
|
-
listRole: string;
|
|
111
105
|
isSortable: boolean;
|
|
112
106
|
}> & Omit<Readonly< PvPopoverProps> & Readonly<{
|
|
113
107
|
"onList-order-updated"?: ((value: string[]) => any) | undefined;
|
|
114
|
-
}>, "popoverRoot" | ("cssCustomProperties" | "alignment" | "isList" | "
|
|
108
|
+
}>, "popoverRoot" | ("cssCustomProperties" | "alignment" | "isList" | "isSortable")> & {
|
|
115
109
|
popoverRoot: HTMLElement | null;
|
|
116
110
|
} & {} & ComponentCustomProperties & {} & {
|
|
117
111
|
$slots: {
|
|
118
|
-
header?(_: {}): any;
|
|
119
112
|
default?(_: {}): any;
|
|
120
113
|
default?(_: {}): any;
|
|
121
|
-
footer?(_: {}): any;
|
|
122
114
|
};
|
|
123
115
|
}) | null;
|
|
124
116
|
}, HTMLDivElement>, {
|
|
@@ -8,10 +8,6 @@ export interface PvPopoverProps {
|
|
|
8
8
|
cssCustomProperties?: CSSProperties;
|
|
9
9
|
/** When true, renders the content inside a `<ul>` list element. */
|
|
10
10
|
isList?: boolean;
|
|
11
|
-
/** id applied to the inner list element, so a trigger can reference it via aria-controls. */
|
|
12
|
-
listId?: string;
|
|
13
|
-
/** ARIA role for the inner list element. Defaults to `list`. */
|
|
14
|
-
listRole?: string;
|
|
15
11
|
/** When true and isList is true, enables drag-and-drop reordering of list items. */
|
|
16
12
|
isSortable?: boolean;
|
|
17
13
|
}
|
|
@@ -25,17 +21,13 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<PvPopoverProps,
|
|
|
25
21
|
cssCustomProperties: CSSProperties;
|
|
26
22
|
alignment: "top" | "right" | "top right";
|
|
27
23
|
isList: boolean;
|
|
28
|
-
listId: string;
|
|
29
|
-
listRole: string;
|
|
30
24
|
isSortable: boolean;
|
|
31
25
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
32
26
|
popoverRoot: HTMLDivElement;
|
|
33
27
|
popoverList: HTMLUListElement;
|
|
34
28
|
}, HTMLDivElement>, {
|
|
35
|
-
header?(_: {}): any;
|
|
36
29
|
default?(_: {}): any;
|
|
37
30
|
default?(_: {}): any;
|
|
38
|
-
footer?(_: {}): any;
|
|
39
31
|
}>;
|
|
40
32
|
export default _default;
|
|
41
33
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -51,21 +51,7 @@ type __VLS_PublicProps = {
|
|
|
51
51
|
"query": QueryBuilderOutput | null;
|
|
52
52
|
"options"?: QueryBuilderSuggestionMenuOption[];
|
|
53
53
|
} & __VLS_Props;
|
|
54
|
-
declare
|
|
55
|
-
attrs: Partial<{}>;
|
|
56
|
-
slots: {
|
|
57
|
-
header?(_: {}): any;
|
|
58
|
-
footer?(_: {}): any;
|
|
59
|
-
empty?(_: {}): any;
|
|
60
|
-
};
|
|
61
|
-
refs: {
|
|
62
|
-
'query-builder-input': HTMLDivElement;
|
|
63
|
-
'search-input': HTMLInputElement;
|
|
64
|
-
};
|
|
65
|
-
rootEl: HTMLDivElement;
|
|
66
|
-
};
|
|
67
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
68
|
-
declare const __VLS_component: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
54
|
+
declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
69
55
|
"update:options": (value: QueryBuilderSuggestionMenuOption[]) => any;
|
|
70
56
|
"update:searchText": (value: string) => any;
|
|
71
57
|
"update:query": (value: QueryBuilderOutput | null) => any;
|
|
@@ -88,10 +74,4 @@ declare const __VLS_component: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}
|
|
|
88
74
|
'query-builder-input': HTMLDivElement;
|
|
89
75
|
'search-input': HTMLInputElement;
|
|
90
76
|
}, HTMLDivElement>;
|
|
91
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
92
77
|
export default _default;
|
|
93
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
94
|
-
new (): {
|
|
95
|
-
$slots: S;
|
|
96
|
-
};
|
|
97
|
-
};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { QueryTerm } from './useQueryBuilder';
|
|
2
|
+
import { MenuOption } from '../../../types';
|
|
3
|
+
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
4
|
+
type __VLS_Props = MenuOption<QueryTerm>;
|
|
5
|
+
declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
6
|
+
export default _default;
|
|
@@ -10,7 +10,7 @@ export interface QueryTerm {
|
|
|
10
10
|
exactMatch?: boolean;
|
|
11
11
|
queryText?: string;
|
|
12
12
|
}
|
|
13
|
-
export interface QueryBuilderSuggestionMenuOption extends MenuOption
|
|
13
|
+
export interface QueryBuilderSuggestionMenuOption extends MenuOption {
|
|
14
14
|
queryTerm?: QueryTerm;
|
|
15
15
|
}
|
|
16
16
|
/**
|
|
@@ -12,8 +12,10 @@ type __VLS_PublicProps = {
|
|
|
12
12
|
} & __VLS_Props;
|
|
13
13
|
declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
14
14
|
"update:modelValue": (value: string) => any;
|
|
15
|
+
"add-button-click": (value: string) => any;
|
|
15
16
|
}, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
16
17
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
18
|
+
"onAdd-button-click"?: ((value: string) => any) | undefined;
|
|
17
19
|
}>, {
|
|
18
20
|
size: TabSize;
|
|
19
21
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLUListElement>;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { PvSize } from '../baseProps';
|
|
2
2
|
export type TabSize = Extract<PvSize, "lg" | "xl">;
|
|
3
|
+
export type TabType = "addButton";
|
|
3
4
|
export interface Tab {
|
|
4
5
|
/** Optional counter badge value displayed on the tab */
|
|
5
6
|
counter?: number;
|
|
@@ -7,4 +8,8 @@ export interface Tab {
|
|
|
7
8
|
label: string;
|
|
8
9
|
/** Optional icon name displayed before the tab label */
|
|
9
10
|
icon?: string;
|
|
11
|
+
/** Optional stable identifier used for selection; falls back to label */
|
|
12
|
+
value?: string;
|
|
13
|
+
/** Optional type; performs some associated action (e.g. "addButton") instead of updating the model */
|
|
14
|
+
type?: TabType;
|
|
10
15
|
}
|
|
@@ -23,8 +23,6 @@ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOp
|
|
|
23
23
|
readonly cssCustomListProperties?: CSSProperties | undefined;
|
|
24
24
|
readonly cssCustomProperties?: CSSProperties | undefined;
|
|
25
25
|
readonly isList?: boolean | undefined;
|
|
26
|
-
readonly listId?: string | undefined;
|
|
27
|
-
readonly listRole?: string | undefined;
|
|
28
26
|
readonly isSortable?: boolean | undefined;
|
|
29
27
|
readonly "onList-order-updated"?: ((value: string[]) => any) | undefined;
|
|
30
28
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
@@ -53,8 +51,6 @@ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOp
|
|
|
53
51
|
cssCustomProperties: CSSProperties;
|
|
54
52
|
alignment: "top" | "right" | "top right";
|
|
55
53
|
isList: boolean;
|
|
56
|
-
listId: string;
|
|
57
|
-
listRole: string;
|
|
58
54
|
isSortable: boolean;
|
|
59
55
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
60
56
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -80,19 +76,15 @@ declare const _default: DefineComponent<__VLS_Props, {}, {}, {}, {}, ComponentOp
|
|
|
80
76
|
cssCustomProperties: CSSProperties;
|
|
81
77
|
alignment: "top" | "right" | "top right";
|
|
82
78
|
isList: boolean;
|
|
83
|
-
listId: string;
|
|
84
|
-
listRole: string;
|
|
85
79
|
isSortable: boolean;
|
|
86
80
|
}> & Omit<Readonly< PvPopoverProps> & Readonly<{
|
|
87
81
|
"onList-order-updated"?: ((value: string[]) => any) | undefined;
|
|
88
|
-
}>, "popoverRoot" | ("cssCustomProperties" | "alignment" | "isList" | "
|
|
82
|
+
}>, "popoverRoot" | ("cssCustomProperties" | "alignment" | "isList" | "isSortable")> & {
|
|
89
83
|
popoverRoot: HTMLElement | null;
|
|
90
84
|
} & {} & ComponentCustomProperties & {} & {
|
|
91
85
|
$slots: {
|
|
92
|
-
header?(_: {}): any;
|
|
93
86
|
default?(_: {}): any;
|
|
94
87
|
default?(_: {}): any;
|
|
95
|
-
footer?(_: {}): any;
|
|
96
88
|
};
|
|
97
89
|
}) | null;
|
|
98
90
|
}, any>;
|
|
@@ -18,8 +18,6 @@ declare const _default: DefineComponent<FilterGroupMenuProps, {
|
|
|
18
18
|
readonly cssCustomListProperties?: CSSProperties | undefined;
|
|
19
19
|
readonly cssCustomProperties?: CSSProperties | undefined;
|
|
20
20
|
readonly isList?: boolean | undefined;
|
|
21
|
-
readonly listId?: string | undefined;
|
|
22
|
-
readonly listRole?: string | undefined;
|
|
23
21
|
readonly isSortable?: boolean | undefined;
|
|
24
22
|
readonly "onList-order-updated"?: ((value: string[]) => any) | undefined;
|
|
25
23
|
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
@@ -48,8 +46,6 @@ declare const _default: DefineComponent<FilterGroupMenuProps, {
|
|
|
48
46
|
cssCustomProperties: CSSProperties;
|
|
49
47
|
alignment: "top" | "right" | "top right";
|
|
50
48
|
isList: boolean;
|
|
51
|
-
listId: string;
|
|
52
|
-
listRole: string;
|
|
53
49
|
isSortable: boolean;
|
|
54
50
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
55
51
|
beforeCreate?: (() => void) | (() => void)[];
|
|
@@ -75,19 +71,15 @@ declare const _default: DefineComponent<FilterGroupMenuProps, {
|
|
|
75
71
|
cssCustomProperties: CSSProperties;
|
|
76
72
|
alignment: "top" | "right" | "top right";
|
|
77
73
|
isList: boolean;
|
|
78
|
-
listId: string;
|
|
79
|
-
listRole: string;
|
|
80
74
|
isSortable: boolean;
|
|
81
75
|
}> & Omit<Readonly< PvPopoverProps> & Readonly<{
|
|
82
76
|
"onList-order-updated"?: ((value: string[]) => any) | undefined;
|
|
83
|
-
}>, "popoverRoot" | ("cssCustomProperties" | "alignment" | "isList" | "
|
|
77
|
+
}>, "popoverRoot" | ("cssCustomProperties" | "alignment" | "isList" | "isSortable")> & {
|
|
84
78
|
popoverRoot: HTMLElement | null;
|
|
85
79
|
} & {} & ComponentCustomProperties & {} & {
|
|
86
80
|
$slots: {
|
|
87
|
-
header?(_: {}): any;
|
|
88
81
|
default?(_: {}): any;
|
|
89
82
|
default?(_: {}): any;
|
|
90
|
-
footer?(_: {}): any;
|
|
91
83
|
};
|
|
92
84
|
}) | null;
|
|
93
85
|
}, HTMLDivElement>;
|