@turquoisehealth/pit-viper 2.93.0 → 2.94.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.
- package/_site/assets/css/pit-viper-v2-scoped.css +19 -0
- package/_site/assets/css/pit-viper-v2.css +21 -0
- package/_site/assets/css/pit-viper.css +21 -0
- package/package.json +40 -13
- package/pv-components/dist/stats/vue/base/stats.html +4949 -0
- package/pv-components/dist/stats/vue/visualizations/stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-accordion-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-action-bar-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-avatar-group-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-avatar-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-banner-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-breadcrumbs-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-button-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-card-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-checkbox-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-company-label-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-company-logo-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-company-tag-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-counter-badge-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-date-picker-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-date-time-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-drawer-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-dropdown-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-expandable-content-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-ghost-input-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-icon-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-input-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-insight-card-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-modal-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-multi-select-button-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-pagination-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-pill-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-popover-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-rating-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-release-badge-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-search-input-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-segmented-control-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-select-button-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-selectable-card-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-side-panel-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-skeleton-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-spinner-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-sprite-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-suggestion-tag-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-switch-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-tab-list-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-tabs-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-tag-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-text-area-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-toast-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-toggle-button-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-tooltip-stats.html +4949 -0
- package/pv-components/dist/stats/web/pv-widget-stats.html +4949 -0
- package/pv-components/dist/vue/base/components/base/PvMenu/items/PvMenuCheckboxItem.vue.d.ts +5 -1
- package/pv-components/dist/vue/base/components/base/PvMenu/items/PvMenuItem.vue.d.ts +5 -1
- package/pv-components/dist/vue/base/components/base/PvMenu/items/PvMenuRadioItem.vue.d.ts +5 -1
- package/pv-components/dist/vue/base/components/base/PvSelectButton/PvSelectButton.vue.d.ts +5 -1
- package/pv-components/dist/vue/base/components/base/PvSelectButton/PvSelectButtonTrigger/PvSelectButtonTrigger.vue.d.ts +2 -0
- package/pv-components/dist/vue/base/pv-components-base.mjs +2920 -4957
- package/pv-components/dist/vue/base/types.d.ts +2 -1
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.mjs +3340 -5826
- package/pv-components/dist/vue/visualizations/types.d.ts +2 -1
- package/pv-components/dist/web/components/pv-accordion/pv-accordion.js +20 -0
- package/pv-components/dist/web/components/pv-action-bar/pv-action-bar.js +20 -0
- package/pv-components/dist/web/components/pv-avatar/pv-avatar.js +20 -0
- package/pv-components/dist/web/components/pv-avatar-group/pv-avatar-group.js +20 -0
- package/pv-components/dist/web/components/pv-banner/pv-banner.js +20 -0
- package/pv-components/dist/web/components/pv-breadcrumbs/pv-breadcrumbs.js +20 -0
- package/pv-components/dist/web/components/pv-button/pv-button.js +20 -0
- package/pv-components/dist/web/components/pv-card/pv-card.js +20 -0
- package/pv-components/dist/web/components/pv-checkbox/pv-checkbox.js +20 -0
- package/pv-components/dist/web/components/pv-company-label/pv-company-label.js +20 -0
- package/pv-components/dist/web/components/pv-company-logo/pv-company-logo.js +20 -0
- package/pv-components/dist/web/components/pv-company-tag/pv-company-tag.js +20 -0
- package/pv-components/dist/web/components/pv-counter-badge/pv-counter-badge.js +20 -0
- package/pv-components/dist/web/components/pv-date-picker/pv-date-picker.js +1509 -0
- package/pv-components/dist/web/components/pv-date-time/pv-date-time.js +20 -0
- package/pv-components/dist/web/components/pv-drawer/pv-drawer.js +20 -0
- package/pv-components/dist/web/components/pv-dropdown/pv-dropdown.js +25 -0
- package/pv-components/dist/web/components/pv-expandable-content/pv-expandable-content.js +20 -0
- package/pv-components/dist/web/components/pv-ghost-input/pv-ghost-input.js +20 -0
- package/pv-components/dist/web/components/pv-icon/pv-icon.js +20 -0
- package/pv-components/dist/web/components/pv-input/pv-input.js +20 -0
- package/pv-components/dist/web/components/pv-insight-card/pv-insight-card.js +20 -0
- package/pv-components/dist/web/components/pv-modal/pv-modal.js +20 -0
- package/pv-components/dist/web/components/pv-multi-select-button/pv-multi-select-button.js +25 -0
- package/pv-components/dist/web/components/pv-pagination/pv-pagination.js +20 -0
- package/pv-components/dist/web/components/pv-pill/pv-pill.js +20 -0
- package/pv-components/dist/web/components/pv-popover/pv-popover.js +25 -0
- package/pv-components/dist/web/components/pv-rating/pv-rating.js +20 -0
- package/pv-components/dist/web/components/pv-release-badge/pv-release-badge.js +20 -0
- package/pv-components/dist/web/components/pv-search-input/pv-search-input.js +20 -0
- package/pv-components/dist/web/components/pv-segmented-control/pv-segmented-control.js +20 -0
- package/pv-components/dist/web/components/pv-select-button/pv-select-button.js +25 -0
- package/pv-components/dist/web/components/pv-selectable-card/pv-selectable-card.js +20 -0
- package/pv-components/dist/web/components/pv-side-panel/pv-side-panel.js +20 -0
- package/pv-components/dist/web/components/pv-skeleton/pv-skeleton.js +214 -0
- package/pv-components/dist/web/components/pv-spinner/pv-spinner.js +20 -0
- package/pv-components/dist/web/components/pv-sprite/pv-sprite.js +20 -0
- package/pv-components/dist/web/components/pv-suggestion-tag/pv-suggestion-tag.js +20 -0
- package/pv-components/dist/web/components/pv-switch/pv-switch.js +20 -0
- package/pv-components/dist/web/components/pv-tab-list/pv-tab-list.js +20 -0
- package/pv-components/dist/web/components/pv-tabs/pv-tabs.js +20 -0
- package/pv-components/dist/web/components/pv-tag/pv-tag.js +20 -0
- package/pv-components/dist/web/components/pv-text-area/pv-text-area.js +20 -0
- package/pv-components/dist/web/components/pv-toast/pv-toast.js +20 -0
- package/pv-components/dist/web/components/pv-toggle-button/pv-toggle-button.js +20 -0
- package/pv-components/dist/web/components/pv-tooltip/pv-tooltip.js +20 -0
- package/pv-components/dist/web/components/pv-widget/pv-widget.js +20 -0
- package/pv-components/dist/web/pv-components.iife.js +26 -26
- package/pv-components/dist/vue/base/pv-components-base.js +0 -1546
- package/pv-components/dist/vue/base/pv-components-base.umd.js +0 -1546
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.js +0 -176
- package/pv-components/dist/vue/visualizations/pv-components-visualizations.umd.js +0 -176
package/pv-components/dist/vue/base/components/base/PvMenu/items/PvMenuCheckboxItem.vue.d.ts
CHANGED
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
import { Component, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
import { PvCounterBadgeVariant } from '../../PvCounterBadge/types';
|
|
2
3
|
export interface PvMenuCheckboxItem {
|
|
3
4
|
id: string;
|
|
4
5
|
text: string;
|
|
5
6
|
subText?: string;
|
|
6
|
-
|
|
7
|
+
/** Value of the secondary text which appears on the menu item. Number shows up as a counter badge, string shows up as plain text */
|
|
8
|
+
secondaryText?: number | string;
|
|
9
|
+
/** Variant of the counter badge which appears on the menu item */
|
|
10
|
+
counterBadgeVariant?: PvCounterBadgeVariant;
|
|
7
11
|
value?: boolean;
|
|
8
12
|
disabled?: boolean;
|
|
9
13
|
renderer?: Component;
|
|
@@ -1,9 +1,13 @@
|
|
|
1
1
|
import { Component, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
+
import { PvCounterBadgeVariant } from '../../PvCounterBadge/types';
|
|
2
3
|
export interface PvMenuItemProps {
|
|
3
4
|
id: string;
|
|
4
5
|
text: string;
|
|
5
6
|
subText?: string;
|
|
6
|
-
|
|
7
|
+
/** Value of the secondary text which appears on the menu item. Number shows up as a counter badge, string shows up as plain text */
|
|
8
|
+
secondaryText?: number | string;
|
|
9
|
+
/** Variant of the counter badge which appears on the menu item */
|
|
10
|
+
counterBadgeVariant?: PvCounterBadgeVariant;
|
|
7
11
|
icon?: string;
|
|
8
12
|
companyName?: string;
|
|
9
13
|
avatar?: {
|
|
@@ -1,8 +1,12 @@
|
|
|
1
|
+
import { PvCounterBadgeVariant } from '../../PvCounterBadge/types';
|
|
1
2
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
3
|
export interface PvMenuRadioItem {
|
|
3
4
|
text: string;
|
|
4
5
|
subText?: string;
|
|
5
|
-
|
|
6
|
+
/** Value of the secondary text which appears on the menu item. Number shows up as a counter badge, string shows up as plain text */
|
|
7
|
+
secondaryText?: number | string;
|
|
8
|
+
/** Variant of the counter badge which appears on the menu item */
|
|
9
|
+
counterBadgeVariant?: PvCounterBadgeVariant;
|
|
6
10
|
value?: boolean;
|
|
7
11
|
}
|
|
8
12
|
declare const _default: DefineComponent<PvMenuRadioItem, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { CSSProperties, nextTick, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions, CreateComponentPublicInstanceWithMixins, Ref, GlobalComponents, GlobalDirectives, ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, DebuggerEvent, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties } from 'vue';
|
|
2
2
|
import { PvSelectButtonSize, PvSelectButtonVariant } from './types';
|
|
3
3
|
import { MenuOption, MenuOptionsVariant } from '../../../types';
|
|
4
|
+
import { PvCounterBadgeVariant } from '../PvCounterBadge/types';
|
|
4
5
|
import { PvSelectButtonTrigger } from './PvSelectButtonTrigger/PvSelectButtonTrigger.vue';
|
|
5
6
|
import { PvSelectButtonSize, PvSelectButtonVariant } from '../PvMultiSelectButton/types';
|
|
6
7
|
import { PvPopoverProps } from '../PvPopover/PvPopover.vue';
|
|
@@ -21,9 +22,12 @@ export interface PvSelectButton {
|
|
|
21
22
|
showSearchInput?: boolean;
|
|
22
23
|
searchPlaceholder?: string;
|
|
23
24
|
optionsVariant?: Exclude<MenuOptionsVariant, "checkbox">;
|
|
24
|
-
options
|
|
25
|
+
options?: MenuOption[];
|
|
25
26
|
useTeleport?: boolean;
|
|
26
27
|
allowDeselect?: boolean;
|
|
28
|
+
counterPosition?: "left" | "right";
|
|
29
|
+
/** Variant of the counter badge which appears on the button and menu items */
|
|
30
|
+
counterBadgeVariant?: PvCounterBadgeVariant;
|
|
27
31
|
}
|
|
28
32
|
declare const _default: DefineComponent<{
|
|
29
33
|
modelValue?: MenuOption;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { PvSelectButtonSize, PvSelectButtonVariant } from '../../PvMultiSelectButton/types';
|
|
2
|
+
import { PvCounterBadgeVariant } from '../../PvCounterBadge/types';
|
|
2
3
|
import { DefineComponent, Ref, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
3
4
|
export interface PvSelectButtonTrigger {
|
|
4
5
|
variant?: PvSelectButtonVariant;
|
|
@@ -6,6 +7,7 @@ export interface PvSelectButtonTrigger {
|
|
|
6
7
|
disabled?: boolean;
|
|
7
8
|
counterPosition?: "left" | "right" | "none";
|
|
8
9
|
counterValue?: number;
|
|
10
|
+
counterBadgeVariant?: PvCounterBadgeVariant;
|
|
9
11
|
prefixLabel?: string;
|
|
10
12
|
label?: string;
|
|
11
13
|
icon?: string;
|