@voicenter-team/voicenter-ui-plus 2.0.10 → 3.0.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/README.md +73 -20
- package/library/_virtual/_plugin-vue_export-helper.mjs +10 -0
- package/library/assets/assets/sass/main.css +1 -0
- package/library/assets/components/VcAutocomplete/VcAutocomplete.css +1 -0
- package/library/assets/components/VcButton/VcButton.css +1 -0
- package/library/assets/components/VcButton/VcButtonIcon.css +1 -0
- package/library/assets/components/VcButton/VcToggleButton.css +1 -0
- package/library/assets/components/VcCard/VcCard.css +1 -0
- package/library/assets/components/VcCheckbox/VcCheckbox.css +1 -0
- package/library/assets/components/VcCollapse/VcCollapseItem.css +1 -0
- package/library/assets/components/VcColorPicker/VcColorPicker.css +1 -0
- package/library/assets/components/VcDatePicker/VcDatePicker.css +1 -0
- package/library/assets/components/VcDatePickerPanel/VcDatePickerPanel.css +1 -0
- package/library/assets/components/VcDatetimeRangePicker/VcDatetimeRangePicker.css +1 -0
- package/library/assets/components/VcDelimitedList/VcDelimitedList.css +1 -0
- package/library/assets/components/VcDropdown/VcDropdown.css +1 -0
- package/library/assets/components/VcDropdown/VcDropdownItem.css +1 -0
- package/library/assets/components/VcExcelUploader/VcExcelFileUploadBlock.css +1 -0
- package/library/assets/components/VcExcelUploader/VcFileImportErrorsCard.css +1 -0
- package/library/assets/components/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerPart.css +1 -0
- package/library/assets/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePicker.css +1 -0
- package/library/assets/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePickerQuickOptionsSelection.css +1 -0
- package/library/assets/components/VcFileUploader/VcFileUploader.css +1 -0
- package/library/assets/components/VcForm/UiComponents/VcInputError.css +1 -0
- package/library/assets/components/VcForm/UiComponents/VcInputLabel.css +1 -0
- package/library/assets/components/VcForm/VcFormItem.css +1 -0
- package/library/assets/components/VcHtmlEditor/VcHtmlEditor.css +1 -0
- package/library/assets/components/VcHyperLink/VcHyperLink.css +1 -0
- package/library/assets/components/VcIcon/VcIcon.css +1 -0
- package/library/assets/components/VcIconPicker/VcIconPicker.css +1 -0
- package/library/assets/components/VcImageUploader/VcImageUploader.css +1 -0
- package/library/assets/components/VcInput/VcInput.css +1 -0
- package/library/assets/components/VcInputNumber/VcInputNumber.css +1 -0
- package/library/assets/components/VcJsonSchema/Components/JsonCodeMirror.css +1 -0
- package/library/assets/components/VcJsonSchema/Components/JsonSchemaEditor.css +1 -0
- package/library/assets/components/VcJsonSchema/VcJsonSchema.css +1 -0
- package/library/assets/components/VcLoading/Loaders/Circles.css +1 -0
- package/library/assets/components/VcLoading/Loaders/DotSpinner.css +1 -0
- package/library/assets/components/VcLoading/Loaders/LdsSpinner.css +1 -0
- package/library/assets/components/VcLoading/Loaders/LoadIcon.css +1 -0
- package/library/assets/components/VcLoading/Loaders/Stretch.css +1 -0
- package/library/assets/components/VcLoading/VcLoading.css +1 -0
- package/library/assets/components/VcMdEditor/ParameterNode.css +1 -0
- package/library/assets/components/VcMdEditor/VcMdEditorContent.css +1 -0
- package/library/assets/components/VcMeterGroup/VcMeterGroup.css +1 -0
- package/library/assets/components/VcModal/VcModal.css +1 -0
- package/library/assets/components/VcNotification/VcNotification.css +1 -0
- package/library/assets/components/VcOtpInput/VcOtpInput.css +1 -0
- package/library/assets/components/VcPagination/VcPagination.css +1 -0
- package/library/assets/components/VcPdfViewer/VcPdfDocument.css +1 -0
- package/library/assets/components/VcPdfViewer/VcPdfDocumentCard.css +1 -0
- package/library/assets/components/VcPdfViewer/VcPdfDocumentPage.css +1 -0
- package/library/assets/components/VcPdfViewer/VcPdfDocumentViewerFooter.css +1 -0
- package/library/assets/components/VcPhoneInput/VcFlagLabel.css +1 -0
- package/library/assets/components/VcPhoneInput/VcPhoneInput.css +1 -0
- package/library/assets/components/VcPopover/VcConfirmPopover.css +1 -0
- package/library/assets/components/VcPopover/VcPopover.css +1 -0
- package/library/assets/components/VcPopover/VcSelectPopover.css +1 -0
- package/library/assets/components/VcProgress/VcProgress.css +1 -0
- package/library/assets/components/VcProgress/VcProgressCircular.css +1 -0
- package/library/assets/components/VcRadio/VcRadio.css +1 -0
- package/library/assets/components/VcRadioButtons/VcRadioButtonsGroup.css +1 -0
- package/library/assets/components/VcRadioGroup/VcRadioGroup.css +1 -0
- package/library/assets/components/VcRadioTabs/UiComponents/VcRadioTabsNav.css +1 -0
- package/library/assets/components/VcRadioTabs/VcRadioTabs.css +1 -0
- package/library/assets/components/VcSegmented/VcSegmented.css +1 -0
- package/library/assets/components/VcSelect/VcSelect.css +1 -0
- package/library/assets/components/VcSelect/VcSelectOption.css +1 -0
- package/library/assets/components/VcSipFlow/VcSipFlow.css +1 -0
- package/library/assets/components/VcSkeletonLoader/Loaders/Card.css +1 -0
- package/library/assets/components/VcSkeletonLoader/Loaders/Circle.css +1 -0
- package/library/assets/components/VcSkeletonLoader/Loaders/Row.css +1 -0
- package/library/assets/components/VcSkeletonLoader/Loaders/Square.css +1 -0
- package/library/assets/components/VcSkeletonLoader/Loaders/Text.css +1 -0
- package/library/assets/components/VcSlider/VcSlider.css +1 -0
- package/library/assets/components/VcSoundplayer/VcPlayerPlaybackRate.css +1 -0
- package/library/assets/components/VcSoundplayer/VcPlayerSkipButtons.css +1 -0
- package/library/assets/components/VcSoundplayer/VcSoundPlayer.css +1 -0
- package/library/assets/components/VcSoundplayer/VcSoundPlayerProgress.css +1 -0
- package/library/assets/components/VcSoundplayer/VcSoundPlayerWrapper.css +1 -0
- package/library/assets/components/VcSoundplayer/VcSoundVolume.css +1 -0
- package/library/assets/components/VcSplitButton/VcSplitButton.css +1 -0
- package/library/assets/components/VcSwitch/VcSwitch.css +1 -0
- package/library/assets/components/VcTable/VcTable.css +1 -0
- package/library/assets/components/VcTable/VcTable2.css +1 -0
- package/library/assets/components/VcTabs/VcTabNav.css +1 -0
- package/library/assets/components/VcTabs/VcTabPane.css +1 -0
- package/library/assets/components/VcTabs/VcTabs.css +1 -0
- package/library/assets/components/VcTag/VcTag.css +1 -0
- package/library/assets/components/VcTagInput/VcTagInput.css +1 -0
- package/library/assets/components/VcTimeInput/VcTimeInput.css +1 -0
- package/library/assets/components/VcTour/VcTour.css +1 -0
- package/library/assets/components/VcTransfer/VcTransfer.css +1 -0
- package/library/assets/components/VcTree/VcTree.css +1 -0
- package/library/assets/components/VcTree/VcTreeSelect.css +1 -0
- package/library/assets/components/VcTree/VcTreeSelect2.css +1 -0
- package/library/assets/components/VcVerticalTabs/VcVerticalTabs.css +1 -0
- package/library/assets/components/VcVerticalTabs/VerticalTabNav.css +1 -0
- package/library/assets/components/VcViewSwitcher/VcViewSwitcher.css +1 -0
- package/library/assets/components/VcWizard/VcSummaryProgress.css +1 -0
- package/library/assets/components/VcWizard/VcSummaryStep.css +1 -0
- package/library/assets/components/VcWizard/VcWizard.css +1 -0
- package/library/assets/components/VcWizard/VcWizardNavigation.css +1 -0
- package/library/assets/components/VcWizard/VcWizardSummary.css +1 -0
- package/library/assets/entity/components/Form/VcBaseVerticalForm.css +1 -0
- package/library/assets/entity/components/Form/VcEntityEditPageForm.css +1 -0
- package/library/assets/entity/components/Table/VcEntityListTable.css +1 -0
- package/library/assets/entity/components/Tabs/VcEntityEditableTabs.css +1 -0
- package/library/assets/node_modules/element-plus/theme-chalk/src/autocomplete.css +1 -0
- package/library/assets/node_modules/element-plus/theme-chalk/src/base.css +1 -0
- package/library/assets/node_modules/element-plus/theme-chalk/src/button-group.css +1 -0
- package/library/assets/node_modules/element-plus/theme-chalk/src/button.css +1 -0
- package/library/assets/node_modules/element-plus/theme-chalk/src/cascader-panel.css +1 -0
- package/library/assets/node_modules/element-plus/theme-chalk/src/checkbox-group.css +1 -0
- package/library/assets/node_modules/element-plus/theme-chalk/src/checkbox.css +1 -0
- package/library/assets/node_modules/element-plus/theme-chalk/src/color-picker-panel.css +1 -0
- package/library/assets/node_modules/element-plus/theme-chalk/src/color-picker.css +1 -0
- package/library/assets/node_modules/element-plus/theme-chalk/src/date-picker-panel.css +1 -0
- package/library/assets/node_modules/element-plus/theme-chalk/src/dropdown.css +1 -0
- package/library/assets/node_modules/element-plus/theme-chalk/src/form-item.css +1 -0
- package/library/assets/node_modules/element-plus/theme-chalk/src/form.css +1 -0
- package/library/assets/node_modules/element-plus/theme-chalk/src/input-number.css +1 -0
- package/library/assets/node_modules/element-plus/theme-chalk/src/input.css +1 -0
- package/library/assets/node_modules/element-plus/theme-chalk/src/option-group.css +1 -0
- package/library/assets/node_modules/element-plus/theme-chalk/src/option.css +1 -0
- package/library/assets/node_modules/element-plus/theme-chalk/src/popover.css +1 -0
- package/library/assets/node_modules/element-plus/theme-chalk/src/popper.css +1 -0
- package/library/assets/node_modules/element-plus/theme-chalk/src/radio-button.css +1 -0
- package/library/assets/node_modules/element-plus/theme-chalk/src/radio-group.css +1 -0
- package/library/assets/node_modules/element-plus/theme-chalk/src/radio.css +1 -0
- package/library/assets/node_modules/element-plus/theme-chalk/src/scrollbar.css +1 -0
- package/library/assets/node_modules/element-plus/theme-chalk/src/segmented.css +1 -0
- package/library/assets/node_modules/element-plus/theme-chalk/src/select.css +1 -0
- package/library/assets/node_modules/element-plus/theme-chalk/src/slider.css +1 -0
- package/library/assets/node_modules/element-plus/theme-chalk/src/switch.css +1 -0
- package/library/assets/node_modules/element-plus/theme-chalk/src/tag.css +1 -0
- package/library/assets/node_modules/element-plus/theme-chalk/src/text.css +1 -0
- package/library/assets/node_modules/element-plus/theme-chalk/src/tooltip.css +0 -0
- package/library/assets/node_modules/element-plus/theme-chalk/src/tour.css +1 -0
- package/library/assets/node_modules/element-plus/theme-chalk/src/transfer.css +1 -0
- package/library/assets/node_modules/element-plus/theme-chalk/src/tree.css +1 -0
- package/library/assets/node_modules/element-plus/theme-chalk/src/virtual-list.css +1 -0
- package/library/components/VcAutocomplete/VcAutocomplete.vue.mjs +125 -0
- package/library/components/VcAutocomplete/VcAutocomplete.vue3.mjs +5 -0
- package/library/components/VcButton/VcButton.vue.mjs +97 -0
- package/library/components/VcButton/VcButton.vue3.mjs +5 -0
- package/library/components/VcButton/VcButtonIcon.vue.mjs +7 -0
- package/library/components/VcButton/VcButtonIcon.vue2.mjs +92 -0
- package/library/components/VcButton/VcToggleButton.vue.mjs +89 -0
- package/library/components/VcButton/VcToggleButton.vue3.mjs +5 -0
- package/library/components/VcCard/VcCard.vue.mjs +40 -0
- package/library/components/VcCard/VcCard.vue3.mjs +5 -0
- package/library/components/VcCheckbox/VcCheckbox.vue.mjs +115 -0
- package/library/components/VcCheckbox/VcCheckbox.vue3.mjs +5 -0
- package/library/components/VcCheckbox/VcCheckboxGroupEl.vue.mjs +24 -0
- package/library/components/VcCheckbox/VcCheckboxGroupEl.vue2.mjs +4 -0
- package/library/components/VcCheckboxGroup/VcCheckboxGroup.vue.mjs +137 -0
- package/library/components/VcCheckboxGroup/VcCheckboxGroup.vue2.mjs +4 -0
- package/library/components/VcCollapse/VcCollapse.vue.mjs +54 -0
- package/library/components/VcCollapse/VcCollapse.vue2.mjs +4 -0
- package/library/components/VcCollapse/VcCollapseItem.vue.mjs +150 -0
- package/library/components/VcCollapse/VcCollapseItem.vue3.mjs +5 -0
- package/library/components/VcCollapse/VcCollapseTransition.vue.mjs +81 -0
- package/library/components/VcCollapse/VcCollapseTransition.vue2.mjs +4 -0
- package/library/components/VcColorPicker/VcColorPicker.vue.mjs +73 -0
- package/library/components/VcColorPicker/VcColorPicker.vue3.mjs +5 -0
- package/library/components/VcDatePicker/VcDatePicker.vue.mjs +134 -0
- package/library/components/VcDatePicker/VcDatePicker.vue3.mjs +5 -0
- package/library/components/VcDatePickerPanel/VcDatePickerPanel.vue.mjs +121 -0
- package/library/components/VcDatePickerPanel/VcDatePickerPanel.vue3.mjs +5 -0
- package/library/components/VcDatetimeRangePicker/VcDatetimeRangePicker.vue.mjs +24 -0
- package/library/components/VcDatetimeRangePicker/VcDatetimeRangePicker.vue3.mjs +5 -0
- package/library/components/VcDelimitedList/VcDelimitedList.vue.mjs +7 -0
- package/library/components/VcDelimitedList/VcDelimitedList.vue2.mjs +195 -0
- package/library/components/VcDropdown/VcDropdown.vue.mjs +128 -0
- package/library/components/VcDropdown/VcDropdown.vue3.mjs +5 -0
- package/library/components/VcDropdown/VcDropdownItem.vue.mjs +58 -0
- package/library/components/VcDropdown/VcDropdownItem.vue3.mjs +5 -0
- package/library/components/VcExcelUploader/VcExcelFileProcessLoader.vue.mjs +47 -0
- package/library/components/VcExcelUploader/VcExcelFileProcessLoader.vue2.mjs +4 -0
- package/library/components/VcExcelUploader/VcExcelFileUploadBlock.vue.mjs +7 -0
- package/library/components/VcExcelUploader/VcExcelFileUploadBlock.vue2.mjs +141 -0
- package/library/components/VcExcelUploader/VcExcelFileUploader.vue.mjs +575 -0
- package/library/components/VcExcelUploader/VcExcelFileUploader.vue2.mjs +4 -0
- package/library/components/VcExcelUploader/VcFileImportErrorsCard.vue.mjs +115 -0
- package/library/components/VcExcelUploader/VcFileImportErrorsCard.vue3.mjs +5 -0
- package/library/components/VcExcelUploader/VcFileImportParseResultBlock.vue.mjs +251 -0
- package/library/components/VcExcelUploader/VcFileImportParseResultBlock.vue2.mjs +4 -0
- package/library/components/VcExcelUploader/VcFileImportResultBindData.vue.mjs +75 -0
- package/library/components/VcExcelUploader/VcFileImportResultBindData.vue2.mjs +4 -0
- package/library/components/VcExcelUploader/VcFileImportResultBindDataTable.vue.mjs +224 -0
- package/library/components/VcExcelUploader/VcFileImportResultBindDataTable.vue2.mjs +4 -0
- package/library/components/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerPart.vue.mjs +310 -0
- package/library/components/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerPart.vue3.mjs +5 -0
- package/library/components/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerRelative.vue.mjs +192 -0
- package/library/components/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerRelative.vue2.mjs +4 -0
- package/library/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePicker.vue.mjs +320 -0
- package/library/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePicker.vue3.mjs +5 -0
- package/library/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePickerQuickOptionsSelection.vue.mjs +105 -0
- package/library/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePickerQuickOptionsSelection.vue3.mjs +5 -0
- package/library/components/VcExtendedDatetimeRangePicker/composable.mjs +71 -0
- package/library/components/VcExtendedDatetimeRangePicker/enum.mjs +43 -0
- package/library/components/VcFileUploader/VcFileUploader.vue.mjs +7 -0
- package/library/components/VcFileUploader/VcFileUploader.vue2.mjs +382 -0
- package/library/components/VcForm/UiComponents/VcInputError.vue.mjs +20 -0
- package/library/components/VcForm/UiComponents/VcInputError.vue3.mjs +5 -0
- package/library/components/VcForm/UiComponents/VcInputLabel.vue.mjs +81 -0
- package/library/components/VcForm/UiComponents/VcInputLabel.vue3.mjs +5 -0
- package/library/components/VcForm/VcForm.vue.mjs +144 -0
- package/library/components/VcForm/VcForm.vue2.mjs +4 -0
- package/library/components/VcForm/VcFormItem.vue.mjs +156 -0
- package/library/components/VcForm/VcFormItem.vue3.mjs +5 -0
- package/library/components/VcHtmlEditor/VcHtmlEditor.vue.mjs +202 -0
- package/library/components/VcHtmlEditor/VcHtmlEditor.vue3.mjs +5 -0
- package/library/components/VcHtmlEditor/VcHtmlEditorToolbar.vue.mjs +404 -0
- package/library/components/VcHtmlEditor/VcHtmlEditorToolbar.vue2.mjs +4 -0
- package/library/components/VcHtmlEditor/htmlEditor.config.mjs +129 -0
- package/library/components/VcHyperLink/VcHyperLink.vue.mjs +53 -0
- package/library/components/VcHyperLink/VcHyperLink.vue3.mjs +5 -0
- package/library/components/VcIcon/VcIcon.vue.mjs +113 -0
- package/library/components/VcIcon/VcIcon.vue3.mjs +5 -0
- package/library/components/VcIconPicker/VcIconPicker.vue.mjs +125 -0
- package/library/components/VcIconPicker/VcIconPicker.vue3.mjs +5 -0
- package/library/components/VcImageUploader/VcImageUploader.vue.mjs +402 -0
- package/library/components/VcImageUploader/VcImageUploader.vue3.mjs +5 -0
- package/library/components/VcInput/VcInput.vue.mjs +172 -0
- package/library/components/VcInput/VcInput.vue3.mjs +5 -0
- package/library/components/VcInputNumber/VcInputNumber.vue.mjs +79 -0
- package/library/components/VcInputNumber/VcInputNumber.vue3.mjs +5 -0
- package/library/components/VcJsonSchema/Components/ImportJsonSchemaModal.vue.mjs +106 -0
- package/library/components/VcJsonSchema/Components/ImportJsonSchemaModal.vue2.mjs +4 -0
- package/library/components/VcJsonSchema/Components/JsonCodeMirror.vue.mjs +75 -0
- package/library/components/VcJsonSchema/Components/JsonCodeMirror.vue3.mjs +5 -0
- package/library/components/VcJsonSchema/Components/JsonSchemaEditor.vue.mjs +421 -0
- package/library/components/VcJsonSchema/Components/JsonSchemaEditor.vue3.mjs +5 -0
- package/library/components/VcJsonSchema/Components/JsonSchemaManageModal.vue.mjs +190 -0
- package/library/components/VcJsonSchema/Components/JsonSchemaManageModal.vue2.mjs +4 -0
- package/library/components/VcJsonSchema/PropertySetup/JsonSchemaPropertyModal.vue.mjs +337 -0
- package/library/components/VcJsonSchema/PropertySetup/JsonSchemaPropertyModal.vue2.mjs +4 -0
- package/library/components/VcJsonSchema/VcJsonSchema.vue.mjs +104 -0
- package/library/components/VcJsonSchema/VcJsonSchema.vue3.mjs +5 -0
- package/library/components/VcJsonSchema/helpers/jsonSchema.enum.mjs +280 -0
- package/library/components/VcJsonSchema/helpers/jsonSchema.helper.mjs +44 -0
- package/library/components/VcLoading/Loaders/Circles.vue.mjs +7 -0
- package/library/components/VcLoading/Loaders/Circles.vue2.mjs +30 -0
- package/library/components/VcLoading/Loaders/DotSpinner.vue.mjs +7 -0
- package/library/components/VcLoading/Loaders/DotSpinner.vue2.mjs +33 -0
- package/library/components/VcLoading/Loaders/LdsSpinner.vue.mjs +7 -0
- package/library/components/VcLoading/Loaders/LdsSpinner.vue2.mjs +31 -0
- package/library/components/VcLoading/Loaders/LoadIcon.vue.mjs +7 -0
- package/library/components/VcLoading/Loaders/LoadIcon.vue2.mjs +34 -0
- package/library/components/VcLoading/Loaders/Stretch.vue.mjs +7 -0
- package/library/components/VcLoading/Loaders/Stretch.vue2.mjs +32 -0
- package/library/components/VcLoading/VcLoading.vue.mjs +7 -0
- package/library/components/VcLoading/VcLoading.vue2.mjs +86 -0
- package/library/components/VcLoading/enum.mjs +16 -0
- package/library/components/VcMdEditor/ParameterNode.vue.mjs +7 -0
- package/library/components/VcMdEditor/ParameterNode.vue2.mjs +94 -0
- package/library/components/VcMdEditor/VcMdEditor.vue.mjs +267 -0
- package/library/components/VcMdEditor/VcMdEditor.vue2.mjs +4 -0
- package/library/components/VcMdEditor/VcMdEditorContent.vue.mjs +224 -0
- package/library/components/VcMdEditor/VcMdEditorContent.vue3.mjs +5 -0
- package/library/components/VcMdEditor/VcMdEditorToolbar.vue.mjs +539 -0
- package/library/components/VcMdEditor/VcMdEditorToolbar.vue2.mjs +4 -0
- package/library/components/VcMdEditor/buildMustacheSnippet.mjs +50 -0
- package/library/components/VcMdEditor/mdEditor.config.mjs +378 -0
- package/library/components/VcMdEditor/rtlCursorPlugin.mjs +125 -0
- package/library/components/VcMeterGroup/VcMeterGroup.vue.mjs +156 -0
- package/library/components/VcMeterGroup/VcMeterGroup.vue3.mjs +5 -0
- package/library/components/VcMeterGroup/VcMeterGroupLabel.vue.mjs +51 -0
- package/library/components/VcMeterGroup/VcMeterGroupLabel.vue2.mjs +4 -0
- package/library/components/VcModal/VcConfirmModal.vue.mjs +155 -0
- package/library/components/VcModal/VcConfirmModal.vue2.mjs +4 -0
- package/library/components/VcModal/VcModal.vue.mjs +363 -0
- package/library/components/VcModal/VcModal.vue3.mjs +5 -0
- package/library/components/VcNotification/VcNotification.vue.mjs +138 -0
- package/library/components/VcNotification/VcNotification.vue3.mjs +5 -0
- package/library/components/VcNotification/VcNotificationMessage.vue.mjs +115 -0
- package/library/components/VcNotification/VcNotificationMessage.vue2.mjs +4 -0
- package/library/components/VcOtpInput/VcOtpInput.vue.mjs +356 -0
- package/library/components/VcOtpInput/VcOtpInput.vue3.mjs +5 -0
- package/library/components/VcPagination/VcPagination.vue.mjs +130 -0
- package/library/components/VcPagination/VcPagination.vue3.mjs +5 -0
- package/library/components/VcPagination/VcPaginationButton.vue.mjs +26 -0
- package/library/components/VcPagination/VcPaginationButton.vue2.mjs +4 -0
- package/library/components/VcPdfViewer/VcPdfDocument.vue.mjs +343 -0
- package/library/components/VcPdfViewer/VcPdfDocument.vue3.mjs +5 -0
- package/library/components/VcPdfViewer/VcPdfDocumentCard.vue.mjs +66 -0
- package/library/components/VcPdfViewer/VcPdfDocumentCard.vue3.mjs +5 -0
- package/library/components/VcPdfViewer/VcPdfDocumentPage.vue.mjs +192 -0
- package/library/components/VcPdfViewer/VcPdfDocumentPage.vue3.mjs +5 -0
- package/library/components/VcPdfViewer/VcPdfDocumentViewerFooter.vue.mjs +81 -0
- package/library/components/VcPdfViewer/VcPdfDocumentViewerFooter.vue3.mjs +5 -0
- package/library/components/VcPdfViewer/VcPdfDocumentViewerToolbar.vue.mjs +67 -0
- package/library/components/VcPdfViewer/VcPdfDocumentViewerToolbar.vue2.mjs +4 -0
- package/library/components/VcPdfViewer/pdf.worker.min.js +22 -0
- package/library/components/VcPdfViewer/pdfjslib.mjs +19 -0
- package/library/components/VcPdfViewer/utils.mjs +61 -0
- package/library/components/VcPhoneInput/VcFlagLabel.vue.mjs +32 -0
- package/library/components/VcPhoneInput/VcFlagLabel.vue3.mjs +5 -0
- package/library/components/VcPhoneInput/VcPhoneInput.vue.mjs +367 -0
- package/library/components/VcPhoneInput/VcPhoneInput.vue3.mjs +5 -0
- package/library/components/VcPopover/VcConfirmPopover.vue.mjs +242 -0
- package/library/components/VcPopover/VcConfirmPopover.vue3.mjs +5 -0
- package/library/components/VcPopover/VcPopover.vue.mjs +130 -0
- package/library/components/VcPopover/VcPopover.vue3.mjs +5 -0
- package/library/components/VcPopover/VcSelectPopover.vue.mjs +150 -0
- package/library/components/VcPopover/VcSelectPopover.vue3.mjs +5 -0
- package/library/components/VcProgress/VcProgress.vue.mjs +125 -0
- package/library/components/VcProgress/VcProgress.vue3.mjs +5 -0
- package/library/components/VcProgress/VcProgressCircular.vue.mjs +207 -0
- package/library/components/VcProgress/VcProgressCircular.vue3.mjs +5 -0
- package/library/components/VcProgress/progress.options.mjs +32 -0
- package/library/components/VcRadio/VcRadio.vue.mjs +104 -0
- package/library/components/VcRadio/VcRadio.vue3.mjs +5 -0
- package/library/components/VcRadioButtons/VcRadioButtonsGroup.vue.mjs +106 -0
- package/library/components/VcRadioButtons/VcRadioButtonsGroup.vue3.mjs +5 -0
- package/library/components/VcRadioGroup/VcRadioGroup.vue.mjs +82 -0
- package/library/components/VcRadioGroup/VcRadioGroup.vue3.mjs +5 -0
- package/library/components/VcRadioTabs/UiComponents/VcRadioTabsNav.vue.mjs +79 -0
- package/library/components/VcRadioTabs/UiComponents/VcRadioTabsNav.vue3.mjs +5 -0
- package/library/components/VcRadioTabs/VcRadioTabs.vue.mjs +97 -0
- package/library/components/VcRadioTabs/VcRadioTabs.vue3.mjs +5 -0
- package/library/components/VcSegmented/VcSegmented.vue.mjs +80 -0
- package/library/components/VcSegmented/VcSegmented.vue3.mjs +5 -0
- package/library/components/VcSelect/VcInfiniteScrollSelect.vue.mjs +224 -0
- package/library/components/VcSelect/VcInfiniteScrollSelect.vue2.mjs +4 -0
- package/library/components/VcSelect/VcSelect.vue.mjs +364 -0
- package/library/components/VcSelect/VcSelect.vue3.mjs +5 -0
- package/library/components/VcSelect/VcSelectGrouped.vue.mjs +179 -0
- package/library/components/VcSelect/VcSelectGrouped.vue2.mjs +4 -0
- package/library/components/VcSelect/VcSelectOption.vue.mjs +52 -0
- package/library/components/VcSelect/VcSelectOption.vue3.mjs +5 -0
- package/library/components/VcSipFlow/VcSipFlow.vue.mjs +348 -0
- package/library/components/VcSipFlow/VcSipFlow.vue3.mjs +5 -0
- package/library/components/VcSipFlow/sip-flow.options.mjs +111 -0
- package/library/components/VcSkeletonLoader/Loaders/Card.vue.mjs +7 -0
- package/library/components/VcSkeletonLoader/Loaders/Card.vue2.mjs +52 -0
- package/library/components/VcSkeletonLoader/Loaders/Circle.vue.mjs +7 -0
- package/library/components/VcSkeletonLoader/Loaders/Circle.vue2.mjs +32 -0
- package/library/components/VcSkeletonLoader/Loaders/Row.vue.mjs +7 -0
- package/library/components/VcSkeletonLoader/Loaders/Row.vue2.mjs +30 -0
- package/library/components/VcSkeletonLoader/Loaders/Square.vue.mjs +7 -0
- package/library/components/VcSkeletonLoader/Loaders/Square.vue2.mjs +32 -0
- package/library/components/VcSkeletonLoader/Loaders/Text.vue.mjs +7 -0
- package/library/components/VcSkeletonLoader/Loaders/Text.vue2.mjs +26 -0
- package/library/components/VcSkeletonLoader/VcSkeletonLoader.vue.mjs +92 -0
- package/library/components/VcSkeletonLoader/VcSkeletonLoader.vue2.mjs +4 -0
- package/library/components/VcSlider/VcSlider.vue.mjs +23 -0
- package/library/components/VcSlider/VcSlider.vue3.mjs +5 -0
- package/library/components/VcSoundplayer/VcPlayerPlayStopButton.vue.mjs +74 -0
- package/library/components/VcSoundplayer/VcPlayerPlayStopButton.vue2.mjs +4 -0
- package/library/components/VcSoundplayer/VcPlayerPlaybackRate.vue.mjs +40 -0
- package/library/components/VcSoundplayer/VcPlayerPlaybackRate.vue3.mjs +5 -0
- package/library/components/VcSoundplayer/VcPlayerPlaybackRatePopup.vue.mjs +71 -0
- package/library/components/VcSoundplayer/VcPlayerPlaybackRatePopup.vue2.mjs +4 -0
- package/library/components/VcSoundplayer/VcPlayerSkipButtons.vue.mjs +61 -0
- package/library/components/VcSoundplayer/VcPlayerSkipButtons.vue3.mjs +5 -0
- package/library/components/VcSoundplayer/VcSoundCurrentTime.vue.mjs +16 -0
- package/library/components/VcSoundplayer/VcSoundCurrentTime.vue2.mjs +4 -0
- package/library/components/VcSoundplayer/VcSoundDuration.vue.mjs +16 -0
- package/library/components/VcSoundplayer/VcSoundDuration.vue2.mjs +4 -0
- package/library/components/VcSoundplayer/VcSoundPlayer.vue.mjs +7 -0
- package/library/components/VcSoundplayer/VcSoundPlayer.vue2.mjs +275 -0
- package/library/components/VcSoundplayer/VcSoundPlayerError.vue.mjs +42 -0
- package/library/components/VcSoundplayer/VcSoundPlayerError.vue2.mjs +4 -0
- package/library/components/VcSoundplayer/VcSoundPlayerProgress.vue.mjs +61 -0
- package/library/components/VcSoundplayer/VcSoundPlayerProgress.vue3.mjs +5 -0
- package/library/components/VcSoundplayer/VcSoundPlayerWrapper.vue.mjs +289 -0
- package/library/components/VcSoundplayer/VcSoundPlayerWrapper.vue3.mjs +5 -0
- package/library/components/VcSoundplayer/VcSoundVolume.vue.mjs +105 -0
- package/library/components/VcSoundplayer/VcSoundVolume.vue3.mjs +5 -0
- package/library/components/VcSoundplayer/player.options.mjs +36 -0
- package/library/components/VcSoundplayer/useSoundPlayerProvideInject.mjs +16 -0
- package/library/components/VcSparkline/VcBarLine.vue.mjs +203 -0
- package/library/components/VcSparkline/VcBarLine.vue2.mjs +4 -0
- package/library/components/VcSparkline/VcSparkline.vue.mjs +89 -0
- package/library/components/VcSparkline/VcSparkline.vue2.mjs +4 -0
- package/library/components/VcSparkline/VcTrendLine.vue.mjs +202 -0
- package/library/components/VcSparkline/VcTrendLine.vue2.mjs +4 -0
- package/library/components/VcSparkline/helper.mjs +98 -0
- package/library/components/VcSplitButton/VcSplitButton.vue.mjs +179 -0
- package/library/components/VcSplitButton/VcSplitButton.vue3.mjs +5 -0
- package/library/components/VcSwitch/VcSwitch.vue.mjs +187 -0
- package/library/components/VcSwitch/VcSwitch.vue3.mjs +5 -0
- package/library/components/VcSystemUserPrompt/VcSystemUserPrompt.vue.mjs +127 -0
- package/library/components/VcSystemUserPrompt/VcSystemUserPrompt.vue2.mjs +4 -0
- package/library/components/VcSystemUserPrompt/enum.mjs +29 -0
- package/library/components/VcTable/VcTable.vue.mjs +8 -0
- package/library/components/VcTable/VcTable.vue2.mjs +1069 -0
- package/library/components/VcTable/tableOptions.mjs +16 -0
- package/library/components/VcTabs/VcTabNav.vue.mjs +280 -0
- package/library/components/VcTabs/VcTabNav.vue3.mjs +5 -0
- package/library/components/VcTabs/VcTabPane.vue.mjs +105 -0
- package/library/components/VcTabs/VcTabPane.vue3.mjs +5 -0
- package/library/components/VcTabs/VcTabs.vue.mjs +171 -0
- package/library/components/VcTabs/VcTabs.vue3.mjs +5 -0
- package/library/components/VcTag/VcTag.vue.mjs +104 -0
- package/library/components/VcTag/VcTag.vue3.mjs +5 -0
- package/library/components/VcTagInput/VcTagInput.vue.mjs +294 -0
- package/library/components/VcTagInput/VcTagInput.vue3.mjs +5 -0
- package/library/components/VcTimeInput/VcTimeInput.vue.mjs +357 -0
- package/library/components/VcTimeInput/VcTimeInput.vue3.mjs +5 -0
- package/library/components/VcTour/VcTour.vue.mjs +109 -0
- package/library/components/VcTour/VcTour.vue3.mjs +5 -0
- package/library/components/VcTransfer/VcTransfer.vue.mjs +59 -0
- package/library/components/VcTransfer/VcTransfer.vue3.mjs +5 -0
- package/library/components/VcTree/VcTree.vue.mjs +363 -0
- package/library/components/VcTree/VcTree.vue3.mjs +5 -0
- package/library/components/VcTree/VcTreeSelect.vue.mjs +364 -0
- package/library/components/VcTree/VcTreeSelect.vue4.mjs +6 -0
- package/library/components/VcTree/treeTypeUtils.mjs +16 -0
- package/library/components/VcVerticalTabs/VcVerticalTabs.vue.mjs +102 -0
- package/library/components/VcVerticalTabs/VcVerticalTabs.vue3.mjs +5 -0
- package/library/components/VcVerticalTabs/VerticalTabNav.vue.mjs +80 -0
- package/library/components/VcVerticalTabs/VerticalTabNav.vue3.mjs +5 -0
- package/library/components/VcViewSwitcher/VcViewSwitcher.vue.mjs +86 -0
- package/library/components/VcViewSwitcher/VcViewSwitcher.vue3.mjs +5 -0
- package/library/components/VcWizard/VcSummaryProgress.vue.mjs +66 -0
- package/library/components/VcWizard/VcSummaryProgress.vue3.mjs +5 -0
- package/library/components/VcWizard/VcSummaryStep.vue.mjs +114 -0
- package/library/components/VcWizard/VcSummaryStep.vue3.mjs +5 -0
- package/library/components/VcWizard/VcWizard.vue.mjs +313 -0
- package/library/components/VcWizard/VcWizard.vue3.mjs +5 -0
- package/library/components/VcWizard/VcWizardNavigation.vue.mjs +154 -0
- package/library/components/VcWizard/VcWizardNavigation.vue3.mjs +5 -0
- package/library/components/VcWizard/VcWizardSummary.vue.mjs +50 -0
- package/library/components/VcWizard/VcWizardSummary.vue3.mjs +5 -0
- package/library/composables/input/useInputBase.mjs +19 -0
- package/library/composables/input/useInputColor.mjs +53 -0
- package/library/composables/option/useOptionMethods.mjs +176 -0
- package/library/composables/useConfirmModal.mjs +57 -0
- package/library/composables/useConfirmPopup.mjs +76 -0
- package/library/composables/useCopyButton.mjs +26 -0
- package/library/composables/useRTL.mjs +46 -0
- package/library/directives/click-outside.mjs +5 -0
- package/library/directives/index.mjs +7 -0
- package/library/directives/input-mask.mjs +5 -0
- package/library/directives/long-press.mjs +41 -0
- package/library/directives/resize.mjs +82 -0
- package/library/entity/components/Button/VcEntityAddButton.vue.mjs +32 -0
- package/library/entity/components/Button/VcEntityAddButton.vue2.mjs +4 -0
- package/library/entity/components/Button/VcEntityCancelButton.vue.mjs +55 -0
- package/library/entity/components/Button/VcEntityCancelButton.vue2.mjs +4 -0
- package/library/entity/components/Button/VcEntityDeleteIconButton.vue.mjs +58 -0
- package/library/entity/components/Button/VcEntityDeleteIconButton.vue2.mjs +4 -0
- package/library/entity/components/Button/VcEntityEditIconButton.vue.mjs +22 -0
- package/library/entity/components/Button/VcEntityEditIconButton.vue2.mjs +4 -0
- package/library/entity/components/Button/VcEntityRestoreButton.vue.mjs +53 -0
- package/library/entity/components/Button/VcEntityRestoreButton.vue2.mjs +4 -0
- package/library/entity/components/Button/VcEntityStatusButton.vue.mjs +114 -0
- package/library/entity/components/Button/VcEntityStatusButton.vue2.mjs +4 -0
- package/library/entity/components/Form/VcBaseVerticalForm.vue.mjs +7 -0
- package/library/entity/components/Form/VcBaseVerticalForm.vue2.mjs +96 -0
- package/library/entity/components/Form/VcEntityEditPageForm.vue.mjs +129 -0
- package/library/entity/components/Form/VcEntityEditPageForm.vue3.mjs +5 -0
- package/library/entity/components/Form/VcEntityVerticalCreateForm.vue.mjs +44 -0
- package/library/entity/components/Form/VcEntityVerticalCreateForm.vue2.mjs +4 -0
- package/library/entity/components/Form/VcEntityVerticalEditForm.vue.mjs +154 -0
- package/library/entity/components/Form/VcEntityVerticalEditForm.vue2.mjs +4 -0
- package/library/entity/components/Table/VcEntityListTable.vue.mjs +7 -0
- package/library/entity/components/Table/VcEntityListTable.vue2.mjs +413 -0
- package/library/entity/components/Tabs/VcEntityEditableTabs.vue.mjs +7 -0
- package/library/entity/components/Tabs/VcEntityEditableTabs.vue2.mjs +288 -0
- package/library/entity/composable/useEditableTabs.mjs +53 -0
- package/library/entity/composable/useEntityListTableExternalPaginate.mjs +23 -0
- package/library/entity/composable/useEntityProvideInject.mjs +16 -0
- package/library/entity/composable/useEntityTabsProvideInject.mjs +16 -0
- package/library/entity/services/BaseEntityService.mjs +133 -0
- package/library/enum/constants.mjs +61 -0
- package/library/enum/countries.mjs +1253 -0
- package/library/enum/dataTestAttributes.mjs +8 -0
- package/library/enum/icons.mjs +1620 -0
- package/library/enum/inputDefaults.mjs +15 -0
- package/library/font/FontLoader.mjs +213 -0
- package/library/font/index.mjs +29 -0
- package/library/index.mjs +400 -0
- package/library/index.mjs.br +0 -0
- package/library/index.mjs.gz +0 -0
- package/library/localization/index.mjs +76 -0
- package/library/localization/index.mjs.br +0 -0
- package/library/localization/index.mjs.gz +0 -0
- package/library/localization/locales/en.json.mjs +165 -0
- package/library/plugin.mjs +515 -0
- package/library/plugin.mjs.br +0 -0
- package/library/plugin.mjs.gz +0 -0
- package/library/services/VcNotifyService.mjs +26 -0
- package/library/style.css +277 -0
- package/library/style.css.br +0 -0
- package/library/style.css.gz +0 -0
- package/library/theme/index.mjs +80 -0
- package/library/theme/index.mjs.br +0 -0
- package/library/theme/index.mjs.gz +0 -0
- package/library/theme/themeMerge.mjs +31 -0
- package/library/theme/themes.json.mjs +240 -0
- package/library/tokens/tokens.mjs +17 -0
- package/library/types/VcMdEditor.types.mjs +6 -0
- package/library/types/components/VcAutocomplete/VcAutocomplete.vue.d.ts +197 -0
- package/library/types/components/VcButton/VcButton.vue.d.ts +99 -0
- package/library/types/components/VcButton/VcButtonIcon.vue.d.ts +106 -0
- package/library/types/components/VcButton/VcToggleButton.vue.d.ts +115 -0
- package/library/types/components/VcCard/VcCard.vue.d.ts +51 -0
- package/library/types/components/VcCheckbox/VcCheckbox.vue.d.ts +101 -0
- package/library/types/components/VcCheckboxGroup/VcCheckboxGroup.vue.d.ts +90 -0
- package/library/types/components/VcCollapse/VcCollapseItem.vue.d.ts +103 -0
- package/library/types/components/VcCollapse/VcCollapseTransition.vue.d.ts +23 -0
- package/library/types/components/VcColorPicker/VcColorPicker.vue.d.ts +76 -0
- package/library/types/components/VcDatePicker/VcDatePicker.vue.d.ts +114 -0
- package/library/types/components/VcDatePickerPanel/VcDatePickerPanel.vue.d.ts +146 -0
- package/library/types/components/VcDelimitedList/VcDelimitedList.vue.d.ts +90 -0
- package/library/types/components/VcDropdown/VcDropdown.vue.d.ts +109 -0
- package/library/types/components/VcExcelUploader/VcExcelFileProcessLoader.vue.d.ts +52 -0
- package/library/types/components/VcExcelUploader/VcExcelFileUploadBlock.vue.d.ts +59 -0
- package/library/types/components/VcExcelUploader/VcExcelFileUploader.vue.d.ts +119 -0
- package/library/types/components/VcExcelUploader/VcFileImportErrorsCard.vue.d.ts +39 -0
- package/library/types/components/VcExcelUploader/VcFileImportParseResultBlock.vue.d.ts +75 -0
- package/library/types/components/VcExcelUploader/VcFileImportResultBindData.vue.d.ts +53 -0
- package/library/types/components/VcExcelUploader/VcFileImportResultBindDataTable.vue.d.ts +43 -0
- package/library/types/components/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerRelative.vue.d.ts +69 -0
- package/library/types/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePicker.vue.d.ts +123 -0
- package/library/types/components/VcExtendedDatetimeRangePicker/composable.d.ts +11 -0
- package/library/types/components/VcExtendedDatetimeRangePicker/enum.d.ts +22 -0
- package/library/types/components/VcFileUploader/VcFileUploader.vue.d.ts +219 -0
- package/library/types/components/VcForm/UiComponents/VcInputLabel.vue.d.ts +46 -0
- package/library/types/components/VcForm/VcForm.vue.d.ts +89 -0
- package/library/types/components/VcForm/VcFormItem.vue.d.ts +75 -0
- package/library/types/components/VcHtmlEditor/VcHtmlEditor.vue.d.ts +63 -0
- package/library/types/components/VcHtmlEditor/VcHtmlEditorToolbar.vue.d.ts +43 -0
- package/library/types/components/VcHtmlEditor/htmlEditor.config.d.ts +20 -0
- package/library/types/components/VcHyperLink/VcHyperLink.vue.d.ts +72 -0
- package/library/types/components/VcIcon/VcIcon.vue.d.ts +70 -0
- package/library/types/components/VcIconPicker/VcIconPicker.vue.d.ts +68 -0
- package/library/types/components/VcImageUploader/VcImageUploader.vue.d.ts +168 -0
- package/library/types/components/VcInput/VcInput.vue.d.ts +112 -0
- package/library/types/components/VcInputNumber/VcInputNumber.vue.d.ts +94 -0
- package/library/types/components/VcJsonSchema/Components/ImportJsonSchemaModal.vue.d.ts +25 -0
- package/library/types/components/VcJsonSchema/Components/JsonCodeMirror.vue.d.ts +23 -0
- package/library/types/components/VcJsonSchema/Components/JsonSchemaEditor.vue.d.ts +87 -0
- package/library/types/components/VcJsonSchema/Components/JsonSchemaManageModal.vue.d.ts +28 -0
- package/library/types/components/VcJsonSchema/PropertySetup/JsonSchemaPropertyModal.vue.d.ts +38 -0
- package/library/types/components/VcJsonSchema/VcJsonSchema.vue.d.ts +60 -0
- package/library/types/components/VcJsonSchema/helpers/jsonSchema.enum.d.ts +17 -0
- package/library/types/components/VcJsonSchema/helpers/jsonSchema.helper.d.ts +2 -0
- package/library/types/components/VcLoading/Loaders/LoadIcon.vue.d.ts +32 -0
- package/library/types/components/VcLoading/Loaders/types.d.ts +13 -0
- package/library/types/components/VcLoading/VcLoading.vue.d.ts +64 -0
- package/library/types/components/VcLoading/enum.d.ts +143 -0
- package/library/types/components/VcMdEditor/VcMdEditor.vue.d.ts +278 -0
- package/library/types/components/VcMdEditor/VcMdEditorContent.vue.d.ts +82 -0
- package/library/types/components/VcMdEditor/VcMdEditorToolbar.vue.d.ts +27 -0
- package/library/types/components/VcMdEditor/buildMustacheSnippet.d.ts +2 -0
- package/library/types/components/VcMdEditor/mdEditor.config.d.ts +57 -0
- package/library/types/components/VcMeterGroup/VcMeterGroup.vue.d.ts +116 -0
- package/library/types/components/VcMeterGroup/VcMeterGroupLabel.vue.d.ts +55 -0
- package/library/types/components/VcModal/VcConfirmModal.vue.d.ts +52 -0
- package/library/types/components/VcModal/VcModal.vue.d.ts +155 -0
- package/library/types/components/VcNotification/VcNotification.vue.d.ts +86 -0
- package/library/types/components/VcOtpInput/VcOtpInput.vue.d.ts +88 -0
- package/library/types/components/VcPagination/VcPagination.vue.d.ts +66 -0
- package/library/types/components/VcPagination/VcPaginationButton.vue.d.ts +56 -0
- package/library/types/components/VcPdfViewer/VcPdfDocument.vue.d.ts +53 -0
- package/library/types/components/VcPdfViewer/VcPdfDocumentCard.vue.d.ts +47 -0
- package/library/types/components/VcPdfViewer/VcPdfDocumentPage.vue.d.ts +55 -0
- package/library/types/components/VcPdfViewer/VcPdfDocumentViewerFooter.vue.d.ts +63 -0
- package/library/types/components/VcPdfViewer/VcPdfDocumentViewerToolbar.vue.d.ts +28 -0
- package/library/types/components/VcPdfViewer/pdfjslib.d.ts +8 -0
- package/library/types/components/VcPdfViewer/utils.d.ts +7 -0
- package/library/types/components/VcPhoneInput/VcFlagLabel.vue.d.ts +30 -0
- package/library/types/components/VcPhoneInput/VcPhoneInput.vue.d.ts +140 -0
- package/library/types/components/VcPopover/VcConfirmPopover.vue.d.ts +55 -0
- package/library/types/components/VcPopover/VcPopover.vue.d.ts +108 -0
- package/library/types/components/VcPopover/VcSelectPopover.vue.d.ts +113 -0
- package/library/types/components/VcProgress/VcProgress.vue.d.ts +86 -0
- package/library/types/components/VcProgress/VcProgressCircular.vue.d.ts +88 -0
- package/library/types/components/VcRadio/VcRadio.vue.d.ts +62 -0
- package/library/types/components/VcRadioGroup/VcRadioGroup.vue.d.ts +86 -0
- package/library/types/components/VcRadioTabs/UiComponents/VcRadioTabsNav.vue.d.ts +56 -0
- package/library/types/components/VcRadioTabs/VcRadioTabs.vue.d.ts +92 -0
- package/library/types/components/VcSegmented/VcSegmented.vue.d.ts +95 -0
- package/library/types/components/VcSelect/VcInfiniteScrollSelect.vue.d.ts +167 -0
- package/library/types/components/VcSelect/VcSelect.vue.d.ts +266 -0
- package/library/types/components/VcSelect/VcSelectGrouped.vue.d.ts +189 -0
- package/library/types/components/VcSelect/VcSelectOption.vue.d.ts +55 -0
- package/library/types/components/VcSipFlow/VcSipFlow.vue.d.ts +99 -0
- package/library/types/components/VcSipFlow/sip-flow.options.d.ts +77 -0
- package/library/types/components/VcSkeletonLoader/VcSkeletonLoader.vue.d.ts +56 -0
- package/library/types/components/VcSoundplayer/VcPlayerPlayStopButton.vue.d.ts +85 -0
- package/library/types/components/VcSoundplayer/VcPlayerPlaybackRate.vue.d.ts +45 -0
- package/library/types/components/VcSoundplayer/VcPlayerPlaybackRatePopup.vue.d.ts +50 -0
- package/library/types/components/VcSoundplayer/VcPlayerSkipButtons.vue.d.ts +73 -0
- package/library/types/components/VcSoundplayer/VcSoundPlayer.vue.d.ts +101 -0
- package/library/types/components/VcSoundplayer/VcSoundPlayerError.vue.d.ts +32 -0
- package/library/types/components/VcSoundplayer/VcSoundPlayerWrapper.vue.d.ts +212 -0
- package/library/types/components/VcSoundplayer/VcSoundVolume.vue.d.ts +64 -0
- package/library/types/components/VcSoundplayer/player.options.d.ts +10 -0
- package/library/types/components/VcSparkline/VcBarLine.vue.d.ts +115 -0
- package/library/types/components/VcSparkline/VcSparkline.vue.d.ts +121 -0
- package/library/types/components/VcSparkline/VcTrendLine.vue.d.ts +114 -0
- package/library/types/components/VcSparkline/helper.d.ts +12 -0
- package/library/types/components/VcSplitButton/VcSplitButton.vue.d.ts +102 -0
- package/library/types/components/VcSwitch/VcSwitch.vue.d.ts +153 -0
- package/library/types/components/VcSystemUserPrompt/enum.d.ts +14 -0
- package/library/types/components/VcTable/VcTable.vue.d.ts +386 -0
- package/library/types/components/VcTabs/VcTabNav.vue.d.ts +70 -0
- package/library/types/components/VcTabs/VcTabPane.vue.d.ts +80 -0
- package/library/types/components/VcTabs/VcTabs.vue.d.ts +606 -0
- package/library/types/components/VcTag/VcTag.vue.d.ts +92 -0
- package/library/types/components/VcTagInput/VcTagInput.vue.d.ts +139 -0
- package/library/types/components/VcTimeInput/VcTimeInput.vue.d.ts +93 -0
- package/library/types/components/VcTour/VcTour.vue.d.ts +70 -0
- package/library/types/components/VcTree/VcTree.vue.d.ts +151 -0
- package/library/types/components/VcTree/VcTreeSelect.vue.d.ts +1371 -0
- package/library/types/components/VcTree/treeTypeUtils.d.ts +20 -0
- package/library/types/components/VcViewSwitcher/VcViewSwitcher.vue.d.ts +74 -0
- package/library/types/components/VcWizard/VcSummaryProgress.vue.d.ts +54 -0
- package/library/types/components/VcWizard/VcWizard.vue.d.ts +107 -0
- package/library/types/components/exports.d.ts +163 -0
- package/library/types/composables/input/useInputBase.d.ts +27 -0
- package/library/types/composables/input/useInputColor.d.ts +25 -0
- package/library/types/composables/input/useInputLabel.d.ts +15 -0
- package/library/types/composables/option/useOptionMethods.d.ts +19 -0
- package/library/types/composables/useConfirmModal.d.ts +30 -0
- package/library/types/composables/useConfirmPopup.d.ts +9 -0
- package/library/types/directives/index.d.ts +4 -0
- package/library/types/directives/input-mask.d.ts +2 -0
- package/library/types/entity/components/Button/VcEntityAddButton.vue.d.ts +41 -0
- package/library/types/entity/components/Button/VcEntityCancelButton.vue.d.ts +53 -0
- package/library/types/entity/components/Button/VcEntityDeleteIconButton.vue.d.ts +48 -0
- package/library/types/entity/components/Button/VcEntityEditIconButton.vue.d.ts +36 -0
- package/library/types/entity/components/Button/VcEntityRestoreButton.vue.d.ts +53 -0
- package/library/types/entity/components/Button/VcEntityStatusButton.vue.d.ts +47 -0
- package/library/types/entity/components/Form/VcBaseVerticalForm.vue.d.ts +55 -0
- package/library/types/entity/components/Form/VcEntityEditPageForm.vue.d.ts +61 -0
- package/library/types/entity/components/Form/VcEntityVerticalCreateForm.vue.d.ts +50 -0
- package/library/types/entity/components/Form/VcEntityVerticalEditForm.vue.d.ts +85 -0
- package/library/types/entity/components/Table/VcEntityListTable.vue.d.ts +147 -0
- package/library/types/entity/components/Tabs/VcEntityEditableTabs.vue.d.ts +166 -0
- package/library/types/entity/components/index.d.ts +29 -0
- package/library/types/entity/composable/useConfirmModal.d.ts +1 -0
- package/library/types/entity/composable/useConfirmPopup.d.ts +1 -0
- package/library/types/entity/composable/useEditableTabs.d.ts +12 -0
- package/library/types/entity/composable/useEntityListTableExternalPaginate.d.ts +17 -0
- package/library/types/entity/composable/useEntityProvideInject.d.ts +24 -0
- package/library/types/entity/composable/useEntityTabsProvideInject.d.ts +3 -0
- package/library/types/entity/index.d.ts +1 -0
- package/library/types/entity/services/BaseEntityService.d.ts +104 -0
- package/library/types/entity/services/index.d.ts +1 -0
- package/library/types/enum/countries.d.ts +11 -0
- package/library/types/enum/icons.d.ts +1293 -0
- package/library/types/icons.types.mjs +14 -0
- package/library/types/index.d.ts +135 -0
- package/library/types/localization/index.d.ts +32 -0
- package/library/types/plugin.d.ts +5 -0
- package/library/types/services/VcNotifyService.d.ts +22 -0
- package/library/types/theme/index.d.ts +8 -0
- package/library/types/theme/themeMerge.d.ts +3 -0
- package/library/types/theme/themes.json.d.ts +230 -0
- package/library/types/tokens/tokens.d.ts +9 -0
- package/library/types/types/Entity.basic.types.d.ts +23 -0
- package/library/types/types/Entity.types.d.ts +5 -0
- package/library/types/types/Entry.types.d.ts +13 -0
- package/library/types/types/ExcelParser.types.d.ts +148 -0
- package/library/types/types/OptionAndConfig.types.d.ts +34 -0
- package/library/types/types/Tabs.d.ts +22 -0
- package/library/types/types/VcDropdown.types.d.ts +53 -0
- package/library/types/types/VcEditableTabs.types.d.ts +4 -0
- package/library/types/types/VcFileUploader.types.d.ts +10 -0
- package/library/types/types/VcMdEditor.types.d.ts +18 -0
- package/library/types/types/VcMeterGroup.types.d.ts +25 -0
- package/library/types/types/VcPopover.types.d.ts +71 -0
- package/library/types/types/VcSipFlow.types.d.ts +95 -0
- package/library/types/types/VcSoundPlayer.types.d.ts +34 -0
- package/library/types/types/VcSparkline.types.d.ts +27 -0
- package/library/types/types/VcSplitButton.types.d.ts +15 -0
- package/library/types/types/VcTable.types.d.ts +73 -0
- package/library/types/types/VcTabs.types.d.ts +37 -0
- package/library/types/types/VcTour.types.d.ts +52 -0
- package/library/types/types/VcTree.types.d.ts +33 -0
- package/library/types/types/VcWizard.types.d.ts +29 -0
- package/library/types/types/basic.types.d.ts +17 -0
- package/library/types/types/icons.types.d.ts +23 -0
- package/library/types/types/index.d.ts +52 -0
- package/library/types/utils/ToastEventBus.d.ts +15 -0
- package/library/types/utils/UniqueComponentId.d.ts +8 -0
- package/library/types/utils/excelParser/configs.d.ts +5 -0
- package/library/types/utils/excelParser/helper.d.ts +28 -0
- package/library/types/utils/excelParser/parser.d.ts +146 -0
- package/library/types/utils/excelParser/validations.d.ts +19 -0
- package/library/types/utils/globalSingleton.d.ts +9 -0
- package/library/types/utils/helpers.d.ts +6 -0
- package/library/types/utils/jsonSchema/helpers.d.ts +24 -0
- package/library/types/utils/jsonSchema/index.d.ts +50 -0
- package/library/types/utils/lucideIcon.d.ts +25 -0
- package/library/types/utils/mime-types.d.ts +12 -0
- package/library/utils/DomHandler.mjs +44 -0
- package/library/utils/ToastEventBus.mjs +36 -0
- package/library/utils/UniqueComponentId.mjs +9 -0
- package/library/utils/ZIndexUtils.mjs +59 -0
- package/library/utils/dateTime.mjs +97 -0
- package/library/utils/excelParser/configs.mjs +29 -0
- package/library/utils/excelParser/helper.mjs +70 -0
- package/library/utils/excelParser/parser.mjs +398 -0
- package/library/utils/excelParser/validations.mjs +100 -0
- package/library/utils/globalSingleton.mjs +12 -0
- package/library/utils/helpers.mjs +64 -0
- package/library/utils/jsonSchema/helpers.mjs +93 -0
- package/library/utils/jsonSchema/index.mjs +208 -0
- package/library/utils/jsonSchema/index.mjs.br +0 -0
- package/library/utils/jsonSchema/index.mjs.gz +0 -0
- package/library/utils/jsonSchema/jsonSchemaHelpers.mjs +79 -0
- package/library/utils/lucideIcon.mjs +60 -0
- package/library/utils/makeDataTestAttributeValue.mjs +6 -0
- package/library/utils/mime-types.mjs +24 -0
- package/package.json +69 -40
- package/src/theme/index.ts +101 -0
- package/src/theme/themeMerge.ts +40 -0
- package/src/theme/themes.json +227 -0
- package/tailwind.config.js +1 -1
- package/library/core/apl-fqmucPXA.mjs +0 -140
- package/library/core/apl-fqmucPXA.mjs.br +0 -0
- package/library/core/apl-fqmucPXA.mjs.gz +0 -0
- package/library/core/asciiarmor-DucZyvP0.mjs +0 -56
- package/library/core/asciiarmor-DucZyvP0.mjs.br +0 -0
- package/library/core/asciiarmor-DucZyvP0.mjs.gz +0 -0
- package/library/core/asn1-BnOEsgAm.mjs +0 -144
- package/library/core/asn1-BnOEsgAm.mjs.br +0 -0
- package/library/core/asn1-BnOEsgAm.mjs.gz +0 -0
- package/library/core/asterisk-QAlztEwS.mjs +0 -345
- package/library/core/asterisk-QAlztEwS.mjs.br +0 -0
- package/library/core/asterisk-QAlztEwS.mjs.gz +0 -0
- package/library/core/brainfuck-DZVCuF_t.mjs +0 -53
- package/library/core/brainfuck-DZVCuF_t.mjs.br +0 -0
- package/library/core/brainfuck-DZVCuF_t.mjs.gz +0 -0
- package/library/core/clike-DaICHkS3.mjs +0 -805
- package/library/core/clike-DaICHkS3.mjs.br +0 -0
- package/library/core/clike-DaICHkS3.mjs.gz +0 -0
- package/library/core/clojure-BhXMqnxz.mjs +0 -849
- package/library/core/clojure-BhXMqnxz.mjs.br +0 -0
- package/library/core/clojure-BhXMqnxz.mjs.gz +0 -0
- package/library/core/cmake-BGaNd9E7.mjs +0 -71
- package/library/core/cmake-BGaNd9E7.mjs.br +0 -0
- package/library/core/cmake-BGaNd9E7.mjs.gz +0 -0
- package/library/core/cobol-4yqQntpt.mjs +0 -120
- package/library/core/cobol-4yqQntpt.mjs.br +0 -0
- package/library/core/cobol-4yqQntpt.mjs.gz +0 -0
- package/library/core/coffeescript-D2dXvhEc.mjs +0 -308
- package/library/core/coffeescript-D2dXvhEc.mjs.br +0 -0
- package/library/core/coffeescript-D2dXvhEc.mjs.gz +0 -0
- package/library/core/commonlisp-CF_VNHQR.mjs +0 -130
- package/library/core/commonlisp-CF_VNHQR.mjs.br +0 -0
- package/library/core/commonlisp-CF_VNHQR.mjs.gz +0 -0
- package/library/core/crystal-DyuLTqLs.mjs +0 -398
- package/library/core/crystal-DyuLTqLs.mjs.br +0 -0
- package/library/core/crystal-DyuLTqLs.mjs.gz +0 -0
- package/library/core/css-c-jst79C.mjs +0 -1783
- package/library/core/css-c-jst79C.mjs.br +0 -0
- package/library/core/css-c-jst79C.mjs.gz +0 -0
- package/library/core/cypher-Dlu_3r4V.mjs +0 -121
- package/library/core/cypher-Dlu_3r4V.mjs.br +0 -0
- package/library/core/cypher-Dlu_3r4V.mjs.gz +0 -0
- package/library/core/d-UURgV0Ux.mjs +0 -179
- package/library/core/d-UURgV0Ux.mjs.br +0 -0
- package/library/core/d-UURgV0Ux.mjs.gz +0 -0
- package/library/core/diff-B_Bi2Crb.mjs +0 -25
- package/library/core/dockerfile-D1TIj5jA.mjs +0 -201
- package/library/core/dockerfile-D1TIj5jA.mjs.br +0 -0
- package/library/core/dockerfile-D1TIj5jA.mjs.gz +0 -0
- package/library/core/dtd-Dy74G54E.mjs +0 -114
- package/library/core/dtd-Dy74G54E.mjs.br +0 -0
- package/library/core/dtd-Dy74G54E.mjs.gz +0 -0
- package/library/core/dylan-TSb-Nfix.mjs +0 -314
- package/library/core/dylan-TSb-Nfix.mjs.br +0 -0
- package/library/core/dylan-TSb-Nfix.mjs.gz +0 -0
- package/library/core/ebnf-DAomQUbD.mjs +0 -139
- package/library/core/ebnf-DAomQUbD.mjs.br +0 -0
- package/library/core/ebnf-DAomQUbD.mjs.gz +0 -0
- package/library/core/ecl-B59qGGVg.mjs +0 -178
- package/library/core/ecl-B59qGGVg.mjs.br +0 -0
- package/library/core/ecl-B59qGGVg.mjs.gz +0 -0
- package/library/core/eiffel-Dze7nlu3.mjs +0 -134
- package/library/core/eiffel-Dze7nlu3.mjs.br +0 -0
- package/library/core/eiffel-Dze7nlu3.mjs.gz +0 -0
- package/library/core/elm-DG7jkhNZ.mjs +0 -176
- package/library/core/elm-DG7jkhNZ.mjs.br +0 -0
- package/library/core/elm-DG7jkhNZ.mjs.gz +0 -0
- package/library/core/entry-LR10HxE9.mjs +0 -150700
- package/library/core/entry-LR10HxE9.mjs.br +0 -0
- package/library/core/entry-LR10HxE9.mjs.gz +0 -0
- package/library/core/erlang-BO6gOnGA.mjs +0 -674
- package/library/core/erlang-BO6gOnGA.mjs.br +0 -0
- package/library/core/erlang-BO6gOnGA.mjs.gz +0 -0
- package/library/core/factor-ne7PWKF0.mjs +0 -65
- package/library/core/factor-ne7PWKF0.mjs.br +0 -0
- package/library/core/factor-ne7PWKF0.mjs.gz +0 -0
- package/library/core/fcl-CDDUNjTj.mjs +0 -141
- package/library/core/fcl-CDDUNjTj.mjs.br +0 -0
- package/library/core/fcl-CDDUNjTj.mjs.gz +0 -0
- package/library/core/forth-B9D2JCeE.mjs +0 -116
- package/library/core/forth-B9D2JCeE.mjs.br +0 -0
- package/library/core/forth-B9D2JCeE.mjs.gz +0 -0
- package/library/core/fortran-CAG2BFbe.mjs +0 -467
- package/library/core/fortran-CAG2BFbe.mjs.br +0 -0
- package/library/core/fortran-CAG2BFbe.mjs.gz +0 -0
- package/library/core/gas-d3KEcW3x.mjs +0 -294
- package/library/core/gas-d3KEcW3x.mjs.br +0 -0
- package/library/core/gas-d3KEcW3x.mjs.gz +0 -0
- package/library/core/gherkin-DhZlEZiy.mjs +0 -115
- package/library/core/gherkin-DhZlEZiy.mjs.br +0 -0
- package/library/core/gherkin-DhZlEZiy.mjs.gz +0 -0
- package/library/core/groovy-CpwJiBl7.mjs +0 -223
- package/library/core/groovy-CpwJiBl7.mjs.br +0 -0
- package/library/core/groovy-CpwJiBl7.mjs.gz +0 -0
- package/library/core/haskell-BlGBCCe3.mjs +0 -459
- package/library/core/haskell-BlGBCCe3.mjs.br +0 -0
- package/library/core/haskell-BlGBCCe3.mjs.gz +0 -0
- package/library/core/haxe-7MlzfeYV.mjs +0 -514
- package/library/core/haxe-7MlzfeYV.mjs.br +0 -0
- package/library/core/haxe-7MlzfeYV.mjs.gz +0 -0
- package/library/core/http-BqypyemW.mjs +0 -79
- package/library/core/http-BqypyemW.mjs.br +0 -0
- package/library/core/http-BqypyemW.mjs.gz +0 -0
- package/library/core/idl-4HIGJlDI.mjs +0 -985
- package/library/core/idl-4HIGJlDI.mjs.br +0 -0
- package/library/core/idl-4HIGJlDI.mjs.gz +0 -0
- package/library/core/index-9IanTzTm.mjs +0 -300
- package/library/core/index-9IanTzTm.mjs.br +0 -0
- package/library/core/index-9IanTzTm.mjs.gz +0 -0
- package/library/core/index-BA8abdi2.mjs +0 -113
- package/library/core/index-BA8abdi2.mjs.br +0 -0
- package/library/core/index-BA8abdi2.mjs.gz +0 -0
- package/library/core/index-BJY90l9K.mjs +0 -688
- package/library/core/index-BJY90l9K.mjs.br +0 -0
- package/library/core/index-BJY90l9K.mjs.gz +0 -0
- package/library/core/index-BWbyTPKj.mjs +0 -678
- package/library/core/index-BWbyTPKj.mjs.br +0 -0
- package/library/core/index-BWbyTPKj.mjs.gz +0 -0
- package/library/core/index-Bdc1C92P.mjs +0 -322
- package/library/core/index-Bdc1C92P.mjs.br +0 -0
- package/library/core/index-Bdc1C92P.mjs.gz +0 -0
- package/library/core/index-BwsMbgFM.mjs +0 -96
- package/library/core/index-BwsMbgFM.mjs.br +0 -0
- package/library/core/index-BwsMbgFM.mjs.gz +0 -0
- package/library/core/index-C0ljYJcE.mjs +0 -405
- package/library/core/index-C0ljYJcE.mjs.br +0 -0
- package/library/core/index-C0ljYJcE.mjs.gz +0 -0
- package/library/core/index-C1QKFrvZ.mjs +0 -149
- package/library/core/index-C1QKFrvZ.mjs.br +0 -0
- package/library/core/index-C1QKFrvZ.mjs.gz +0 -0
- package/library/core/index-CILzzTha.mjs +0 -78
- package/library/core/index-CILzzTha.mjs.br +0 -0
- package/library/core/index-CILzzTha.mjs.gz +0 -0
- package/library/core/index-CU6v6rFv.mjs +0 -156
- package/library/core/index-CU6v6rFv.mjs.br +0 -0
- package/library/core/index-CU6v6rFv.mjs.gz +0 -0
- package/library/core/index-CkyvhKsl.mjs +0 -384
- package/library/core/index-CkyvhKsl.mjs.br +0 -0
- package/library/core/index-CkyvhKsl.mjs.gz +0 -0
- package/library/core/index-Cvn_Ekcu.mjs +0 -327
- package/library/core/index-Cvn_Ekcu.mjs.br +0 -0
- package/library/core/index-Cvn_Ekcu.mjs.gz +0 -0
- package/library/core/index-CydJw8NR.mjs +0 -60
- package/library/core/index-CydJw8NR.mjs.br +0 -0
- package/library/core/index-CydJw8NR.mjs.gz +0 -0
- package/library/core/index-DPXcVCmu.mjs +0 -311
- package/library/core/index-DPXcVCmu.mjs.br +0 -0
- package/library/core/index-DPXcVCmu.mjs.gz +0 -0
- package/library/core/index-DfwsN9ON.mjs +0 -177
- package/library/core/index-DfwsN9ON.mjs.br +0 -0
- package/library/core/index-DfwsN9ON.mjs.gz +0 -0
- package/library/core/index.mjs +0 -158
- package/library/core/index.mjs.br +0 -0
- package/library/core/index.mjs.gz +0 -0
- package/library/core/index.umd.js +0 -26
- package/library/core/index.umd.js.br +0 -0
- package/library/core/index.umd.js.gz +0 -0
- package/library/core/javascript-C3MnDRiU.mjs +0 -994
- package/library/core/javascript-C3MnDRiU.mjs.br +0 -0
- package/library/core/javascript-C3MnDRiU.mjs.gz +0 -0
- package/library/core/jinja2-2Vo2sGef.mjs +0 -208
- package/library/core/jinja2-2Vo2sGef.mjs.br +0 -0
- package/library/core/jinja2-2Vo2sGef.mjs.gz +0 -0
- package/library/core/julia-Bs6JJhYG.mjs +0 -407
- package/library/core/julia-Bs6JJhYG.mjs.br +0 -0
- package/library/core/julia-Bs6JJhYG.mjs.gz +0 -0
- package/library/core/livescript-DmzgM3Yt.mjs +0 -296
- package/library/core/livescript-DmzgM3Yt.mjs.br +0 -0
- package/library/core/livescript-DmzgM3Yt.mjs.gz +0 -0
- package/library/core/lua-8cJgIlqe.mjs +0 -256
- package/library/core/lua-8cJgIlqe.mjs.br +0 -0
- package/library/core/lua-8cJgIlqe.mjs.gz +0 -0
- package/library/core/mathematica-DNLOL9PQ.mjs +0 -110
- package/library/core/mathematica-DNLOL9PQ.mjs.br +0 -0
- package/library/core/mathematica-DNLOL9PQ.mjs.gz +0 -0
- package/library/core/mbox-Ga7d4MMN.mjs +0 -117
- package/library/core/mbox-Ga7d4MMN.mjs.br +0 -0
- package/library/core/mbox-Ga7d4MMN.mjs.gz +0 -0
- package/library/core/mirc-Dma3B8rS.mjs +0 -107
- package/library/core/mirc-Dma3B8rS.mjs.br +0 -0
- package/library/core/mirc-Dma3B8rS.mjs.gz +0 -0
- package/library/core/mllike-DHn7xckP.mjs +0 -334
- package/library/core/mllike-DHn7xckP.mjs.br +0 -0
- package/library/core/mllike-DHn7xckP.mjs.gz +0 -0
- package/library/core/modelica-0d55jYY0.mjs +0 -147
- package/library/core/modelica-0d55jYY0.mjs.br +0 -0
- package/library/core/modelica-0d55jYY0.mjs.gz +0 -0
- package/library/core/mscgen-DdqZYINH.mjs +0 -135
- package/library/core/mscgen-DdqZYINH.mjs.br +0 -0
- package/library/core/mscgen-DdqZYINH.mjs.gz +0 -0
- package/library/core/mumps-Btr8VblO.mjs +0 -93
- package/library/core/mumps-Btr8VblO.mjs.br +0 -0
- package/library/core/mumps-Btr8VblO.mjs.gz +0 -0
- package/library/core/nginx-DTDtBDVN.mjs +0 -141
- package/library/core/nginx-DTDtBDVN.mjs.br +0 -0
- package/library/core/nginx-DTDtBDVN.mjs.gz +0 -0
- package/library/core/nsis-BnYeX9pP.mjs +0 -62
- package/library/core/nsis-BnYeX9pP.mjs.br +0 -0
- package/library/core/nsis-BnYeX9pP.mjs.gz +0 -0
- package/library/core/ntriples-CvgOYMpL.mjs +0 -153
- package/library/core/ntriples-CvgOYMpL.mjs.br +0 -0
- package/library/core/ntriples-CvgOYMpL.mjs.gz +0 -0
- package/library/core/octave-DYBj3-tl.mjs +0 -200
- package/library/core/octave-DYBj3-tl.mjs.br +0 -0
- package/library/core/octave-DYBj3-tl.mjs.gz +0 -0
- package/library/core/oz-R_e8WMIi.mjs +0 -231
- package/library/core/oz-R_e8WMIi.mjs.br +0 -0
- package/library/core/oz-R_e8WMIi.mjs.gz +0 -0
- package/library/core/pascal-GD8iposT.mjs +0 -105
- package/library/core/pascal-GD8iposT.mjs.br +0 -0
- package/library/core/pascal-GD8iposT.mjs.gz +0 -0
- package/library/core/perl-DL9mHpoi.mjs +0 -1105
- package/library/core/perl-DL9mHpoi.mjs.br +0 -0
- package/library/core/perl-DL9mHpoi.mjs.gz +0 -0
- package/library/core/pig-C_4T4YIV.mjs +0 -101
- package/library/core/pig-C_4T4YIV.mjs.br +0 -0
- package/library/core/pig-C_4T4YIV.mjs.gz +0 -0
- package/library/core/powershell-B0suO7Vd.mjs +0 -328
- package/library/core/powershell-B0suO7Vd.mjs.br +0 -0
- package/library/core/powershell-B0suO7Vd.mjs.gz +0 -0
- package/library/core/properties-BR-vP1aU.mjs +0 -58
- package/library/core/properties-BR-vP1aU.mjs.br +0 -0
- package/library/core/properties-BR-vP1aU.mjs.gz +0 -0
- package/library/core/protobuf-BxgpyhoW.mjs +0 -77
- package/library/core/protobuf-BxgpyhoW.mjs.br +0 -0
- package/library/core/protobuf-BxgpyhoW.mjs.gz +0 -0
- package/library/core/pug-DGCLwxp4.mjs +0 -405
- package/library/core/pug-DGCLwxp4.mjs.br +0 -0
- package/library/core/pug-DGCLwxp4.mjs.gz +0 -0
- package/library/core/puppet-Bdao66PW.mjs +0 -137
- package/library/core/puppet-Bdao66PW.mjs.br +0 -0
- package/library/core/puppet-Bdao66PW.mjs.gz +0 -0
- package/library/core/python-CvWbmiX4.mjs +0 -427
- package/library/core/python-CvWbmiX4.mjs.br +0 -0
- package/library/core/python-CvWbmiX4.mjs.gz +0 -0
- package/library/core/q-819KmTeu.mjs +0 -128
- package/library/core/q-819KmTeu.mjs.br +0 -0
- package/library/core/q-819KmTeu.mjs.gz +0 -0
- package/library/core/r-V7nswm59.mjs +0 -170
- package/library/core/r-V7nswm59.mjs.br +0 -0
- package/library/core/r-V7nswm59.mjs.gz +0 -0
- package/library/core/rpm-C-DLY-If.mjs +0 -109
- package/library/core/rpm-C-DLY-If.mjs.br +0 -0
- package/library/core/rpm-C-DLY-If.mjs.gz +0 -0
- package/library/core/ruby-JDKLJNK0.mjs +0 -330
- package/library/core/ruby-JDKLJNK0.mjs.br +0 -0
- package/library/core/ruby-JDKLJNK0.mjs.gz +0 -0
- package/library/core/sas-D2UG-yhZ.mjs +0 -207
- package/library/core/sas-D2UG-yhZ.mjs.br +0 -0
- package/library/core/sas-D2UG-yhZ.mjs.gz +0 -0
- package/library/core/scheme-BKzrkGJD.mjs +0 -222
- package/library/core/scheme-BKzrkGJD.mjs.br +0 -0
- package/library/core/scheme-BKzrkGJD.mjs.gz +0 -0
- package/library/core/shell-BlsXDxCn.mjs +0 -222
- package/library/core/shell-BlsXDxCn.mjs.br +0 -0
- package/library/core/shell-BlsXDxCn.mjs.gz +0 -0
- package/library/core/sieve-CjwBwOY5.mjs +0 -135
- package/library/core/sieve-CjwBwOY5.mjs.br +0 -0
- package/library/core/sieve-CjwBwOY5.mjs.gz +0 -0
- package/library/core/simple-mode-zrLq6ojR.mjs +0 -129
- package/library/core/simple-mode-zrLq6ojR.mjs.br +0 -0
- package/library/core/simple-mode-zrLq6ojR.mjs.gz +0 -0
- package/library/core/smalltalk-BOIGQuhN.mjs +0 -121
- package/library/core/smalltalk-BOIGQuhN.mjs.br +0 -0
- package/library/core/smalltalk-BOIGQuhN.mjs.gz +0 -0
- package/library/core/solr-CwD7U71z.mjs +0 -69
- package/library/core/solr-CwD7U71z.mjs.br +0 -0
- package/library/core/solr-CwD7U71z.mjs.gz +0 -0
- package/library/core/sparql-DYskk2vE.mjs +0 -249
- package/library/core/sparql-DYskk2vE.mjs.br +0 -0
- package/library/core/sparql-DYskk2vE.mjs.gz +0 -0
- package/library/core/spreadsheet-Bgtt3oLP.mjs +0 -87
- package/library/core/spreadsheet-Bgtt3oLP.mjs.br +0 -0
- package/library/core/spreadsheet-Bgtt3oLP.mjs.gz +0 -0
- package/library/core/sql-BSrOzCRI.mjs +0 -354
- package/library/core/sql-BSrOzCRI.mjs.br +0 -0
- package/library/core/sql-BSrOzCRI.mjs.gz +0 -0
- package/library/core/stex-B6LNC55o.mjs +0 -231
- package/library/core/stex-B6LNC55o.mjs.br +0 -0
- package/library/core/stex-B6LNC55o.mjs.gz +0 -0
- package/library/core/style.css +0 -1
- package/library/core/style.css.br +0 -0
- package/library/core/style.css.gz +0 -0
- package/library/core/stylus-BkS-boTH.mjs +0 -565
- package/library/core/stylus-BkS-boTH.mjs.br +0 -0
- package/library/core/stylus-BkS-boTH.mjs.gz +0 -0
- package/library/core/swift-FRZi1uvB.mjs +0 -291
- package/library/core/swift-FRZi1uvB.mjs.br +0 -0
- package/library/core/swift-FRZi1uvB.mjs.gz +0 -0
- package/library/core/tcl-CUcaCdmq.mjs +0 -114
- package/library/core/tcl-CUcaCdmq.mjs.br +0 -0
- package/library/core/tcl-CUcaCdmq.mjs.gz +0 -0
- package/library/core/textile-BnFpjsrl.mjs +0 -414
- package/library/core/textile-BnFpjsrl.mjs.br +0 -0
- package/library/core/textile-BnFpjsrl.mjs.gz +0 -0
- package/library/core/tiddlywiki-CjprD-Qp.mjs +0 -218
- package/library/core/tiddlywiki-CjprD-Qp.mjs.br +0 -0
- package/library/core/tiddlywiki-CjprD-Qp.mjs.gz +0 -0
- package/library/core/tiki-B4EPSQ1G.mjs +0 -265
- package/library/core/tiki-B4EPSQ1G.mjs.br +0 -0
- package/library/core/tiki-B4EPSQ1G.mjs.gz +0 -0
- package/library/core/toml-CrLTxh7K.mjs +0 -75
- package/library/core/toml-CrLTxh7K.mjs.br +0 -0
- package/library/core/toml-CrLTxh7K.mjs.gz +0 -0
- package/library/core/troff-E1bJ0PPL.mjs +0 -61
- package/library/core/troff-E1bJ0PPL.mjs.br +0 -0
- package/library/core/troff-E1bJ0PPL.mjs.gz +0 -0
- package/library/core/ttcn-cfg-Dc39-fIP.mjs +0 -133
- package/library/core/ttcn-cfg-Dc39-fIP.mjs.br +0 -0
- package/library/core/ttcn-cfg-Dc39-fIP.mjs.gz +0 -0
- package/library/core/ttcn-tKd4HLu4.mjs +0 -192
- package/library/core/ttcn-tKd4HLu4.mjs.br +0 -0
- package/library/core/ttcn-tKd4HLu4.mjs.gz +0 -0
- package/library/core/turtle-Dq7-1WAf.mjs +0 -124
- package/library/core/turtle-Dq7-1WAf.mjs.br +0 -0
- package/library/core/turtle-Dq7-1WAf.mjs.gz +0 -0
- package/library/core/types/components/VcAutocomplete/VcAutocomplete.vue.d.ts +0 -197
- package/library/core/types/components/VcButton/VcButton.vue.d.ts +0 -90
- package/library/core/types/components/VcButton/VcButtonIcon.vue.d.ts +0 -107
- package/library/core/types/components/VcButton/VcToggleButton.vue.d.ts +0 -98
- package/library/core/types/components/VcButton/index.d.ts +0 -3
- package/library/core/types/components/VcCard/VcCard.vue.d.ts +0 -45
- package/library/core/types/components/VcCheckbox/VcCheckbox.vue.d.ts +0 -101
- package/library/core/types/components/VcCheckboxGroup/VcCheckboxGroup.vue.d.ts +0 -90
- package/library/core/types/components/VcCollapse/VcCollapseItem.vue.d.ts +0 -103
- package/library/core/types/components/VcCollapse/VcCollapseTransition.vue.d.ts +0 -9
- package/library/core/types/components/VcColorPicker/VcColorPicker.vue.d.ts +0 -76
- package/library/core/types/components/VcDatePicker/VcDatePicker.vue.d.ts +0 -113
- package/library/core/types/components/VcDatePickerPanel/VcDatePickerPanel.vue.d.ts +0 -146
- package/library/core/types/components/VcDelimitedList/VcDelimitedList.vue.d.ts +0 -89
- package/library/core/types/components/VcDropdown/VcDropdown.vue.d.ts +0 -109
- package/library/core/types/components/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerRelative.vue.d.ts +0 -70
- package/library/core/types/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePicker.vue.d.ts +0 -123
- package/library/core/types/components/VcExtendedDatetimeRangePicker/composable.d.ts +0 -7
- package/library/core/types/components/VcExtendedDatetimeRangePicker/enum.d.ts +0 -19
- package/library/core/types/components/VcFileUploader/VcFileUploader.vue.d.ts +0 -208
- package/library/core/types/components/VcForm/UiComponents/VcInputLabel.vue.d.ts +0 -46
- package/library/core/types/components/VcForm/VcForm.vue.d.ts +0 -89
- package/library/core/types/components/VcForm/VcFormItem.vue.d.ts +0 -70
- package/library/core/types/components/VcHyperLink/VcHyperLink.vue.d.ts +0 -65
- package/library/core/types/components/VcIconPicker/VcIconPicker.vue.d.ts +0 -62
- package/library/core/types/components/VcInput/VcInput.vue.d.ts +0 -111
- package/library/core/types/components/VcInputNumber/VcInputNumber.vue.d.ts +0 -94
- package/library/core/types/components/VcJsonSchema/Components/ImportJsonSchemaModal.vue.d.ts +0 -25
- package/library/core/types/components/VcJsonSchema/Components/JsonCodeMirror.vue.d.ts +0 -24
- package/library/core/types/components/VcJsonSchema/Components/JsonSchemaEditor.vue.d.ts +0 -86
- package/library/core/types/components/VcJsonSchema/Components/JsonSchemaManageModal.vue.d.ts +0 -28
- package/library/core/types/components/VcJsonSchema/PropertySetup/JsonSchemaPropertyModal.vue.d.ts +0 -39
- package/library/core/types/components/VcJsonSchema/VcJsonSchema.vue.d.ts +0 -49
- package/library/core/types/components/VcJsonSchema/helpers/jsonSchema.enum.d.ts +0 -9
- package/library/core/types/components/VcJsonSchema/helpers/jsonSchema.helper.d.ts +0 -3
- package/library/core/types/components/VcLoading/Loaders/LoadIcon.vue.d.ts +0 -32
- package/library/core/types/components/VcLoading/Loaders/types.d.ts +0 -8
- package/library/core/types/components/VcLoading/VcLoading.vue.d.ts +0 -59
- package/library/core/types/components/VcLoading/enum.d.ts +0 -143
- package/library/core/types/components/VcMdEditor/VcMdEditor.vue.d.ts +0 -77
- package/library/core/types/components/VcMdEditor/VcMdEditorContent.vue.d.ts +0 -82
- package/library/core/types/components/VcMdEditor/VcMdEditorToolbar.vue.d.ts +0 -27
- package/library/core/types/components/VcMdEditor/mdEditor.config.d.ts +0 -91
- package/library/core/types/components/VcMeterGroup/VcMeterGroup.vue.d.ts +0 -106
- package/library/core/types/components/VcMeterGroup/VcMeterGroupLabel.vue.d.ts +0 -55
- package/library/core/types/components/VcModal/VcConfirmModal.vue.d.ts +0 -52
- package/library/core/types/components/VcModal/VcModal.vue.d.ts +0 -141
- package/library/core/types/components/VcNotification/VcNotification.vue.d.ts +0 -54
- package/library/core/types/components/VcOtpInput/VcOtpInput.vue.d.ts +0 -88
- package/library/core/types/components/VcPagination/VcPagination.vue.d.ts +0 -57
- package/library/core/types/components/VcPagination/VcPaginationButton.vue.d.ts +0 -46
- package/library/core/types/components/VcPhoneInput/VcFlagLabel.vue.d.ts +0 -24
- package/library/core/types/components/VcPhoneInput/VcPhoneInput.vue.d.ts +0 -121
- package/library/core/types/components/VcPopover/VcConfirmPopover.vue.d.ts +0 -35
- package/library/core/types/components/VcPopover/VcPopover.vue.d.ts +0 -104
- package/library/core/types/components/VcPopover/VcSelectPopover.vue.d.ts +0 -89
- package/library/core/types/components/VcProgress/VcProgress.vue.d.ts +0 -86
- package/library/core/types/components/VcProgress/VcProgressCircular.vue.d.ts +0 -83
- package/library/core/types/components/VcRadio/VcRadio.vue.d.ts +0 -62
- package/library/core/types/components/VcRadioGroup/VcRadioGroup.vue.d.ts +0 -77
- package/library/core/types/components/VcRadioTabs/UiComponents/VcRadioTabsNav.vue.d.ts +0 -56
- package/library/core/types/components/VcSegmented/VcSegmented.vue.d.ts +0 -95
- package/library/core/types/components/VcSelect/VcInfiniteScrollSelect.vue.d.ts +0 -164
- package/library/core/types/components/VcSelect/VcSelect.vue.d.ts +0 -260
- package/library/core/types/components/VcSelect/VcSelectGrouped.vue.d.ts +0 -189
- package/library/core/types/components/VcSelect/VcSelectOption.vue.d.ts +0 -54
- package/library/core/types/components/VcSkeletonLoader/VcSkeletonLoader.vue.d.ts +0 -56
- package/library/core/types/components/VcSoundplayer/VcPlayerPlayStopButton.vue.d.ts +0 -55
- package/library/core/types/components/VcSoundplayer/VcPlayerPlaybackRate.vue.d.ts +0 -35
- package/library/core/types/components/VcSoundplayer/VcPlayerPlaybackRatePopup.vue.d.ts +0 -40
- package/library/core/types/components/VcSoundplayer/VcPlayerSkipButtons.vue.d.ts +0 -52
- package/library/core/types/components/VcSoundplayer/VcSoundPlayer.vue.d.ts +0 -96
- package/library/core/types/components/VcSoundplayer/VcSoundPlayerError.vue.d.ts +0 -21
- package/library/core/types/components/VcSoundplayer/VcSoundPlayerWrapper.vue.d.ts +0 -208
- package/library/core/types/components/VcSoundplayer/VcSoundVolume.vue.d.ts +0 -44
- package/library/core/types/components/VcSoundplayer/player.options.d.ts +0 -10
- package/library/core/types/components/VcSparkline/VcBarLine.vue.d.ts +0 -115
- package/library/core/types/components/VcSparkline/VcSparkline.vue.d.ts +0 -97
- package/library/core/types/components/VcSparkline/VcTrendLine.vue.d.ts +0 -90
- package/library/core/types/components/VcSparkline/helper.d.ts +0 -12
- package/library/core/types/components/VcSplitButton/VcSplitButton.vue.d.ts +0 -89
- package/library/core/types/components/VcSwitch/VcSwitch.vue.d.ts +0 -153
- package/library/core/types/components/VcSystemUserPrompt/enum.d.ts +0 -13
- package/library/core/types/components/VcTable/VcTable.vue.d.ts +0 -368
- package/library/core/types/components/VcTabs/VcTabNav.vue.d.ts +0 -63
- package/library/core/types/components/VcTabs/VcTabPane.vue.d.ts +0 -69
- package/library/core/types/components/VcTabs/VcTabs.vue.d.ts +0 -79
- package/library/core/types/components/VcTag/VcTag.vue.d.ts +0 -82
- package/library/core/types/components/VcTagInput/VcTagInput.vue.d.ts +0 -130
- package/library/core/types/components/VcTimeInput/VcTimeInput.vue.d.ts +0 -93
- package/library/core/types/components/VcTree/VcTree.vue.d.ts +0 -141
- package/library/core/types/components/VcTree/VcTreeSelect.vue.d.ts +0 -138
- package/library/core/types/components/VcViewSwitcher/VcViewSwitcher.vue.d.ts +0 -74
- package/library/core/types/components/VcWizard/VcSummaryProgress.vue.d.ts +0 -49
- package/library/core/types/components/VcWizard/VcWizard.vue.d.ts +0 -104
- package/library/core/types/components/exports.d.ts +0 -149
- package/library/core/types/composables/input/useInputBase.d.ts +0 -21
- package/library/core/types/composables/input/useInputColor.d.ts +0 -19
- package/library/core/types/composables/input/useInputLabel.d.ts +0 -10
- package/library/core/types/composables/option/useOptionMethods.d.ts +0 -18
- package/library/core/types/composables/useConfirmModal.d.ts +0 -49
- package/library/core/types/composables/useConfirmPopup.d.ts +0 -36
- package/library/core/types/directives/index.d.ts +0 -4
- package/library/core/types/directives/input-mask.d.ts +0 -2
- package/library/core/types/entry.d.ts +0 -34
- package/library/core/types/enum/countries.d.ts +0 -11
- package/library/core/types/enum/icons.d.ts +0 -7134
- package/library/core/types/localization/index.d.ts +0 -23
- package/library/core/types/services/VcNotifyService.d.ts +0 -22
- package/library/core/types/theme/index.d.ts +0 -26
- package/library/core/types/theme/themes.json.d.ts +0 -230
- package/library/core/types/tokens/tokens.d.ts +0 -7
- package/library/core/types/types/Entry.types.d.ts +0 -15
- package/library/core/types/types/ExcelParser.types.d.ts +0 -128
- package/library/core/types/types/OptionAndConfig.types.d.ts +0 -34
- package/library/core/types/types/VcDropdown.types.d.ts +0 -41
- package/library/core/types/types/VcFileUploader.types.d.ts +0 -6
- package/library/core/types/types/VcMdEditor.types.d.ts +0 -18
- package/library/core/types/types/VcMeterGroup.types.d.ts +0 -27
- package/library/core/types/types/VcPopover.types.d.ts +0 -59
- package/library/core/types/types/VcSoundPlayer.types.d.ts +0 -34
- package/library/core/types/types/VcSparkline.types.d.ts +0 -27
- package/library/core/types/types/VcSplitButton.types.d.ts +0 -10
- package/library/core/types/types/VcTable.types.d.ts +0 -61
- package/library/core/types/types/VcTabs.types.d.ts +0 -26
- package/library/core/types/types/VcTree.types.d.ts +0 -28
- package/library/core/types/types/VcWizard.types.d.ts +0 -24
- package/library/core/types/types/basic.types.d.ts +0 -20
- package/library/core/types/types/icons.types.d.ts +0 -7
- package/library/core/types/types/index.d.ts +0 -46
- package/library/core/types/utils/ToastEventBus.d.ts +0 -7
- package/library/core/types/utils/UniqueComponentId.d.ts +0 -1
- package/library/core/types/utils/helpers.d.ts +0 -6
- package/library/core/types/utils/jsonSchema/helpers.d.ts +0 -24
- package/library/core/types/utils/jsonSchema/index.d.ts +0 -44
- package/library/core/vb-Dp90gtsv.mjs +0 -196
- package/library/core/vb-Dp90gtsv.mjs.br +0 -0
- package/library/core/vb-Dp90gtsv.mjs.gz +0 -0
- package/library/core/vbscript-CI6_mxxU.mjs +0 -479
- package/library/core/vbscript-CI6_mxxU.mjs.br +0 -0
- package/library/core/vbscript-CI6_mxxU.mjs.gz +0 -0
- package/library/core/velocity-BwIZK1TH.mjs +0 -149
- package/library/core/velocity-BwIZK1TH.mjs.br +0 -0
- package/library/core/velocity-BwIZK1TH.mjs.gz +0 -0
- package/library/core/verilog-DDCYnHN8.mjs +0 -430
- package/library/core/verilog-DDCYnHN8.mjs.br +0 -0
- package/library/core/verilog-DDCYnHN8.mjs.gz +0 -0
- package/library/core/vhdl-DCkMIyT9.mjs +0 -158
- package/library/core/vhdl-DCkMIyT9.mjs.br +0 -0
- package/library/core/vhdl-DCkMIyT9.mjs.gz +0 -0
- package/library/core/webidl-BTLTThCm.mjs +0 -204
- package/library/core/webidl-BTLTThCm.mjs.br +0 -0
- package/library/core/webidl-BTLTThCm.mjs.gz +0 -0
- package/library/core/xquery-BgiOC5Ce.mjs +0 -525
- package/library/core/xquery-BgiOC5Ce.mjs.br +0 -0
- package/library/core/xquery-BgiOC5Ce.mjs.gz +0 -0
- package/library/core/yacas-b5lAVEIl.mjs +0 -130
- package/library/core/yacas-b5lAVEIl.mjs.br +0 -0
- package/library/core/yacas-b5lAVEIl.mjs.gz +0 -0
- package/library/core/z80-BZV19vqv.mjs +0 -93
- package/library/core/z80-BZV19vqv.mjs.br +0 -0
- package/library/core/z80-BZV19vqv.mjs.gz +0 -0
- package/src/core/theme/index.ts +0 -123
- package/src/core/theme/themes.json +0 -227
- /package/library/{core/types → types}/components/VcCheckbox/VcCheckboxGroupEl.vue.d.ts +0 -0
- /package/library/{core/types → types}/components/VcCollapse/VcCollapse.vue.d.ts +0 -0
- /package/library/{core/types → types}/components/VcDatetimeRangePicker/VcDatetimeRangePicker.vue.d.ts +0 -0
- /package/library/{core/types → types}/components/VcDropdown/VcDropdownItem.vue.d.ts +0 -0
- /package/library/{core/types → types}/components/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerPart.vue.d.ts +0 -0
- /package/library/{core/types → types}/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePickerQuickOptionsSelection.vue.d.ts +0 -0
- /package/library/{core/types → types}/components/VcForm/UiComponents/VcInputError.vue.d.ts +0 -0
- /package/library/{core/types → types}/components/VcLoading/Loaders/Circles.vue.d.ts +0 -0
- /package/library/{core/types → types}/components/VcLoading/Loaders/DotSpinner.vue.d.ts +0 -0
- /package/library/{core/types → types}/components/VcLoading/Loaders/LdsSpinner.vue.d.ts +0 -0
- /package/library/{core/types → types}/components/VcLoading/Loaders/Stretch.vue.d.ts +0 -0
- /package/library/{core/types → types}/components/VcLoading/Loaders/index.d.ts +0 -0
- /package/library/{core/types → types}/components/VcMdEditor/ParameterNode.vue.d.ts +0 -0
- /package/library/{core/types → types}/components/VcMdEditor/rtlCursorPlugin.d.ts +0 -0
- /package/library/{core/types → types}/components/VcNotification/VcNotificationMessage.vue.d.ts +0 -0
- /package/library/{core/types → types}/components/VcProgress/progress.options.d.ts +0 -0
- /package/library/{core/types → types}/components/VcRadioButtons/VcRadioButtonsGroup.vue.d.ts +0 -0
- /package/library/{core/types → types}/components/VcSkeletonLoader/Loaders/Card.vue.d.ts +0 -0
- /package/library/{core/types → types}/components/VcSkeletonLoader/Loaders/Circle.vue.d.ts +0 -0
- /package/library/{core/types → types}/components/VcSkeletonLoader/Loaders/Row.vue.d.ts +0 -0
- /package/library/{core/types → types}/components/VcSkeletonLoader/Loaders/Square.vue.d.ts +0 -0
- /package/library/{core/types → types}/components/VcSkeletonLoader/Loaders/Text.vue.d.ts +0 -0
- /package/library/{core/types → types}/components/VcSlider/VcSlider.vue.d.ts +0 -0
- /package/library/{core/types → types}/components/VcSoundplayer/VcSoundCurrentTime.vue.d.ts +0 -0
- /package/library/{core/types → types}/components/VcSoundplayer/VcSoundDuration.vue.d.ts +0 -0
- /package/library/{core/types → types}/components/VcSoundplayer/VcSoundPlayerProgress.vue.d.ts +0 -0
- /package/library/{core/types → types}/components/VcSoundplayer/soundPlayerParts.d.ts +0 -0
- /package/library/{core/types → types}/components/VcSoundplayer/useSoundPlayerProvideInject.d.ts +0 -0
- /package/library/{core/types → types}/components/VcSystemUserPrompt/VcSystemUserPrompt.vue.d.ts +0 -0
- /package/library/{core/types → types}/components/VcTable/tableOptions.d.ts +0 -0
- /package/library/{core/types → types}/components/VcTransfer/VcTransfer.vue.d.ts +0 -0
- /package/library/{core/types → types}/components/VcVerticalTabs/VcVerticalTabs.vue.d.ts +0 -0
- /package/library/{core/types → types}/components/VcVerticalTabs/VerticalTabNav.vue.d.ts +0 -0
- /package/library/{core/types → types}/components/VcWizard/VcSummaryStep.vue.d.ts +0 -0
- /package/library/{core/types → types}/components/VcWizard/VcWizardNavigation.vue.d.ts +0 -0
- /package/library/{core/types → types}/components/VcWizard/VcWizardSummary.vue.d.ts +0 -0
- /package/library/{core/types → types}/composables/input/useInputError.d.ts +0 -0
- /package/library/{core/types → types}/composables/useCopyButton.d.ts +0 -0
- /package/library/{core/types → types}/composables/useRTL.d.ts +0 -0
- /package/library/{core/types → types}/directives/click-outside.d.ts +0 -0
- /package/library/{core/types → types}/directives/long-press.d.ts +0 -0
- /package/library/{core/types → types}/directives/resize.d.ts +0 -0
- /package/library/{core/types → types}/enum/constants.d.ts +0 -0
- /package/library/{core/types → types}/enum/dataTestAttributes.d.ts +0 -0
- /package/library/{core/types → types}/enum/inputDefaults.d.ts +0 -0
- /package/library/{core/types → types}/font/FontLoader.d.ts +0 -0
- /package/library/{core/types → types}/font/index.d.ts +0 -0
- /package/library/{core/types → types}/localization/Localization.types.d.ts +0 -0
- /package/library/{core/types → types}/localization/locales/en.json.d.ts +0 -0
- /package/library/{core/types → types}/services/index.d.ts +0 -0
- /package/library/{core/types → types}/theme/theme.types.d.ts +0 -0
- /package/library/{core/types → types}/tokens/element-plus.tokens.d.ts +0 -0
- /package/library/{core/types → types}/tokens/index.d.ts +0 -0
- /package/library/{core/types → types}/types/AppendToTarget.types.d.ts +0 -0
- /package/library/{core/types → types}/types/Dropdown.types.d.ts +0 -0
- /package/library/{core/types → types}/types/VcButton.types.d.ts +0 -0
- /package/library/{core/types → types}/types/VcCollapse.types.d.ts +0 -0
- /package/library/{core/types → types}/types/VcDatePicker.types.d.ts +0 -0
- /package/library/{core/types → types}/types/VcDatetimeRangePicker.types.d.ts +0 -0
- /package/library/{core/types → types}/types/VcDelimitedList.types.d.ts +0 -0
- /package/library/{core/types → types}/types/VcExtendedDatetimeRangePicker.types.d.ts +0 -0
- /package/library/{core/types → types}/types/VcForm.types.d.ts +0 -0
- /package/library/{core/types → types}/types/VcHyperLink.types.d.ts +0 -0
- /package/library/{core/types → types}/types/VcIconPicker.types.d.ts +0 -0
- /package/library/{core/types → types}/types/VcInput.types.d.ts +0 -0
- /package/library/{core/types → types}/types/VcLoading.types.d.ts +0 -0
- /package/library/{core/types → types}/types/VcModal.types.d.ts +0 -0
- /package/library/{core/types → types}/types/VcNotification.types.d.ts +0 -0
- /package/library/{core/types → types}/types/VcOtpInput.types.d.ts +0 -0
- /package/library/{core/types → types}/types/VcPagination.types.d.ts +0 -0
- /package/library/{core/types → types}/types/VcProgress.types.d.ts +0 -0
- /package/library/{core/types → types}/types/VcRTL.types.d.ts +0 -0
- /package/library/{core/types → types}/types/VcRadioTabs.types.d.ts +0 -0
- /package/library/{core/types → types}/types/VcSelect.types.d.ts +0 -0
- /package/library/{core/types → types}/types/VcSkeletonLoader.types.d.ts +0 -0
- /package/library/{core/types → types}/types/VcSoundPlayerInstance.types.d.ts +0 -0
- /package/library/{core/types → types}/types/VcSwitch.types.d.ts +0 -0
- /package/library/{core/types → types}/types/VcSystemUserPrompt.types.d.ts +0 -0
- /package/library/{core/types → types}/types/VcTag.types.d.ts +0 -0
- /package/library/{core/types → types}/types/VcTagInput.types.d.ts +0 -0
- /package/library/{core/types → types}/types/VueGeneric.types.d.ts +0 -0
- /package/library/{core/types → types}/types/generic.types.d.ts +0 -0
- /package/library/{core/types → types}/utils/DomHandler.d.ts +0 -0
- /package/library/{core/types → types}/utils/ZIndexUtils.d.ts +0 -0
- /package/library/{core/types → types}/utils/dateTime.d.ts +0 -0
- /package/library/{core/types → types}/utils/element-plus-imports.d.ts +0 -0
- /package/library/{core/types → types}/utils/jsonSchema/jsonSchemaHelpers.d.ts +0 -0
- /package/library/{core/types → types}/utils/makeDataTestAttributeValue.d.ts +0 -0
- /package/src/{core/theme → theme}/tailwindScheme.js +0 -0
- /package/src/{core/theme → theme}/theme.types.ts +0 -0
|
@@ -0,0 +1,294 @@
|
|
|
1
|
+
import '../../assets/components/VcTagInput/VcTagInput.css';
|
|
2
|
+
import { defineComponent, ref, computed, openBlock, createElementBlock, normalizeStyle, normalizeClass, createElementVNode, createVNode, unref, createCommentVNode, Fragment, renderList, mergeProps, createBlock } from "vue";
|
|
3
|
+
import _sfc_main$2 from "../VcTag/VcTag.vue.mjs";
|
|
4
|
+
import '../../assets/components/VcIcon/VcIcon.css';import '../../assets/components/VcTag/VcTag.css';/* empty css */
|
|
5
|
+
import _sfc_main$1 from "../VcIcon/VcIcon.vue.mjs";
|
|
6
|
+
/* empty css */
|
|
7
|
+
import useInputBase from "../../composables/input/useInputBase.mjs";
|
|
8
|
+
const _hoisted_1 = {
|
|
9
|
+
key: 0,
|
|
10
|
+
class: "vc-tag-input__prefix-icon"
|
|
11
|
+
};
|
|
12
|
+
const _hoisted_2 = { class: "vc-tag-input__tags flex flex-wrap" };
|
|
13
|
+
const _hoisted_3 = { class: "vc-tag-input__input-token" };
|
|
14
|
+
const _hoisted_4 = ["data-test", "disabled"];
|
|
15
|
+
const _hoisted_5 = {
|
|
16
|
+
key: 1,
|
|
17
|
+
class: "vc-tag-input__clearable"
|
|
18
|
+
};
|
|
19
|
+
const CLASS_FOR_COLOR = "vc-tag-input-color--";
|
|
20
|
+
const CLASS_FOR_ICON_COLOR = "vc-tag-input-icon-color--";
|
|
21
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
22
|
+
...{
|
|
23
|
+
inheritAttrs: false
|
|
24
|
+
},
|
|
25
|
+
__name: "VcTagInput",
|
|
26
|
+
props: {
|
|
27
|
+
modelValue: { default: () => [] },
|
|
28
|
+
clearable: { type: Boolean, default: false },
|
|
29
|
+
addOnBlur: { type: Boolean, default: false },
|
|
30
|
+
allowDuplicate: { type: Boolean, default: true },
|
|
31
|
+
tagBorderless: { type: Boolean, default: false },
|
|
32
|
+
tagSquare: { type: Boolean, default: false },
|
|
33
|
+
compact: { type: Boolean, default: false },
|
|
34
|
+
max: { default: void 0 },
|
|
35
|
+
separator: { default: void 0 },
|
|
36
|
+
class: { default: "" },
|
|
37
|
+
style: { type: [Boolean, null, String, Object, Array], default: void 0 },
|
|
38
|
+
tagColor: { default: "primary" },
|
|
39
|
+
tagMaxContent: { default: void 0 },
|
|
40
|
+
valueType: { default: "string" },
|
|
41
|
+
id: { default: void 0 },
|
|
42
|
+
disabled: { type: Boolean, default: false },
|
|
43
|
+
isError: { type: Boolean, default: false },
|
|
44
|
+
emptyText: {},
|
|
45
|
+
prefixIcon: { default: "" },
|
|
46
|
+
dataTestName: { default: "default" },
|
|
47
|
+
prefixIconSize: { default: "sm" },
|
|
48
|
+
name: { default: "" },
|
|
49
|
+
placeholder: {},
|
|
50
|
+
maxWidth: {},
|
|
51
|
+
prefixIconColor: { default: "" },
|
|
52
|
+
color: { default: "active" }
|
|
53
|
+
},
|
|
54
|
+
emits: ["update:modelValue", "add", "remove"],
|
|
55
|
+
setup(__props, { expose: __expose, emit: __emit }) {
|
|
56
|
+
const props = __props;
|
|
57
|
+
const emit = __emit;
|
|
58
|
+
const { prefixClasses, prefixStyle, prefixIcon: resolvedPrefixIcon } = useInputBase(props, {
|
|
59
|
+
colorClass: CLASS_FOR_COLOR,
|
|
60
|
+
iconColorClass: CLASS_FOR_ICON_COLOR
|
|
61
|
+
});
|
|
62
|
+
const inputValue = ref("");
|
|
63
|
+
const focused = ref(false);
|
|
64
|
+
const tagInput = ref();
|
|
65
|
+
const hasDisabled = computed(() => {
|
|
66
|
+
return props.disabled || maxedOut.value;
|
|
67
|
+
});
|
|
68
|
+
const inputClasses = computed(() => {
|
|
69
|
+
const colorClass = props.color ? CLASS_FOR_COLOR + props.color : "";
|
|
70
|
+
return [
|
|
71
|
+
colorClass
|
|
72
|
+
];
|
|
73
|
+
});
|
|
74
|
+
const maxedOut = computed(() => {
|
|
75
|
+
var _a;
|
|
76
|
+
return !!(props.max && ((_a = props.modelValue) == null ? void 0 : _a.length) && props.max === props.modelValue.length);
|
|
77
|
+
});
|
|
78
|
+
const containerClass = computed(() => {
|
|
79
|
+
return [props.class, {
|
|
80
|
+
"vc-tag-input__wrap--filled": !!(props.modelValue && props.modelValue.length || inputValue.value && inputValue.value.length),
|
|
81
|
+
"vc-tag-input__wrap--focus": focused.value,
|
|
82
|
+
"vc-tag-input__wrap--error": props.isError,
|
|
83
|
+
"vc-tag-input__wrap--disabled": hasDisabled.value,
|
|
84
|
+
"is--compact": props.compact
|
|
85
|
+
}];
|
|
86
|
+
});
|
|
87
|
+
function clear() {
|
|
88
|
+
inputValue.value = "";
|
|
89
|
+
if (tagInput.value) {
|
|
90
|
+
tagInput.value.value = "";
|
|
91
|
+
}
|
|
92
|
+
emit("update:modelValue", []);
|
|
93
|
+
}
|
|
94
|
+
function removeTag(evt, index) {
|
|
95
|
+
removeItem(evt, index);
|
|
96
|
+
}
|
|
97
|
+
function onFocus() {
|
|
98
|
+
focused.value = true;
|
|
99
|
+
}
|
|
100
|
+
function onBlur(event) {
|
|
101
|
+
focused.value = false;
|
|
102
|
+
if (props.addOnBlur && event.target instanceof HTMLInputElement) {
|
|
103
|
+
addItem(event, event.target.value, false);
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
function formatItem(value) {
|
|
107
|
+
return props.valueType === "number" ? +value : `${value}`;
|
|
108
|
+
}
|
|
109
|
+
function addItem(event, item, preventDefault) {
|
|
110
|
+
if (item && item.trim().length) {
|
|
111
|
+
const value = props.modelValue ? [...props.modelValue] : [];
|
|
112
|
+
if (props.allowDuplicate || value.indexOf(item) === -1) {
|
|
113
|
+
value.push(formatItem(item));
|
|
114
|
+
updateModel(event, value, preventDefault);
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
function updateModel(event, value, preventDefault) {
|
|
119
|
+
emit("update:modelValue", value);
|
|
120
|
+
emit("add", {
|
|
121
|
+
originalEvent: event,
|
|
122
|
+
value
|
|
123
|
+
});
|
|
124
|
+
if (tagInput.value) {
|
|
125
|
+
tagInput.value.value = "";
|
|
126
|
+
}
|
|
127
|
+
inputValue.value = "";
|
|
128
|
+
if (preventDefault) {
|
|
129
|
+
event.preventDefault();
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
function onWrapperClick() {
|
|
133
|
+
var _a;
|
|
134
|
+
(_a = tagInput.value) == null ? void 0 : _a.focus();
|
|
135
|
+
}
|
|
136
|
+
function onInput(event) {
|
|
137
|
+
if (!(event.target instanceof HTMLInputElement)) {
|
|
138
|
+
return;
|
|
139
|
+
}
|
|
140
|
+
inputValue.value = event.target.value;
|
|
141
|
+
}
|
|
142
|
+
function onKeyDown(event) {
|
|
143
|
+
if (!(event.target instanceof HTMLInputElement)) {
|
|
144
|
+
return;
|
|
145
|
+
}
|
|
146
|
+
const inputValue2 = event.target.value;
|
|
147
|
+
switch (event.key) {
|
|
148
|
+
case "Backspace":
|
|
149
|
+
handleBackspace(event, inputValue2);
|
|
150
|
+
break;
|
|
151
|
+
case "Enter":
|
|
152
|
+
handleEnterKey(event, inputValue2);
|
|
153
|
+
break;
|
|
154
|
+
default:
|
|
155
|
+
handleSeparatorKey(event, inputValue2);
|
|
156
|
+
break;
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
function handleBackspace(event, inputValue2) {
|
|
160
|
+
var _a;
|
|
161
|
+
if (inputValue2.length === 0 && ((_a = props.modelValue) == null ? void 0 : _a.length) > 0) {
|
|
162
|
+
removeItem(event, props.modelValue.length - 1);
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
function handleEnterKey(event, inputValue2) {
|
|
166
|
+
if ((inputValue2 == null ? void 0 : inputValue2.trim().length) && !maxedOut.value) {
|
|
167
|
+
addItem(event, inputValue2, true);
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
function handleSeparatorKey(event, inputValue2) {
|
|
171
|
+
if (!props.separator) return;
|
|
172
|
+
const isSeparatorKey = Array.isArray(props.separator) ? props.separator.includes(event.key) : props.separator === event.key;
|
|
173
|
+
if (isSeparatorKey && inputValue2) {
|
|
174
|
+
addItem(event, inputValue2, true);
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
function removeItem(event, index) {
|
|
178
|
+
if (props.disabled) {
|
|
179
|
+
return;
|
|
180
|
+
}
|
|
181
|
+
const values = [...props.modelValue];
|
|
182
|
+
const removedItem = values.splice(index, 1);
|
|
183
|
+
emit("update:modelValue", values);
|
|
184
|
+
emit("remove", {
|
|
185
|
+
originalEvent: event,
|
|
186
|
+
value: removedItem
|
|
187
|
+
});
|
|
188
|
+
}
|
|
189
|
+
function onPaste(event) {
|
|
190
|
+
if (!props.separator) {
|
|
191
|
+
return;
|
|
192
|
+
}
|
|
193
|
+
const clipboardData = event.clipboardData;
|
|
194
|
+
if (!clipboardData) {
|
|
195
|
+
return;
|
|
196
|
+
}
|
|
197
|
+
const pastedData = clipboardData.getData("Text");
|
|
198
|
+
if (!pastedData) {
|
|
199
|
+
return;
|
|
200
|
+
}
|
|
201
|
+
const existing = props.modelValue || [];
|
|
202
|
+
const splitter = Array.isArray(props.separator) ? new RegExp(props.separator.map((s) => s.replace(/[-/\\^$*+?.()|[\]{}]/g, "\\$&")).join("|")) : props.separator;
|
|
203
|
+
const pastedValues = pastedData.split(splitter).filter((val) => props.allowDuplicate || existing.indexOf(val) === -1);
|
|
204
|
+
const value = [...existing, ...pastedValues].map((i) => formatItem(i));
|
|
205
|
+
updateModel(event, value, true);
|
|
206
|
+
}
|
|
207
|
+
__expose({
|
|
208
|
+
inputValue,
|
|
209
|
+
clear,
|
|
210
|
+
removeItem,
|
|
211
|
+
disabled: computed(() => props.disabled),
|
|
212
|
+
isError: computed(() => props.isError),
|
|
213
|
+
color: computed(() => props.color)
|
|
214
|
+
});
|
|
215
|
+
return (_ctx, _cache) => {
|
|
216
|
+
var _a;
|
|
217
|
+
return openBlock(), createElementBlock("div", {
|
|
218
|
+
class: normalizeClass([containerClass.value, "vc-tag-input__wrap"]),
|
|
219
|
+
style: normalizeStyle(__props.style)
|
|
220
|
+
}, [
|
|
221
|
+
createElementVNode("div", {
|
|
222
|
+
class: normalizeClass([[
|
|
223
|
+
...inputClasses.value,
|
|
224
|
+
{
|
|
225
|
+
"is-clearable": __props.clearable,
|
|
226
|
+
"is-prefix-icon": __props.prefixIcon,
|
|
227
|
+
"is-error": __props.isError,
|
|
228
|
+
"is-disabled": hasDisabled.value
|
|
229
|
+
}
|
|
230
|
+
], "vc-tag-input__container"])
|
|
231
|
+
}, [
|
|
232
|
+
__props.prefixIcon ? (openBlock(), createElementBlock("div", _hoisted_1, [
|
|
233
|
+
createVNode(_sfc_main$1, {
|
|
234
|
+
icon: unref(resolvedPrefixIcon),
|
|
235
|
+
class: normalizeClass(unref(prefixClasses)),
|
|
236
|
+
style: normalizeStyle(unref(prefixStyle))
|
|
237
|
+
}, null, 8, ["icon", "class", "style"])
|
|
238
|
+
])) : createCommentVNode("", true),
|
|
239
|
+
createElementVNode("div", {
|
|
240
|
+
class: "vc-tag-input__content",
|
|
241
|
+
onClick: onWrapperClick
|
|
242
|
+
}, [
|
|
243
|
+
createElementVNode("div", _hoisted_2, [
|
|
244
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(__props.modelValue, (item, index) => {
|
|
245
|
+
return openBlock(), createElementBlock("div", {
|
|
246
|
+
key: `tag-${item}-${index}`,
|
|
247
|
+
class: "vc-tag-input__tag-item"
|
|
248
|
+
}, [
|
|
249
|
+
createVNode(_sfc_main$2, {
|
|
250
|
+
label: `${item}`,
|
|
251
|
+
color: __props.tagColor,
|
|
252
|
+
"max-content": __props.tagMaxContent,
|
|
253
|
+
borderless: __props.tagBorderless,
|
|
254
|
+
square: __props.tagSquare,
|
|
255
|
+
compact: __props.compact,
|
|
256
|
+
closable: "",
|
|
257
|
+
class: normalizeClass({ "leading-1": __props.compact }),
|
|
258
|
+
onOnClose: ($event) => removeTag($event, index)
|
|
259
|
+
}, null, 8, ["label", "color", "max-content", "borderless", "square", "compact", "class", "onOnClose"])
|
|
260
|
+
]);
|
|
261
|
+
}), 128)),
|
|
262
|
+
createElementVNode("div", _hoisted_3, [
|
|
263
|
+
createElementVNode("input", mergeProps({
|
|
264
|
+
ref_key: "tagInput",
|
|
265
|
+
ref: tagInput,
|
|
266
|
+
"data-test": __props.dataTestName,
|
|
267
|
+
type: "text",
|
|
268
|
+
class: "vc-tag-input__input",
|
|
269
|
+
disabled: hasDisabled.value
|
|
270
|
+
}, _ctx.$attrs, {
|
|
271
|
+
onFocus,
|
|
272
|
+
onBlur: _cache[0] || (_cache[0] = ($event) => onBlur($event)),
|
|
273
|
+
onInput,
|
|
274
|
+
onKeydown: _cache[1] || (_cache[1] = ($event) => onKeyDown($event)),
|
|
275
|
+
onPaste: _cache[2] || (_cache[2] = ($event) => onPaste($event))
|
|
276
|
+
}), null, 16, _hoisted_4)
|
|
277
|
+
])
|
|
278
|
+
])
|
|
279
|
+
]),
|
|
280
|
+
__props.clearable ? (openBlock(), createElementBlock("div", _hoisted_5, [
|
|
281
|
+
((_a = __props.modelValue) == null ? void 0 : _a.length) ? (openBlock(), createBlock(_sfc_main$1, {
|
|
282
|
+
key: 0,
|
|
283
|
+
icon: "vc-icon-close icon-xxs",
|
|
284
|
+
onClick: clear
|
|
285
|
+
})) : createCommentVNode("", true)
|
|
286
|
+
])) : createCommentVNode("", true)
|
|
287
|
+
], 2)
|
|
288
|
+
], 6);
|
|
289
|
+
};
|
|
290
|
+
}
|
|
291
|
+
});
|
|
292
|
+
export {
|
|
293
|
+
_sfc_main as default
|
|
294
|
+
};
|
|
@@ -0,0 +1,357 @@
|
|
|
1
|
+
import '../../assets/components/VcTimeInput/VcTimeInput.css';
|
|
2
|
+
import { defineComponent, ref, reactive, computed, watch, onMounted, openBlock, createElementBlock, normalizeStyle, unref, createElementVNode, normalizeClass, withDirectives, toDisplayString, createCommentVNode, withModifiers, vModelText } from "vue";
|
|
3
|
+
import { longPress } from "../../directives/long-press.mjs";
|
|
4
|
+
import useInputBase from "../../composables/input/useInputBase.mjs";
|
|
5
|
+
const _hoisted_1 = ["data-test"];
|
|
6
|
+
const _hoisted_2 = {
|
|
7
|
+
class: "vc-time-input__input-wrapper",
|
|
8
|
+
"data-test": "time-input-container"
|
|
9
|
+
};
|
|
10
|
+
const _hoisted_3 = ["disabled"];
|
|
11
|
+
const _hoisted_4 = { class: "divider-wrapper" };
|
|
12
|
+
const _hoisted_5 = { class: "divider" };
|
|
13
|
+
const _hoisted_6 = ["disabled"];
|
|
14
|
+
const _hoisted_7 = { class: "divider-wrapper" };
|
|
15
|
+
const _hoisted_8 = { class: "divider" };
|
|
16
|
+
const _hoisted_9 = ["disabled"];
|
|
17
|
+
const CLASS_FOR_COLOR = "vc-time-input-color--";
|
|
18
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
19
|
+
...{
|
|
20
|
+
inheritAttrs: false
|
|
21
|
+
},
|
|
22
|
+
__name: "VcTimeInput",
|
|
23
|
+
props: {
|
|
24
|
+
modelValue: { default: void 0 },
|
|
25
|
+
step: { default: 1 },
|
|
26
|
+
minValue: { default: 0 },
|
|
27
|
+
maxValue: { default: 86400 },
|
|
28
|
+
dataTestName: { default: "default" },
|
|
29
|
+
divider: { default: ":" },
|
|
30
|
+
emptyDataText: { default: "" },
|
|
31
|
+
placeholder: { default: "" },
|
|
32
|
+
allowMouseWheel: { type: Boolean, default: false },
|
|
33
|
+
id: { default: void 0 },
|
|
34
|
+
disabled: { type: Boolean, default: false },
|
|
35
|
+
clearable: { type: Boolean },
|
|
36
|
+
isError: { type: Boolean, default: false },
|
|
37
|
+
emptyText: {},
|
|
38
|
+
prefixIcon: {},
|
|
39
|
+
prefixIconSize: {},
|
|
40
|
+
name: { default: void 0 },
|
|
41
|
+
maxWidth: {},
|
|
42
|
+
prefixIconColor: {},
|
|
43
|
+
color: { default: "active" }
|
|
44
|
+
},
|
|
45
|
+
emits: ["input", "update:modelValue"],
|
|
46
|
+
setup(__props, { emit: __emit }) {
|
|
47
|
+
const vLongPress = { ...longPress };
|
|
48
|
+
const props = __props;
|
|
49
|
+
const emit = __emit;
|
|
50
|
+
const { maxWidthStyle, inputClasses } = useInputBase(props, {
|
|
51
|
+
colorClass: CLASS_FOR_COLOR
|
|
52
|
+
});
|
|
53
|
+
const isFocus = ref(false);
|
|
54
|
+
const timeSettingModel = reactive({
|
|
55
|
+
hours: "0",
|
|
56
|
+
minutes: "0",
|
|
57
|
+
seconds: "0"
|
|
58
|
+
});
|
|
59
|
+
const hours = ref();
|
|
60
|
+
const minutes = ref();
|
|
61
|
+
const seconds = ref();
|
|
62
|
+
const timeModel = computed(() => {
|
|
63
|
+
return props.modelValue || 0;
|
|
64
|
+
});
|
|
65
|
+
const disabledDecreaseBtn = computed(() => {
|
|
66
|
+
const _time = timeModel.value;
|
|
67
|
+
return _time <= props.minValue || props.disabled;
|
|
68
|
+
});
|
|
69
|
+
const disabledIncreaseBtn = computed(() => {
|
|
70
|
+
const _time = timeModel.value;
|
|
71
|
+
return props.maxValue !== 0 && _time >= props.maxValue || props.disabled;
|
|
72
|
+
});
|
|
73
|
+
const hideInputs = computed(() => {
|
|
74
|
+
const _time = props.modelValue || timeModel.value;
|
|
75
|
+
return !!(!isFocus.value && _time === 0 && props.emptyDataText);
|
|
76
|
+
});
|
|
77
|
+
const placeholderInput = computed(() => {
|
|
78
|
+
return props.emptyDataText || props.placeholder || "00:00:00";
|
|
79
|
+
});
|
|
80
|
+
function onClickWrapper() {
|
|
81
|
+
onClickInput("seconds");
|
|
82
|
+
}
|
|
83
|
+
const onLongPressDecrease = () => {
|
|
84
|
+
return decrease();
|
|
85
|
+
};
|
|
86
|
+
const onLongPressIncrease = () => {
|
|
87
|
+
return increase();
|
|
88
|
+
};
|
|
89
|
+
function onWheelMouse(event) {
|
|
90
|
+
if (props.allowMouseWheel) {
|
|
91
|
+
event.preventDefault();
|
|
92
|
+
if (event.deltaY < 0) {
|
|
93
|
+
increase();
|
|
94
|
+
} else if (event.deltaY > 0) {
|
|
95
|
+
decrease();
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
function getSecondsOfTime(time) {
|
|
100
|
+
const { hours: hours2, minutes: minutes2, seconds: seconds2 } = time;
|
|
101
|
+
return parseInt(hours2) * 3600 + parseInt(minutes2) * 60 + parseInt(seconds2);
|
|
102
|
+
}
|
|
103
|
+
function onPlaceholderClick() {
|
|
104
|
+
onClickInput("seconds");
|
|
105
|
+
}
|
|
106
|
+
function onClickInput(type) {
|
|
107
|
+
var _a, _b, _c;
|
|
108
|
+
switch (type) {
|
|
109
|
+
case "hours":
|
|
110
|
+
(_a = hours.value) == null ? void 0 : _a.select();
|
|
111
|
+
break;
|
|
112
|
+
case "minutes":
|
|
113
|
+
(_b = minutes.value) == null ? void 0 : _b.select();
|
|
114
|
+
break;
|
|
115
|
+
case "seconds":
|
|
116
|
+
(_c = seconds.value) == null ? void 0 : _c.select();
|
|
117
|
+
break;
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
function updateTimeInput(val, type) {
|
|
121
|
+
const correctValue = checkValue(val, type);
|
|
122
|
+
return setFormatValue(correctValue);
|
|
123
|
+
}
|
|
124
|
+
function checkValue(val, type) {
|
|
125
|
+
let timeValue = parseInt(val) || 0;
|
|
126
|
+
if (timeValue < 0) {
|
|
127
|
+
timeValue = 0;
|
|
128
|
+
}
|
|
129
|
+
if (["minutes", "seconds"].includes(type) && timeValue > 59) {
|
|
130
|
+
timeValue = 59;
|
|
131
|
+
}
|
|
132
|
+
return timeValue;
|
|
133
|
+
}
|
|
134
|
+
function setFormatValue(val) {
|
|
135
|
+
if (val < 10) {
|
|
136
|
+
return `0${val}`;
|
|
137
|
+
}
|
|
138
|
+
return `${val}`;
|
|
139
|
+
}
|
|
140
|
+
function getTimeData(value) {
|
|
141
|
+
const hours2 = Math.floor(value / 3600);
|
|
142
|
+
const minutes2 = Math.floor(value / 60 - hours2 * 60);
|
|
143
|
+
const seconds2 = Math.floor(value - hours2 * 3600 - minutes2 * 60);
|
|
144
|
+
return {
|
|
145
|
+
hours: hours2,
|
|
146
|
+
minutes: minutes2,
|
|
147
|
+
seconds: seconds2
|
|
148
|
+
};
|
|
149
|
+
}
|
|
150
|
+
function decrease() {
|
|
151
|
+
if (disabledDecreaseBtn.value) {
|
|
152
|
+
return;
|
|
153
|
+
}
|
|
154
|
+
let _nevTime = timeModel.value - props.step;
|
|
155
|
+
if (_nevTime <= 0) {
|
|
156
|
+
_nevTime = 0;
|
|
157
|
+
} else if (_nevTime < props.minValue) {
|
|
158
|
+
_nevTime = props.minValue;
|
|
159
|
+
}
|
|
160
|
+
setTimeData(_nevTime);
|
|
161
|
+
}
|
|
162
|
+
function increase() {
|
|
163
|
+
if (disabledIncreaseBtn.value) {
|
|
164
|
+
return;
|
|
165
|
+
}
|
|
166
|
+
let _nevTime = timeModel.value + props.step;
|
|
167
|
+
if (_nevTime >= props.maxValue) {
|
|
168
|
+
_nevTime = props.maxValue;
|
|
169
|
+
}
|
|
170
|
+
setTimeData(_nevTime);
|
|
171
|
+
}
|
|
172
|
+
function setTimeData(time) {
|
|
173
|
+
const _timeData = getTimeData(time);
|
|
174
|
+
timeSettingModel.hours = setFormatValue(_timeData.hours);
|
|
175
|
+
timeSettingModel.minutes = setFormatValue(_timeData.minutes);
|
|
176
|
+
timeSettingModel.seconds = setFormatValue(_timeData.seconds);
|
|
177
|
+
}
|
|
178
|
+
watch(
|
|
179
|
+
() => timeSettingModel.seconds,
|
|
180
|
+
(val) => {
|
|
181
|
+
timeSettingModel.seconds = updateTimeInput(val, "seconds");
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
immediate: true
|
|
185
|
+
}
|
|
186
|
+
);
|
|
187
|
+
watch(
|
|
188
|
+
() => timeSettingModel.minutes,
|
|
189
|
+
(val) => {
|
|
190
|
+
timeSettingModel.minutes = updateTimeInput(val, "minutes");
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
immediate: true
|
|
194
|
+
}
|
|
195
|
+
);
|
|
196
|
+
watch(
|
|
197
|
+
() => timeSettingModel.hours,
|
|
198
|
+
(val) => {
|
|
199
|
+
timeSettingModel.hours = updateTimeInput(val, "hours");
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
immediate: true
|
|
203
|
+
}
|
|
204
|
+
);
|
|
205
|
+
watch(
|
|
206
|
+
timeModel,
|
|
207
|
+
(val) => {
|
|
208
|
+
if (props.maxValue > 0 && val > props.maxValue) {
|
|
209
|
+
setTimeData(props.maxValue);
|
|
210
|
+
} else if (val < props.minValue) {
|
|
211
|
+
setTimeData(props.minValue);
|
|
212
|
+
} else {
|
|
213
|
+
setTimeData(val);
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
{ immediate: true }
|
|
217
|
+
);
|
|
218
|
+
watch(
|
|
219
|
+
timeSettingModel,
|
|
220
|
+
(val) => {
|
|
221
|
+
const _seconds = getSecondsOfTime(val);
|
|
222
|
+
emit("update:modelValue", _seconds);
|
|
223
|
+
emit("input", {
|
|
224
|
+
seconds: _seconds,
|
|
225
|
+
string: val
|
|
226
|
+
});
|
|
227
|
+
},
|
|
228
|
+
{ deep: true }
|
|
229
|
+
);
|
|
230
|
+
onMounted(() => {
|
|
231
|
+
if (timeModel.value < props.minValue) {
|
|
232
|
+
const res = {
|
|
233
|
+
seconds: props.minValue || 0,
|
|
234
|
+
string: { ...timeSettingModel }
|
|
235
|
+
};
|
|
236
|
+
emit("update:modelValue", props.minValue);
|
|
237
|
+
emit("input", res);
|
|
238
|
+
} else if (timeModel.value > props.maxValue) {
|
|
239
|
+
const res = {
|
|
240
|
+
seconds: props.maxValue || 0,
|
|
241
|
+
string: { ...timeSettingModel }
|
|
242
|
+
};
|
|
243
|
+
emit("update:modelValue", props.minValue);
|
|
244
|
+
emit("input", res);
|
|
245
|
+
}
|
|
246
|
+
});
|
|
247
|
+
return (_ctx, _cache) => {
|
|
248
|
+
return openBlock(), createElementBlock("div", {
|
|
249
|
+
"data-test": __props.dataTestName,
|
|
250
|
+
style: normalizeStyle(unref(maxWidthStyle)),
|
|
251
|
+
class: "vc-time-input"
|
|
252
|
+
}, [
|
|
253
|
+
createElementVNode("div", {
|
|
254
|
+
class: normalizeClass([[
|
|
255
|
+
unref(inputClasses),
|
|
256
|
+
{
|
|
257
|
+
"is-focused": isFocus.value,
|
|
258
|
+
"is-error": __props.isError,
|
|
259
|
+
"is-disabled": __props.disabled
|
|
260
|
+
}
|
|
261
|
+
], "vc-time-input__container"]),
|
|
262
|
+
"data-test": "vc-time-input"
|
|
263
|
+
}, [
|
|
264
|
+
withDirectives((openBlock(), createElementBlock("div", {
|
|
265
|
+
class: normalizeClass(["vc-time-input__btn-decrease", {
|
|
266
|
+
"is-disabled": disabledDecreaseBtn.value
|
|
267
|
+
}]),
|
|
268
|
+
"data-test": "decrease-button",
|
|
269
|
+
onClick: decrease
|
|
270
|
+
}, [..._cache[12] || (_cache[12] = [
|
|
271
|
+
createElementVNode("i", { class: "vc-icon-minus-linear icon-base icon" }, null, -1)
|
|
272
|
+
])], 2)), [
|
|
273
|
+
[vLongPress, { functionToCall: onLongPressDecrease, repeat: true }]
|
|
274
|
+
]),
|
|
275
|
+
createElementVNode("div", _hoisted_2, [
|
|
276
|
+
hideInputs.value ? (openBlock(), createElementBlock("div", {
|
|
277
|
+
key: 0,
|
|
278
|
+
class: "vc-time-input__empty-placeholder",
|
|
279
|
+
onClick: onPlaceholderClick
|
|
280
|
+
}, toDisplayString(placeholderInput.value), 1)) : createCommentVNode("", true),
|
|
281
|
+
createElementVNode("div", {
|
|
282
|
+
class: "vc-time-input__times",
|
|
283
|
+
onClick: withModifiers(onClickWrapper, ["stop", "self"]),
|
|
284
|
+
onWheel: onWheelMouse
|
|
285
|
+
}, [
|
|
286
|
+
withDirectives(createElementVNode("input", {
|
|
287
|
+
ref_key: "hours",
|
|
288
|
+
ref: hours,
|
|
289
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => timeSettingModel.hours = $event),
|
|
290
|
+
class: "vc-time-input__input hours",
|
|
291
|
+
type: "number",
|
|
292
|
+
"data-test": "hours",
|
|
293
|
+
disabled: __props.disabled,
|
|
294
|
+
placeholder: "00",
|
|
295
|
+
onFocusin: _cache[1] || (_cache[1] = ($event) => isFocus.value = true),
|
|
296
|
+
onFocusout: _cache[2] || (_cache[2] = ($event) => isFocus.value = false),
|
|
297
|
+
onClick: _cache[3] || (_cache[3] = ($event) => onClickInput("hours"))
|
|
298
|
+
}, null, 40, _hoisted_3), [
|
|
299
|
+
[vModelText, timeSettingModel.hours]
|
|
300
|
+
]),
|
|
301
|
+
createElementVNode("div", _hoisted_4, [
|
|
302
|
+
createElementVNode("span", _hoisted_5, toDisplayString(__props.divider), 1)
|
|
303
|
+
]),
|
|
304
|
+
withDirectives(createElementVNode("input", {
|
|
305
|
+
ref_key: "minutes",
|
|
306
|
+
ref: minutes,
|
|
307
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => timeSettingModel.minutes = $event),
|
|
308
|
+
class: "vc-time-input__input minutes",
|
|
309
|
+
type: "number",
|
|
310
|
+
"data-test": "minutes",
|
|
311
|
+
disabled: __props.disabled,
|
|
312
|
+
placeholder: "00",
|
|
313
|
+
onFocusin: _cache[5] || (_cache[5] = ($event) => isFocus.value = true),
|
|
314
|
+
onFocusout: _cache[6] || (_cache[6] = ($event) => isFocus.value = false),
|
|
315
|
+
onClick: _cache[7] || (_cache[7] = ($event) => onClickInput("minutes"))
|
|
316
|
+
}, null, 40, _hoisted_6), [
|
|
317
|
+
[vModelText, timeSettingModel.minutes]
|
|
318
|
+
]),
|
|
319
|
+
createElementVNode("div", _hoisted_7, [
|
|
320
|
+
createElementVNode("span", _hoisted_8, toDisplayString(__props.divider), 1)
|
|
321
|
+
]),
|
|
322
|
+
withDirectives(createElementVNode("input", {
|
|
323
|
+
ref_key: "seconds",
|
|
324
|
+
ref: seconds,
|
|
325
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = ($event) => timeSettingModel.seconds = $event),
|
|
326
|
+
class: "vc-time-input__input seconds",
|
|
327
|
+
type: "number",
|
|
328
|
+
"data-test": "seconds",
|
|
329
|
+
disabled: __props.disabled,
|
|
330
|
+
placeholder: "00",
|
|
331
|
+
onFocusin: _cache[9] || (_cache[9] = ($event) => isFocus.value = true),
|
|
332
|
+
onFocusout: _cache[10] || (_cache[10] = ($event) => isFocus.value = false),
|
|
333
|
+
onClick: _cache[11] || (_cache[11] = ($event) => onClickInput("seconds"))
|
|
334
|
+
}, null, 40, _hoisted_9), [
|
|
335
|
+
[vModelText, timeSettingModel.seconds]
|
|
336
|
+
])
|
|
337
|
+
], 32)
|
|
338
|
+
]),
|
|
339
|
+
withDirectives((openBlock(), createElementBlock("div", {
|
|
340
|
+
class: normalizeClass(["vc-time-input__btn-increase", {
|
|
341
|
+
"is-disabled": disabledIncreaseBtn.value
|
|
342
|
+
}]),
|
|
343
|
+
"data-test": "increase-button",
|
|
344
|
+
onClick: increase
|
|
345
|
+
}, [..._cache[13] || (_cache[13] = [
|
|
346
|
+
createElementVNode("i", { class: "vc-icon-plus-linear icon-base icon" }, null, -1)
|
|
347
|
+
])], 2)), [
|
|
348
|
+
[vLongPress, { functionToCall: onLongPressIncrease, repeat: true }]
|
|
349
|
+
])
|
|
350
|
+
], 2)
|
|
351
|
+
], 12, _hoisted_1);
|
|
352
|
+
};
|
|
353
|
+
}
|
|
354
|
+
});
|
|
355
|
+
export {
|
|
356
|
+
_sfc_main as default
|
|
357
|
+
};
|