@voicenter-team/voicenter-ui-plus 2.0.12 → 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-CTYGlS6x.mjs +0 -799
- package/library/core/clike-CTYGlS6x.mjs.br +0 -0
- package/library/core/clike-CTYGlS6x.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-DkSyTW67.mjs +0 -1772
- package/library/core/css-DkSyTW67.mjs.br +0 -0
- package/library/core/css-DkSyTW67.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-DEtqCkHn.mjs +0 -201
- package/library/core/dockerfile-DEtqCkHn.mjs.br +0 -0
- package/library/core/dockerfile-DEtqCkHn.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-CMErlSCw.mjs +0 -151472
- package/library/core/entry-CMErlSCw.mjs.br +0 -0
- package/library/core/entry-CMErlSCw.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-CxBhtrN5.mjs +0 -65
- package/library/core/factor-CxBhtrN5.mjs.br +0 -0
- package/library/core/factor-CxBhtrN5.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-0Aw8zDr5.mjs +0 -293
- package/library/core/gas-0Aw8zDr5.mjs.br +0 -0
- package/library/core/gas-0Aw8zDr5.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-BOpZ-QT3.mjs +0 -405
- package/library/core/index-BOpZ-QT3.mjs.br +0 -0
- package/library/core/index-BOpZ-QT3.mjs.gz +0 -0
- package/library/core/index-BZ73mEvz.mjs +0 -78
- package/library/core/index-BZ73mEvz.mjs.br +0 -0
- package/library/core/index-BZ73mEvz.mjs.gz +0 -0
- package/library/core/index-BZYZsdvW.mjs +0 -307
- package/library/core/index-BZYZsdvW.mjs.br +0 -0
- package/library/core/index-BZYZsdvW.mjs.gz +0 -0
- package/library/core/index-Bol0A18-.mjs +0 -113
- package/library/core/index-Bol0A18-.mjs.br +0 -0
- package/library/core/index-Bol0A18-.mjs.gz +0 -0
- package/library/core/index-BzgPPKBc.mjs +0 -688
- package/library/core/index-BzgPPKBc.mjs.br +0 -0
- package/library/core/index-BzgPPKBc.mjs.gz +0 -0
- package/library/core/index-C5NXq8_G.mjs +0 -96
- package/library/core/index-C5NXq8_G.mjs.br +0 -0
- package/library/core/index-C5NXq8_G.mjs.gz +0 -0
- package/library/core/index-C7x-T1Iq.mjs +0 -384
- package/library/core/index-C7x-T1Iq.mjs.br +0 -0
- package/library/core/index-C7x-T1Iq.mjs.gz +0 -0
- package/library/core/index-DO35X02z.mjs +0 -328
- package/library/core/index-DO35X02z.mjs.br +0 -0
- package/library/core/index-DO35X02z.mjs.gz +0 -0
- package/library/core/index-DappDgUH.mjs +0 -311
- package/library/core/index-DappDgUH.mjs.br +0 -0
- package/library/core/index-DappDgUH.mjs.gz +0 -0
- package/library/core/index-DbwwziFY.mjs +0 -703
- package/library/core/index-DbwwziFY.mjs.br +0 -0
- package/library/core/index-DbwwziFY.mjs.gz +0 -0
- package/library/core/index-Df4jbl9R.mjs +0 -177
- package/library/core/index-Df4jbl9R.mjs.br +0 -0
- package/library/core/index-Df4jbl9R.mjs.gz +0 -0
- package/library/core/index-Df8e64Kc.mjs +0 -60
- package/library/core/index-Df8e64Kc.mjs.br +0 -0
- package/library/core/index-Df8e64Kc.mjs.gz +0 -0
- package/library/core/index-Du6O_L2u.mjs +0 -287
- package/library/core/index-Du6O_L2u.mjs.br +0 -0
- package/library/core/index-Du6O_L2u.mjs.gz +0 -0
- package/library/core/index-MZYTfKgp.mjs +0 -325
- package/library/core/index-MZYTfKgp.mjs.br +0 -0
- package/library/core/index-MZYTfKgp.mjs.gz +0 -0
- package/library/core/index-accBWmVe.mjs +0 -156
- package/library/core/index-accBWmVe.mjs.br +0 -0
- package/library/core/index-accBWmVe.mjs.gz +0 -0
- package/library/core/index-wLsWU3ZT.mjs +0 -149
- package/library/core/index-wLsWU3ZT.mjs.br +0 -0
- package/library/core/index-wLsWU3ZT.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 -16
- package/library/core/index.umd.js.br +0 -0
- package/library/core/index.umd.js.gz +0 -0
- package/library/core/javascript-CJze3-DU.mjs +0 -992
- package/library/core/javascript-CJze3-DU.mjs.br +0 -0
- package/library/core/javascript-CJze3-DU.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-mZ2GYujm.mjs +0 -62
- package/library/core/nsis-mZ2GYujm.mjs.br +0 -0
- package/library/core/nsis-mZ2GYujm.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-CEXQMbca.mjs +0 -405
- package/library/core/pug-CEXQMbca.mjs.br +0 -0
- package/library/core/pug-CEXQMbca.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-BFGRmuZ9.mjs +0 -426
- package/library/core/python-BFGRmuZ9.mjs.br +0 -0
- package/library/core/python-BFGRmuZ9.mjs.gz +0 -0
- package/library/core/q-CrbCVq4a.mjs +0 -131
- package/library/core/q-CrbCVq4a.mjs.br +0 -0
- package/library/core/q-CrbCVq4a.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-DMneyfDu.mjs +0 -130
- package/library/core/simple-mode-DMneyfDu.mjs.br +0 -0
- package/library/core/simple-mode-DMneyfDu.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-Cei9CMfk.mjs +0 -342
- package/library/core/sql-Cei9CMfk.mjs.br +0 -0
- package/library/core/sql-Cei9CMfk.mjs.gz +0 -0
- package/library/core/stex-C1nZSzAw.mjs +0 -230
- package/library/core/stex-C1nZSzAw.mjs.br +0 -0
- package/library/core/stex-C1nZSzAw.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-BOuWGMcf.mjs +0 -76
- package/library/core/toml-BOuWGMcf.mjs.br +0 -4
- package/library/core/toml-BOuWGMcf.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/VcRadioTabs/VcRadioTabs.vue.d.ts +0 -92
- 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 -212
- 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-Bfn8O8I7.mjs +0 -478
- package/library/core/vbscript-Bfn8O8I7.mjs.br +0 -0
- package/library/core/vbscript-Bfn8O8I7.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-CnT9bMk0.mjs +0 -429
- package/library/core/verilog-CnT9bMk0.mjs.br +0 -0
- package/library/core/verilog-CnT9bMk0.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-ClgwfNdB.mjs +0 -92
- package/library/core/z80-ClgwfNdB.mjs.br +0 -0
- package/library/core/z80-ClgwfNdB.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,1371 @@
|
|
|
1
|
+
import type { ExtractValueType } from '../../types';
|
|
2
|
+
import { VcTreeConfig, VcTreeNodeType } from '../../types';
|
|
3
|
+
declare const _default: <VcTreeNodeGenericType extends VcTreeNodeType, Config extends VcTreeConfig<VcTreeNodeGenericType>, Model extends ExtractValueType<VcTreeNodeGenericType, Config>>(__VLS_props: {
|
|
4
|
+
id?: string | undefined;
|
|
5
|
+
scrollHeight?: string | number | undefined;
|
|
6
|
+
color?: "" | "primary" | "secondary" | "destructive" | "success" | "warning" | "active" | "primary-alternative" | undefined;
|
|
7
|
+
disabled?: boolean | undefined;
|
|
8
|
+
name?: string | undefined;
|
|
9
|
+
placeholder?: string | undefined;
|
|
10
|
+
options: VcTreeNodeGenericType[];
|
|
11
|
+
loading?: boolean | undefined;
|
|
12
|
+
modelValue?: Model[] | undefined;
|
|
13
|
+
readonly "onUpdate:modelValue"?: ((value: Model[]) => any) | undefined;
|
|
14
|
+
maxWidth?: string | number | undefined;
|
|
15
|
+
isError?: boolean | undefined;
|
|
16
|
+
clearable?: boolean | undefined;
|
|
17
|
+
dataTestName?: string | undefined;
|
|
18
|
+
prefixIconColor?: string | undefined;
|
|
19
|
+
prefixIcon?: import('../../types').TIcon | undefined;
|
|
20
|
+
prefixIconSize?: string | undefined;
|
|
21
|
+
config: Config;
|
|
22
|
+
emptyText?: string | undefined;
|
|
23
|
+
tagBorderless?: boolean | undefined;
|
|
24
|
+
tagColor?: "" | "primary" | "secondary" | "destructive" | "success" | "warning" | "active" | "primary-alternative" | undefined;
|
|
25
|
+
nodeKey?: keyof VcTreeNodeGenericType | undefined;
|
|
26
|
+
useTypes?: VcTreeNodeGenericType["type"][] | undefined;
|
|
27
|
+
clearFilterOnOptionsChange?: boolean | undefined;
|
|
28
|
+
readonly "onOn-change"?: ((value: VcTreeNodeGenericType[]) => any) | undefined;
|
|
29
|
+
tagsLimit?: number | undefined;
|
|
30
|
+
returnedType?: ("all" | "parentOnly" | "leafOnly") | undefined;
|
|
31
|
+
tagsSquare?: boolean | undefined;
|
|
32
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
33
|
+
attrs: any;
|
|
34
|
+
slots: {
|
|
35
|
+
"option-label"?(_: {
|
|
36
|
+
data: any;
|
|
37
|
+
}): any;
|
|
38
|
+
"tree-top-content"?(_: {}): any;
|
|
39
|
+
};
|
|
40
|
+
emit: {
|
|
41
|
+
(event: 'update:modelValue', value: Model[]): void;
|
|
42
|
+
(event: 'on-change', value: VcTreeNodeGenericType[]): void;
|
|
43
|
+
};
|
|
44
|
+
} | undefined, __VLS_expose?: ((exposed: {
|
|
45
|
+
open: boolean;
|
|
46
|
+
containerWidth: string;
|
|
47
|
+
treNodeRef: {
|
|
48
|
+
getCheckedNodes: (leafOnly?: boolean) => import("element-plus/es/components/tree/src/tree.type").TreeNodeData[];
|
|
49
|
+
getCheckedKeys: (leafOnly?: boolean) => import("element-plus/es/components/tree/src/tree.type").TreeKey[];
|
|
50
|
+
setCheckedNodes: (nodes: import("element-plus/es/components/tree/src/model/node").default[]) => void;
|
|
51
|
+
setCheckedKeys: (keys: (string | number)[]) => void;
|
|
52
|
+
resetChecked: () => void;
|
|
53
|
+
getParentSelectedNodes: () => VcTreeNodeType[];
|
|
54
|
+
localOptions: {
|
|
55
|
+
[x: string]: unknown;
|
|
56
|
+
id?: string | number | undefined;
|
|
57
|
+
key?: string | number | undefined;
|
|
58
|
+
label?: string | undefined;
|
|
59
|
+
icon?: string | import("vue").FunctionalComponent<any, {}, any, {}> | {
|
|
60
|
+
new (...args: any[]): any;
|
|
61
|
+
__isFragment?: undefined;
|
|
62
|
+
__isTeleport?: undefined;
|
|
63
|
+
__isSuspense?: undefined;
|
|
64
|
+
} | {
|
|
65
|
+
[x: string]: any;
|
|
66
|
+
setup?: ((this: void, props: import("@vue/shared").LooseRequired<any>, ctx: {
|
|
67
|
+
attrs: import("vue").Attrs;
|
|
68
|
+
slots: Readonly<{
|
|
69
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
70
|
+
}>;
|
|
71
|
+
emit: ((event: unknown, ...args: any[]) => void) | ((event: string, ...args: any[]) => void);
|
|
72
|
+
expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed | undefined) => void;
|
|
73
|
+
}) => any) | undefined;
|
|
74
|
+
name?: string | undefined;
|
|
75
|
+
template?: string | object | undefined;
|
|
76
|
+
render?: Function | undefined;
|
|
77
|
+
components?: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>> | undefined;
|
|
78
|
+
directives?: Record<string, import("vue").Directive<any, any, string, any>> | undefined;
|
|
79
|
+
inheritAttrs?: boolean | undefined;
|
|
80
|
+
emits?: any;
|
|
81
|
+
slots?: {} | undefined;
|
|
82
|
+
expose?: string[] | undefined;
|
|
83
|
+
serverPrefetch?: (() => void | Promise<any>) | undefined;
|
|
84
|
+
compilerOptions?: {
|
|
85
|
+
isCustomElement?: ((tag: string) => boolean) | undefined;
|
|
86
|
+
whitespace?: "preserve" | "condense" | undefined;
|
|
87
|
+
comments?: boolean | undefined;
|
|
88
|
+
delimiters?: [string, string] | undefined;
|
|
89
|
+
} | undefined;
|
|
90
|
+
call?: ((this: unknown, ...args: unknown[]) => never) | undefined;
|
|
91
|
+
__isFragment?: undefined;
|
|
92
|
+
__isTeleport?: undefined;
|
|
93
|
+
__isSuspense?: undefined;
|
|
94
|
+
__defaults?: {} | undefined;
|
|
95
|
+
compatConfig?: {
|
|
96
|
+
GLOBAL_MOUNT?: boolean | "suppress-warning" | undefined;
|
|
97
|
+
GLOBAL_MOUNT_CONTAINER?: boolean | "suppress-warning" | undefined;
|
|
98
|
+
GLOBAL_EXTEND?: boolean | "suppress-warning" | undefined;
|
|
99
|
+
GLOBAL_PROTOTYPE?: boolean | "suppress-warning" | undefined;
|
|
100
|
+
GLOBAL_SET?: boolean | "suppress-warning" | undefined;
|
|
101
|
+
GLOBAL_DELETE?: boolean | "suppress-warning" | undefined;
|
|
102
|
+
GLOBAL_OBSERVABLE?: boolean | "suppress-warning" | undefined;
|
|
103
|
+
GLOBAL_PRIVATE_UTIL?: boolean | "suppress-warning" | undefined;
|
|
104
|
+
CONFIG_SILENT?: boolean | "suppress-warning" | undefined;
|
|
105
|
+
CONFIG_DEVTOOLS?: boolean | "suppress-warning" | undefined;
|
|
106
|
+
CONFIG_KEY_CODES?: boolean | "suppress-warning" | undefined;
|
|
107
|
+
CONFIG_PRODUCTION_TIP?: boolean | "suppress-warning" | undefined;
|
|
108
|
+
CONFIG_IGNORED_ELEMENTS?: boolean | "suppress-warning" | undefined;
|
|
109
|
+
CONFIG_WHITESPACE?: boolean | "suppress-warning" | undefined;
|
|
110
|
+
CONFIG_OPTION_MERGE_STRATS?: boolean | "suppress-warning" | undefined;
|
|
111
|
+
INSTANCE_SET?: boolean | "suppress-warning" | undefined;
|
|
112
|
+
INSTANCE_DELETE?: boolean | "suppress-warning" | undefined;
|
|
113
|
+
INSTANCE_DESTROY?: boolean | "suppress-warning" | undefined;
|
|
114
|
+
INSTANCE_EVENT_EMITTER?: boolean | "suppress-warning" | undefined;
|
|
115
|
+
INSTANCE_EVENT_HOOKS?: boolean | "suppress-warning" | undefined;
|
|
116
|
+
INSTANCE_CHILDREN?: boolean | "suppress-warning" | undefined;
|
|
117
|
+
INSTANCE_LISTENERS?: boolean | "suppress-warning" | undefined;
|
|
118
|
+
INSTANCE_SCOPED_SLOTS?: boolean | "suppress-warning" | undefined;
|
|
119
|
+
INSTANCE_ATTRS_CLASS_STYLE?: boolean | "suppress-warning" | undefined;
|
|
120
|
+
OPTIONS_DATA_FN?: boolean | "suppress-warning" | undefined;
|
|
121
|
+
OPTIONS_DATA_MERGE?: boolean | "suppress-warning" | undefined;
|
|
122
|
+
OPTIONS_BEFORE_DESTROY?: boolean | "suppress-warning" | undefined;
|
|
123
|
+
OPTIONS_DESTROYED?: boolean | "suppress-warning" | undefined;
|
|
124
|
+
WATCH_ARRAY?: boolean | "suppress-warning" | undefined;
|
|
125
|
+
PROPS_DEFAULT_THIS?: boolean | "suppress-warning" | undefined;
|
|
126
|
+
V_ON_KEYCODE_MODIFIER?: boolean | "suppress-warning" | undefined;
|
|
127
|
+
CUSTOM_DIR?: boolean | "suppress-warning" | undefined;
|
|
128
|
+
ATTR_FALSE_VALUE?: boolean | "suppress-warning" | undefined;
|
|
129
|
+
ATTR_ENUMERATED_COERCION?: boolean | "suppress-warning" | undefined;
|
|
130
|
+
TRANSITION_CLASSES?: boolean | "suppress-warning" | undefined;
|
|
131
|
+
TRANSITION_GROUP_ROOT?: boolean | "suppress-warning" | undefined;
|
|
132
|
+
COMPONENT_ASYNC?: boolean | "suppress-warning" | undefined;
|
|
133
|
+
COMPONENT_FUNCTIONAL?: boolean | "suppress-warning" | undefined;
|
|
134
|
+
COMPONENT_V_MODEL?: boolean | "suppress-warning" | undefined;
|
|
135
|
+
RENDER_FUNCTION?: boolean | "suppress-warning" | undefined;
|
|
136
|
+
FILTERS?: boolean | "suppress-warning" | undefined;
|
|
137
|
+
PRIVATE_APIS?: boolean | "suppress-warning" | undefined;
|
|
138
|
+
MODE?: 2 | 3 | ((comp: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any> | null) => 2 | 3) | undefined;
|
|
139
|
+
} | undefined;
|
|
140
|
+
data?: ((this: any, vm: any) => any) | undefined;
|
|
141
|
+
computed?: import("vue").ComputedOptions | undefined;
|
|
142
|
+
methods?: import("vue").MethodOptions | undefined;
|
|
143
|
+
watch?: {
|
|
144
|
+
[x: string]: (string | import("vue").WatchCallback | ({
|
|
145
|
+
handler: string | import("vue").WatchCallback;
|
|
146
|
+
} & import("vue").WatchOptions<boolean>)) | (string | import("vue").WatchCallback | ({
|
|
147
|
+
handler: string | import("vue").WatchCallback;
|
|
148
|
+
} & import("vue").WatchOptions<boolean>))[];
|
|
149
|
+
} | undefined;
|
|
150
|
+
provide?: import("vue").ComponentProvideOptions | undefined;
|
|
151
|
+
inject?: {} | string[] | undefined;
|
|
152
|
+
filters?: Record<string, Function> | undefined;
|
|
153
|
+
mixins?: any[] | undefined;
|
|
154
|
+
extends?: any;
|
|
155
|
+
beforeCreate?: (() => any) | undefined;
|
|
156
|
+
created?: (() => any) | undefined;
|
|
157
|
+
beforeMount?: (() => any) | undefined;
|
|
158
|
+
mounted?: (() => any) | undefined;
|
|
159
|
+
beforeUpdate?: (() => any) | undefined;
|
|
160
|
+
updated?: (() => any) | undefined;
|
|
161
|
+
activated?: (() => any) | undefined;
|
|
162
|
+
deactivated?: (() => any) | undefined;
|
|
163
|
+
beforeDestroy?: (() => any) | undefined;
|
|
164
|
+
beforeUnmount?: (() => any) | undefined;
|
|
165
|
+
destroyed?: (() => any) | undefined;
|
|
166
|
+
unmounted?: (() => any) | undefined;
|
|
167
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | undefined;
|
|
168
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | undefined;
|
|
169
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | undefined;
|
|
170
|
+
delimiters?: [string, string] | undefined;
|
|
171
|
+
__differentiator?: string | number | symbol | undefined;
|
|
172
|
+
__isBuiltIn?: boolean | undefined;
|
|
173
|
+
__file?: string | undefined;
|
|
174
|
+
__name?: string | undefined;
|
|
175
|
+
beforeRouteEnter?: import("vue-router").NavigationGuardWithThis<undefined> | undefined;
|
|
176
|
+
beforeRouteUpdate?: import("vue-router").NavigationGuard | undefined;
|
|
177
|
+
beforeRouteLeave?: import("vue-router").NavigationGuard | undefined;
|
|
178
|
+
} | undefined;
|
|
179
|
+
children?: {
|
|
180
|
+
[x: string]: unknown;
|
|
181
|
+
id?: string | number | undefined;
|
|
182
|
+
key?: string | number | undefined;
|
|
183
|
+
label?: string | undefined;
|
|
184
|
+
icon?: string | import("vue").FunctionalComponent<any, {}, any, {}> | {
|
|
185
|
+
new (...args: any[]): any;
|
|
186
|
+
__isFragment?: undefined;
|
|
187
|
+
__isTeleport?: undefined;
|
|
188
|
+
__isSuspense?: undefined;
|
|
189
|
+
} | {
|
|
190
|
+
[x: string]: any;
|
|
191
|
+
setup?: ((this: void, props: import("@vue/shared").LooseRequired<any>, ctx: {
|
|
192
|
+
attrs: import("vue").Attrs;
|
|
193
|
+
slots: Readonly<{
|
|
194
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
195
|
+
}>;
|
|
196
|
+
emit: ((event: unknown, ...args: any[]) => void) | ((event: string, ...args: any[]) => void);
|
|
197
|
+
expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed | undefined) => void;
|
|
198
|
+
}) => any) | undefined;
|
|
199
|
+
name?: string | undefined;
|
|
200
|
+
template?: string | object | undefined;
|
|
201
|
+
render?: Function | undefined;
|
|
202
|
+
components?: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>> | undefined;
|
|
203
|
+
directives?: Record<string, import("vue").Directive<any, any, string, any>> | undefined;
|
|
204
|
+
inheritAttrs?: boolean | undefined;
|
|
205
|
+
emits?: any;
|
|
206
|
+
slots?: {} | undefined;
|
|
207
|
+
expose?: string[] | undefined;
|
|
208
|
+
serverPrefetch?: (() => void | Promise<any>) | undefined;
|
|
209
|
+
compilerOptions?: {
|
|
210
|
+
isCustomElement?: ((tag: string) => boolean) | undefined;
|
|
211
|
+
whitespace?: "preserve" | "condense" | undefined;
|
|
212
|
+
comments?: boolean | undefined;
|
|
213
|
+
delimiters?: [string, string] | undefined;
|
|
214
|
+
} | undefined;
|
|
215
|
+
call?: ((this: unknown, ...args: unknown[]) => never) | undefined;
|
|
216
|
+
__isFragment?: undefined;
|
|
217
|
+
__isTeleport?: undefined;
|
|
218
|
+
__isSuspense?: undefined;
|
|
219
|
+
__defaults?: {} | undefined;
|
|
220
|
+
compatConfig?: {
|
|
221
|
+
GLOBAL_MOUNT?: boolean | "suppress-warning" | undefined;
|
|
222
|
+
GLOBAL_MOUNT_CONTAINER?: boolean | "suppress-warning" | undefined;
|
|
223
|
+
GLOBAL_EXTEND?: boolean | "suppress-warning" | undefined;
|
|
224
|
+
GLOBAL_PROTOTYPE?: boolean | "suppress-warning" | undefined;
|
|
225
|
+
GLOBAL_SET?: boolean | "suppress-warning" | undefined;
|
|
226
|
+
GLOBAL_DELETE?: boolean | "suppress-warning" | undefined;
|
|
227
|
+
GLOBAL_OBSERVABLE?: boolean | "suppress-warning" | undefined;
|
|
228
|
+
GLOBAL_PRIVATE_UTIL?: boolean | "suppress-warning" | undefined;
|
|
229
|
+
CONFIG_SILENT?: boolean | "suppress-warning" | undefined;
|
|
230
|
+
CONFIG_DEVTOOLS?: boolean | "suppress-warning" | undefined;
|
|
231
|
+
CONFIG_KEY_CODES?: boolean | "suppress-warning" | undefined;
|
|
232
|
+
CONFIG_PRODUCTION_TIP?: boolean | "suppress-warning" | undefined;
|
|
233
|
+
CONFIG_IGNORED_ELEMENTS?: boolean | "suppress-warning" | undefined;
|
|
234
|
+
CONFIG_WHITESPACE?: boolean | "suppress-warning" | undefined;
|
|
235
|
+
CONFIG_OPTION_MERGE_STRATS?: boolean | "suppress-warning" | undefined;
|
|
236
|
+
INSTANCE_SET?: boolean | "suppress-warning" | undefined;
|
|
237
|
+
INSTANCE_DELETE?: boolean | "suppress-warning" | undefined;
|
|
238
|
+
INSTANCE_DESTROY?: boolean | "suppress-warning" | undefined;
|
|
239
|
+
INSTANCE_EVENT_EMITTER?: boolean | "suppress-warning" | undefined;
|
|
240
|
+
INSTANCE_EVENT_HOOKS?: boolean | "suppress-warning" | undefined;
|
|
241
|
+
INSTANCE_CHILDREN?: boolean | "suppress-warning" | undefined;
|
|
242
|
+
INSTANCE_LISTENERS?: boolean | "suppress-warning" | undefined;
|
|
243
|
+
INSTANCE_SCOPED_SLOTS?: boolean | "suppress-warning" | undefined;
|
|
244
|
+
INSTANCE_ATTRS_CLASS_STYLE?: boolean | "suppress-warning" | undefined;
|
|
245
|
+
OPTIONS_DATA_FN?: boolean | "suppress-warning" | undefined;
|
|
246
|
+
OPTIONS_DATA_MERGE?: boolean | "suppress-warning" | undefined;
|
|
247
|
+
OPTIONS_BEFORE_DESTROY?: boolean | "suppress-warning" | undefined;
|
|
248
|
+
OPTIONS_DESTROYED?: boolean | "suppress-warning" | undefined;
|
|
249
|
+
WATCH_ARRAY?: boolean | "suppress-warning" | undefined;
|
|
250
|
+
PROPS_DEFAULT_THIS?: boolean | "suppress-warning" | undefined;
|
|
251
|
+
V_ON_KEYCODE_MODIFIER?: boolean | "suppress-warning" | undefined;
|
|
252
|
+
CUSTOM_DIR?: boolean | "suppress-warning" | undefined;
|
|
253
|
+
ATTR_FALSE_VALUE?: boolean | "suppress-warning" | undefined;
|
|
254
|
+
ATTR_ENUMERATED_COERCION?: boolean | "suppress-warning" | undefined;
|
|
255
|
+
TRANSITION_CLASSES?: boolean | "suppress-warning" | undefined;
|
|
256
|
+
TRANSITION_GROUP_ROOT?: boolean | "suppress-warning" | undefined;
|
|
257
|
+
COMPONENT_ASYNC?: boolean | "suppress-warning" | undefined;
|
|
258
|
+
COMPONENT_FUNCTIONAL?: boolean | "suppress-warning" | undefined;
|
|
259
|
+
COMPONENT_V_MODEL?: boolean | "suppress-warning" | undefined;
|
|
260
|
+
RENDER_FUNCTION?: boolean | "suppress-warning" | undefined;
|
|
261
|
+
FILTERS?: boolean | "suppress-warning" | undefined;
|
|
262
|
+
PRIVATE_APIS?: boolean | "suppress-warning" | undefined;
|
|
263
|
+
MODE?: 2 | 3 | ((comp: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any> | null) => 2 | 3) | undefined;
|
|
264
|
+
} | undefined;
|
|
265
|
+
data?: ((this: any, vm: any) => any) | undefined;
|
|
266
|
+
computed?: import("vue").ComputedOptions | undefined;
|
|
267
|
+
methods?: import("vue").MethodOptions | undefined;
|
|
268
|
+
watch?: {
|
|
269
|
+
[x: string]: (string | import("vue").WatchCallback | ({
|
|
270
|
+
handler: string | import("vue").WatchCallback;
|
|
271
|
+
} & import("vue").WatchOptions<boolean>)) | (string | import("vue").WatchCallback | ({
|
|
272
|
+
handler: string | import("vue").WatchCallback;
|
|
273
|
+
} & import("vue").WatchOptions<boolean>))[];
|
|
274
|
+
} | undefined;
|
|
275
|
+
provide?: import("vue").ComponentProvideOptions | undefined;
|
|
276
|
+
inject?: {} | string[] | undefined;
|
|
277
|
+
filters?: Record<string, Function> | undefined;
|
|
278
|
+
mixins?: any[] | undefined;
|
|
279
|
+
extends?: any;
|
|
280
|
+
beforeCreate?: (() => any) | undefined;
|
|
281
|
+
created?: (() => any) | undefined;
|
|
282
|
+
beforeMount?: (() => any) | undefined;
|
|
283
|
+
mounted?: (() => any) | undefined;
|
|
284
|
+
beforeUpdate?: (() => any) | undefined;
|
|
285
|
+
updated?: (() => any) | undefined;
|
|
286
|
+
activated?: (() => any) | undefined;
|
|
287
|
+
deactivated?: (() => any) | undefined;
|
|
288
|
+
beforeDestroy?: (() => any) | undefined;
|
|
289
|
+
beforeUnmount?: (() => any) | undefined;
|
|
290
|
+
destroyed?: (() => any) | undefined;
|
|
291
|
+
unmounted?: (() => any) | undefined;
|
|
292
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | undefined;
|
|
293
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | undefined;
|
|
294
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | undefined;
|
|
295
|
+
delimiters?: [string, string] | undefined;
|
|
296
|
+
__differentiator?: string | number | symbol | undefined;
|
|
297
|
+
__isBuiltIn?: boolean | undefined;
|
|
298
|
+
__file?: string | undefined;
|
|
299
|
+
__name?: string | undefined;
|
|
300
|
+
beforeRouteEnter?: import("vue-router").NavigationGuardWithThis<undefined> | undefined;
|
|
301
|
+
beforeRouteUpdate?: import("vue-router").NavigationGuard | undefined;
|
|
302
|
+
beforeRouteLeave?: import("vue-router").NavigationGuard | undefined;
|
|
303
|
+
} | undefined;
|
|
304
|
+
children?: any[] | undefined;
|
|
305
|
+
parent?: any | undefined;
|
|
306
|
+
checked?: boolean | undefined;
|
|
307
|
+
_keyPath?: string | undefined;
|
|
308
|
+
type?: string | undefined;
|
|
309
|
+
}[] | undefined;
|
|
310
|
+
parent?: {
|
|
311
|
+
[x: string]: unknown;
|
|
312
|
+
id?: string | number | undefined;
|
|
313
|
+
key?: string | number | undefined;
|
|
314
|
+
label?: string | undefined;
|
|
315
|
+
icon?: string | import("vue").FunctionalComponent<any, {}, any, {}> | {
|
|
316
|
+
new (...args: any[]): any;
|
|
317
|
+
__isFragment?: undefined;
|
|
318
|
+
__isTeleport?: undefined;
|
|
319
|
+
__isSuspense?: undefined;
|
|
320
|
+
} | {
|
|
321
|
+
[x: string]: any;
|
|
322
|
+
setup?: ((this: void, props: import("@vue/shared").LooseRequired<any>, ctx: {
|
|
323
|
+
attrs: import("vue").Attrs;
|
|
324
|
+
slots: Readonly<{
|
|
325
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
326
|
+
}>;
|
|
327
|
+
emit: ((event: unknown, ...args: any[]) => void) | ((event: string, ...args: any[]) => void);
|
|
328
|
+
expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed | undefined) => void;
|
|
329
|
+
}) => any) | undefined;
|
|
330
|
+
name?: string | undefined;
|
|
331
|
+
template?: string | object | undefined;
|
|
332
|
+
render?: Function | undefined;
|
|
333
|
+
components?: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>> | undefined;
|
|
334
|
+
directives?: Record<string, import("vue").Directive<any, any, string, any>> | undefined;
|
|
335
|
+
inheritAttrs?: boolean | undefined;
|
|
336
|
+
emits?: any;
|
|
337
|
+
slots?: {} | undefined;
|
|
338
|
+
expose?: string[] | undefined;
|
|
339
|
+
serverPrefetch?: (() => void | Promise<any>) | undefined;
|
|
340
|
+
compilerOptions?: {
|
|
341
|
+
isCustomElement?: ((tag: string) => boolean) | undefined;
|
|
342
|
+
whitespace?: "preserve" | "condense" | undefined;
|
|
343
|
+
comments?: boolean | undefined;
|
|
344
|
+
delimiters?: [string, string] | undefined;
|
|
345
|
+
} | undefined;
|
|
346
|
+
call?: ((this: unknown, ...args: unknown[]) => never) | undefined;
|
|
347
|
+
__isFragment?: undefined;
|
|
348
|
+
__isTeleport?: undefined;
|
|
349
|
+
__isSuspense?: undefined;
|
|
350
|
+
__defaults?: {} | undefined;
|
|
351
|
+
compatConfig?: {
|
|
352
|
+
GLOBAL_MOUNT?: boolean | "suppress-warning" | undefined;
|
|
353
|
+
GLOBAL_MOUNT_CONTAINER?: boolean | "suppress-warning" | undefined;
|
|
354
|
+
GLOBAL_EXTEND?: boolean | "suppress-warning" | undefined;
|
|
355
|
+
GLOBAL_PROTOTYPE?: boolean | "suppress-warning" | undefined;
|
|
356
|
+
GLOBAL_SET?: boolean | "suppress-warning" | undefined;
|
|
357
|
+
GLOBAL_DELETE?: boolean | "suppress-warning" | undefined;
|
|
358
|
+
GLOBAL_OBSERVABLE?: boolean | "suppress-warning" | undefined;
|
|
359
|
+
GLOBAL_PRIVATE_UTIL?: boolean | "suppress-warning" | undefined;
|
|
360
|
+
CONFIG_SILENT?: boolean | "suppress-warning" | undefined;
|
|
361
|
+
CONFIG_DEVTOOLS?: boolean | "suppress-warning" | undefined;
|
|
362
|
+
CONFIG_KEY_CODES?: boolean | "suppress-warning" | undefined;
|
|
363
|
+
CONFIG_PRODUCTION_TIP?: boolean | "suppress-warning" | undefined;
|
|
364
|
+
CONFIG_IGNORED_ELEMENTS?: boolean | "suppress-warning" | undefined;
|
|
365
|
+
CONFIG_WHITESPACE?: boolean | "suppress-warning" | undefined;
|
|
366
|
+
CONFIG_OPTION_MERGE_STRATS?: boolean | "suppress-warning" | undefined;
|
|
367
|
+
INSTANCE_SET?: boolean | "suppress-warning" | undefined;
|
|
368
|
+
INSTANCE_DELETE?: boolean | "suppress-warning" | undefined;
|
|
369
|
+
INSTANCE_DESTROY?: boolean | "suppress-warning" | undefined;
|
|
370
|
+
INSTANCE_EVENT_EMITTER?: boolean | "suppress-warning" | undefined;
|
|
371
|
+
INSTANCE_EVENT_HOOKS?: boolean | "suppress-warning" | undefined;
|
|
372
|
+
INSTANCE_CHILDREN?: boolean | "suppress-warning" | undefined;
|
|
373
|
+
INSTANCE_LISTENERS?: boolean | "suppress-warning" | undefined;
|
|
374
|
+
INSTANCE_SCOPED_SLOTS?: boolean | "suppress-warning" | undefined;
|
|
375
|
+
INSTANCE_ATTRS_CLASS_STYLE?: boolean | "suppress-warning" | undefined;
|
|
376
|
+
OPTIONS_DATA_FN?: boolean | "suppress-warning" | undefined;
|
|
377
|
+
OPTIONS_DATA_MERGE?: boolean | "suppress-warning" | undefined;
|
|
378
|
+
OPTIONS_BEFORE_DESTROY?: boolean | "suppress-warning" | undefined;
|
|
379
|
+
OPTIONS_DESTROYED?: boolean | "suppress-warning" | undefined;
|
|
380
|
+
WATCH_ARRAY?: boolean | "suppress-warning" | undefined;
|
|
381
|
+
PROPS_DEFAULT_THIS?: boolean | "suppress-warning" | undefined;
|
|
382
|
+
V_ON_KEYCODE_MODIFIER?: boolean | "suppress-warning" | undefined;
|
|
383
|
+
CUSTOM_DIR?: boolean | "suppress-warning" | undefined;
|
|
384
|
+
ATTR_FALSE_VALUE?: boolean | "suppress-warning" | undefined;
|
|
385
|
+
ATTR_ENUMERATED_COERCION?: boolean | "suppress-warning" | undefined;
|
|
386
|
+
TRANSITION_CLASSES?: boolean | "suppress-warning" | undefined;
|
|
387
|
+
TRANSITION_GROUP_ROOT?: boolean | "suppress-warning" | undefined;
|
|
388
|
+
COMPONENT_ASYNC?: boolean | "suppress-warning" | undefined;
|
|
389
|
+
COMPONENT_FUNCTIONAL?: boolean | "suppress-warning" | undefined;
|
|
390
|
+
COMPONENT_V_MODEL?: boolean | "suppress-warning" | undefined;
|
|
391
|
+
RENDER_FUNCTION?: boolean | "suppress-warning" | undefined;
|
|
392
|
+
FILTERS?: boolean | "suppress-warning" | undefined;
|
|
393
|
+
PRIVATE_APIS?: boolean | "suppress-warning" | undefined;
|
|
394
|
+
MODE?: 2 | 3 | ((comp: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any> | null) => 2 | 3) | undefined;
|
|
395
|
+
} | undefined;
|
|
396
|
+
data?: ((this: any, vm: any) => any) | undefined;
|
|
397
|
+
computed?: import("vue").ComputedOptions | undefined;
|
|
398
|
+
methods?: import("vue").MethodOptions | undefined;
|
|
399
|
+
watch?: {
|
|
400
|
+
[x: string]: (string | import("vue").WatchCallback | ({
|
|
401
|
+
handler: string | import("vue").WatchCallback;
|
|
402
|
+
} & import("vue").WatchOptions<boolean>)) | (string | import("vue").WatchCallback | ({
|
|
403
|
+
handler: string | import("vue").WatchCallback;
|
|
404
|
+
} & import("vue").WatchOptions<boolean>))[];
|
|
405
|
+
} | undefined;
|
|
406
|
+
provide?: import("vue").ComponentProvideOptions | undefined;
|
|
407
|
+
inject?: {} | string[] | undefined;
|
|
408
|
+
filters?: Record<string, Function> | undefined;
|
|
409
|
+
mixins?: any[] | undefined;
|
|
410
|
+
extends?: any;
|
|
411
|
+
beforeCreate?: (() => any) | undefined;
|
|
412
|
+
created?: (() => any) | undefined;
|
|
413
|
+
beforeMount?: (() => any) | undefined;
|
|
414
|
+
mounted?: (() => any) | undefined;
|
|
415
|
+
beforeUpdate?: (() => any) | undefined;
|
|
416
|
+
updated?: (() => any) | undefined;
|
|
417
|
+
activated?: (() => any) | undefined;
|
|
418
|
+
deactivated?: (() => any) | undefined;
|
|
419
|
+
beforeDestroy?: (() => any) | undefined;
|
|
420
|
+
beforeUnmount?: (() => any) | undefined;
|
|
421
|
+
destroyed?: (() => any) | undefined;
|
|
422
|
+
unmounted?: (() => any) | undefined;
|
|
423
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | undefined;
|
|
424
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | undefined;
|
|
425
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | undefined;
|
|
426
|
+
delimiters?: [string, string] | undefined;
|
|
427
|
+
__differentiator?: string | number | symbol | undefined;
|
|
428
|
+
__isBuiltIn?: boolean | undefined;
|
|
429
|
+
__file?: string | undefined;
|
|
430
|
+
__name?: string | undefined;
|
|
431
|
+
beforeRouteEnter?: import("vue-router").NavigationGuardWithThis<undefined> | undefined;
|
|
432
|
+
beforeRouteUpdate?: import("vue-router").NavigationGuard | undefined;
|
|
433
|
+
beforeRouteLeave?: import("vue-router").NavigationGuard | undefined;
|
|
434
|
+
} | undefined;
|
|
435
|
+
children?: any[] | undefined;
|
|
436
|
+
parent?: any | undefined;
|
|
437
|
+
checked?: boolean | undefined;
|
|
438
|
+
_keyPath?: string | undefined;
|
|
439
|
+
type?: string | undefined;
|
|
440
|
+
} | undefined;
|
|
441
|
+
checked?: boolean | undefined;
|
|
442
|
+
_keyPath?: string | undefined;
|
|
443
|
+
type?: string | undefined;
|
|
444
|
+
}[];
|
|
445
|
+
colorClass: string;
|
|
446
|
+
filterNodeFn: (value: string, data: VcTreeNodeType) => boolean;
|
|
447
|
+
} | undefined;
|
|
448
|
+
flatAllOptions: VcTreeNodeGenericType[];
|
|
449
|
+
selectedModel: VcTreeNodeGenericType[];
|
|
450
|
+
emitData: (val: VcTreeNodeGenericType[]) => void;
|
|
451
|
+
onRemoveTag: (data: VcTreeNodeGenericType) => void;
|
|
452
|
+
onClickOutside: () => void;
|
|
453
|
+
setContainerWidth: () => void;
|
|
454
|
+
onSelectedNodes: (data: VcTreeNodeGenericType[]) => void;
|
|
455
|
+
}) => void) | undefined, __VLS_setup?: Promise<{
|
|
456
|
+
props: {
|
|
457
|
+
id?: string | undefined;
|
|
458
|
+
scrollHeight?: string | number | undefined;
|
|
459
|
+
color?: "" | "primary" | "secondary" | "destructive" | "success" | "warning" | "active" | "primary-alternative" | undefined;
|
|
460
|
+
disabled?: boolean | undefined;
|
|
461
|
+
name?: string | undefined;
|
|
462
|
+
placeholder?: string | undefined;
|
|
463
|
+
options: VcTreeNodeGenericType[];
|
|
464
|
+
loading?: boolean | undefined;
|
|
465
|
+
modelValue?: Model[] | undefined;
|
|
466
|
+
readonly "onUpdate:modelValue"?: ((value: Model[]) => any) | undefined;
|
|
467
|
+
maxWidth?: string | number | undefined;
|
|
468
|
+
isError?: boolean | undefined;
|
|
469
|
+
clearable?: boolean | undefined;
|
|
470
|
+
dataTestName?: string | undefined;
|
|
471
|
+
prefixIconColor?: string | undefined;
|
|
472
|
+
prefixIcon?: import('../../types').TIcon | undefined;
|
|
473
|
+
prefixIconSize?: string | undefined;
|
|
474
|
+
config: Config;
|
|
475
|
+
emptyText?: string | undefined;
|
|
476
|
+
tagBorderless?: boolean | undefined;
|
|
477
|
+
tagColor?: "" | "primary" | "secondary" | "destructive" | "success" | "warning" | "active" | "primary-alternative" | undefined;
|
|
478
|
+
nodeKey?: keyof VcTreeNodeGenericType | undefined;
|
|
479
|
+
useTypes?: VcTreeNodeGenericType["type"][] | undefined;
|
|
480
|
+
clearFilterOnOptionsChange?: boolean | undefined;
|
|
481
|
+
readonly "onOn-change"?: ((value: VcTreeNodeGenericType[]) => any) | undefined;
|
|
482
|
+
tagsLimit?: number | undefined;
|
|
483
|
+
returnedType?: ("all" | "parentOnly" | "leafOnly") | undefined;
|
|
484
|
+
tagsSquare?: boolean | undefined;
|
|
485
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
486
|
+
expose(exposed: {
|
|
487
|
+
open: boolean;
|
|
488
|
+
containerWidth: string;
|
|
489
|
+
treNodeRef: {
|
|
490
|
+
getCheckedNodes: (leafOnly?: boolean) => import("element-plus/es/components/tree/src/tree.type").TreeNodeData[];
|
|
491
|
+
getCheckedKeys: (leafOnly?: boolean) => import("element-plus/es/components/tree/src/tree.type").TreeKey[];
|
|
492
|
+
setCheckedNodes: (nodes: import("element-plus/es/components/tree/src/model/node").default[]) => void;
|
|
493
|
+
setCheckedKeys: (keys: (string | number)[]) => void;
|
|
494
|
+
resetChecked: () => void;
|
|
495
|
+
getParentSelectedNodes: () => VcTreeNodeType[];
|
|
496
|
+
localOptions: {
|
|
497
|
+
[x: string]: unknown;
|
|
498
|
+
id?: string | number | undefined;
|
|
499
|
+
key?: string | number | undefined;
|
|
500
|
+
label?: string | undefined;
|
|
501
|
+
icon?: string | import("vue").FunctionalComponent<any, {}, any, {}> | {
|
|
502
|
+
new (...args: any[]): any;
|
|
503
|
+
__isFragment?: undefined;
|
|
504
|
+
__isTeleport?: undefined;
|
|
505
|
+
__isSuspense?: undefined;
|
|
506
|
+
} | {
|
|
507
|
+
[x: string]: any;
|
|
508
|
+
setup?: ((this: void, props: import("@vue/shared").LooseRequired<any>, ctx: {
|
|
509
|
+
attrs: import("vue").Attrs;
|
|
510
|
+
slots: Readonly<{
|
|
511
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
512
|
+
}>;
|
|
513
|
+
emit: ((event: unknown, ...args: any[]) => void) | ((event: string, ...args: any[]) => void);
|
|
514
|
+
expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed | undefined) => void;
|
|
515
|
+
}) => any) | undefined;
|
|
516
|
+
name?: string | undefined;
|
|
517
|
+
template?: string | object | undefined;
|
|
518
|
+
render?: Function | undefined;
|
|
519
|
+
components?: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>> | undefined;
|
|
520
|
+
directives?: Record<string, import("vue").Directive<any, any, string, any>> | undefined;
|
|
521
|
+
inheritAttrs?: boolean | undefined;
|
|
522
|
+
emits?: any;
|
|
523
|
+
slots?: {} | undefined;
|
|
524
|
+
expose?: string[] | undefined;
|
|
525
|
+
serverPrefetch?: (() => void | Promise<any>) | undefined;
|
|
526
|
+
compilerOptions?: {
|
|
527
|
+
isCustomElement?: ((tag: string) => boolean) | undefined;
|
|
528
|
+
whitespace?: "preserve" | "condense" | undefined;
|
|
529
|
+
comments?: boolean | undefined;
|
|
530
|
+
delimiters?: [string, string] | undefined;
|
|
531
|
+
} | undefined;
|
|
532
|
+
call?: ((this: unknown, ...args: unknown[]) => never) | undefined;
|
|
533
|
+
__isFragment?: undefined;
|
|
534
|
+
__isTeleport?: undefined;
|
|
535
|
+
__isSuspense?: undefined;
|
|
536
|
+
__defaults?: {} | undefined;
|
|
537
|
+
compatConfig?: {
|
|
538
|
+
GLOBAL_MOUNT?: boolean | "suppress-warning" | undefined;
|
|
539
|
+
GLOBAL_MOUNT_CONTAINER?: boolean | "suppress-warning" | undefined;
|
|
540
|
+
GLOBAL_EXTEND?: boolean | "suppress-warning" | undefined;
|
|
541
|
+
GLOBAL_PROTOTYPE?: boolean | "suppress-warning" | undefined;
|
|
542
|
+
GLOBAL_SET?: boolean | "suppress-warning" | undefined;
|
|
543
|
+
GLOBAL_DELETE?: boolean | "suppress-warning" | undefined;
|
|
544
|
+
GLOBAL_OBSERVABLE?: boolean | "suppress-warning" | undefined;
|
|
545
|
+
GLOBAL_PRIVATE_UTIL?: boolean | "suppress-warning" | undefined;
|
|
546
|
+
CONFIG_SILENT?: boolean | "suppress-warning" | undefined;
|
|
547
|
+
CONFIG_DEVTOOLS?: boolean | "suppress-warning" | undefined;
|
|
548
|
+
CONFIG_KEY_CODES?: boolean | "suppress-warning" | undefined;
|
|
549
|
+
CONFIG_PRODUCTION_TIP?: boolean | "suppress-warning" | undefined;
|
|
550
|
+
CONFIG_IGNORED_ELEMENTS?: boolean | "suppress-warning" | undefined;
|
|
551
|
+
CONFIG_WHITESPACE?: boolean | "suppress-warning" | undefined;
|
|
552
|
+
CONFIG_OPTION_MERGE_STRATS?: boolean | "suppress-warning" | undefined;
|
|
553
|
+
INSTANCE_SET?: boolean | "suppress-warning" | undefined;
|
|
554
|
+
INSTANCE_DELETE?: boolean | "suppress-warning" | undefined;
|
|
555
|
+
INSTANCE_DESTROY?: boolean | "suppress-warning" | undefined;
|
|
556
|
+
INSTANCE_EVENT_EMITTER?: boolean | "suppress-warning" | undefined;
|
|
557
|
+
INSTANCE_EVENT_HOOKS?: boolean | "suppress-warning" | undefined;
|
|
558
|
+
INSTANCE_CHILDREN?: boolean | "suppress-warning" | undefined;
|
|
559
|
+
INSTANCE_LISTENERS?: boolean | "suppress-warning" | undefined;
|
|
560
|
+
INSTANCE_SCOPED_SLOTS?: boolean | "suppress-warning" | undefined;
|
|
561
|
+
INSTANCE_ATTRS_CLASS_STYLE?: boolean | "suppress-warning" | undefined;
|
|
562
|
+
OPTIONS_DATA_FN?: boolean | "suppress-warning" | undefined;
|
|
563
|
+
OPTIONS_DATA_MERGE?: boolean | "suppress-warning" | undefined;
|
|
564
|
+
OPTIONS_BEFORE_DESTROY?: boolean | "suppress-warning" | undefined;
|
|
565
|
+
OPTIONS_DESTROYED?: boolean | "suppress-warning" | undefined;
|
|
566
|
+
WATCH_ARRAY?: boolean | "suppress-warning" | undefined;
|
|
567
|
+
PROPS_DEFAULT_THIS?: boolean | "suppress-warning" | undefined;
|
|
568
|
+
V_ON_KEYCODE_MODIFIER?: boolean | "suppress-warning" | undefined;
|
|
569
|
+
CUSTOM_DIR?: boolean | "suppress-warning" | undefined;
|
|
570
|
+
ATTR_FALSE_VALUE?: boolean | "suppress-warning" | undefined;
|
|
571
|
+
ATTR_ENUMERATED_COERCION?: boolean | "suppress-warning" | undefined;
|
|
572
|
+
TRANSITION_CLASSES?: boolean | "suppress-warning" | undefined;
|
|
573
|
+
TRANSITION_GROUP_ROOT?: boolean | "suppress-warning" | undefined;
|
|
574
|
+
COMPONENT_ASYNC?: boolean | "suppress-warning" | undefined;
|
|
575
|
+
COMPONENT_FUNCTIONAL?: boolean | "suppress-warning" | undefined;
|
|
576
|
+
COMPONENT_V_MODEL?: boolean | "suppress-warning" | undefined;
|
|
577
|
+
RENDER_FUNCTION?: boolean | "suppress-warning" | undefined;
|
|
578
|
+
FILTERS?: boolean | "suppress-warning" | undefined;
|
|
579
|
+
PRIVATE_APIS?: boolean | "suppress-warning" | undefined;
|
|
580
|
+
MODE?: 2 | 3 | ((comp: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any> | null) => 2 | 3) | undefined;
|
|
581
|
+
} | undefined;
|
|
582
|
+
data?: ((this: any, vm: any) => any) | undefined;
|
|
583
|
+
computed?: import("vue").ComputedOptions | undefined;
|
|
584
|
+
methods?: import("vue").MethodOptions | undefined;
|
|
585
|
+
watch?: {
|
|
586
|
+
[x: string]: (string | import("vue").WatchCallback | ({
|
|
587
|
+
handler: string | import("vue").WatchCallback;
|
|
588
|
+
} & import("vue").WatchOptions<boolean>)) | (string | import("vue").WatchCallback | ({
|
|
589
|
+
handler: string | import("vue").WatchCallback;
|
|
590
|
+
} & import("vue").WatchOptions<boolean>))[];
|
|
591
|
+
} | undefined;
|
|
592
|
+
provide?: import("vue").ComponentProvideOptions | undefined;
|
|
593
|
+
inject?: {} | string[] | undefined;
|
|
594
|
+
filters?: Record<string, Function> | undefined;
|
|
595
|
+
mixins?: any[] | undefined;
|
|
596
|
+
extends?: any;
|
|
597
|
+
beforeCreate?: (() => any) | undefined;
|
|
598
|
+
created?: (() => any) | undefined;
|
|
599
|
+
beforeMount?: (() => any) | undefined;
|
|
600
|
+
mounted?: (() => any) | undefined;
|
|
601
|
+
beforeUpdate?: (() => any) | undefined;
|
|
602
|
+
updated?: (() => any) | undefined;
|
|
603
|
+
activated?: (() => any) | undefined;
|
|
604
|
+
deactivated?: (() => any) | undefined;
|
|
605
|
+
beforeDestroy?: (() => any) | undefined;
|
|
606
|
+
beforeUnmount?: (() => any) | undefined;
|
|
607
|
+
destroyed?: (() => any) | undefined;
|
|
608
|
+
unmounted?: (() => any) | undefined;
|
|
609
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | undefined;
|
|
610
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | undefined;
|
|
611
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | undefined;
|
|
612
|
+
delimiters?: [string, string] | undefined;
|
|
613
|
+
__differentiator?: string | number | symbol | undefined;
|
|
614
|
+
__isBuiltIn?: boolean | undefined;
|
|
615
|
+
__file?: string | undefined;
|
|
616
|
+
__name?: string | undefined;
|
|
617
|
+
beforeRouteEnter?: import("vue-router").NavigationGuardWithThis<undefined> | undefined;
|
|
618
|
+
beforeRouteUpdate?: import("vue-router").NavigationGuard | undefined;
|
|
619
|
+
beforeRouteLeave?: import("vue-router").NavigationGuard | undefined;
|
|
620
|
+
} | undefined;
|
|
621
|
+
children?: {
|
|
622
|
+
[x: string]: unknown;
|
|
623
|
+
id?: string | number | undefined;
|
|
624
|
+
key?: string | number | undefined;
|
|
625
|
+
label?: string | undefined;
|
|
626
|
+
icon?: string | import("vue").FunctionalComponent<any, {}, any, {}> | {
|
|
627
|
+
new (...args: any[]): any;
|
|
628
|
+
__isFragment?: undefined;
|
|
629
|
+
__isTeleport?: undefined;
|
|
630
|
+
__isSuspense?: undefined;
|
|
631
|
+
} | {
|
|
632
|
+
[x: string]: any;
|
|
633
|
+
setup?: ((this: void, props: import("@vue/shared").LooseRequired<any>, ctx: {
|
|
634
|
+
attrs: import("vue").Attrs;
|
|
635
|
+
slots: Readonly<{
|
|
636
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
637
|
+
}>;
|
|
638
|
+
emit: ((event: unknown, ...args: any[]) => void) | ((event: string, ...args: any[]) => void);
|
|
639
|
+
expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed | undefined) => void;
|
|
640
|
+
}) => any) | undefined;
|
|
641
|
+
name?: string | undefined;
|
|
642
|
+
template?: string | object | undefined;
|
|
643
|
+
render?: Function | undefined;
|
|
644
|
+
components?: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>> | undefined;
|
|
645
|
+
directives?: Record<string, import("vue").Directive<any, any, string, any>> | undefined;
|
|
646
|
+
inheritAttrs?: boolean | undefined;
|
|
647
|
+
emits?: any;
|
|
648
|
+
slots?: {} | undefined;
|
|
649
|
+
expose?: string[] | undefined;
|
|
650
|
+
serverPrefetch?: (() => void | Promise<any>) | undefined;
|
|
651
|
+
compilerOptions?: {
|
|
652
|
+
isCustomElement?: ((tag: string) => boolean) | undefined;
|
|
653
|
+
whitespace?: "preserve" | "condense" | undefined;
|
|
654
|
+
comments?: boolean | undefined;
|
|
655
|
+
delimiters?: [string, string] | undefined;
|
|
656
|
+
} | undefined;
|
|
657
|
+
call?: ((this: unknown, ...args: unknown[]) => never) | undefined;
|
|
658
|
+
__isFragment?: undefined;
|
|
659
|
+
__isTeleport?: undefined;
|
|
660
|
+
__isSuspense?: undefined;
|
|
661
|
+
__defaults?: {} | undefined;
|
|
662
|
+
compatConfig?: {
|
|
663
|
+
GLOBAL_MOUNT?: boolean | "suppress-warning" | undefined;
|
|
664
|
+
GLOBAL_MOUNT_CONTAINER?: boolean | "suppress-warning" | undefined;
|
|
665
|
+
GLOBAL_EXTEND?: boolean | "suppress-warning" | undefined;
|
|
666
|
+
GLOBAL_PROTOTYPE?: boolean | "suppress-warning" | undefined;
|
|
667
|
+
GLOBAL_SET?: boolean | "suppress-warning" | undefined;
|
|
668
|
+
GLOBAL_DELETE?: boolean | "suppress-warning" | undefined;
|
|
669
|
+
GLOBAL_OBSERVABLE?: boolean | "suppress-warning" | undefined;
|
|
670
|
+
GLOBAL_PRIVATE_UTIL?: boolean | "suppress-warning" | undefined;
|
|
671
|
+
CONFIG_SILENT?: boolean | "suppress-warning" | undefined;
|
|
672
|
+
CONFIG_DEVTOOLS?: boolean | "suppress-warning" | undefined;
|
|
673
|
+
CONFIG_KEY_CODES?: boolean | "suppress-warning" | undefined;
|
|
674
|
+
CONFIG_PRODUCTION_TIP?: boolean | "suppress-warning" | undefined;
|
|
675
|
+
CONFIG_IGNORED_ELEMENTS?: boolean | "suppress-warning" | undefined;
|
|
676
|
+
CONFIG_WHITESPACE?: boolean | "suppress-warning" | undefined;
|
|
677
|
+
CONFIG_OPTION_MERGE_STRATS?: boolean | "suppress-warning" | undefined;
|
|
678
|
+
INSTANCE_SET?: boolean | "suppress-warning" | undefined;
|
|
679
|
+
INSTANCE_DELETE?: boolean | "suppress-warning" | undefined;
|
|
680
|
+
INSTANCE_DESTROY?: boolean | "suppress-warning" | undefined;
|
|
681
|
+
INSTANCE_EVENT_EMITTER?: boolean | "suppress-warning" | undefined;
|
|
682
|
+
INSTANCE_EVENT_HOOKS?: boolean | "suppress-warning" | undefined;
|
|
683
|
+
INSTANCE_CHILDREN?: boolean | "suppress-warning" | undefined;
|
|
684
|
+
INSTANCE_LISTENERS?: boolean | "suppress-warning" | undefined;
|
|
685
|
+
INSTANCE_SCOPED_SLOTS?: boolean | "suppress-warning" | undefined;
|
|
686
|
+
INSTANCE_ATTRS_CLASS_STYLE?: boolean | "suppress-warning" | undefined;
|
|
687
|
+
OPTIONS_DATA_FN?: boolean | "suppress-warning" | undefined;
|
|
688
|
+
OPTIONS_DATA_MERGE?: boolean | "suppress-warning" | undefined;
|
|
689
|
+
OPTIONS_BEFORE_DESTROY?: boolean | "suppress-warning" | undefined;
|
|
690
|
+
OPTIONS_DESTROYED?: boolean | "suppress-warning" | undefined;
|
|
691
|
+
WATCH_ARRAY?: boolean | "suppress-warning" | undefined;
|
|
692
|
+
PROPS_DEFAULT_THIS?: boolean | "suppress-warning" | undefined;
|
|
693
|
+
V_ON_KEYCODE_MODIFIER?: boolean | "suppress-warning" | undefined;
|
|
694
|
+
CUSTOM_DIR?: boolean | "suppress-warning" | undefined;
|
|
695
|
+
ATTR_FALSE_VALUE?: boolean | "suppress-warning" | undefined;
|
|
696
|
+
ATTR_ENUMERATED_COERCION?: boolean | "suppress-warning" | undefined;
|
|
697
|
+
TRANSITION_CLASSES?: boolean | "suppress-warning" | undefined;
|
|
698
|
+
TRANSITION_GROUP_ROOT?: boolean | "suppress-warning" | undefined;
|
|
699
|
+
COMPONENT_ASYNC?: boolean | "suppress-warning" | undefined;
|
|
700
|
+
COMPONENT_FUNCTIONAL?: boolean | "suppress-warning" | undefined;
|
|
701
|
+
COMPONENT_V_MODEL?: boolean | "suppress-warning" | undefined;
|
|
702
|
+
RENDER_FUNCTION?: boolean | "suppress-warning" | undefined;
|
|
703
|
+
FILTERS?: boolean | "suppress-warning" | undefined;
|
|
704
|
+
PRIVATE_APIS?: boolean | "suppress-warning" | undefined;
|
|
705
|
+
MODE?: 2 | 3 | ((comp: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any> | null) => 2 | 3) | undefined;
|
|
706
|
+
} | undefined;
|
|
707
|
+
data?: ((this: any, vm: any) => any) | undefined;
|
|
708
|
+
computed?: import("vue").ComputedOptions | undefined;
|
|
709
|
+
methods?: import("vue").MethodOptions | undefined;
|
|
710
|
+
watch?: {
|
|
711
|
+
[x: string]: (string | import("vue").WatchCallback | ({
|
|
712
|
+
handler: string | import("vue").WatchCallback;
|
|
713
|
+
} & import("vue").WatchOptions<boolean>)) | (string | import("vue").WatchCallback | ({
|
|
714
|
+
handler: string | import("vue").WatchCallback;
|
|
715
|
+
} & import("vue").WatchOptions<boolean>))[];
|
|
716
|
+
} | undefined;
|
|
717
|
+
provide?: import("vue").ComponentProvideOptions | undefined;
|
|
718
|
+
inject?: {} | string[] | undefined;
|
|
719
|
+
filters?: Record<string, Function> | undefined;
|
|
720
|
+
mixins?: any[] | undefined;
|
|
721
|
+
extends?: any;
|
|
722
|
+
beforeCreate?: (() => any) | undefined;
|
|
723
|
+
created?: (() => any) | undefined;
|
|
724
|
+
beforeMount?: (() => any) | undefined;
|
|
725
|
+
mounted?: (() => any) | undefined;
|
|
726
|
+
beforeUpdate?: (() => any) | undefined;
|
|
727
|
+
updated?: (() => any) | undefined;
|
|
728
|
+
activated?: (() => any) | undefined;
|
|
729
|
+
deactivated?: (() => any) | undefined;
|
|
730
|
+
beforeDestroy?: (() => any) | undefined;
|
|
731
|
+
beforeUnmount?: (() => any) | undefined;
|
|
732
|
+
destroyed?: (() => any) | undefined;
|
|
733
|
+
unmounted?: (() => any) | undefined;
|
|
734
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | undefined;
|
|
735
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | undefined;
|
|
736
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | undefined;
|
|
737
|
+
delimiters?: [string, string] | undefined;
|
|
738
|
+
__differentiator?: string | number | symbol | undefined;
|
|
739
|
+
__isBuiltIn?: boolean | undefined;
|
|
740
|
+
__file?: string | undefined;
|
|
741
|
+
__name?: string | undefined;
|
|
742
|
+
beforeRouteEnter?: import("vue-router").NavigationGuardWithThis<undefined> | undefined;
|
|
743
|
+
beforeRouteUpdate?: import("vue-router").NavigationGuard | undefined;
|
|
744
|
+
beforeRouteLeave?: import("vue-router").NavigationGuard | undefined;
|
|
745
|
+
} | undefined;
|
|
746
|
+
children?: any[] | undefined;
|
|
747
|
+
parent?: any | undefined;
|
|
748
|
+
checked?: boolean | undefined;
|
|
749
|
+
_keyPath?: string | undefined;
|
|
750
|
+
type?: string | undefined;
|
|
751
|
+
}[] | undefined;
|
|
752
|
+
parent?: {
|
|
753
|
+
[x: string]: unknown;
|
|
754
|
+
id?: string | number | undefined;
|
|
755
|
+
key?: string | number | undefined;
|
|
756
|
+
label?: string | undefined;
|
|
757
|
+
icon?: string | import("vue").FunctionalComponent<any, {}, any, {}> | {
|
|
758
|
+
new (...args: any[]): any;
|
|
759
|
+
__isFragment?: undefined;
|
|
760
|
+
__isTeleport?: undefined;
|
|
761
|
+
__isSuspense?: undefined;
|
|
762
|
+
} | {
|
|
763
|
+
[x: string]: any;
|
|
764
|
+
setup?: ((this: void, props: import("@vue/shared").LooseRequired<any>, ctx: {
|
|
765
|
+
attrs: import("vue").Attrs;
|
|
766
|
+
slots: Readonly<{
|
|
767
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
768
|
+
}>;
|
|
769
|
+
emit: ((event: unknown, ...args: any[]) => void) | ((event: string, ...args: any[]) => void);
|
|
770
|
+
expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed | undefined) => void;
|
|
771
|
+
}) => any) | undefined;
|
|
772
|
+
name?: string | undefined;
|
|
773
|
+
template?: string | object | undefined;
|
|
774
|
+
render?: Function | undefined;
|
|
775
|
+
components?: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>> | undefined;
|
|
776
|
+
directives?: Record<string, import("vue").Directive<any, any, string, any>> | undefined;
|
|
777
|
+
inheritAttrs?: boolean | undefined;
|
|
778
|
+
emits?: any;
|
|
779
|
+
slots?: {} | undefined;
|
|
780
|
+
expose?: string[] | undefined;
|
|
781
|
+
serverPrefetch?: (() => void | Promise<any>) | undefined;
|
|
782
|
+
compilerOptions?: {
|
|
783
|
+
isCustomElement?: ((tag: string) => boolean) | undefined;
|
|
784
|
+
whitespace?: "preserve" | "condense" | undefined;
|
|
785
|
+
comments?: boolean | undefined;
|
|
786
|
+
delimiters?: [string, string] | undefined;
|
|
787
|
+
} | undefined;
|
|
788
|
+
call?: ((this: unknown, ...args: unknown[]) => never) | undefined;
|
|
789
|
+
__isFragment?: undefined;
|
|
790
|
+
__isTeleport?: undefined;
|
|
791
|
+
__isSuspense?: undefined;
|
|
792
|
+
__defaults?: {} | undefined;
|
|
793
|
+
compatConfig?: {
|
|
794
|
+
GLOBAL_MOUNT?: boolean | "suppress-warning" | undefined;
|
|
795
|
+
GLOBAL_MOUNT_CONTAINER?: boolean | "suppress-warning" | undefined;
|
|
796
|
+
GLOBAL_EXTEND?: boolean | "suppress-warning" | undefined;
|
|
797
|
+
GLOBAL_PROTOTYPE?: boolean | "suppress-warning" | undefined;
|
|
798
|
+
GLOBAL_SET?: boolean | "suppress-warning" | undefined;
|
|
799
|
+
GLOBAL_DELETE?: boolean | "suppress-warning" | undefined;
|
|
800
|
+
GLOBAL_OBSERVABLE?: boolean | "suppress-warning" | undefined;
|
|
801
|
+
GLOBAL_PRIVATE_UTIL?: boolean | "suppress-warning" | undefined;
|
|
802
|
+
CONFIG_SILENT?: boolean | "suppress-warning" | undefined;
|
|
803
|
+
CONFIG_DEVTOOLS?: boolean | "suppress-warning" | undefined;
|
|
804
|
+
CONFIG_KEY_CODES?: boolean | "suppress-warning" | undefined;
|
|
805
|
+
CONFIG_PRODUCTION_TIP?: boolean | "suppress-warning" | undefined;
|
|
806
|
+
CONFIG_IGNORED_ELEMENTS?: boolean | "suppress-warning" | undefined;
|
|
807
|
+
CONFIG_WHITESPACE?: boolean | "suppress-warning" | undefined;
|
|
808
|
+
CONFIG_OPTION_MERGE_STRATS?: boolean | "suppress-warning" | undefined;
|
|
809
|
+
INSTANCE_SET?: boolean | "suppress-warning" | undefined;
|
|
810
|
+
INSTANCE_DELETE?: boolean | "suppress-warning" | undefined;
|
|
811
|
+
INSTANCE_DESTROY?: boolean | "suppress-warning" | undefined;
|
|
812
|
+
INSTANCE_EVENT_EMITTER?: boolean | "suppress-warning" | undefined;
|
|
813
|
+
INSTANCE_EVENT_HOOKS?: boolean | "suppress-warning" | undefined;
|
|
814
|
+
INSTANCE_CHILDREN?: boolean | "suppress-warning" | undefined;
|
|
815
|
+
INSTANCE_LISTENERS?: boolean | "suppress-warning" | undefined;
|
|
816
|
+
INSTANCE_SCOPED_SLOTS?: boolean | "suppress-warning" | undefined;
|
|
817
|
+
INSTANCE_ATTRS_CLASS_STYLE?: boolean | "suppress-warning" | undefined;
|
|
818
|
+
OPTIONS_DATA_FN?: boolean | "suppress-warning" | undefined;
|
|
819
|
+
OPTIONS_DATA_MERGE?: boolean | "suppress-warning" | undefined;
|
|
820
|
+
OPTIONS_BEFORE_DESTROY?: boolean | "suppress-warning" | undefined;
|
|
821
|
+
OPTIONS_DESTROYED?: boolean | "suppress-warning" | undefined;
|
|
822
|
+
WATCH_ARRAY?: boolean | "suppress-warning" | undefined;
|
|
823
|
+
PROPS_DEFAULT_THIS?: boolean | "suppress-warning" | undefined;
|
|
824
|
+
V_ON_KEYCODE_MODIFIER?: boolean | "suppress-warning" | undefined;
|
|
825
|
+
CUSTOM_DIR?: boolean | "suppress-warning" | undefined;
|
|
826
|
+
ATTR_FALSE_VALUE?: boolean | "suppress-warning" | undefined;
|
|
827
|
+
ATTR_ENUMERATED_COERCION?: boolean | "suppress-warning" | undefined;
|
|
828
|
+
TRANSITION_CLASSES?: boolean | "suppress-warning" | undefined;
|
|
829
|
+
TRANSITION_GROUP_ROOT?: boolean | "suppress-warning" | undefined;
|
|
830
|
+
COMPONENT_ASYNC?: boolean | "suppress-warning" | undefined;
|
|
831
|
+
COMPONENT_FUNCTIONAL?: boolean | "suppress-warning" | undefined;
|
|
832
|
+
COMPONENT_V_MODEL?: boolean | "suppress-warning" | undefined;
|
|
833
|
+
RENDER_FUNCTION?: boolean | "suppress-warning" | undefined;
|
|
834
|
+
FILTERS?: boolean | "suppress-warning" | undefined;
|
|
835
|
+
PRIVATE_APIS?: boolean | "suppress-warning" | undefined;
|
|
836
|
+
MODE?: 2 | 3 | ((comp: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any> | null) => 2 | 3) | undefined;
|
|
837
|
+
} | undefined;
|
|
838
|
+
data?: ((this: any, vm: any) => any) | undefined;
|
|
839
|
+
computed?: import("vue").ComputedOptions | undefined;
|
|
840
|
+
methods?: import("vue").MethodOptions | undefined;
|
|
841
|
+
watch?: {
|
|
842
|
+
[x: string]: (string | import("vue").WatchCallback | ({
|
|
843
|
+
handler: string | import("vue").WatchCallback;
|
|
844
|
+
} & import("vue").WatchOptions<boolean>)) | (string | import("vue").WatchCallback | ({
|
|
845
|
+
handler: string | import("vue").WatchCallback;
|
|
846
|
+
} & import("vue").WatchOptions<boolean>))[];
|
|
847
|
+
} | undefined;
|
|
848
|
+
provide?: import("vue").ComponentProvideOptions | undefined;
|
|
849
|
+
inject?: {} | string[] | undefined;
|
|
850
|
+
filters?: Record<string, Function> | undefined;
|
|
851
|
+
mixins?: any[] | undefined;
|
|
852
|
+
extends?: any;
|
|
853
|
+
beforeCreate?: (() => any) | undefined;
|
|
854
|
+
created?: (() => any) | undefined;
|
|
855
|
+
beforeMount?: (() => any) | undefined;
|
|
856
|
+
mounted?: (() => any) | undefined;
|
|
857
|
+
beforeUpdate?: (() => any) | undefined;
|
|
858
|
+
updated?: (() => any) | undefined;
|
|
859
|
+
activated?: (() => any) | undefined;
|
|
860
|
+
deactivated?: (() => any) | undefined;
|
|
861
|
+
beforeDestroy?: (() => any) | undefined;
|
|
862
|
+
beforeUnmount?: (() => any) | undefined;
|
|
863
|
+
destroyed?: (() => any) | undefined;
|
|
864
|
+
unmounted?: (() => any) | undefined;
|
|
865
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | undefined;
|
|
866
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | undefined;
|
|
867
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | undefined;
|
|
868
|
+
delimiters?: [string, string] | undefined;
|
|
869
|
+
__differentiator?: string | number | symbol | undefined;
|
|
870
|
+
__isBuiltIn?: boolean | undefined;
|
|
871
|
+
__file?: string | undefined;
|
|
872
|
+
__name?: string | undefined;
|
|
873
|
+
beforeRouteEnter?: import("vue-router").NavigationGuardWithThis<undefined> | undefined;
|
|
874
|
+
beforeRouteUpdate?: import("vue-router").NavigationGuard | undefined;
|
|
875
|
+
beforeRouteLeave?: import("vue-router").NavigationGuard | undefined;
|
|
876
|
+
} | undefined;
|
|
877
|
+
children?: any[] | undefined;
|
|
878
|
+
parent?: any | undefined;
|
|
879
|
+
checked?: boolean | undefined;
|
|
880
|
+
_keyPath?: string | undefined;
|
|
881
|
+
type?: string | undefined;
|
|
882
|
+
} | undefined;
|
|
883
|
+
checked?: boolean | undefined;
|
|
884
|
+
_keyPath?: string | undefined;
|
|
885
|
+
type?: string | undefined;
|
|
886
|
+
}[];
|
|
887
|
+
colorClass: string;
|
|
888
|
+
filterNodeFn: (value: string, data: VcTreeNodeType) => boolean;
|
|
889
|
+
} | undefined;
|
|
890
|
+
flatAllOptions: VcTreeNodeGenericType[];
|
|
891
|
+
selectedModel: VcTreeNodeGenericType[];
|
|
892
|
+
emitData: (val: VcTreeNodeGenericType[]) => void;
|
|
893
|
+
onRemoveTag: (data: VcTreeNodeGenericType) => void;
|
|
894
|
+
onClickOutside: () => void;
|
|
895
|
+
setContainerWidth: () => void;
|
|
896
|
+
onSelectedNodes: (data: VcTreeNodeGenericType[]) => void;
|
|
897
|
+
}): void;
|
|
898
|
+
attrs: any;
|
|
899
|
+
slots: {
|
|
900
|
+
"option-label"?(_: {
|
|
901
|
+
data: any;
|
|
902
|
+
}): any;
|
|
903
|
+
"tree-top-content"?(_: {}): any;
|
|
904
|
+
};
|
|
905
|
+
emit: {
|
|
906
|
+
(event: 'update:modelValue', value: Model[]): void;
|
|
907
|
+
(event: 'on-change', value: VcTreeNodeGenericType[]): void;
|
|
908
|
+
};
|
|
909
|
+
}>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
910
|
+
[key: string]: any;
|
|
911
|
+
}> & {
|
|
912
|
+
__ctx?: {
|
|
913
|
+
props: {
|
|
914
|
+
id?: string | undefined;
|
|
915
|
+
scrollHeight?: string | number | undefined;
|
|
916
|
+
color?: "" | "primary" | "secondary" | "destructive" | "success" | "warning" | "active" | "primary-alternative" | undefined;
|
|
917
|
+
disabled?: boolean | undefined;
|
|
918
|
+
name?: string | undefined;
|
|
919
|
+
placeholder?: string | undefined;
|
|
920
|
+
options: VcTreeNodeGenericType[];
|
|
921
|
+
loading?: boolean | undefined;
|
|
922
|
+
modelValue?: Model[] | undefined;
|
|
923
|
+
readonly "onUpdate:modelValue"?: ((value: Model[]) => any) | undefined;
|
|
924
|
+
maxWidth?: string | number | undefined;
|
|
925
|
+
isError?: boolean | undefined;
|
|
926
|
+
clearable?: boolean | undefined;
|
|
927
|
+
dataTestName?: string | undefined;
|
|
928
|
+
prefixIconColor?: string | undefined;
|
|
929
|
+
prefixIcon?: import('../../types').TIcon | undefined;
|
|
930
|
+
prefixIconSize?: string | undefined;
|
|
931
|
+
config: Config;
|
|
932
|
+
emptyText?: string | undefined;
|
|
933
|
+
tagBorderless?: boolean | undefined;
|
|
934
|
+
tagColor?: "" | "primary" | "secondary" | "destructive" | "success" | "warning" | "active" | "primary-alternative" | undefined;
|
|
935
|
+
nodeKey?: keyof VcTreeNodeGenericType | undefined;
|
|
936
|
+
useTypes?: VcTreeNodeGenericType["type"][] | undefined;
|
|
937
|
+
clearFilterOnOptionsChange?: boolean | undefined;
|
|
938
|
+
readonly "onOn-change"?: ((value: VcTreeNodeGenericType[]) => any) | undefined;
|
|
939
|
+
tagsLimit?: number | undefined;
|
|
940
|
+
returnedType?: ("all" | "parentOnly" | "leafOnly") | undefined;
|
|
941
|
+
tagsSquare?: boolean | undefined;
|
|
942
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
943
|
+
expose(exposed: {
|
|
944
|
+
open: boolean;
|
|
945
|
+
containerWidth: string;
|
|
946
|
+
treNodeRef: {
|
|
947
|
+
getCheckedNodes: (leafOnly?: boolean) => import("element-plus/es/components/tree/src/tree.type").TreeNodeData[];
|
|
948
|
+
getCheckedKeys: (leafOnly?: boolean) => import("element-plus/es/components/tree/src/tree.type").TreeKey[];
|
|
949
|
+
setCheckedNodes: (nodes: import("element-plus/es/components/tree/src/model/node").default[]) => void;
|
|
950
|
+
setCheckedKeys: (keys: (string | number)[]) => void;
|
|
951
|
+
resetChecked: () => void;
|
|
952
|
+
getParentSelectedNodes: () => VcTreeNodeType[];
|
|
953
|
+
localOptions: {
|
|
954
|
+
[x: string]: unknown;
|
|
955
|
+
id?: string | number | undefined;
|
|
956
|
+
key?: string | number | undefined;
|
|
957
|
+
label?: string | undefined;
|
|
958
|
+
icon?: string | import("vue").FunctionalComponent<any, {}, any, {}> | {
|
|
959
|
+
new (...args: any[]): any;
|
|
960
|
+
__isFragment?: undefined;
|
|
961
|
+
__isTeleport?: undefined;
|
|
962
|
+
__isSuspense?: undefined;
|
|
963
|
+
} | {
|
|
964
|
+
[x: string]: any;
|
|
965
|
+
setup?: ((this: void, props: import("@vue/shared").LooseRequired<any>, ctx: {
|
|
966
|
+
attrs: import("vue").Attrs;
|
|
967
|
+
slots: Readonly<{
|
|
968
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
969
|
+
}>;
|
|
970
|
+
emit: ((event: unknown, ...args: any[]) => void) | ((event: string, ...args: any[]) => void);
|
|
971
|
+
expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed | undefined) => void;
|
|
972
|
+
}) => any) | undefined;
|
|
973
|
+
name?: string | undefined;
|
|
974
|
+
template?: string | object | undefined;
|
|
975
|
+
render?: Function | undefined;
|
|
976
|
+
components?: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>> | undefined;
|
|
977
|
+
directives?: Record<string, import("vue").Directive<any, any, string, any>> | undefined;
|
|
978
|
+
inheritAttrs?: boolean | undefined;
|
|
979
|
+
emits?: any;
|
|
980
|
+
slots?: {} | undefined;
|
|
981
|
+
expose?: string[] | undefined;
|
|
982
|
+
serverPrefetch?: (() => void | Promise<any>) | undefined;
|
|
983
|
+
compilerOptions?: {
|
|
984
|
+
isCustomElement?: ((tag: string) => boolean) | undefined;
|
|
985
|
+
whitespace?: "preserve" | "condense" | undefined;
|
|
986
|
+
comments?: boolean | undefined;
|
|
987
|
+
delimiters?: [string, string] | undefined;
|
|
988
|
+
} | undefined;
|
|
989
|
+
call?: ((this: unknown, ...args: unknown[]) => never) | undefined;
|
|
990
|
+
__isFragment?: undefined;
|
|
991
|
+
__isTeleport?: undefined;
|
|
992
|
+
__isSuspense?: undefined;
|
|
993
|
+
__defaults?: {} | undefined;
|
|
994
|
+
compatConfig?: {
|
|
995
|
+
GLOBAL_MOUNT?: boolean | "suppress-warning" | undefined;
|
|
996
|
+
GLOBAL_MOUNT_CONTAINER?: boolean | "suppress-warning" | undefined;
|
|
997
|
+
GLOBAL_EXTEND?: boolean | "suppress-warning" | undefined;
|
|
998
|
+
GLOBAL_PROTOTYPE?: boolean | "suppress-warning" | undefined;
|
|
999
|
+
GLOBAL_SET?: boolean | "suppress-warning" | undefined;
|
|
1000
|
+
GLOBAL_DELETE?: boolean | "suppress-warning" | undefined;
|
|
1001
|
+
GLOBAL_OBSERVABLE?: boolean | "suppress-warning" | undefined;
|
|
1002
|
+
GLOBAL_PRIVATE_UTIL?: boolean | "suppress-warning" | undefined;
|
|
1003
|
+
CONFIG_SILENT?: boolean | "suppress-warning" | undefined;
|
|
1004
|
+
CONFIG_DEVTOOLS?: boolean | "suppress-warning" | undefined;
|
|
1005
|
+
CONFIG_KEY_CODES?: boolean | "suppress-warning" | undefined;
|
|
1006
|
+
CONFIG_PRODUCTION_TIP?: boolean | "suppress-warning" | undefined;
|
|
1007
|
+
CONFIG_IGNORED_ELEMENTS?: boolean | "suppress-warning" | undefined;
|
|
1008
|
+
CONFIG_WHITESPACE?: boolean | "suppress-warning" | undefined;
|
|
1009
|
+
CONFIG_OPTION_MERGE_STRATS?: boolean | "suppress-warning" | undefined;
|
|
1010
|
+
INSTANCE_SET?: boolean | "suppress-warning" | undefined;
|
|
1011
|
+
INSTANCE_DELETE?: boolean | "suppress-warning" | undefined;
|
|
1012
|
+
INSTANCE_DESTROY?: boolean | "suppress-warning" | undefined;
|
|
1013
|
+
INSTANCE_EVENT_EMITTER?: boolean | "suppress-warning" | undefined;
|
|
1014
|
+
INSTANCE_EVENT_HOOKS?: boolean | "suppress-warning" | undefined;
|
|
1015
|
+
INSTANCE_CHILDREN?: boolean | "suppress-warning" | undefined;
|
|
1016
|
+
INSTANCE_LISTENERS?: boolean | "suppress-warning" | undefined;
|
|
1017
|
+
INSTANCE_SCOPED_SLOTS?: boolean | "suppress-warning" | undefined;
|
|
1018
|
+
INSTANCE_ATTRS_CLASS_STYLE?: boolean | "suppress-warning" | undefined;
|
|
1019
|
+
OPTIONS_DATA_FN?: boolean | "suppress-warning" | undefined;
|
|
1020
|
+
OPTIONS_DATA_MERGE?: boolean | "suppress-warning" | undefined;
|
|
1021
|
+
OPTIONS_BEFORE_DESTROY?: boolean | "suppress-warning" | undefined;
|
|
1022
|
+
OPTIONS_DESTROYED?: boolean | "suppress-warning" | undefined;
|
|
1023
|
+
WATCH_ARRAY?: boolean | "suppress-warning" | undefined;
|
|
1024
|
+
PROPS_DEFAULT_THIS?: boolean | "suppress-warning" | undefined;
|
|
1025
|
+
V_ON_KEYCODE_MODIFIER?: boolean | "suppress-warning" | undefined;
|
|
1026
|
+
CUSTOM_DIR?: boolean | "suppress-warning" | undefined;
|
|
1027
|
+
ATTR_FALSE_VALUE?: boolean | "suppress-warning" | undefined;
|
|
1028
|
+
ATTR_ENUMERATED_COERCION?: boolean | "suppress-warning" | undefined;
|
|
1029
|
+
TRANSITION_CLASSES?: boolean | "suppress-warning" | undefined;
|
|
1030
|
+
TRANSITION_GROUP_ROOT?: boolean | "suppress-warning" | undefined;
|
|
1031
|
+
COMPONENT_ASYNC?: boolean | "suppress-warning" | undefined;
|
|
1032
|
+
COMPONENT_FUNCTIONAL?: boolean | "suppress-warning" | undefined;
|
|
1033
|
+
COMPONENT_V_MODEL?: boolean | "suppress-warning" | undefined;
|
|
1034
|
+
RENDER_FUNCTION?: boolean | "suppress-warning" | undefined;
|
|
1035
|
+
FILTERS?: boolean | "suppress-warning" | undefined;
|
|
1036
|
+
PRIVATE_APIS?: boolean | "suppress-warning" | undefined;
|
|
1037
|
+
MODE?: 2 | 3 | ((comp: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any> | null) => 2 | 3) | undefined;
|
|
1038
|
+
} | undefined;
|
|
1039
|
+
data?: ((this: any, vm: any) => any) | undefined;
|
|
1040
|
+
computed?: import("vue").ComputedOptions | undefined;
|
|
1041
|
+
methods?: import("vue").MethodOptions | undefined;
|
|
1042
|
+
watch?: {
|
|
1043
|
+
[x: string]: (string | import("vue").WatchCallback | ({
|
|
1044
|
+
handler: string | import("vue").WatchCallback;
|
|
1045
|
+
} & import("vue").WatchOptions<boolean>)) | (string | import("vue").WatchCallback | ({
|
|
1046
|
+
handler: string | import("vue").WatchCallback;
|
|
1047
|
+
} & import("vue").WatchOptions<boolean>))[];
|
|
1048
|
+
} | undefined;
|
|
1049
|
+
provide?: import("vue").ComponentProvideOptions | undefined;
|
|
1050
|
+
inject?: {} | string[] | undefined;
|
|
1051
|
+
filters?: Record<string, Function> | undefined;
|
|
1052
|
+
mixins?: any[] | undefined;
|
|
1053
|
+
extends?: any;
|
|
1054
|
+
beforeCreate?: (() => any) | undefined;
|
|
1055
|
+
created?: (() => any) | undefined;
|
|
1056
|
+
beforeMount?: (() => any) | undefined;
|
|
1057
|
+
mounted?: (() => any) | undefined;
|
|
1058
|
+
beforeUpdate?: (() => any) | undefined;
|
|
1059
|
+
updated?: (() => any) | undefined;
|
|
1060
|
+
activated?: (() => any) | undefined;
|
|
1061
|
+
deactivated?: (() => any) | undefined;
|
|
1062
|
+
beforeDestroy?: (() => any) | undefined;
|
|
1063
|
+
beforeUnmount?: (() => any) | undefined;
|
|
1064
|
+
destroyed?: (() => any) | undefined;
|
|
1065
|
+
unmounted?: (() => any) | undefined;
|
|
1066
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | undefined;
|
|
1067
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | undefined;
|
|
1068
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | undefined;
|
|
1069
|
+
delimiters?: [string, string] | undefined;
|
|
1070
|
+
__differentiator?: string | number | symbol | undefined;
|
|
1071
|
+
__isBuiltIn?: boolean | undefined;
|
|
1072
|
+
__file?: string | undefined;
|
|
1073
|
+
__name?: string | undefined;
|
|
1074
|
+
beforeRouteEnter?: import("vue-router").NavigationGuardWithThis<undefined> | undefined;
|
|
1075
|
+
beforeRouteUpdate?: import("vue-router").NavigationGuard | undefined;
|
|
1076
|
+
beforeRouteLeave?: import("vue-router").NavigationGuard | undefined;
|
|
1077
|
+
} | undefined;
|
|
1078
|
+
children?: {
|
|
1079
|
+
[x: string]: unknown;
|
|
1080
|
+
id?: string | number | undefined;
|
|
1081
|
+
key?: string | number | undefined;
|
|
1082
|
+
label?: string | undefined;
|
|
1083
|
+
icon?: string | import("vue").FunctionalComponent<any, {}, any, {}> | {
|
|
1084
|
+
new (...args: any[]): any;
|
|
1085
|
+
__isFragment?: undefined;
|
|
1086
|
+
__isTeleport?: undefined;
|
|
1087
|
+
__isSuspense?: undefined;
|
|
1088
|
+
} | {
|
|
1089
|
+
[x: string]: any;
|
|
1090
|
+
setup?: ((this: void, props: import("@vue/shared").LooseRequired<any>, ctx: {
|
|
1091
|
+
attrs: import("vue").Attrs;
|
|
1092
|
+
slots: Readonly<{
|
|
1093
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
1094
|
+
}>;
|
|
1095
|
+
emit: ((event: unknown, ...args: any[]) => void) | ((event: string, ...args: any[]) => void);
|
|
1096
|
+
expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed | undefined) => void;
|
|
1097
|
+
}) => any) | undefined;
|
|
1098
|
+
name?: string | undefined;
|
|
1099
|
+
template?: string | object | undefined;
|
|
1100
|
+
render?: Function | undefined;
|
|
1101
|
+
components?: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>> | undefined;
|
|
1102
|
+
directives?: Record<string, import("vue").Directive<any, any, string, any>> | undefined;
|
|
1103
|
+
inheritAttrs?: boolean | undefined;
|
|
1104
|
+
emits?: any;
|
|
1105
|
+
slots?: {} | undefined;
|
|
1106
|
+
expose?: string[] | undefined;
|
|
1107
|
+
serverPrefetch?: (() => void | Promise<any>) | undefined;
|
|
1108
|
+
compilerOptions?: {
|
|
1109
|
+
isCustomElement?: ((tag: string) => boolean) | undefined;
|
|
1110
|
+
whitespace?: "preserve" | "condense" | undefined;
|
|
1111
|
+
comments?: boolean | undefined;
|
|
1112
|
+
delimiters?: [string, string] | undefined;
|
|
1113
|
+
} | undefined;
|
|
1114
|
+
call?: ((this: unknown, ...args: unknown[]) => never) | undefined;
|
|
1115
|
+
__isFragment?: undefined;
|
|
1116
|
+
__isTeleport?: undefined;
|
|
1117
|
+
__isSuspense?: undefined;
|
|
1118
|
+
__defaults?: {} | undefined;
|
|
1119
|
+
compatConfig?: {
|
|
1120
|
+
GLOBAL_MOUNT?: boolean | "suppress-warning" | undefined;
|
|
1121
|
+
GLOBAL_MOUNT_CONTAINER?: boolean | "suppress-warning" | undefined;
|
|
1122
|
+
GLOBAL_EXTEND?: boolean | "suppress-warning" | undefined;
|
|
1123
|
+
GLOBAL_PROTOTYPE?: boolean | "suppress-warning" | undefined;
|
|
1124
|
+
GLOBAL_SET?: boolean | "suppress-warning" | undefined;
|
|
1125
|
+
GLOBAL_DELETE?: boolean | "suppress-warning" | undefined;
|
|
1126
|
+
GLOBAL_OBSERVABLE?: boolean | "suppress-warning" | undefined;
|
|
1127
|
+
GLOBAL_PRIVATE_UTIL?: boolean | "suppress-warning" | undefined;
|
|
1128
|
+
CONFIG_SILENT?: boolean | "suppress-warning" | undefined;
|
|
1129
|
+
CONFIG_DEVTOOLS?: boolean | "suppress-warning" | undefined;
|
|
1130
|
+
CONFIG_KEY_CODES?: boolean | "suppress-warning" | undefined;
|
|
1131
|
+
CONFIG_PRODUCTION_TIP?: boolean | "suppress-warning" | undefined;
|
|
1132
|
+
CONFIG_IGNORED_ELEMENTS?: boolean | "suppress-warning" | undefined;
|
|
1133
|
+
CONFIG_WHITESPACE?: boolean | "suppress-warning" | undefined;
|
|
1134
|
+
CONFIG_OPTION_MERGE_STRATS?: boolean | "suppress-warning" | undefined;
|
|
1135
|
+
INSTANCE_SET?: boolean | "suppress-warning" | undefined;
|
|
1136
|
+
INSTANCE_DELETE?: boolean | "suppress-warning" | undefined;
|
|
1137
|
+
INSTANCE_DESTROY?: boolean | "suppress-warning" | undefined;
|
|
1138
|
+
INSTANCE_EVENT_EMITTER?: boolean | "suppress-warning" | undefined;
|
|
1139
|
+
INSTANCE_EVENT_HOOKS?: boolean | "suppress-warning" | undefined;
|
|
1140
|
+
INSTANCE_CHILDREN?: boolean | "suppress-warning" | undefined;
|
|
1141
|
+
INSTANCE_LISTENERS?: boolean | "suppress-warning" | undefined;
|
|
1142
|
+
INSTANCE_SCOPED_SLOTS?: boolean | "suppress-warning" | undefined;
|
|
1143
|
+
INSTANCE_ATTRS_CLASS_STYLE?: boolean | "suppress-warning" | undefined;
|
|
1144
|
+
OPTIONS_DATA_FN?: boolean | "suppress-warning" | undefined;
|
|
1145
|
+
OPTIONS_DATA_MERGE?: boolean | "suppress-warning" | undefined;
|
|
1146
|
+
OPTIONS_BEFORE_DESTROY?: boolean | "suppress-warning" | undefined;
|
|
1147
|
+
OPTIONS_DESTROYED?: boolean | "suppress-warning" | undefined;
|
|
1148
|
+
WATCH_ARRAY?: boolean | "suppress-warning" | undefined;
|
|
1149
|
+
PROPS_DEFAULT_THIS?: boolean | "suppress-warning" | undefined;
|
|
1150
|
+
V_ON_KEYCODE_MODIFIER?: boolean | "suppress-warning" | undefined;
|
|
1151
|
+
CUSTOM_DIR?: boolean | "suppress-warning" | undefined;
|
|
1152
|
+
ATTR_FALSE_VALUE?: boolean | "suppress-warning" | undefined;
|
|
1153
|
+
ATTR_ENUMERATED_COERCION?: boolean | "suppress-warning" | undefined;
|
|
1154
|
+
TRANSITION_CLASSES?: boolean | "suppress-warning" | undefined;
|
|
1155
|
+
TRANSITION_GROUP_ROOT?: boolean | "suppress-warning" | undefined;
|
|
1156
|
+
COMPONENT_ASYNC?: boolean | "suppress-warning" | undefined;
|
|
1157
|
+
COMPONENT_FUNCTIONAL?: boolean | "suppress-warning" | undefined;
|
|
1158
|
+
COMPONENT_V_MODEL?: boolean | "suppress-warning" | undefined;
|
|
1159
|
+
RENDER_FUNCTION?: boolean | "suppress-warning" | undefined;
|
|
1160
|
+
FILTERS?: boolean | "suppress-warning" | undefined;
|
|
1161
|
+
PRIVATE_APIS?: boolean | "suppress-warning" | undefined;
|
|
1162
|
+
MODE?: 2 | 3 | ((comp: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any> | null) => 2 | 3) | undefined;
|
|
1163
|
+
} | undefined;
|
|
1164
|
+
data?: ((this: any, vm: any) => any) | undefined;
|
|
1165
|
+
computed?: import("vue").ComputedOptions | undefined;
|
|
1166
|
+
methods?: import("vue").MethodOptions | undefined;
|
|
1167
|
+
watch?: {
|
|
1168
|
+
[x: string]: (string | import("vue").WatchCallback | ({
|
|
1169
|
+
handler: string | import("vue").WatchCallback;
|
|
1170
|
+
} & import("vue").WatchOptions<boolean>)) | (string | import("vue").WatchCallback | ({
|
|
1171
|
+
handler: string | import("vue").WatchCallback;
|
|
1172
|
+
} & import("vue").WatchOptions<boolean>))[];
|
|
1173
|
+
} | undefined;
|
|
1174
|
+
provide?: import("vue").ComponentProvideOptions | undefined;
|
|
1175
|
+
inject?: {} | string[] | undefined;
|
|
1176
|
+
filters?: Record<string, Function> | undefined;
|
|
1177
|
+
mixins?: any[] | undefined;
|
|
1178
|
+
extends?: any;
|
|
1179
|
+
beforeCreate?: (() => any) | undefined;
|
|
1180
|
+
created?: (() => any) | undefined;
|
|
1181
|
+
beforeMount?: (() => any) | undefined;
|
|
1182
|
+
mounted?: (() => any) | undefined;
|
|
1183
|
+
beforeUpdate?: (() => any) | undefined;
|
|
1184
|
+
updated?: (() => any) | undefined;
|
|
1185
|
+
activated?: (() => any) | undefined;
|
|
1186
|
+
deactivated?: (() => any) | undefined;
|
|
1187
|
+
beforeDestroy?: (() => any) | undefined;
|
|
1188
|
+
beforeUnmount?: (() => any) | undefined;
|
|
1189
|
+
destroyed?: (() => any) | undefined;
|
|
1190
|
+
unmounted?: (() => any) | undefined;
|
|
1191
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | undefined;
|
|
1192
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | undefined;
|
|
1193
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | undefined;
|
|
1194
|
+
delimiters?: [string, string] | undefined;
|
|
1195
|
+
__differentiator?: string | number | symbol | undefined;
|
|
1196
|
+
__isBuiltIn?: boolean | undefined;
|
|
1197
|
+
__file?: string | undefined;
|
|
1198
|
+
__name?: string | undefined;
|
|
1199
|
+
beforeRouteEnter?: import("vue-router").NavigationGuardWithThis<undefined> | undefined;
|
|
1200
|
+
beforeRouteUpdate?: import("vue-router").NavigationGuard | undefined;
|
|
1201
|
+
beforeRouteLeave?: import("vue-router").NavigationGuard | undefined;
|
|
1202
|
+
} | undefined;
|
|
1203
|
+
children?: any[] | undefined;
|
|
1204
|
+
parent?: any | undefined;
|
|
1205
|
+
checked?: boolean | undefined;
|
|
1206
|
+
_keyPath?: string | undefined;
|
|
1207
|
+
type?: string | undefined;
|
|
1208
|
+
}[] | undefined;
|
|
1209
|
+
parent?: {
|
|
1210
|
+
[x: string]: unknown;
|
|
1211
|
+
id?: string | number | undefined;
|
|
1212
|
+
key?: string | number | undefined;
|
|
1213
|
+
label?: string | undefined;
|
|
1214
|
+
icon?: string | import("vue").FunctionalComponent<any, {}, any, {}> | {
|
|
1215
|
+
new (...args: any[]): any;
|
|
1216
|
+
__isFragment?: undefined;
|
|
1217
|
+
__isTeleport?: undefined;
|
|
1218
|
+
__isSuspense?: undefined;
|
|
1219
|
+
} | {
|
|
1220
|
+
[x: string]: any;
|
|
1221
|
+
setup?: ((this: void, props: import("@vue/shared").LooseRequired<any>, ctx: {
|
|
1222
|
+
attrs: import("vue").Attrs;
|
|
1223
|
+
slots: Readonly<{
|
|
1224
|
+
[name: string]: import("vue").Slot<any> | undefined;
|
|
1225
|
+
}>;
|
|
1226
|
+
emit: ((event: unknown, ...args: any[]) => void) | ((event: string, ...args: any[]) => void);
|
|
1227
|
+
expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed | undefined) => void;
|
|
1228
|
+
}) => any) | undefined;
|
|
1229
|
+
name?: string | undefined;
|
|
1230
|
+
template?: string | object | undefined;
|
|
1231
|
+
render?: Function | undefined;
|
|
1232
|
+
components?: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any>> | undefined;
|
|
1233
|
+
directives?: Record<string, import("vue").Directive<any, any, string, any>> | undefined;
|
|
1234
|
+
inheritAttrs?: boolean | undefined;
|
|
1235
|
+
emits?: any;
|
|
1236
|
+
slots?: {} | undefined;
|
|
1237
|
+
expose?: string[] | undefined;
|
|
1238
|
+
serverPrefetch?: (() => void | Promise<any>) | undefined;
|
|
1239
|
+
compilerOptions?: {
|
|
1240
|
+
isCustomElement?: ((tag: string) => boolean) | undefined;
|
|
1241
|
+
whitespace?: "preserve" | "condense" | undefined;
|
|
1242
|
+
comments?: boolean | undefined;
|
|
1243
|
+
delimiters?: [string, string] | undefined;
|
|
1244
|
+
} | undefined;
|
|
1245
|
+
call?: ((this: unknown, ...args: unknown[]) => never) | undefined;
|
|
1246
|
+
__isFragment?: undefined;
|
|
1247
|
+
__isTeleport?: undefined;
|
|
1248
|
+
__isSuspense?: undefined;
|
|
1249
|
+
__defaults?: {} | undefined;
|
|
1250
|
+
compatConfig?: {
|
|
1251
|
+
GLOBAL_MOUNT?: boolean | "suppress-warning" | undefined;
|
|
1252
|
+
GLOBAL_MOUNT_CONTAINER?: boolean | "suppress-warning" | undefined;
|
|
1253
|
+
GLOBAL_EXTEND?: boolean | "suppress-warning" | undefined;
|
|
1254
|
+
GLOBAL_PROTOTYPE?: boolean | "suppress-warning" | undefined;
|
|
1255
|
+
GLOBAL_SET?: boolean | "suppress-warning" | undefined;
|
|
1256
|
+
GLOBAL_DELETE?: boolean | "suppress-warning" | undefined;
|
|
1257
|
+
GLOBAL_OBSERVABLE?: boolean | "suppress-warning" | undefined;
|
|
1258
|
+
GLOBAL_PRIVATE_UTIL?: boolean | "suppress-warning" | undefined;
|
|
1259
|
+
CONFIG_SILENT?: boolean | "suppress-warning" | undefined;
|
|
1260
|
+
CONFIG_DEVTOOLS?: boolean | "suppress-warning" | undefined;
|
|
1261
|
+
CONFIG_KEY_CODES?: boolean | "suppress-warning" | undefined;
|
|
1262
|
+
CONFIG_PRODUCTION_TIP?: boolean | "suppress-warning" | undefined;
|
|
1263
|
+
CONFIG_IGNORED_ELEMENTS?: boolean | "suppress-warning" | undefined;
|
|
1264
|
+
CONFIG_WHITESPACE?: boolean | "suppress-warning" | undefined;
|
|
1265
|
+
CONFIG_OPTION_MERGE_STRATS?: boolean | "suppress-warning" | undefined;
|
|
1266
|
+
INSTANCE_SET?: boolean | "suppress-warning" | undefined;
|
|
1267
|
+
INSTANCE_DELETE?: boolean | "suppress-warning" | undefined;
|
|
1268
|
+
INSTANCE_DESTROY?: boolean | "suppress-warning" | undefined;
|
|
1269
|
+
INSTANCE_EVENT_EMITTER?: boolean | "suppress-warning" | undefined;
|
|
1270
|
+
INSTANCE_EVENT_HOOKS?: boolean | "suppress-warning" | undefined;
|
|
1271
|
+
INSTANCE_CHILDREN?: boolean | "suppress-warning" | undefined;
|
|
1272
|
+
INSTANCE_LISTENERS?: boolean | "suppress-warning" | undefined;
|
|
1273
|
+
INSTANCE_SCOPED_SLOTS?: boolean | "suppress-warning" | undefined;
|
|
1274
|
+
INSTANCE_ATTRS_CLASS_STYLE?: boolean | "suppress-warning" | undefined;
|
|
1275
|
+
OPTIONS_DATA_FN?: boolean | "suppress-warning" | undefined;
|
|
1276
|
+
OPTIONS_DATA_MERGE?: boolean | "suppress-warning" | undefined;
|
|
1277
|
+
OPTIONS_BEFORE_DESTROY?: boolean | "suppress-warning" | undefined;
|
|
1278
|
+
OPTIONS_DESTROYED?: boolean | "suppress-warning" | undefined;
|
|
1279
|
+
WATCH_ARRAY?: boolean | "suppress-warning" | undefined;
|
|
1280
|
+
PROPS_DEFAULT_THIS?: boolean | "suppress-warning" | undefined;
|
|
1281
|
+
V_ON_KEYCODE_MODIFIER?: boolean | "suppress-warning" | undefined;
|
|
1282
|
+
CUSTOM_DIR?: boolean | "suppress-warning" | undefined;
|
|
1283
|
+
ATTR_FALSE_VALUE?: boolean | "suppress-warning" | undefined;
|
|
1284
|
+
ATTR_ENUMERATED_COERCION?: boolean | "suppress-warning" | undefined;
|
|
1285
|
+
TRANSITION_CLASSES?: boolean | "suppress-warning" | undefined;
|
|
1286
|
+
TRANSITION_GROUP_ROOT?: boolean | "suppress-warning" | undefined;
|
|
1287
|
+
COMPONENT_ASYNC?: boolean | "suppress-warning" | undefined;
|
|
1288
|
+
COMPONENT_FUNCTIONAL?: boolean | "suppress-warning" | undefined;
|
|
1289
|
+
COMPONENT_V_MODEL?: boolean | "suppress-warning" | undefined;
|
|
1290
|
+
RENDER_FUNCTION?: boolean | "suppress-warning" | undefined;
|
|
1291
|
+
FILTERS?: boolean | "suppress-warning" | undefined;
|
|
1292
|
+
PRIVATE_APIS?: boolean | "suppress-warning" | undefined;
|
|
1293
|
+
MODE?: 2 | 3 | ((comp: import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions, {}, any> | null) => 2 | 3) | undefined;
|
|
1294
|
+
} | undefined;
|
|
1295
|
+
data?: ((this: any, vm: any) => any) | undefined;
|
|
1296
|
+
computed?: import("vue").ComputedOptions | undefined;
|
|
1297
|
+
methods?: import("vue").MethodOptions | undefined;
|
|
1298
|
+
watch?: {
|
|
1299
|
+
[x: string]: (string | import("vue").WatchCallback | ({
|
|
1300
|
+
handler: string | import("vue").WatchCallback;
|
|
1301
|
+
} & import("vue").WatchOptions<boolean>)) | (string | import("vue").WatchCallback | ({
|
|
1302
|
+
handler: string | import("vue").WatchCallback;
|
|
1303
|
+
} & import("vue").WatchOptions<boolean>))[];
|
|
1304
|
+
} | undefined;
|
|
1305
|
+
provide?: import("vue").ComponentProvideOptions | undefined;
|
|
1306
|
+
inject?: {} | string[] | undefined;
|
|
1307
|
+
filters?: Record<string, Function> | undefined;
|
|
1308
|
+
mixins?: any[] | undefined;
|
|
1309
|
+
extends?: any;
|
|
1310
|
+
beforeCreate?: (() => any) | undefined;
|
|
1311
|
+
created?: (() => any) | undefined;
|
|
1312
|
+
beforeMount?: (() => any) | undefined;
|
|
1313
|
+
mounted?: (() => any) | undefined;
|
|
1314
|
+
beforeUpdate?: (() => any) | undefined;
|
|
1315
|
+
updated?: (() => any) | undefined;
|
|
1316
|
+
activated?: (() => any) | undefined;
|
|
1317
|
+
deactivated?: (() => any) | undefined;
|
|
1318
|
+
beforeDestroy?: (() => any) | undefined;
|
|
1319
|
+
beforeUnmount?: (() => any) | undefined;
|
|
1320
|
+
destroyed?: (() => any) | undefined;
|
|
1321
|
+
unmounted?: (() => any) | undefined;
|
|
1322
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | undefined;
|
|
1323
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | undefined;
|
|
1324
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}, {}, {}, string, import("vue").ComponentProvideOptions>, {}, {}, "", {}, any> | null, info: string) => boolean | void) | undefined;
|
|
1325
|
+
delimiters?: [string, string] | undefined;
|
|
1326
|
+
__differentiator?: string | number | symbol | undefined;
|
|
1327
|
+
__isBuiltIn?: boolean | undefined;
|
|
1328
|
+
__file?: string | undefined;
|
|
1329
|
+
__name?: string | undefined;
|
|
1330
|
+
beforeRouteEnter?: import("vue-router").NavigationGuardWithThis<undefined> | undefined;
|
|
1331
|
+
beforeRouteUpdate?: import("vue-router").NavigationGuard | undefined;
|
|
1332
|
+
beforeRouteLeave?: import("vue-router").NavigationGuard | undefined;
|
|
1333
|
+
} | undefined;
|
|
1334
|
+
children?: any[] | undefined;
|
|
1335
|
+
parent?: any | undefined;
|
|
1336
|
+
checked?: boolean | undefined;
|
|
1337
|
+
_keyPath?: string | undefined;
|
|
1338
|
+
type?: string | undefined;
|
|
1339
|
+
} | undefined;
|
|
1340
|
+
checked?: boolean | undefined;
|
|
1341
|
+
_keyPath?: string | undefined;
|
|
1342
|
+
type?: string | undefined;
|
|
1343
|
+
}[];
|
|
1344
|
+
colorClass: string;
|
|
1345
|
+
filterNodeFn: (value: string, data: VcTreeNodeType) => boolean;
|
|
1346
|
+
} | undefined;
|
|
1347
|
+
flatAllOptions: VcTreeNodeGenericType[];
|
|
1348
|
+
selectedModel: VcTreeNodeGenericType[];
|
|
1349
|
+
emitData: (val: VcTreeNodeGenericType[]) => void;
|
|
1350
|
+
onRemoveTag: (data: VcTreeNodeGenericType) => void;
|
|
1351
|
+
onClickOutside: () => void;
|
|
1352
|
+
setContainerWidth: () => void;
|
|
1353
|
+
onSelectedNodes: (data: VcTreeNodeGenericType[]) => void;
|
|
1354
|
+
}): void;
|
|
1355
|
+
attrs: any;
|
|
1356
|
+
slots: {
|
|
1357
|
+
"option-label"?(_: {
|
|
1358
|
+
data: any;
|
|
1359
|
+
}): any;
|
|
1360
|
+
"tree-top-content"?(_: {}): any;
|
|
1361
|
+
};
|
|
1362
|
+
emit: {
|
|
1363
|
+
(event: 'update:modelValue', value: Model[]): void;
|
|
1364
|
+
(event: 'on-change', value: VcTreeNodeGenericType[]): void;
|
|
1365
|
+
};
|
|
1366
|
+
} | undefined;
|
|
1367
|
+
};
|
|
1368
|
+
export default _default;
|
|
1369
|
+
type __VLS_Prettify<T> = {
|
|
1370
|
+
[K in keyof T]: T[K];
|
|
1371
|
+
} & {};
|