@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.
- package/library/entry-0e1UgF-u.mjs +58689 -0
- package/library/entry-0e1UgF-u.mjs.map +1 -0
- package/library/style.css +1 -1
- package/library/super.mjs +133 -59091
- package/library/super.mjs.map +1 -1
- package/library/super.umd.js +62 -62
- package/library/super.umd.js.map +1 -1
- package/library/types/components/VcAutocomplete/VcAutocomplete.vue.d.ts +6 -6
- package/library/types/components/VcButton/VcButton.vue.d.ts +5 -5
- package/library/types/components/VcButton/VcButtonIcon.vue.d.ts +5 -5
- package/library/types/components/VcButton/VcToggleButton.vue.d.ts +7 -7
- package/library/types/components/VcButton/index.d.ts +20 -102
- package/library/types/components/VcCard/VcCard.vue.d.ts +4 -4
- package/library/types/components/VcCheckbox/VcCheckbox.vue.d.ts +9 -9
- package/library/types/components/VcCheckbox/VcCheckboxGroupEl.vue.d.ts +1 -1
- package/library/types/components/VcCheckboxGroup/VcCheckboxGroup.vue.d.ts +9 -9
- package/library/types/components/VcCollapse/VcCollapse.vue.d.ts +5 -5
- package/library/types/components/VcCollapse/VcCollapseItem.vue.d.ts +6 -6
- package/library/types/components/VcCollapse/VcCollapseTransition.vue.d.ts +1 -1
- package/library/types/components/VcColorPicker/VcColorPicker.vue.d.ts +6 -6
- package/library/types/components/VcDatetimeRangePicker/VcDatetimeRangePicker.vue.d.ts +10 -10
- package/library/types/components/VcExcelUploader/VcExcelFileProcessLoader.vue.d.ts +5 -5
- package/library/types/components/VcExcelUploader/VcExcelFileUploadBlock.vue.d.ts +6 -6
- package/library/types/components/VcExcelUploader/VcExcelFileUploader.vue.d.ts +7 -7
- package/library/types/components/VcExcelUploader/VcFileImportErrorsCard.vue.d.ts +6 -6
- package/library/types/components/VcExcelUploader/VcFileImportParseResultBlock.vue.d.ts +5 -5
- package/library/types/components/VcExcelUploader/VcFileImportResultBindData.vue.d.ts +6 -6
- package/library/types/components/VcExcelUploader/VcFileImportResultBindDataTable.vue.d.ts +5 -5
- package/library/types/components/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerPart.vue.d.ts +5 -5
- package/library/types/components/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerRelative.vue.d.ts +5 -5
- package/library/types/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePicker.vue.d.ts +7 -7
- package/library/types/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePickerQuickOptionsSelection.vue.d.ts +8 -8
- package/library/types/components/VcFileUploader/VcFileUploader.vue.d.ts +63 -9
- package/library/types/components/VcForm/UiComponents/VcInputError.vue.d.ts +4 -4
- package/library/types/components/VcForm/UiComponents/VcInputLabel.vue.d.ts +4 -4
- package/library/types/components/VcForm/VcForm.vue.d.ts +5 -5
- package/library/types/components/VcForm/VcFormItem.vue.d.ts +5 -5
- package/library/types/components/VcHyperLink/VcHyperLink.vue.d.ts +4 -4
- package/library/types/components/VcIconPicker/VcIconPicker.vue.d.ts +6 -6
- package/library/types/components/VcImageUploader/VcImageUploader.vue.d.ts +6 -6
- package/library/types/components/VcInput/VcInput.vue.d.ts +6 -6
- package/library/types/components/VcInputNumber/VcInputNumber.vue.d.ts +6 -6
- package/library/types/components/VcLoading/Loaders/Circles.vue.d.ts +4 -4
- package/library/types/components/VcLoading/Loaders/DotSpinner.vue.d.ts +4 -4
- package/library/types/components/VcLoading/Loaders/LdsSpinner.vue.d.ts +4 -4
- package/library/types/components/VcLoading/Loaders/LoadIcon.vue.d.ts +4 -4
- package/library/types/components/VcLoading/Loaders/Stretch.vue.d.ts +4 -4
- package/library/types/components/VcLoading/VcLoading.vue.d.ts +4 -4
- package/library/types/components/VcLoading/enum.d.ts +24 -24
- package/library/types/components/VcMeterGroup/VcMeterGroup.vue.d.ts +5 -5
- package/library/types/components/VcMeterGroup/VcMeterGroupLabel.vue.d.ts +4 -4
- package/library/types/components/VcModal/VcConfirmModal.vue.d.ts +6 -6
- package/library/types/components/VcModal/VcModal.vue.d.ts +8 -8
- package/library/types/components/VcNotification/VcNotification.vue.d.ts +5 -5
- package/library/types/components/VcNotification/VcNotificationMessage.vue.d.ts +5 -5
- package/library/types/components/VcPagination/VcPagination.vue.d.ts +6 -6
- package/library/types/components/VcPagination/VcPaginationButton.vue.d.ts +4 -4
- package/library/types/components/VcPhoneInput/VcFlagLabel.vue.d.ts +4 -4
- package/library/types/components/VcPhoneInput/VcPhoneInput.vue.d.ts +6 -6
- package/library/types/components/VcPopover/VcConfirmPopover.vue.d.ts +6 -6
- package/library/types/components/VcPopover/VcPopover.vue.d.ts +7 -7
- package/library/types/components/VcPopover/VcSelectPopover.vue.d.ts +9 -9
- package/library/types/components/VcProgress/VcProgress.vue.d.ts +5 -5
- package/library/types/components/VcProgress/VcProgressCircular.vue.d.ts +4 -4
- package/library/types/components/VcRadio/VcRadio.vue.d.ts +3 -3
- package/library/types/components/VcRadioGroup/VcRadioGroup.vue.d.ts +6 -6
- package/library/types/components/VcRadioTabs/UiComponents/VcRadioTabsNav.vue.d.ts +3 -3
- package/library/types/components/VcRadioTabs/VcRadioTabs.vue.d.ts +12 -12
- package/library/types/components/VcSelect/VcInfiniteScrollSelect.vue.d.ts +12 -12
- package/library/types/components/VcSelect/VcSelect.vue.d.ts +27 -27
- package/library/types/components/VcSelect/VcSelectGrouped.vue.d.ts +27 -27
- package/library/types/components/VcSipFlow/VcSipFlow.vue.d.ts +6 -6
- package/library/types/components/VcSkeletonLoader/Loaders/Card.vue.d.ts +4 -4
- package/library/types/components/VcSkeletonLoader/Loaders/Circle.vue.d.ts +4 -4
- package/library/types/components/VcSkeletonLoader/Loaders/Row.vue.d.ts +4 -4
- package/library/types/components/VcSkeletonLoader/Loaders/Square.vue.d.ts +4 -4
- package/library/types/components/VcSkeletonLoader/Loaders/Text.vue.d.ts +3 -3
- package/library/types/components/VcSkeletonLoader/VcSkeletonLoader.vue.d.ts +4 -4
- package/library/types/components/VcSlider/VcSlider.vue.d.ts +1 -1
- package/library/types/components/VcSoundplayer/VcPlayerPlayStopButton.vue.d.ts +5 -5
- package/library/types/components/VcSoundplayer/VcPlayerPlaybackRate.vue.d.ts +4 -4
- package/library/types/components/VcSoundplayer/VcPlayerPlaybackRatePopup.vue.d.ts +4 -4
- package/library/types/components/VcSoundplayer/VcPlayerSkipButtons.vue.d.ts +4 -4
- package/library/types/components/VcSoundplayer/VcSoundCurrentTime.vue.d.ts +1 -1
- package/library/types/components/VcSoundplayer/VcSoundDuration.vue.d.ts +1 -1
- package/library/types/components/VcSoundplayer/VcSoundPlayer.vue.d.ts +6 -6
- package/library/types/components/VcSoundplayer/VcSoundPlayerError.vue.d.ts +3 -3
- package/library/types/components/VcSoundplayer/VcSoundPlayerProgress.vue.d.ts +3 -3
- package/library/types/components/VcSoundplayer/VcSoundPlayerWrapper.vue.d.ts +8 -6
- package/library/types/components/VcSoundplayer/VcSoundVolume.vue.d.ts +4 -4
- package/library/types/components/VcSparkline/VcBarLine.vue.d.ts +4 -4
- package/library/types/components/VcSparkline/VcSparkline.vue.d.ts +4 -4
- package/library/types/components/VcSparkline/VcTrendLine.vue.d.ts +4 -4
- package/library/types/components/VcSplitButton/VcSplitButton.vue.d.ts +5 -5
- package/library/types/components/VcSwitch/VcSwitch.vue.d.ts +6 -6
- package/library/types/components/VcTable/VcTable.vue.d.ts +30 -30
- package/library/types/components/VcTabs/VcTabNav.vue.d.ts +6 -6
- package/library/types/components/VcTabs/VcTabPane.vue.d.ts +5 -5
- package/library/types/components/VcTabs/VcTabs.vue.d.ts +6 -6
- package/library/types/components/VcTag/VcTag.vue.d.ts +5 -5
- package/library/types/components/VcTagInput/VcTagInput.vue.d.ts +5 -5
- package/library/types/components/VcTimeInput/VcTimeInput.vue.d.ts +6 -6
- package/library/types/components/VcTransfer/VcTransfer.vue.d.ts +6 -6
- package/library/types/components/VcTree/VcTree.vue.d.ts +12 -12
- package/library/types/components/VcTree/VcTreeSelect.vue.d.ts +6 -6
- package/library/types/components/VcVerticalTabs/VcVerticalTabs.vue.d.ts +6 -6
- package/library/types/components/VcVerticalTabs/VerticalTabNav.vue.d.ts +6 -6
- package/library/types/components/VcViewSwitcher/VcViewSwitcher.vue.d.ts +6 -6
- package/library/types/components/VcWizard/VcSummaryProgress.vue.d.ts +4 -4
- package/library/types/components/VcWizard/VcSummaryStep.vue.d.ts +5 -5
- package/library/types/components/VcWizard/VcWizard.vue.d.ts +7 -7
- package/library/types/components/VcWizard/VcWizardNavigation.vue.d.ts +5 -5
- package/library/types/components/VcWizard/VcWizardSummary.vue.d.ts +5 -5
- package/library/types/composables/useVModel.d.ts +1 -1
- package/library/types/directives/index.d.ts +1 -1
- package/library/types/entity/components/Button/VcEntityCancelButton.vue.d.ts +3 -3
- package/library/types/entity/components/Button/VcEntityDeleteIconButton.vue.d.ts +3 -3
- package/library/types/entity/components/Button/VcEntityRestoreButton.vue.d.ts +3 -3
- package/library/types/entity/components/Button/VcEntityStatusButton.vue.d.ts +3 -3
- package/library/types/entity/components/Form/VcBaseVerticalForm.vue.d.ts +6 -6
- package/library/types/entity/components/Form/VcEntityEditPageForm.vue.d.ts +5 -5
- package/library/types/entity/components/Form/VcEntityVerticalCreateForm.vue.d.ts +6 -6
- package/library/types/entity/components/Form/VcEntityVerticalEditForm.vue.d.ts +5 -5
- package/library/types/entity/components/Table/VcEntityListTable.vue.d.ts +12 -12
- package/library/types/entity/components/Tabs/VcEntityEditableTabs.vue.d.ts +12 -12
- package/library/types/entity/composable/useConfirmModal.d.ts +21 -0
- package/library/types/font/index.d.ts +1 -1
- package/library/webfontloader-BmU2zed_.mjs +452 -0
- package/library/webfontloader-BmU2zed_.mjs.map +1 -0
- 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.