@turquoisehealth/pit-viper 2.130.1-dev.0 → 2.130.1
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 +5945 -0
- package/package.json +2 -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-multi-select-button-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-select-button-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-toggle-group-stats.html +1 -1
- package/pv-components/dist/stats/web/pv-tooltip-v2-stats.html +1 -1
- package/pv-components/dist/vue/base/components/base/PvMenu/items/PvMenuItem.vue.d.ts +2 -2
- package/pv-components/dist/vue/base/components/base/PvMenu/items/PvMenuItemVariant.vue.d.ts +2 -2
- package/pv-components/dist/vue/base/pv-components-base.mjs +3 -3
- package/pv-components/dist/vue/base/types.d.ts +2 -2
- package/pv-components/dist/vue/visualizations/components/visualizations/index.d.ts +1 -1
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +2936 -2929
- package/pv-components/dist/vue/visualizations/types.d.ts +2 -2
- package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +2 -2
- package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +2 -2
- package/pv-components/dist/web/pv-components.iife.js +1 -1
|
@@ -7,9 +7,9 @@ interface PvMenuItemProps extends MenuOption {
|
|
|
7
7
|
highlightSearchText?: boolean;
|
|
8
8
|
}
|
|
9
9
|
declare const _default: DefineComponent<PvMenuItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
10
|
-
"handle-selected": (payload: MenuOptionSelectedEvent) => any;
|
|
10
|
+
"handle-selected": (payload: MenuOptionSelectedEvent<unknown>) => any;
|
|
11
11
|
}, string, PublicProps, Readonly<PvMenuItemProps> & Readonly<{
|
|
12
|
-
"onHandle-selected"?: ((payload: MenuOptionSelectedEvent) => any) | undefined;
|
|
12
|
+
"onHandle-selected"?: ((payload: MenuOptionSelectedEvent<unknown>) => any) | undefined;
|
|
13
13
|
}>, {
|
|
14
14
|
level: number;
|
|
15
15
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
@@ -7,8 +7,8 @@ export interface PvMenuItemVariantProps extends MenuOption {
|
|
|
7
7
|
menuOptionConfig?: MenuOptionConfig;
|
|
8
8
|
}
|
|
9
9
|
declare const _default: DefineComponent<PvMenuItemVariantProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
10
|
-
"handle-selected": (payload: MenuOptionSelectedEvent) => any;
|
|
10
|
+
"handle-selected": (payload: MenuOptionSelectedEvent<unknown>) => any;
|
|
11
11
|
}, string, PublicProps, Readonly<PvMenuItemVariantProps> & Readonly<{
|
|
12
|
-
"onHandle-selected"?: ((payload: MenuOptionSelectedEvent) => any) | undefined;
|
|
12
|
+
"onHandle-selected"?: ((payload: MenuOptionSelectedEvent<unknown>) => any) | undefined;
|
|
13
13
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
14
14
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
(function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode('.pv-badge-md[data-v-fc3c1104]{--inset-size: 2px 2px;min-height:20px;max-height:20px;min-width:20px;font-weight:500}.pv-badge-sm[data-v-fc3c1104]{--inset-size: 0 2px;min-height:16px;max-height:16px;min-width:16px;font-weight:500}.pv-surface-lighten-5[data-v-fc3c1104]{background-color:#e0e5e4}.pv-text-secondary[data-v-fc3c1104]{color:#4b595c}[class*=pv-status]{&[data-v-4ee8f936]:before,&[data-v-4ee8f936]:after{margin-inline-end:0px}}.pv-popover-list[data-v-cda1af8c]{font-size:14px}.pv-icon-button[data-v-79a7def3]{background-color:transparent;border:none}.pv-icon-button[data-v-79a7def3]:hover{cursor:pointer;color:#176f6f}.pv-select[data-v-79a7def3]{padding-top:4px;padding-bottom:4px}.pv-tab-list[data-v-498bf523]{border:none}.pv-tab-list :where(li)[data-active][data-v-498bf523]:after{content:"";display:block;height:2px;width:100%;position:absolute;bottom:0;left:0;right:0;background-color:#176f6f}summary[data-v-d8e1ce50]{background-image:none;padding-right:2px}.pv-text-secondary[data-v-28489f76]{color:#4b595c}.pv-menu-action-button[data-v-a5579c11]{opacity:0;transition:opacity .2s ease}.pv-label:hover .pv-menu-action-button[data-v-a5579c11]{opacity:1}.pv-menu-item-disabled[data-v-
|
|
1
|
+
(function(){"use strict";try{if(typeof document<"u"){var e=document.createElement("style");e.appendChild(document.createTextNode('.pv-badge-md[data-v-fc3c1104]{--inset-size: 2px 2px;min-height:20px;max-height:20px;min-width:20px;font-weight:500}.pv-badge-sm[data-v-fc3c1104]{--inset-size: 0 2px;min-height:16px;max-height:16px;min-width:16px;font-weight:500}.pv-surface-lighten-5[data-v-fc3c1104]{background-color:#e0e5e4}.pv-text-secondary[data-v-fc3c1104]{color:#4b595c}[class*=pv-status]{&[data-v-4ee8f936]:before,&[data-v-4ee8f936]:after{margin-inline-end:0px}}.pv-popover-list[data-v-cda1af8c]{font-size:14px}.pv-icon-button[data-v-79a7def3]{background-color:transparent;border:none}.pv-icon-button[data-v-79a7def3]:hover{cursor:pointer;color:#176f6f}.pv-select[data-v-79a7def3]{padding-top:4px;padding-bottom:4px}.pv-tab-list[data-v-498bf523]{border:none}.pv-tab-list :where(li)[data-active][data-v-498bf523]:after{content:"";display:block;height:2px;width:100%;position:absolute;bottom:0;left:0;right:0;background-color:#176f6f}summary[data-v-d8e1ce50]{background-image:none;padding-right:2px}.pv-text-secondary[data-v-28489f76]{color:#4b595c}.pv-menu-action-button[data-v-a5579c11]{opacity:0;transition:opacity .2s ease}.pv-label:hover .pv-menu-action-button[data-v-a5579c11]{opacity:1}.pv-menu-item-disabled[data-v-96366136]{pointer-events:none;background:#ececec}.pv-menu-item[data-v-96366136]{cursor:pointer}.pv-menu-item-disabled[data-v-ba7e1233]{pointer-events:none;background:#ececec}.pv-menu-item[data-v-ba7e1233]{cursor:pointer}.dots-button[data-v-e63422b9]{background-color:transparent;color:#4b595c}.pv-insight-button[data-v-6e9399e6]{position:absolute;top:.5rem;right:.5rem}.expandable-content[data-v-2f840307]{border-radius:.5rem}.expandable-content .pv-line-clamp[data-v-2f840307]{transition:max-height .3s ease-in-out}.reorder-icon[data-v-1efb9068]{position:absolute;left:0;top:0;transform:translateY(25%);width:16px;height:16px;min-width:16px;min-height:16px}.tree-component-end-symbol[data-v-4164d6e6]{width:16px;height:16px;min-width:16px;position:relative}.tree-component-end-symbol[data-v-4164d6e6]:before,.tree-component-end-symbol[data-v-4164d6e6]:after{content:"";position:absolute;background:#d2d8dc}.tree-component-end-symbol[data-v-4164d6e6]:before{width:1px;height:8px;top:0;left:8px;transform:translate(-50%)}.tree-component-end-symbol[data-v-4164d6e6]:after{height:1px;width:8px;top:8px;left:8px}.tree-component-middle-symbol[data-v-4164d6e6]{width:16px;height:16px;min-width:16px;position:relative}.tree-component-middle-symbol[data-v-4164d6e6]:before,.tree-component-middle-symbol[data-v-4164d6e6]:after{content:"";position:absolute;background:#d2d8dc;left:50%}.tree-component-middle-symbol[data-v-4164d6e6]:before{width:1px;height:24px;transform:translate(-50%)}.tree-component-middle-symbol[data-v-4164d6e6]:after{height:1px;width:8px;top:50%;transform:translateY(-50%)}[data-v-166ec6e1] .pv-tree-item{border-radius:4px;padding:4px;cursor:pointer;background-color:transparent;border:none}[data-v-166ec6e1] .pv-tree-item-selected{background-color:var(--pv-color-selected, #e4f8f6)}[data-v-166ec6e1] .pv-tree-item-selected:hover,[data-v-166ec6e1] .pv-tree-item:hover{background-color:var(--pv-color-hover, #e8f2f4)}[data-v-166ec6e1] .pv-tree-item-selected:active,[data-v-166ec6e1] .pv-tree-item:active{background-color:var(--pv-color-active, #c7d8db)}')),document.head.appendChild(e)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})();
|
|
2
2
|
import { ref as J, getCurrentInstance as Yt, defineComponent as O, computed as P, createElementBlock as v, openBlock as f, normalizeClass as R, createElementVNode as S, normalizeStyle as ue, createBlock as B, Fragment as F, createCommentVNode as C, toDisplayString as M, createVNode as V, renderSlot as D, withCtx as H, normalizeProps as rt, guardReactiveProps as qr, withModifiers as Ae, isRef as Io, toValue as Zo, nextTick as Jt, useTemplateRef as dt, watch as ce, withDirectives as le, createTextVNode as ge, Teleport as _t, unref as z, shallowRef as Gr, getCurrentScope as wa, onScopeDispose as Ca, shallowReadonly as et, mergeModels as ne, useModel as ae, onMounted as Ze, vShow as We, renderList as de, vModelText as Lo, readonly as $a, useId as xa, mergeProps as w, resolveComponent as je, resolveDirective as Xr, resolveDynamicComponent as ie, Transition as Sa, withKeys as te, createSlots as Zr, inject as Qo, provide as Qr, vModelDynamic as Jr, vModelCheckbox as _r, reactive as Ba } from "vue";
|
|
3
3
|
import { defaultDocument as Ta, tryOnMounted as Pa, tryOnScopeDispose as Da, unrefElement as Ma, useElementHover as Jo, useElementBounding as Oa, useDebounceFn as _o, onKeyStroke as eo, onClickOutside as Ia, useToggle as en } from "@vueuse/core";
|
|
4
4
|
import La from "sortablejs";
|
|
@@ -10193,7 +10193,7 @@ const Qn = /* @__PURE__ */ pe(Vu, [["render", zu]]), Au = ["data-style"], Eu = [
|
|
|
10193
10193
|
}, null, 8, ["action", "option"])) : C("", !0)
|
|
10194
10194
|
], 10, Gu));
|
|
10195
10195
|
}
|
|
10196
|
-
}), Qu = /* @__PURE__ */ pe(Zu, [["__scopeId", "data-v-
|
|
10196
|
+
}), Qu = /* @__PURE__ */ pe(Zu, [["__scopeId", "data-v-96366136"]]), Ju = ["data-active"], _u = 4, ef = /* @__PURE__ */ O({
|
|
10197
10197
|
inheritAttrs: !1,
|
|
10198
10198
|
__name: "PvMenuItem",
|
|
10199
10199
|
props: {
|
|
@@ -10250,7 +10250,7 @@ const Qn = /* @__PURE__ */ pe(Vu, [["render", zu]]), Au = ["data-style"], Eu = [
|
|
|
10250
10250
|
], 64);
|
|
10251
10251
|
};
|
|
10252
10252
|
}
|
|
10253
|
-
}), Oo = /* @__PURE__ */ pe(ef, [["__scopeId", "data-v-
|
|
10253
|
+
}), Oo = /* @__PURE__ */ pe(ef, [["__scopeId", "data-v-ba7e1233"]]), tf = {
|
|
10254
10254
|
key: 0,
|
|
10255
10255
|
class: "pv-inset-square-8 pv-border-bottom"
|
|
10256
10256
|
}, of = { class: "pv-inset-square-8" }, rf = {
|
|
@@ -45,8 +45,8 @@ export interface MenuOptionConfig {
|
|
|
45
45
|
variant?: MenuOptionsVariant;
|
|
46
46
|
counterBadgeVariant?: PvCounterBadgeVariant;
|
|
47
47
|
}
|
|
48
|
-
export interface MenuOptionSelectedEvent {
|
|
49
|
-
option: MenuOption
|
|
48
|
+
export interface MenuOptionSelectedEvent<T> {
|
|
49
|
+
option: MenuOption<T>;
|
|
50
50
|
event: Event;
|
|
51
51
|
}
|
|
52
52
|
export declare enum MenuItemType {
|
|
@@ -2,4 +2,4 @@ export { default as PvChart } from '../charts/PvChart/PvChart.vue';
|
|
|
2
2
|
export { default as PvDataTableWithChart } from '../charts/PvDataTableWithChart/PvDataTableWithChart.vue';
|
|
3
3
|
export { default as PvMapChart } from '../charts/PvMapChart/PvMapChart.vue';
|
|
4
4
|
export { default as PvDataTable } from '../tables/PvDataTable/PvDataTable.vue';
|
|
5
|
-
export type { FocusUpdateEvent
|
|
5
|
+
export type { FocusUpdateEvent } from '../tables/PvDataTable/types';
|