@voicenter-team/voicenter-ui-plus 0.6.2 → 0.6.4

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 (130) hide show
  1. package/library/entry-0e1UgF-u.mjs +58689 -0
  2. package/library/entry-0e1UgF-u.mjs.map +1 -0
  3. package/library/style.css +1 -1
  4. package/library/super.mjs +133 -59091
  5. package/library/super.mjs.map +1 -1
  6. package/library/super.umd.js +62 -62
  7. package/library/super.umd.js.map +1 -1
  8. package/library/types/components/VcAutocomplete/VcAutocomplete.vue.d.ts +6 -6
  9. package/library/types/components/VcButton/VcButton.vue.d.ts +5 -5
  10. package/library/types/components/VcButton/VcButtonIcon.vue.d.ts +5 -5
  11. package/library/types/components/VcButton/VcToggleButton.vue.d.ts +7 -7
  12. package/library/types/components/VcButton/index.d.ts +20 -102
  13. package/library/types/components/VcCard/VcCard.vue.d.ts +4 -4
  14. package/library/types/components/VcCheckbox/VcCheckbox.vue.d.ts +9 -9
  15. package/library/types/components/VcCheckbox/VcCheckboxGroupEl.vue.d.ts +1 -1
  16. package/library/types/components/VcCheckboxGroup/VcCheckboxGroup.vue.d.ts +9 -9
  17. package/library/types/components/VcCollapse/VcCollapse.vue.d.ts +5 -5
  18. package/library/types/components/VcCollapse/VcCollapseItem.vue.d.ts +6 -6
  19. package/library/types/components/VcCollapse/VcCollapseTransition.vue.d.ts +1 -1
  20. package/library/types/components/VcColorPicker/VcColorPicker.vue.d.ts +6 -6
  21. package/library/types/components/VcDatetimeRangePicker/VcDatetimeRangePicker.vue.d.ts +10 -10
  22. package/library/types/components/VcExcelUploader/VcExcelFileProcessLoader.vue.d.ts +5 -5
  23. package/library/types/components/VcExcelUploader/VcExcelFileUploadBlock.vue.d.ts +6 -6
  24. package/library/types/components/VcExcelUploader/VcExcelFileUploader.vue.d.ts +7 -7
  25. package/library/types/components/VcExcelUploader/VcFileImportErrorsCard.vue.d.ts +6 -6
  26. package/library/types/components/VcExcelUploader/VcFileImportParseResultBlock.vue.d.ts +5 -5
  27. package/library/types/components/VcExcelUploader/VcFileImportResultBindData.vue.d.ts +6 -6
  28. package/library/types/components/VcExcelUploader/VcFileImportResultBindDataTable.vue.d.ts +5 -5
  29. package/library/types/components/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerPart.vue.d.ts +5 -5
  30. package/library/types/components/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerRelative.vue.d.ts +5 -5
  31. package/library/types/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePicker.vue.d.ts +7 -7
  32. package/library/types/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePickerQuickOptionsSelection.vue.d.ts +8 -8
  33. package/library/types/components/VcFileUploader/VcFileUploader.vue.d.ts +63 -9
  34. package/library/types/components/VcForm/UiComponents/VcInputError.vue.d.ts +4 -4
  35. package/library/types/components/VcForm/UiComponents/VcInputLabel.vue.d.ts +4 -4
  36. package/library/types/components/VcForm/VcForm.vue.d.ts +5 -5
  37. package/library/types/components/VcForm/VcFormItem.vue.d.ts +5 -5
  38. package/library/types/components/VcHyperLink/VcHyperLink.vue.d.ts +4 -4
  39. package/library/types/components/VcIconPicker/VcIconPicker.vue.d.ts +6 -6
  40. package/library/types/components/VcImageUploader/VcImageUploader.vue.d.ts +6 -6
  41. package/library/types/components/VcInput/VcInput.vue.d.ts +6 -6
  42. package/library/types/components/VcInputNumber/VcInputNumber.vue.d.ts +6 -6
  43. package/library/types/components/VcLoading/Loaders/Circles.vue.d.ts +4 -4
  44. package/library/types/components/VcLoading/Loaders/DotSpinner.vue.d.ts +4 -4
  45. package/library/types/components/VcLoading/Loaders/LdsSpinner.vue.d.ts +4 -4
  46. package/library/types/components/VcLoading/Loaders/LoadIcon.vue.d.ts +4 -4
  47. package/library/types/components/VcLoading/Loaders/Stretch.vue.d.ts +4 -4
  48. package/library/types/components/VcLoading/VcLoading.vue.d.ts +4 -4
  49. package/library/types/components/VcLoading/enum.d.ts +24 -24
  50. package/library/types/components/VcMeterGroup/VcMeterGroup.vue.d.ts +5 -5
  51. package/library/types/components/VcMeterGroup/VcMeterGroupLabel.vue.d.ts +4 -4
  52. package/library/types/components/VcModal/VcConfirmModal.vue.d.ts +6 -6
  53. package/library/types/components/VcModal/VcModal.vue.d.ts +8 -8
  54. package/library/types/components/VcNotification/VcNotification.vue.d.ts +5 -5
  55. package/library/types/components/VcNotification/VcNotificationMessage.vue.d.ts +5 -5
  56. package/library/types/components/VcPagination/VcPagination.vue.d.ts +6 -6
  57. package/library/types/components/VcPagination/VcPaginationButton.vue.d.ts +4 -4
  58. package/library/types/components/VcPhoneInput/VcFlagLabel.vue.d.ts +4 -4
  59. package/library/types/components/VcPhoneInput/VcPhoneInput.vue.d.ts +6 -6
  60. package/library/types/components/VcPopover/VcConfirmPopover.vue.d.ts +6 -6
  61. package/library/types/components/VcPopover/VcPopover.vue.d.ts +7 -7
  62. package/library/types/components/VcPopover/VcSelectPopover.vue.d.ts +9 -9
  63. package/library/types/components/VcProgress/VcProgress.vue.d.ts +5 -5
  64. package/library/types/components/VcProgress/VcProgressCircular.vue.d.ts +4 -4
  65. package/library/types/components/VcRadio/VcRadio.vue.d.ts +3 -3
  66. package/library/types/components/VcRadioGroup/VcRadioGroup.vue.d.ts +6 -6
  67. package/library/types/components/VcRadioTabs/UiComponents/VcRadioTabsNav.vue.d.ts +3 -3
  68. package/library/types/components/VcRadioTabs/VcRadioTabs.vue.d.ts +12 -12
  69. package/library/types/components/VcSelect/VcInfiniteScrollSelect.vue.d.ts +12 -12
  70. package/library/types/components/VcSelect/VcSelect.vue.d.ts +27 -27
  71. package/library/types/components/VcSelect/VcSelectGrouped.vue.d.ts +27 -27
  72. package/library/types/components/VcSipFlow/VcSipFlow.vue.d.ts +6 -6
  73. package/library/types/components/VcSkeletonLoader/Loaders/Card.vue.d.ts +4 -4
  74. package/library/types/components/VcSkeletonLoader/Loaders/Circle.vue.d.ts +4 -4
  75. package/library/types/components/VcSkeletonLoader/Loaders/Row.vue.d.ts +4 -4
  76. package/library/types/components/VcSkeletonLoader/Loaders/Square.vue.d.ts +4 -4
  77. package/library/types/components/VcSkeletonLoader/Loaders/Text.vue.d.ts +3 -3
  78. package/library/types/components/VcSkeletonLoader/VcSkeletonLoader.vue.d.ts +4 -4
  79. package/library/types/components/VcSlider/VcSlider.vue.d.ts +1 -1
  80. package/library/types/components/VcSoundplayer/VcPlayerPlayStopButton.vue.d.ts +5 -5
  81. package/library/types/components/VcSoundplayer/VcPlayerPlaybackRate.vue.d.ts +4 -4
  82. package/library/types/components/VcSoundplayer/VcPlayerPlaybackRatePopup.vue.d.ts +4 -4
  83. package/library/types/components/VcSoundplayer/VcPlayerSkipButtons.vue.d.ts +4 -4
  84. package/library/types/components/VcSoundplayer/VcSoundCurrentTime.vue.d.ts +1 -1
  85. package/library/types/components/VcSoundplayer/VcSoundDuration.vue.d.ts +1 -1
  86. package/library/types/components/VcSoundplayer/VcSoundPlayer.vue.d.ts +6 -6
  87. package/library/types/components/VcSoundplayer/VcSoundPlayerError.vue.d.ts +3 -3
  88. package/library/types/components/VcSoundplayer/VcSoundPlayerProgress.vue.d.ts +3 -3
  89. package/library/types/components/VcSoundplayer/VcSoundPlayerWrapper.vue.d.ts +8 -6
  90. package/library/types/components/VcSoundplayer/VcSoundVolume.vue.d.ts +4 -4
  91. package/library/types/components/VcSparkline/VcBarLine.vue.d.ts +4 -4
  92. package/library/types/components/VcSparkline/VcSparkline.vue.d.ts +4 -4
  93. package/library/types/components/VcSparkline/VcTrendLine.vue.d.ts +4 -4
  94. package/library/types/components/VcSplitButton/VcSplitButton.vue.d.ts +5 -5
  95. package/library/types/components/VcSwitch/VcSwitch.vue.d.ts +6 -6
  96. package/library/types/components/VcTable/VcTable.vue.d.ts +30 -30
  97. package/library/types/components/VcTabs/VcTabNav.vue.d.ts +6 -6
  98. package/library/types/components/VcTabs/VcTabPane.vue.d.ts +5 -5
  99. package/library/types/components/VcTabs/VcTabs.vue.d.ts +6 -6
  100. package/library/types/components/VcTag/VcTag.vue.d.ts +5 -5
  101. package/library/types/components/VcTagInput/VcTagInput.vue.d.ts +5 -5
  102. package/library/types/components/VcTimeInput/VcTimeInput.vue.d.ts +6 -6
  103. package/library/types/components/VcTransfer/VcTransfer.vue.d.ts +6 -6
  104. package/library/types/components/VcTree/VcTree.vue.d.ts +12 -12
  105. package/library/types/components/VcTree/VcTreeSelect.vue.d.ts +6 -6
  106. package/library/types/components/VcVerticalTabs/VcVerticalTabs.vue.d.ts +6 -6
  107. package/library/types/components/VcVerticalTabs/VerticalTabNav.vue.d.ts +6 -6
  108. package/library/types/components/VcViewSwitcher/VcViewSwitcher.vue.d.ts +6 -6
  109. package/library/types/components/VcWizard/VcSummaryProgress.vue.d.ts +4 -4
  110. package/library/types/components/VcWizard/VcSummaryStep.vue.d.ts +5 -5
  111. package/library/types/components/VcWizard/VcWizard.vue.d.ts +7 -7
  112. package/library/types/components/VcWizard/VcWizardNavigation.vue.d.ts +5 -5
  113. package/library/types/components/VcWizard/VcWizardSummary.vue.d.ts +5 -5
  114. package/library/types/composables/useVModel.d.ts +1 -1
  115. package/library/types/directives/index.d.ts +1 -1
  116. package/library/types/entity/components/Button/VcEntityCancelButton.vue.d.ts +3 -3
  117. package/library/types/entity/components/Button/VcEntityDeleteIconButton.vue.d.ts +3 -3
  118. package/library/types/entity/components/Button/VcEntityRestoreButton.vue.d.ts +3 -3
  119. package/library/types/entity/components/Button/VcEntityStatusButton.vue.d.ts +3 -3
  120. package/library/types/entity/components/Form/VcBaseVerticalForm.vue.d.ts +6 -6
  121. package/library/types/entity/components/Form/VcEntityEditPageForm.vue.d.ts +5 -5
  122. package/library/types/entity/components/Form/VcEntityVerticalCreateForm.vue.d.ts +6 -6
  123. package/library/types/entity/components/Form/VcEntityVerticalEditForm.vue.d.ts +5 -5
  124. package/library/types/entity/components/Table/VcEntityListTable.vue.d.ts +12 -12
  125. package/library/types/entity/components/Tabs/VcEntityEditableTabs.vue.d.ts +12 -12
  126. package/library/types/entity/composable/useConfirmModal.d.ts +21 -0
  127. package/library/types/font/index.d.ts +1 -1
  128. package/library/webfontloader-BmU2zed_.mjs +452 -0
  129. package/library/webfontloader-BmU2zed_.mjs.map +1 -0
  130. package/package.json +4 -1

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.