@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,1620 @@
|
|
|
1
|
+
const VcIconList = [
|
|
2
|
+
{
|
|
3
|
+
class: "vc-icon-noise-suppresion-auto",
|
|
4
|
+
value: "f142",
|
|
5
|
+
code: ""
|
|
6
|
+
},
|
|
7
|
+
{
|
|
8
|
+
class: "vc-icon-update",
|
|
9
|
+
value: "f000",
|
|
10
|
+
code: ""
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
class: "vc-icon-phone-down",
|
|
14
|
+
value: "f001",
|
|
15
|
+
code: ""
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
class: "vc-icon-ends-session",
|
|
19
|
+
value: "f002",
|
|
20
|
+
code: ""
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
class: "vc-icon-up",
|
|
24
|
+
value: "f003",
|
|
25
|
+
code: ""
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
class: "vc-icon-phone",
|
|
29
|
+
value: "f004",
|
|
30
|
+
code: ""
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
class: "vc-icon-email-groups",
|
|
34
|
+
value: "f005",
|
|
35
|
+
code: ""
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
class: "vc-icon-unplug",
|
|
39
|
+
value: "f006",
|
|
40
|
+
code: ""
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
class: "vc-icon-permissions",
|
|
44
|
+
value: "f007",
|
|
45
|
+
code: ""
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
class: "vc-icon-edit-pencil-thick",
|
|
49
|
+
value: "f008",
|
|
50
|
+
code: ""
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
class: "vc-icon-unlocked",
|
|
54
|
+
value: "f009",
|
|
55
|
+
code: ""
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
class: "vc-icon-pause2",
|
|
59
|
+
value: "f00a",
|
|
60
|
+
code: ""
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
class: "vc-icon-edit-pencil",
|
|
64
|
+
value: "f00b",
|
|
65
|
+
code: ""
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
class: "vc-icon-type",
|
|
69
|
+
value: "f00c",
|
|
70
|
+
code: ""
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
class: "vc-icon-pause1",
|
|
74
|
+
value: "f00d",
|
|
75
|
+
code: ""
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
class: "vc-icon-editor",
|
|
79
|
+
value: "f00e",
|
|
80
|
+
code: ""
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
class: "vc-icon-tutorial_category",
|
|
84
|
+
value: "f00f",
|
|
85
|
+
code: ""
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
class: "vc-icon-pause",
|
|
89
|
+
value: "f010",
|
|
90
|
+
code: ""
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
class: "vc-icon-dragdrop",
|
|
94
|
+
value: "f011",
|
|
95
|
+
code: ""
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
class: "vc-icon-trash-delete",
|
|
99
|
+
value: "f012",
|
|
100
|
+
code: ""
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
class: "vc-icon-password",
|
|
104
|
+
value: "f013",
|
|
105
|
+
code: ""
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
class: "vc-icon-draft",
|
|
109
|
+
value: "f014",
|
|
110
|
+
code: ""
|
|
111
|
+
},
|
|
112
|
+
{
|
|
113
|
+
class: "vc-icon-transfer",
|
|
114
|
+
value: "f015",
|
|
115
|
+
code: ""
|
|
116
|
+
},
|
|
117
|
+
{
|
|
118
|
+
class: "vc-icon-partners",
|
|
119
|
+
value: "f016",
|
|
120
|
+
code: ""
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
class: "vc-icon-download",
|
|
124
|
+
value: "f017",
|
|
125
|
+
code: ""
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
class: "vc-icon-training",
|
|
129
|
+
value: "f018",
|
|
130
|
+
code: ""
|
|
131
|
+
},
|
|
132
|
+
{
|
|
133
|
+
class: "vc-icon-parent-acc",
|
|
134
|
+
value: "f019",
|
|
135
|
+
code: ""
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
class: "vc-icon-down",
|
|
139
|
+
value: "f01a",
|
|
140
|
+
code: ""
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
class: "vc-icon-tracker-stop",
|
|
144
|
+
value: "f01b",
|
|
145
|
+
code: ""
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
class: "vc-icon-paging",
|
|
149
|
+
value: "f01c",
|
|
150
|
+
code: ""
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
class: "vc-icon-diling_out_leg",
|
|
154
|
+
value: "f01d",
|
|
155
|
+
code: ""
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
class: "vc-icon-tracker-play",
|
|
159
|
+
value: "f01e",
|
|
160
|
+
code: ""
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
class: "vc-icon-pages",
|
|
164
|
+
value: "f01f",
|
|
165
|
+
code: ""
|
|
166
|
+
},
|
|
167
|
+
{
|
|
168
|
+
class: "vc-icon-diling_in_leg",
|
|
169
|
+
value: "f020",
|
|
170
|
+
code: ""
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
class: "vc-icon-tour-category",
|
|
174
|
+
value: "f021",
|
|
175
|
+
code: ""
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
class: "vc-icon-package",
|
|
179
|
+
value: "f022",
|
|
180
|
+
code: ""
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
class: "vc-icon-dial-rules",
|
|
184
|
+
value: "f023",
|
|
185
|
+
code: ""
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
class: "vc-icon-top-right",
|
|
189
|
+
value: "f024",
|
|
190
|
+
code: ""
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
class: "vc-icon-outgoing",
|
|
194
|
+
value: "f025",
|
|
195
|
+
code: ""
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
class: "vc-icon-devices",
|
|
199
|
+
value: "f026",
|
|
200
|
+
code: ""
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
class: "vc-icon-top-left",
|
|
204
|
+
value: "f027",
|
|
205
|
+
code: ""
|
|
206
|
+
},
|
|
207
|
+
{
|
|
208
|
+
class: "vc-icon-other2",
|
|
209
|
+
value: "f028",
|
|
210
|
+
code: ""
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
class: "vc-icon-delivery-failure",
|
|
214
|
+
value: "f029",
|
|
215
|
+
code: ""
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
class: "vc-icon-timer",
|
|
219
|
+
value: "f02a",
|
|
220
|
+
code: ""
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
class: "vc-icon-other",
|
|
224
|
+
value: "f02b",
|
|
225
|
+
code: ""
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
class: "vc-icon-delivered",
|
|
229
|
+
value: "f02c",
|
|
230
|
+
code: ""
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
class: "vc-icon-ticket-open",
|
|
234
|
+
value: "f02d",
|
|
235
|
+
code: ""
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
class: "vc-icon-options",
|
|
239
|
+
value: "f02e",
|
|
240
|
+
code: ""
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
class: "vc-icon-delete",
|
|
244
|
+
value: "f02f",
|
|
245
|
+
code: ""
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
class: "vc-icon-ticket-frozen",
|
|
249
|
+
value: "f030",
|
|
250
|
+
code: ""
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
class: "vc-icon-operations",
|
|
254
|
+
value: "f031",
|
|
255
|
+
code: ""
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
class: "vc-icon-declined",
|
|
259
|
+
value: "f032",
|
|
260
|
+
code: ""
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
class: "vc-icon-ticket-closed",
|
|
264
|
+
value: "f033",
|
|
265
|
+
code: ""
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
class: "vc-icon-open",
|
|
269
|
+
value: "f034",
|
|
270
|
+
code: ""
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
class: "vc-icon-date-received",
|
|
274
|
+
value: "f035",
|
|
275
|
+
code: ""
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
class: "vc-icon-text-to-sp",
|
|
279
|
+
value: "f036",
|
|
280
|
+
code: ""
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
class: "vc-icon-number-group",
|
|
284
|
+
value: "f037",
|
|
285
|
+
code: ""
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
class: "vc-icon-date-range",
|
|
289
|
+
value: "f038",
|
|
290
|
+
code: ""
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
class: "vc-icon-template-list",
|
|
294
|
+
value: "f039",
|
|
295
|
+
code: ""
|
|
296
|
+
},
|
|
297
|
+
{
|
|
298
|
+
class: "vc-icon-notify",
|
|
299
|
+
value: "f03a",
|
|
300
|
+
code: ""
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
class: "vc-icon-database",
|
|
304
|
+
value: "f03b",
|
|
305
|
+
code: ""
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
class: "vc-icon-technical",
|
|
309
|
+
value: "f03c",
|
|
310
|
+
code: ""
|
|
311
|
+
},
|
|
312
|
+
{
|
|
313
|
+
class: "vc-icon-notification-provider",
|
|
314
|
+
value: "f03d",
|
|
315
|
+
code: ""
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
class: "vc-icon-data",
|
|
319
|
+
value: "f03e",
|
|
320
|
+
code: ""
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
class: "vc-icon-target",
|
|
324
|
+
value: "f03f",
|
|
325
|
+
code: ""
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
class: "vc-icon-notification",
|
|
329
|
+
value: "f040",
|
|
330
|
+
code: ""
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
class: "vc-icon-customer-experience",
|
|
334
|
+
value: "f041",
|
|
335
|
+
code: ""
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
class: "vc-icon-table",
|
|
339
|
+
value: "f042",
|
|
340
|
+
code: ""
|
|
341
|
+
},
|
|
342
|
+
{
|
|
343
|
+
class: "vc-icon-notes",
|
|
344
|
+
value: "f043",
|
|
345
|
+
code: ""
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
class: "vc-icon-customer",
|
|
349
|
+
value: "f044",
|
|
350
|
+
code: ""
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
class: "vc-icon-support",
|
|
354
|
+
value: "f045",
|
|
355
|
+
code: ""
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
class: "vc-icon-not-dialed",
|
|
359
|
+
value: "f046",
|
|
360
|
+
code: ""
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
class: "vc-icon-csv",
|
|
364
|
+
value: "f047",
|
|
365
|
+
code: ""
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
class: "vc-icon-subscribe",
|
|
369
|
+
value: "f048",
|
|
370
|
+
code: ""
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
class: "vc-icon-not-called",
|
|
374
|
+
value: "f049",
|
|
375
|
+
code: ""
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
class: "vc-icon-cross-fill",
|
|
379
|
+
value: "f04a",
|
|
380
|
+
code: ""
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
class: "vc-icon-strickethrough",
|
|
384
|
+
value: "f04b",
|
|
385
|
+
code: ""
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
class: "vc-icon-none-1",
|
|
389
|
+
value: "f04c",
|
|
390
|
+
code: ""
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
class: "vc-icon-cross",
|
|
394
|
+
value: "f04d",
|
|
395
|
+
code: ""
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
class: "vc-icon-street",
|
|
399
|
+
value: "f04e",
|
|
400
|
+
code: ""
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
class: "vc-icon-none",
|
|
404
|
+
value: "f04f",
|
|
405
|
+
code: ""
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
class: "vc-icon-country",
|
|
409
|
+
value: "f050",
|
|
410
|
+
code: ""
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
class: "vc-icon-stop",
|
|
414
|
+
value: "f051",
|
|
415
|
+
code: ""
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
class: "vc-icon-no-answer",
|
|
419
|
+
value: "f052",
|
|
420
|
+
code: ""
|
|
421
|
+
},
|
|
422
|
+
{
|
|
423
|
+
class: "vc-icon-correcting",
|
|
424
|
+
value: "f053",
|
|
425
|
+
code: ""
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
class: "vc-icon-statistics",
|
|
429
|
+
value: "f054",
|
|
430
|
+
code: ""
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
class: "vc-icon-next",
|
|
434
|
+
value: "f055",
|
|
435
|
+
code: ""
|
|
436
|
+
},
|
|
437
|
+
{
|
|
438
|
+
class: "vc-icon-copy-plus-duplicate",
|
|
439
|
+
value: "f056",
|
|
440
|
+
code: ""
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
class: "vc-icon-statistic",
|
|
444
|
+
value: "f057",
|
|
445
|
+
code: ""
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
class: "vc-icon-needs-to-view",
|
|
449
|
+
value: "f058",
|
|
450
|
+
code: ""
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
class: "vc-icon-copy",
|
|
454
|
+
value: "f059",
|
|
455
|
+
code: ""
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
class: "vc-icon-state",
|
|
459
|
+
value: "f05a",
|
|
460
|
+
code: ""
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
class: "vc-icon-needs-to-sign",
|
|
464
|
+
value: "f05b",
|
|
465
|
+
code: ""
|
|
466
|
+
},
|
|
467
|
+
{
|
|
468
|
+
class: "vc-icon-contact-list",
|
|
469
|
+
value: "f05c",
|
|
470
|
+
code: ""
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
class: "vc-icon-speed-dial",
|
|
474
|
+
value: "f05d",
|
|
475
|
+
code: ""
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
class: "vc-icon-name",
|
|
479
|
+
value: "f05e",
|
|
480
|
+
code: ""
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
class: "vc-icon-connection",
|
|
484
|
+
value: "f05f",
|
|
485
|
+
code: ""
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
class: "vc-icon-sounds",
|
|
489
|
+
value: "f060",
|
|
490
|
+
code: ""
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
class: "vc-icon-music",
|
|
494
|
+
value: "f061",
|
|
495
|
+
code: ""
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
class: "vc-icon-confirms-invite",
|
|
499
|
+
value: "f062",
|
|
500
|
+
code: ""
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
class: "vc-icon-sound-off",
|
|
504
|
+
value: "f063",
|
|
505
|
+
code: ""
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
class: "vc-icon-mp3",
|
|
509
|
+
value: "f064",
|
|
510
|
+
code: ""
|
|
511
|
+
},
|
|
512
|
+
{
|
|
513
|
+
class: "vc-icon-confirm-action",
|
|
514
|
+
value: "f065",
|
|
515
|
+
code: ""
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
class: "vc-icon-sound-low",
|
|
519
|
+
value: "f066",
|
|
520
|
+
code: ""
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
class: "vc-icon-move",
|
|
524
|
+
value: "f067",
|
|
525
|
+
code: ""
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
class: "vc-icon-conference",
|
|
529
|
+
value: "f068",
|
|
530
|
+
code: ""
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
class: "vc-icon-sort-chevrons-up-down",
|
|
534
|
+
value: "f069",
|
|
535
|
+
code: ""
|
|
536
|
+
},
|
|
537
|
+
{
|
|
538
|
+
class: "vc-icon-monitor-check",
|
|
539
|
+
value: "f06a",
|
|
540
|
+
code: ""
|
|
541
|
+
},
|
|
542
|
+
{
|
|
543
|
+
class: "vc-icon-completed",
|
|
544
|
+
value: "f06b",
|
|
545
|
+
code: ""
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
class: "vc-icon-softphone",
|
|
549
|
+
value: "f06c",
|
|
550
|
+
code: ""
|
|
551
|
+
},
|
|
552
|
+
{
|
|
553
|
+
class: "vc-icon-money",
|
|
554
|
+
value: "f06d",
|
|
555
|
+
code: ""
|
|
556
|
+
},
|
|
557
|
+
{
|
|
558
|
+
class: "vc-icon-color",
|
|
559
|
+
value: "f06e",
|
|
560
|
+
code: ""
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
class: "vc-icon-sms",
|
|
564
|
+
value: "f06f",
|
|
565
|
+
code: ""
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
class: "vc-icon-minus-solid",
|
|
569
|
+
value: "f070",
|
|
570
|
+
code: ""
|
|
571
|
+
},
|
|
572
|
+
{
|
|
573
|
+
class: "vc-icon-code",
|
|
574
|
+
value: "f071",
|
|
575
|
+
code: ""
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
class: "vc-icon-smartphone",
|
|
579
|
+
value: "f072",
|
|
580
|
+
code: ""
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
class: "vc-icon-minus-linear",
|
|
584
|
+
value: "f073",
|
|
585
|
+
code: ""
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
class: "vc-icon-cluster",
|
|
589
|
+
value: "f074",
|
|
590
|
+
code: ""
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
class: "vc-icon-slidebar",
|
|
594
|
+
value: "f075",
|
|
595
|
+
code: ""
|
|
596
|
+
},
|
|
597
|
+
{
|
|
598
|
+
class: "vc-icon-minimap",
|
|
599
|
+
value: "f076",
|
|
600
|
+
code: ""
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
class: "vc-icon-cloud-config",
|
|
604
|
+
value: "f077",
|
|
605
|
+
code: ""
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
class: "vc-icon-slack",
|
|
609
|
+
value: "f078",
|
|
610
|
+
code: ""
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
class: "vc-icon-mic-off",
|
|
614
|
+
value: "f079",
|
|
615
|
+
code: ""
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
class: "vc-icon-close-circle",
|
|
619
|
+
value: "f07a",
|
|
620
|
+
code: ""
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
class: "vc-icon-skip-arrow",
|
|
624
|
+
value: "f07b",
|
|
625
|
+
code: ""
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
class: "vc-icon-mic",
|
|
629
|
+
value: "f07c",
|
|
630
|
+
code: ""
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
class: "vc-icon-close",
|
|
634
|
+
value: "f07d",
|
|
635
|
+
code: ""
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
class: "vc-icon-skill-groups",
|
|
639
|
+
value: "f07e",
|
|
640
|
+
code: ""
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
class: "vc-icon-messages",
|
|
644
|
+
value: "f07f",
|
|
645
|
+
code: ""
|
|
646
|
+
},
|
|
647
|
+
{
|
|
648
|
+
class: "vc-icon-clock",
|
|
649
|
+
value: "f080",
|
|
650
|
+
code: ""
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
class: "vc-icon-share",
|
|
654
|
+
value: "f081",
|
|
655
|
+
code: ""
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
class: "vc-icon-menu",
|
|
659
|
+
value: "f082",
|
|
660
|
+
code: ""
|
|
661
|
+
},
|
|
662
|
+
{
|
|
663
|
+
class: "vc-icon-click-to-call-leg-2-1",
|
|
664
|
+
value: "f083",
|
|
665
|
+
code: ""
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
class: "vc-icon-settings-fill",
|
|
669
|
+
value: "f084",
|
|
670
|
+
code: ""
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
class: "vc-icon-meetings",
|
|
674
|
+
value: "f085",
|
|
675
|
+
code: ""
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
class: "vc-icon-click-to-call-leg-2",
|
|
679
|
+
value: "f086",
|
|
680
|
+
code: ""
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
class: "vc-icon-settings",
|
|
684
|
+
value: "f087",
|
|
685
|
+
code: ""
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
class: "vc-icon-meeting-history",
|
|
689
|
+
value: "f088",
|
|
690
|
+
code: ""
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
class: "vc-icon-clear",
|
|
694
|
+
value: "f089",
|
|
695
|
+
code: ""
|
|
696
|
+
},
|
|
697
|
+
{
|
|
698
|
+
class: "vc-icon-server-config",
|
|
699
|
+
value: "f08a",
|
|
700
|
+
code: ""
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
class: "vc-icon-marketing",
|
|
704
|
+
value: "f08b",
|
|
705
|
+
code: ""
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
class: "vc-icon-city",
|
|
709
|
+
value: "f08c",
|
|
710
|
+
code: ""
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
class: "vc-icon-server",
|
|
714
|
+
value: "f08d",
|
|
715
|
+
code: ""
|
|
716
|
+
},
|
|
717
|
+
{
|
|
718
|
+
class: "vc-icon-managment",
|
|
719
|
+
value: "f08e",
|
|
720
|
+
code: ""
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
class: "vc-icon-checkmark-solid",
|
|
724
|
+
value: "f08f",
|
|
725
|
+
code: ""
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
class: "vc-icon-sent",
|
|
729
|
+
value: "f090",
|
|
730
|
+
code: ""
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
class: "vc-icon-mail",
|
|
734
|
+
value: "f091",
|
|
735
|
+
code: ""
|
|
736
|
+
},
|
|
737
|
+
{
|
|
738
|
+
class: "vc-icon-checkmark",
|
|
739
|
+
value: "f092",
|
|
740
|
+
code: ""
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
class: "vc-icon-search",
|
|
744
|
+
value: "f093",
|
|
745
|
+
code: ""
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
class: "vc-icon-lunch",
|
|
749
|
+
value: "f094",
|
|
750
|
+
code: ""
|
|
751
|
+
},
|
|
752
|
+
{
|
|
753
|
+
class: "vc-icon-check-circle",
|
|
754
|
+
value: "f095",
|
|
755
|
+
code: ""
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
class: "vc-icon-scrubber-v2",
|
|
759
|
+
value: "f096",
|
|
760
|
+
code: ""
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
class: "vc-icon-logs",
|
|
764
|
+
value: "f097",
|
|
765
|
+
code: ""
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
class: "vc-icon-celebration",
|
|
769
|
+
value: "f098",
|
|
770
|
+
code: ""
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
class: "vc-icon-scrubber-v1",
|
|
774
|
+
value: "f099",
|
|
775
|
+
code: ""
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
class: "vc-icon-log-out",
|
|
779
|
+
value: "f09a",
|
|
780
|
+
code: ""
|
|
781
|
+
},
|
|
782
|
+
{
|
|
783
|
+
class: "vc-icon-cancel-establishing",
|
|
784
|
+
value: "f09b",
|
|
785
|
+
code: ""
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
class: "vc-icon-schedule-calendar",
|
|
789
|
+
value: "f09c",
|
|
790
|
+
code: ""
|
|
791
|
+
},
|
|
792
|
+
{
|
|
793
|
+
class: "vc-icon-login-status",
|
|
794
|
+
value: "f09d",
|
|
795
|
+
code: ""
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
class: "vc-icon-cancel-circle",
|
|
799
|
+
value: "f09e",
|
|
800
|
+
code: ""
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
class: "vc-icon-save",
|
|
804
|
+
value: "f09f",
|
|
805
|
+
code: ""
|
|
806
|
+
},
|
|
807
|
+
{
|
|
808
|
+
class: "vc-icon-log-in",
|
|
809
|
+
value: "f0a0",
|
|
810
|
+
code: ""
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
class: "vc-icon-cancel",
|
|
814
|
+
value: "f0a1",
|
|
815
|
+
code: ""
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
class: "vc-icon-sales",
|
|
819
|
+
value: "f0a2",
|
|
820
|
+
code: ""
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
class: "vc-icon-load",
|
|
824
|
+
value: "f0a3",
|
|
825
|
+
code: ""
|
|
826
|
+
},
|
|
827
|
+
{
|
|
828
|
+
class: "vc-icon-camera-off",
|
|
829
|
+
value: "f0a4",
|
|
830
|
+
code: ""
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
class: "vc-icon-sale",
|
|
834
|
+
value: "f0a5",
|
|
835
|
+
code: ""
|
|
836
|
+
},
|
|
837
|
+
{
|
|
838
|
+
class: "vc-icon-lisence-type",
|
|
839
|
+
value: "f0a6",
|
|
840
|
+
code: ""
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
class: "vc-icon-camera",
|
|
844
|
+
value: "f0a7",
|
|
845
|
+
code: ""
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
class: "vc-icon-rooms",
|
|
849
|
+
value: "f0a8",
|
|
850
|
+
code: ""
|
|
851
|
+
},
|
|
852
|
+
{
|
|
853
|
+
class: "vc-icon-license",
|
|
854
|
+
value: "f0a9",
|
|
855
|
+
code: ""
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
class: "vc-icon-call-history",
|
|
859
|
+
value: "f0aa",
|
|
860
|
+
code: ""
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
class: "vc-icon-robot",
|
|
864
|
+
value: "f0ab",
|
|
865
|
+
code: ""
|
|
866
|
+
},
|
|
867
|
+
{
|
|
868
|
+
class: "vc-icon-left",
|
|
869
|
+
value: "f0ac",
|
|
870
|
+
code: ""
|
|
871
|
+
},
|
|
872
|
+
{
|
|
873
|
+
class: "vc-icon-call-groups",
|
|
874
|
+
value: "f0ad",
|
|
875
|
+
code: ""
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
class: "vc-icon-right",
|
|
879
|
+
value: "f0ae",
|
|
880
|
+
code: ""
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
class: "vc-icon-language",
|
|
884
|
+
value: "f0af",
|
|
885
|
+
code: ""
|
|
886
|
+
},
|
|
887
|
+
{
|
|
888
|
+
class: "vc-icon-call-flow",
|
|
889
|
+
value: "f0b0",
|
|
890
|
+
code: ""
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
class: "vc-icon-restore",
|
|
894
|
+
value: "f0b1",
|
|
895
|
+
code: ""
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
class: "vc-icon-joinempty",
|
|
899
|
+
value: "f0b2",
|
|
900
|
+
code: ""
|
|
901
|
+
},
|
|
902
|
+
{
|
|
903
|
+
class: "vc-icon-callference-2",
|
|
904
|
+
value: "f0b3",
|
|
905
|
+
code: ""
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
class: "vc-icon-restart",
|
|
909
|
+
value: "f0b4",
|
|
910
|
+
code: ""
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
class: "vc-icon-ivrs",
|
|
914
|
+
value: "f0b5",
|
|
915
|
+
code: ""
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
class: "vc-icon-call-back",
|
|
919
|
+
value: "f0b6",
|
|
920
|
+
code: ""
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
class: "vc-icon-reset",
|
|
924
|
+
value: "f0b7",
|
|
925
|
+
code: ""
|
|
926
|
+
},
|
|
927
|
+
{
|
|
928
|
+
class: "vc-icon-italic",
|
|
929
|
+
value: "f0b8",
|
|
930
|
+
code: ""
|
|
931
|
+
},
|
|
932
|
+
{
|
|
933
|
+
class: "vc-icon-call-actions",
|
|
934
|
+
value: "f0b9",
|
|
935
|
+
code: ""
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
class: "vc-icon-region",
|
|
939
|
+
value: "f0ba",
|
|
940
|
+
code: ""
|
|
941
|
+
},
|
|
942
|
+
{
|
|
943
|
+
class: "vc-icon-it",
|
|
944
|
+
value: "f0bb",
|
|
945
|
+
code: ""
|
|
946
|
+
},
|
|
947
|
+
{
|
|
948
|
+
class: "vc-icon-busy",
|
|
949
|
+
value: "f0bc",
|
|
950
|
+
code: ""
|
|
951
|
+
},
|
|
952
|
+
{
|
|
953
|
+
class: "vc-icon-refer",
|
|
954
|
+
value: "f0bd",
|
|
955
|
+
code: ""
|
|
956
|
+
},
|
|
957
|
+
{
|
|
958
|
+
class: "vc-icon-invite",
|
|
959
|
+
value: "f0be",
|
|
960
|
+
code: ""
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
class: "vc-icon-box",
|
|
964
|
+
value: "f0bf",
|
|
965
|
+
code: ""
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
class: "vc-icon-recycle-bin",
|
|
969
|
+
value: "f0c0",
|
|
970
|
+
code: ""
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
class: "vc-icon-inventory-and-procurement",
|
|
974
|
+
value: "f0c1",
|
|
975
|
+
code: ""
|
|
976
|
+
},
|
|
977
|
+
{
|
|
978
|
+
class: "vc-icon-bottom-right",
|
|
979
|
+
value: "f0c2",
|
|
980
|
+
code: ""
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
class: "vc-icon-record-2",
|
|
984
|
+
value: "f0c3",
|
|
985
|
+
code: ""
|
|
986
|
+
},
|
|
987
|
+
{
|
|
988
|
+
class: "vc-icon-integration",
|
|
989
|
+
value: "f0c4",
|
|
990
|
+
code: ""
|
|
991
|
+
},
|
|
992
|
+
{
|
|
993
|
+
class: "vc-icon-bottom-left",
|
|
994
|
+
value: "f0c5",
|
|
995
|
+
code: ""
|
|
996
|
+
},
|
|
997
|
+
{
|
|
998
|
+
class: "vc-icon-record",
|
|
999
|
+
value: "f0c6",
|
|
1000
|
+
code: ""
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
class: "vc-icon-instant-message",
|
|
1004
|
+
value: "f0c7",
|
|
1005
|
+
code: ""
|
|
1006
|
+
},
|
|
1007
|
+
{
|
|
1008
|
+
class: "vc-icon-bold",
|
|
1009
|
+
value: "f0c8",
|
|
1010
|
+
code: ""
|
|
1011
|
+
},
|
|
1012
|
+
{
|
|
1013
|
+
class: "vc-icon-real-time",
|
|
1014
|
+
value: "f0c9",
|
|
1015
|
+
code: ""
|
|
1016
|
+
},
|
|
1017
|
+
{
|
|
1018
|
+
class: "vc-icon-in-progress",
|
|
1019
|
+
value: "f0ca",
|
|
1020
|
+
code: ""
|
|
1021
|
+
},
|
|
1022
|
+
{
|
|
1023
|
+
class: "vc-icon-blind",
|
|
1024
|
+
value: "f0cb",
|
|
1025
|
+
code: ""
|
|
1026
|
+
},
|
|
1027
|
+
{
|
|
1028
|
+
class: "vc-icon-read-email",
|
|
1029
|
+
value: "f0cc",
|
|
1030
|
+
code: ""
|
|
1031
|
+
},
|
|
1032
|
+
{
|
|
1033
|
+
class: "vc-icon-info",
|
|
1034
|
+
value: "f0cd",
|
|
1035
|
+
code: ""
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
class: "vc-icon-binding",
|
|
1039
|
+
value: "f0ce",
|
|
1040
|
+
code: ""
|
|
1041
|
+
},
|
|
1042
|
+
{
|
|
1043
|
+
class: "vc-icon-rd",
|
|
1044
|
+
value: "f0cf",
|
|
1045
|
+
code: ""
|
|
1046
|
+
},
|
|
1047
|
+
{
|
|
1048
|
+
class: "vc-icon-incoming",
|
|
1049
|
+
value: "f0d0",
|
|
1050
|
+
code: ""
|
|
1051
|
+
},
|
|
1052
|
+
{
|
|
1053
|
+
class: "vc-icon-billing",
|
|
1054
|
+
value: "f0d1",
|
|
1055
|
+
code: ""
|
|
1056
|
+
},
|
|
1057
|
+
{
|
|
1058
|
+
class: "vc-icon-rase",
|
|
1059
|
+
value: "f0d2",
|
|
1060
|
+
code: ""
|
|
1061
|
+
},
|
|
1062
|
+
{
|
|
1063
|
+
class: "vc-icon-image",
|
|
1064
|
+
value: "f0d3",
|
|
1065
|
+
code: ""
|
|
1066
|
+
},
|
|
1067
|
+
{
|
|
1068
|
+
class: "vc-icon-basic",
|
|
1069
|
+
value: "f0d4",
|
|
1070
|
+
code: ""
|
|
1071
|
+
},
|
|
1072
|
+
{
|
|
1073
|
+
class: "vc-icon-quote",
|
|
1074
|
+
value: "f0d5",
|
|
1075
|
+
code: ""
|
|
1076
|
+
},
|
|
1077
|
+
{
|
|
1078
|
+
class: "vc-icon-id-number",
|
|
1079
|
+
value: "f0d6",
|
|
1080
|
+
code: ""
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
class: "vc-icon-background-blur-2",
|
|
1084
|
+
value: "f0d7",
|
|
1085
|
+
code: ""
|
|
1086
|
+
},
|
|
1087
|
+
{
|
|
1088
|
+
class: "vc-icon-queues",
|
|
1089
|
+
value: "f0d8",
|
|
1090
|
+
code: ""
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
class: "vc-icon-idea",
|
|
1094
|
+
value: "f0d9",
|
|
1095
|
+
code: ""
|
|
1096
|
+
},
|
|
1097
|
+
{
|
|
1098
|
+
class: "vc-icon-background-blur-1",
|
|
1099
|
+
value: "f0da",
|
|
1100
|
+
code: ""
|
|
1101
|
+
},
|
|
1102
|
+
{
|
|
1103
|
+
class: "vc-icon-qa_category",
|
|
1104
|
+
value: "f0db",
|
|
1105
|
+
code: ""
|
|
1106
|
+
},
|
|
1107
|
+
{
|
|
1108
|
+
class: "vc-icon-id",
|
|
1109
|
+
value: "f0dc",
|
|
1110
|
+
code: ""
|
|
1111
|
+
},
|
|
1112
|
+
{
|
|
1113
|
+
class: "vc-icon-back",
|
|
1114
|
+
value: "f0dd",
|
|
1115
|
+
code: ""
|
|
1116
|
+
},
|
|
1117
|
+
{
|
|
1118
|
+
class: "vc-icon-qa",
|
|
1119
|
+
value: "f0de",
|
|
1120
|
+
code: ""
|
|
1121
|
+
},
|
|
1122
|
+
{
|
|
1123
|
+
class: "vc-icon-html",
|
|
1124
|
+
value: "f0df",
|
|
1125
|
+
code: ""
|
|
1126
|
+
},
|
|
1127
|
+
{
|
|
1128
|
+
class: "vc-icon-available-agent",
|
|
1129
|
+
value: "f0e0",
|
|
1130
|
+
code: ""
|
|
1131
|
+
},
|
|
1132
|
+
{
|
|
1133
|
+
class: "vc-icon-puzzle",
|
|
1134
|
+
value: "f0e1",
|
|
1135
|
+
code: ""
|
|
1136
|
+
},
|
|
1137
|
+
{
|
|
1138
|
+
class: "vc-icon-hr",
|
|
1139
|
+
value: "f0e2",
|
|
1140
|
+
code: ""
|
|
1141
|
+
},
|
|
1142
|
+
{
|
|
1143
|
+
class: "vc-icon-autokick",
|
|
1144
|
+
value: "f0e3",
|
|
1145
|
+
code: ""
|
|
1146
|
+
},
|
|
1147
|
+
{
|
|
1148
|
+
class: "vc-icon-purging-soon-check",
|
|
1149
|
+
value: "f0e4",
|
|
1150
|
+
code: ""
|
|
1151
|
+
},
|
|
1152
|
+
{
|
|
1153
|
+
class: "vc-icon-home-fill",
|
|
1154
|
+
value: "f0e5",
|
|
1155
|
+
code: ""
|
|
1156
|
+
},
|
|
1157
|
+
{
|
|
1158
|
+
class: "vc-icon-authentication-failed",
|
|
1159
|
+
value: "f0e6",
|
|
1160
|
+
code: ""
|
|
1161
|
+
},
|
|
1162
|
+
{
|
|
1163
|
+
class: "vc-icon-purging-soon-ar",
|
|
1164
|
+
value: "f0e7",
|
|
1165
|
+
code: ""
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
class: "vc-icon-home",
|
|
1169
|
+
value: "f0e8",
|
|
1170
|
+
code: ""
|
|
1171
|
+
},
|
|
1172
|
+
{
|
|
1173
|
+
class: "vc-icon-audio-suppression-a",
|
|
1174
|
+
value: "f0e9",
|
|
1175
|
+
code: ""
|
|
1176
|
+
},
|
|
1177
|
+
{
|
|
1178
|
+
class: "vc-icon-zoom-out",
|
|
1179
|
+
value: "f0ea",
|
|
1180
|
+
code: ""
|
|
1181
|
+
},
|
|
1182
|
+
{
|
|
1183
|
+
class: "vc-icon-purchasing",
|
|
1184
|
+
value: "f0eb",
|
|
1185
|
+
code: ""
|
|
1186
|
+
},
|
|
1187
|
+
{
|
|
1188
|
+
class: "vc-icon-helper",
|
|
1189
|
+
value: "f0ec",
|
|
1190
|
+
code: ""
|
|
1191
|
+
},
|
|
1192
|
+
{
|
|
1193
|
+
class: "vc-icon-audio-lines-noise-suppression",
|
|
1194
|
+
value: "f0ed",
|
|
1195
|
+
code: ""
|
|
1196
|
+
},
|
|
1197
|
+
{
|
|
1198
|
+
class: "vc-icon-zoom-in",
|
|
1199
|
+
value: "f0ee",
|
|
1200
|
+
code: ""
|
|
1201
|
+
},
|
|
1202
|
+
{
|
|
1203
|
+
class: "vc-icon-publish",
|
|
1204
|
+
value: "f0ef",
|
|
1205
|
+
code: ""
|
|
1206
|
+
},
|
|
1207
|
+
{
|
|
1208
|
+
class: "vc-icon-help",
|
|
1209
|
+
value: "f0f0",
|
|
1210
|
+
code: ""
|
|
1211
|
+
},
|
|
1212
|
+
{
|
|
1213
|
+
class: "vc-icon-attachment",
|
|
1214
|
+
value: "f0f1",
|
|
1215
|
+
code: ""
|
|
1216
|
+
},
|
|
1217
|
+
{
|
|
1218
|
+
class: "vc-icon-youtube",
|
|
1219
|
+
value: "f0f2",
|
|
1220
|
+
code: ""
|
|
1221
|
+
},
|
|
1222
|
+
{
|
|
1223
|
+
class: "vc-icon-protect",
|
|
1224
|
+
value: "f0f3",
|
|
1225
|
+
code: ""
|
|
1226
|
+
},
|
|
1227
|
+
{
|
|
1228
|
+
class: "vc-icon-headphones",
|
|
1229
|
+
value: "f0f4",
|
|
1230
|
+
code: ""
|
|
1231
|
+
},
|
|
1232
|
+
{
|
|
1233
|
+
class: "vc-icon-arrow-up",
|
|
1234
|
+
value: "f0f5",
|
|
1235
|
+
code: ""
|
|
1236
|
+
},
|
|
1237
|
+
{
|
|
1238
|
+
class: "vc-icon-xfer-cdr",
|
|
1239
|
+
value: "f0f6",
|
|
1240
|
+
code: ""
|
|
1241
|
+
},
|
|
1242
|
+
{
|
|
1243
|
+
class: "vc-icon-productive-call-check",
|
|
1244
|
+
value: "f0f7",
|
|
1245
|
+
code: ""
|
|
1246
|
+
},
|
|
1247
|
+
{
|
|
1248
|
+
class: "vc-icon-grip-vertical-drag",
|
|
1249
|
+
value: "f0f8",
|
|
1250
|
+
code: ""
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
class: "vc-icon-arrow-down",
|
|
1254
|
+
value: "f0f9",
|
|
1255
|
+
code: ""
|
|
1256
|
+
},
|
|
1257
|
+
{
|
|
1258
|
+
class: "vc-icon-working",
|
|
1259
|
+
value: "f0fa",
|
|
1260
|
+
code: ""
|
|
1261
|
+
},
|
|
1262
|
+
{
|
|
1263
|
+
class: "vc-icon-productive-call",
|
|
1264
|
+
value: "f0fb",
|
|
1265
|
+
code: ""
|
|
1266
|
+
},
|
|
1267
|
+
{
|
|
1268
|
+
class: "vc-icon-general-settings",
|
|
1269
|
+
value: "f0fc",
|
|
1270
|
+
code: ""
|
|
1271
|
+
},
|
|
1272
|
+
{
|
|
1273
|
+
class: "vc-icon-archive-restore",
|
|
1274
|
+
value: "f0fd",
|
|
1275
|
+
code: ""
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
class: "vc-icon-whisper",
|
|
1279
|
+
value: "f0fe",
|
|
1280
|
+
code: ""
|
|
1281
|
+
},
|
|
1282
|
+
{
|
|
1283
|
+
class: "vc-icon-production",
|
|
1284
|
+
value: "f0ff",
|
|
1285
|
+
code: ""
|
|
1286
|
+
},
|
|
1287
|
+
{
|
|
1288
|
+
class: "vc-icon-fullscreen",
|
|
1289
|
+
value: "f100",
|
|
1290
|
+
code: ""
|
|
1291
|
+
},
|
|
1292
|
+
{
|
|
1293
|
+
class: "vc-icon-archived",
|
|
1294
|
+
value: "f101",
|
|
1295
|
+
code: ""
|
|
1296
|
+
},
|
|
1297
|
+
{
|
|
1298
|
+
class: "vc-icon-weight",
|
|
1299
|
+
value: "f102",
|
|
1300
|
+
code: ""
|
|
1301
|
+
},
|
|
1302
|
+
{
|
|
1303
|
+
class: "vc-icon-process",
|
|
1304
|
+
value: "f103",
|
|
1305
|
+
code: ""
|
|
1306
|
+
},
|
|
1307
|
+
{
|
|
1308
|
+
class: "vc-icon-format",
|
|
1309
|
+
value: "f104",
|
|
1310
|
+
code: ""
|
|
1311
|
+
},
|
|
1312
|
+
{
|
|
1313
|
+
class: "vc-icon-answer",
|
|
1314
|
+
value: "f105",
|
|
1315
|
+
code: ""
|
|
1316
|
+
},
|
|
1317
|
+
{
|
|
1318
|
+
class: "vc-icon-web",
|
|
1319
|
+
value: "f106",
|
|
1320
|
+
code: ""
|
|
1321
|
+
},
|
|
1322
|
+
{
|
|
1323
|
+
class: "vc-icon-pro",
|
|
1324
|
+
value: "f107",
|
|
1325
|
+
code: ""
|
|
1326
|
+
},
|
|
1327
|
+
{
|
|
1328
|
+
class: "vc-icon-folders",
|
|
1329
|
+
value: "f108",
|
|
1330
|
+
code: ""
|
|
1331
|
+
},
|
|
1332
|
+
{
|
|
1333
|
+
class: "vc-icon-anonymous",
|
|
1334
|
+
value: "f109",
|
|
1335
|
+
code: ""
|
|
1336
|
+
},
|
|
1337
|
+
{
|
|
1338
|
+
class: "vc-icon-wav",
|
|
1339
|
+
value: "f10a",
|
|
1340
|
+
code: ""
|
|
1341
|
+
},
|
|
1342
|
+
{
|
|
1343
|
+
class: "vc-icon-private",
|
|
1344
|
+
value: "f10b",
|
|
1345
|
+
code: ""
|
|
1346
|
+
},
|
|
1347
|
+
{
|
|
1348
|
+
class: "vc-icon-folder",
|
|
1349
|
+
value: "f10c",
|
|
1350
|
+
code: ""
|
|
1351
|
+
},
|
|
1352
|
+
{
|
|
1353
|
+
class: "vc-icon-always",
|
|
1354
|
+
value: "f10d",
|
|
1355
|
+
code: ""
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
class: "vc-icon-wait-time",
|
|
1359
|
+
value: "f10e",
|
|
1360
|
+
code: ""
|
|
1361
|
+
},
|
|
1362
|
+
{
|
|
1363
|
+
class: "vc-icon-print",
|
|
1364
|
+
value: "f10f",
|
|
1365
|
+
code: ""
|
|
1366
|
+
},
|
|
1367
|
+
{
|
|
1368
|
+
class: "vc-icon-filter2",
|
|
1369
|
+
value: "f110",
|
|
1370
|
+
code: ""
|
|
1371
|
+
},
|
|
1372
|
+
{
|
|
1373
|
+
class: "vc-icon-allowed-ips",
|
|
1374
|
+
value: "f111",
|
|
1375
|
+
code: ""
|
|
1376
|
+
},
|
|
1377
|
+
{
|
|
1378
|
+
class: "vc-icon-waiting-callers",
|
|
1379
|
+
value: "f112",
|
|
1380
|
+
code: ""
|
|
1381
|
+
},
|
|
1382
|
+
{
|
|
1383
|
+
class: "vc-icon-prack",
|
|
1384
|
+
value: "f113",
|
|
1385
|
+
code: ""
|
|
1386
|
+
},
|
|
1387
|
+
{
|
|
1388
|
+
class: "vc-icon-filter",
|
|
1389
|
+
value: "f114",
|
|
1390
|
+
code: ""
|
|
1391
|
+
},
|
|
1392
|
+
{
|
|
1393
|
+
class: "vc-icon-alert-triangle",
|
|
1394
|
+
value: "f115",
|
|
1395
|
+
code: ""
|
|
1396
|
+
},
|
|
1397
|
+
{
|
|
1398
|
+
class: "vc-icon-waiting",
|
|
1399
|
+
value: "f116",
|
|
1400
|
+
code: ""
|
|
1401
|
+
},
|
|
1402
|
+
{
|
|
1403
|
+
class: "vc-icon-postal-code",
|
|
1404
|
+
value: "f117",
|
|
1405
|
+
code: ""
|
|
1406
|
+
},
|
|
1407
|
+
{
|
|
1408
|
+
class: "vc-icon-file-audio",
|
|
1409
|
+
value: "f118",
|
|
1410
|
+
code: ""
|
|
1411
|
+
},
|
|
1412
|
+
{
|
|
1413
|
+
class: "vc-icon-alert",
|
|
1414
|
+
value: "f119",
|
|
1415
|
+
code: ""
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
class: "vc-icon-wait_for_client",
|
|
1419
|
+
value: "f11a",
|
|
1420
|
+
code: ""
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
class: "vc-icon-pobox",
|
|
1424
|
+
value: "f11b",
|
|
1425
|
+
code: ""
|
|
1426
|
+
},
|
|
1427
|
+
{
|
|
1428
|
+
class: "vc-icon-fax-out",
|
|
1429
|
+
value: "f11c",
|
|
1430
|
+
code: ""
|
|
1431
|
+
},
|
|
1432
|
+
{
|
|
1433
|
+
class: "vc-icon-agent",
|
|
1434
|
+
value: "f11d",
|
|
1435
|
+
code: ""
|
|
1436
|
+
},
|
|
1437
|
+
{
|
|
1438
|
+
class: "vc-icon-voided",
|
|
1439
|
+
value: "f11e",
|
|
1440
|
+
code: ""
|
|
1441
|
+
},
|
|
1442
|
+
{
|
|
1443
|
+
class: "vc-icon-plus-linear",
|
|
1444
|
+
value: "f11f",
|
|
1445
|
+
code: ""
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
class: "vc-icon-fax-in",
|
|
1449
|
+
value: "f120",
|
|
1450
|
+
code: ""
|
|
1451
|
+
},
|
|
1452
|
+
{
|
|
1453
|
+
class: "vc-icon-admins",
|
|
1454
|
+
value: "f121",
|
|
1455
|
+
code: ""
|
|
1456
|
+
},
|
|
1457
|
+
{
|
|
1458
|
+
class: "vc-icon-voicemail-history",
|
|
1459
|
+
value: "f122",
|
|
1460
|
+
code: ""
|
|
1461
|
+
},
|
|
1462
|
+
{
|
|
1463
|
+
class: "vc-icon-play",
|
|
1464
|
+
value: "f123",
|
|
1465
|
+
code: ""
|
|
1466
|
+
},
|
|
1467
|
+
{
|
|
1468
|
+
class: "vc-icon-fax",
|
|
1469
|
+
value: "f124",
|
|
1470
|
+
code: ""
|
|
1471
|
+
},
|
|
1472
|
+
{
|
|
1473
|
+
class: "vc-icon-admin",
|
|
1474
|
+
value: "f125",
|
|
1475
|
+
code: ""
|
|
1476
|
+
},
|
|
1477
|
+
{
|
|
1478
|
+
class: "vc-icon-voicemail-boxes",
|
|
1479
|
+
value: "f126",
|
|
1480
|
+
code: ""
|
|
1481
|
+
},
|
|
1482
|
+
{
|
|
1483
|
+
class: "vc-icon-pin",
|
|
1484
|
+
value: "f127",
|
|
1485
|
+
code: ""
|
|
1486
|
+
},
|
|
1487
|
+
{
|
|
1488
|
+
class: "vc-icon-eye",
|
|
1489
|
+
value: "f128",
|
|
1490
|
+
code: ""
|
|
1491
|
+
},
|
|
1492
|
+
{
|
|
1493
|
+
class: "vc-icon-add-user",
|
|
1494
|
+
value: "f129",
|
|
1495
|
+
code: ""
|
|
1496
|
+
},
|
|
1497
|
+
{
|
|
1498
|
+
class: "vc-icon-voicemail",
|
|
1499
|
+
value: "f12a",
|
|
1500
|
+
code: ""
|
|
1501
|
+
},
|
|
1502
|
+
{
|
|
1503
|
+
class: "vc-icon-pickup",
|
|
1504
|
+
value: "f12b",
|
|
1505
|
+
code: ""
|
|
1506
|
+
},
|
|
1507
|
+
{
|
|
1508
|
+
class: "vc-icon-external-link",
|
|
1509
|
+
value: "f12c",
|
|
1510
|
+
code: ""
|
|
1511
|
+
},
|
|
1512
|
+
{
|
|
1513
|
+
class: "vc-icon-additional-services",
|
|
1514
|
+
value: "f12d",
|
|
1515
|
+
code: ""
|
|
1516
|
+
},
|
|
1517
|
+
{
|
|
1518
|
+
class: "vc-icon-very-right",
|
|
1519
|
+
value: "f12e",
|
|
1520
|
+
code: ""
|
|
1521
|
+
},
|
|
1522
|
+
{
|
|
1523
|
+
class: "vc-icon-phone-system",
|
|
1524
|
+
value: "f12f",
|
|
1525
|
+
code: ""
|
|
1526
|
+
},
|
|
1527
|
+
{
|
|
1528
|
+
class: "vc-icon-extensions",
|
|
1529
|
+
value: "f130",
|
|
1530
|
+
code: ""
|
|
1531
|
+
},
|
|
1532
|
+
{
|
|
1533
|
+
class: "vc-icon-add",
|
|
1534
|
+
value: "f131",
|
|
1535
|
+
code: ""
|
|
1536
|
+
},
|
|
1537
|
+
{
|
|
1538
|
+
class: "vc-icon-very-left",
|
|
1539
|
+
value: "f132",
|
|
1540
|
+
code: ""
|
|
1541
|
+
},
|
|
1542
|
+
{
|
|
1543
|
+
class: "vc-icon-phone-off",
|
|
1544
|
+
value: "f133",
|
|
1545
|
+
code: ""
|
|
1546
|
+
},
|
|
1547
|
+
{
|
|
1548
|
+
class: "vc-icon-expired",
|
|
1549
|
+
value: "f134",
|
|
1550
|
+
code: ""
|
|
1551
|
+
},
|
|
1552
|
+
{
|
|
1553
|
+
class: "vc-icon-account-list",
|
|
1554
|
+
value: "f135",
|
|
1555
|
+
code: ""
|
|
1556
|
+
},
|
|
1557
|
+
{
|
|
1558
|
+
class: "vc-icon-users-fill",
|
|
1559
|
+
value: "f136",
|
|
1560
|
+
code: ""
|
|
1561
|
+
},
|
|
1562
|
+
{
|
|
1563
|
+
class: "vc-icon-phone-numbers",
|
|
1564
|
+
value: "f137",
|
|
1565
|
+
code: ""
|
|
1566
|
+
},
|
|
1567
|
+
{
|
|
1568
|
+
class: "vc-icon-exit-recycle-bin",
|
|
1569
|
+
value: "f138",
|
|
1570
|
+
code: ""
|
|
1571
|
+
},
|
|
1572
|
+
{
|
|
1573
|
+
class: "vc-icon-accounting-finance",
|
|
1574
|
+
value: "f139",
|
|
1575
|
+
code: ""
|
|
1576
|
+
},
|
|
1577
|
+
{
|
|
1578
|
+
class: "vc-icon-users",
|
|
1579
|
+
value: "f13a",
|
|
1580
|
+
code: ""
|
|
1581
|
+
},
|
|
1582
|
+
{
|
|
1583
|
+
class: "vc-icon-phone-missed-1",
|
|
1584
|
+
value: "f13b",
|
|
1585
|
+
code: ""
|
|
1586
|
+
},
|
|
1587
|
+
{
|
|
1588
|
+
class: "vc-icon-excel",
|
|
1589
|
+
value: "f13c",
|
|
1590
|
+
code: ""
|
|
1591
|
+
},
|
|
1592
|
+
{
|
|
1593
|
+
class: "vc-icon-abandone",
|
|
1594
|
+
value: "f13d",
|
|
1595
|
+
code: ""
|
|
1596
|
+
},
|
|
1597
|
+
{
|
|
1598
|
+
class: "vc-icon-upload",
|
|
1599
|
+
value: "f13e",
|
|
1600
|
+
code: ""
|
|
1601
|
+
},
|
|
1602
|
+
{
|
|
1603
|
+
class: "vc-icon-phone-missed",
|
|
1604
|
+
value: "f13f",
|
|
1605
|
+
code: ""
|
|
1606
|
+
},
|
|
1607
|
+
{
|
|
1608
|
+
class: "vc-icon-equalizer",
|
|
1609
|
+
value: "f140",
|
|
1610
|
+
code: ""
|
|
1611
|
+
},
|
|
1612
|
+
{
|
|
1613
|
+
class: "vc-icon-911",
|
|
1614
|
+
value: "f141",
|
|
1615
|
+
code: ""
|
|
1616
|
+
}
|
|
1617
|
+
];
|
|
1618
|
+
export {
|
|
1619
|
+
VcIconList
|
|
1620
|
+
};
|