@turquoisehealth/pit-viper 2.51.0 → 2.53.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.
Files changed (83) hide show
  1. package/_site/assets/css/pit-viper-v2-scoped.css +11 -1
  2. package/_site/assets/css/pit-viper-v2.css +12 -1
  3. package/_site/assets/css/pit-viper.css +10 -1
  4. package/package.json +1 -1
  5. package/pv-components/dist/vue/base/pv-components-base.d.ts +158 -43
  6. package/pv-components/dist/vue/base/pv-components-base.js +68 -18
  7. package/pv-components/dist/vue/base/pv-components-base.mjs +2659 -2305
  8. package/pv-components/dist/vue/base/pv-components-base.umd.js +1502 -0
  9. package/pv-components/dist/vue/charts/pv-components-charts.js +49 -49
  10. package/pv-components/dist/vue/charts/pv-components-charts.mjs +15608 -15568
  11. package/pv-components/dist/vue/charts/pv-components-charts.umd.js +253 -0
  12. package/pv-components/dist/vue/tables/pv-components-tables.js +36 -36
  13. package/pv-components/dist/vue/tables/pv-components-tables.mjs +5706 -5665
  14. package/pv-components/dist/vue/tables/pv-components-tables.umd.js +222 -0
  15. package/pv-components/dist/web/pv-components.iife.js +96 -27
  16. package/pv-components/dist/stats-vue_base.html +0 -4949
  17. package/pv-components/dist/stats-vue_charts.html +0 -4949
  18. package/pv-components/dist/stats-vue_tables.html +0 -4949
  19. package/pv-components/dist/stats-web.html +0 -4949
  20. package/pv-components/dist/types/base/PvAccordion/PvAccordion.vue.d.ts +0 -22
  21. package/pv-components/dist/types/base/PvAccordion/types.d.ts +0 -5
  22. package/pv-components/dist/types/base/PvBanner/PvBanner.vue.d.ts +0 -22
  23. package/pv-components/dist/types/base/PvBanner/types.d.ts +0 -11
  24. package/pv-components/dist/types/base/PvBreadcrumbs/PvBreadcrumbs.vue.d.ts +0 -6
  25. package/pv-components/dist/types/base/PvBreadcrumbs/types.d.ts +0 -4
  26. package/pv-components/dist/types/base/PvButton/PvButton.vue.d.ts +0 -24
  27. package/pv-components/dist/types/base/PvButton/types.d.ts +0 -3
  28. package/pv-components/dist/types/base/PvCard/PvCard.example.vue.d.ts +0 -2
  29. package/pv-components/dist/types/base/PvCard/PvCard.vue.d.ts +0 -15
  30. package/pv-components/dist/types/base/PvCompanyLogo/PvCompanyLogo.example.vue.d.ts +0 -2
  31. package/pv-components/dist/types/base/PvCompanyLogo/PvCompanyLogo.vue.d.ts +0 -15
  32. package/pv-components/dist/types/base/PvCompanyTag/PvCompanyTag.example.vue.d.ts +0 -2
  33. package/pv-components/dist/types/base/PvCompanyTag/PvCompanyTag.vue.d.ts +0 -26
  34. package/pv-components/dist/types/base/PvCounterBadge/PvCounterBadge.vue.d.ts +0 -15
  35. package/pv-components/dist/types/base/PvCounterBadge/types.d.ts +0 -3
  36. package/pv-components/dist/types/base/PvDatePicker/PvDatePicker.example.vue.d.ts +0 -2
  37. package/pv-components/dist/types/base/PvDatePicker/PvDatePicker.vue.d.ts +0 -114
  38. package/pv-components/dist/types/base/PvDateTime/PvDateTime.example.vue.d.ts +0 -2
  39. package/pv-components/dist/types/base/PvDateTime/PvDateTime.vue.d.ts +0 -13
  40. package/pv-components/dist/types/base/PvDateTime/useDateTime.d.ts +0 -9
  41. package/pv-components/dist/types/base/PvDrawer/PvDrawer.example.vue.d.ts +0 -2
  42. package/pv-components/dist/types/base/PvDrawer/PvDrawer.vue.d.ts +0 -31
  43. package/pv-components/dist/types/base/PvDropdown/PvDropdown.example.vue.d.ts +0 -2
  44. package/pv-components/dist/types/base/PvDropdown/PvDropdown.vue.d.ts +0 -42
  45. package/pv-components/dist/types/base/PvDropdown/useDropdownMenuPosition.d.ts +0 -59
  46. package/pv-components/dist/types/base/PvIcon/PvIcon.example.vue.d.ts +0 -2
  47. package/pv-components/dist/types/base/PvIcon/PvIcon.vue.d.ts +0 -10
  48. package/pv-components/dist/types/base/PvModal/PvModal.vue.d.ts +0 -26
  49. package/pv-components/dist/types/base/PvMultiSelect/PvMultiSelect.example.vue.d.ts +0 -2
  50. package/pv-components/dist/types/base/PvMultiSelect/PvMultiSelect.vue.d.ts +0 -12
  51. package/pv-components/dist/types/base/PvMultiSelectButton/PvMultiSelectButton.vue.d.ts +0 -54
  52. package/pv-components/dist/types/base/PvMultiSelectButton/PvMultiSelectButtonTrigger.vue.d.ts +0 -28
  53. package/pv-components/dist/types/base/PvMultiSelectButton/PvSelectMenu.vue.d.ts +0 -30
  54. package/pv-components/dist/types/base/PvMultiSelectButton/PvSelectMenuControlPanel.vue.d.ts +0 -8
  55. package/pv-components/dist/types/base/PvMultiSelectButton/items/PvMenuCheckboxItem.vue.d.ts +0 -11
  56. package/pv-components/dist/types/base/PvMultiSelectButton/items/PvMenuItem.vue.d.ts +0 -12
  57. package/pv-components/dist/types/base/PvMultiSelectButton/items/PvMenuRadioItem.vue.d.ts +0 -11
  58. package/pv-components/dist/types/base/PvMultiSelectButton/mocks.d.ts +0 -13
  59. package/pv-components/dist/types/base/PvMultiSelectButton/types.d.ts +0 -17
  60. package/pv-components/dist/types/base/PvPill/PvPill.vue.d.ts +0 -30
  61. package/pv-components/dist/types/base/PvPill/types.d.ts +0 -3
  62. package/pv-components/dist/types/base/PvPopover/PvPopover.vue.d.ts +0 -29
  63. package/pv-components/dist/types/base/PvReleaseBadge/PvReleaseBadge.example.vue.d.ts +0 -2
  64. package/pv-components/dist/types/base/PvReleaseBadge/PvReleaseBadge.vue.d.ts +0 -5
  65. package/pv-components/dist/types/base/PvSearchInput/PvSearchInput.vue.d.ts +0 -18
  66. package/pv-components/dist/types/base/PvSegmentedControl/PvSegmentedControl.example.vue.d.ts +0 -2
  67. package/pv-components/dist/types/base/PvSegmentedControl/PvSegmentedControl.vue.d.ts +0 -19
  68. package/pv-components/dist/types/base/PvSelect/PvSelect.example.vue.d.ts +0 -2
  69. package/pv-components/dist/types/base/PvSelect/PvSelect.vue.d.ts +0 -22
  70. package/pv-components/dist/types/base/PvSuggestionTag/PvSuggestionTag.example.vue.d.ts +0 -2
  71. package/pv-components/dist/types/base/PvSuggestionTag/PvSuggestionTag.vue.d.ts +0 -28
  72. package/pv-components/dist/types/base/PvTabList/PvTabList.vue.d.ts +0 -11
  73. package/pv-components/dist/types/base/PvTabs/PvTabs.example.vue.d.ts +0 -2
  74. package/pv-components/dist/types/base/PvTabs/PvTabs.vue.d.ts +0 -17
  75. package/pv-components/dist/types/base/PvTabs/types.d.ts +0 -7
  76. package/pv-components/dist/types/base/PvTag/PvTag.example.vue.d.ts +0 -2
  77. package/pv-components/dist/types/base/PvTag/PvTag.vue.d.ts +0 -40
  78. package/pv-components/dist/types/base/PvTag/types.d.ts +0 -3
  79. package/pv-components/dist/types/base/PvToggle/PvToggle.vue.d.ts +0 -35
  80. package/pv-components/dist/types/base/PvTooltip/PvTooltip.vue.d.ts +0 -24
  81. package/pv-components/dist/types/base/PvTooltip/types.d.ts +0 -2
  82. package/pv-components/dist/types/base/baseProps.d.ts +0 -7
  83. package/pv-components/dist/types/base/index.d.ts +0 -29

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.