@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
|
@@ -1,992 +0,0 @@
|
|
|
1
|
-
function mkJavaScript(parserConfig) {
|
|
2
|
-
var statementIndent = parserConfig.statementIndent;
|
|
3
|
-
var jsonldMode = parserConfig.jsonld;
|
|
4
|
-
var jsonMode = parserConfig.json || jsonldMode;
|
|
5
|
-
var isTS = parserConfig.typescript;
|
|
6
|
-
var wordRE = parserConfig.wordCharacters || /[\w$\xa1-\uffff]/;
|
|
7
|
-
var keywords = function() {
|
|
8
|
-
function kw(type2) {
|
|
9
|
-
return { type: type2, style: "keyword" };
|
|
10
|
-
}
|
|
11
|
-
var A = kw("keyword a"), B = kw("keyword b"), C = kw("keyword c"), D = kw("keyword d");
|
|
12
|
-
var operator = kw("operator"), atom = { type: "atom", style: "atom" };
|
|
13
|
-
return {
|
|
14
|
-
"if": kw("if"),
|
|
15
|
-
"while": A,
|
|
16
|
-
"with": A,
|
|
17
|
-
"else": B,
|
|
18
|
-
"do": B,
|
|
19
|
-
"try": B,
|
|
20
|
-
"finally": B,
|
|
21
|
-
"return": D,
|
|
22
|
-
"break": D,
|
|
23
|
-
"continue": D,
|
|
24
|
-
"new": kw("new"),
|
|
25
|
-
"delete": C,
|
|
26
|
-
"void": C,
|
|
27
|
-
"throw": C,
|
|
28
|
-
"debugger": kw("debugger"),
|
|
29
|
-
"var": kw("var"),
|
|
30
|
-
"const": kw("var"),
|
|
31
|
-
"let": kw("var"),
|
|
32
|
-
"function": kw("function"),
|
|
33
|
-
"catch": kw("catch"),
|
|
34
|
-
"for": kw("for"),
|
|
35
|
-
"switch": kw("switch"),
|
|
36
|
-
"case": kw("case"),
|
|
37
|
-
"default": kw("default"),
|
|
38
|
-
"in": operator,
|
|
39
|
-
"typeof": operator,
|
|
40
|
-
"instanceof": operator,
|
|
41
|
-
"true": atom,
|
|
42
|
-
"false": atom,
|
|
43
|
-
"null": atom,
|
|
44
|
-
"undefined": atom,
|
|
45
|
-
"NaN": atom,
|
|
46
|
-
"Infinity": atom,
|
|
47
|
-
"this": kw("this"),
|
|
48
|
-
"class": kw("class"),
|
|
49
|
-
"super": kw("atom"),
|
|
50
|
-
"yield": C,
|
|
51
|
-
"export": kw("export"),
|
|
52
|
-
"import": kw("import"),
|
|
53
|
-
"extends": C,
|
|
54
|
-
"await": C
|
|
55
|
-
};
|
|
56
|
-
}();
|
|
57
|
-
var isOperatorChar = /[+\-*&%=<>!?|~^@]/;
|
|
58
|
-
var isJsonldKeyword = /^@(context|id|value|language|type|container|list|set|reverse|index|base|vocab|graph)"/;
|
|
59
|
-
function readRegexp(stream) {
|
|
60
|
-
var escaped = false, next, inSet = false;
|
|
61
|
-
while ((next = stream.next()) != null) {
|
|
62
|
-
if (!escaped) {
|
|
63
|
-
if (next == "/" && !inSet) return;
|
|
64
|
-
if (next == "[") inSet = true;
|
|
65
|
-
else if (inSet && next == "]") inSet = false;
|
|
66
|
-
}
|
|
67
|
-
escaped = !escaped && next == "\\";
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
var type, content;
|
|
71
|
-
function ret(tp, style, cont2) {
|
|
72
|
-
type = tp;
|
|
73
|
-
content = cont2;
|
|
74
|
-
return style;
|
|
75
|
-
}
|
|
76
|
-
function tokenBase(stream, state) {
|
|
77
|
-
var ch = stream.next();
|
|
78
|
-
if (ch == '"' || ch == "'") {
|
|
79
|
-
state.tokenize = tokenString(ch);
|
|
80
|
-
return state.tokenize(stream, state);
|
|
81
|
-
} else if (ch == "." && stream.match(/^\d[\d_]*(?:[eE][+\-]?[\d_]+)?/)) {
|
|
82
|
-
return ret("number", "number");
|
|
83
|
-
} else if (ch == "." && stream.match("..")) {
|
|
84
|
-
return ret("spread", "meta");
|
|
85
|
-
} else if (/[\[\]{}\(\),;\:\.]/.test(ch)) {
|
|
86
|
-
return ret(ch);
|
|
87
|
-
} else if (ch == "=" && stream.eat(">")) {
|
|
88
|
-
return ret("=>", "operator");
|
|
89
|
-
} else if (ch == "0" && stream.match(/^(?:x[\dA-Fa-f_]+|o[0-7_]+|b[01_]+)n?/)) {
|
|
90
|
-
return ret("number", "number");
|
|
91
|
-
} else if (/\d/.test(ch)) {
|
|
92
|
-
stream.match(/^[\d_]*(?:n|(?:\.[\d_]*)?(?:[eE][+\-]?[\d_]+)?)?/);
|
|
93
|
-
return ret("number", "number");
|
|
94
|
-
} else if (ch == "/") {
|
|
95
|
-
if (stream.eat("*")) {
|
|
96
|
-
state.tokenize = tokenComment;
|
|
97
|
-
return tokenComment(stream, state);
|
|
98
|
-
} else if (stream.eat("/")) {
|
|
99
|
-
stream.skipToEnd();
|
|
100
|
-
return ret("comment", "comment");
|
|
101
|
-
} else if (expressionAllowed(stream, state, 1)) {
|
|
102
|
-
readRegexp(stream);
|
|
103
|
-
stream.match(/^\b(([gimyus])(?![gimyus]*\2))+\b/);
|
|
104
|
-
return ret("regexp", "string.special");
|
|
105
|
-
} else {
|
|
106
|
-
stream.eat("=");
|
|
107
|
-
return ret("operator", "operator", stream.current());
|
|
108
|
-
}
|
|
109
|
-
} else if (ch == "`") {
|
|
110
|
-
state.tokenize = tokenQuasi;
|
|
111
|
-
return tokenQuasi(stream, state);
|
|
112
|
-
} else if (ch == "#" && stream.peek() == "!") {
|
|
113
|
-
stream.skipToEnd();
|
|
114
|
-
return ret("meta", "meta");
|
|
115
|
-
} else if (ch == "#" && stream.eatWhile(wordRE)) {
|
|
116
|
-
return ret("variable", "property");
|
|
117
|
-
} else if (ch == "<" && stream.match("!--") || ch == "-" && stream.match("->") && !/\S/.test(stream.string.slice(0, stream.start))) {
|
|
118
|
-
stream.skipToEnd();
|
|
119
|
-
return ret("comment", "comment");
|
|
120
|
-
} else if (isOperatorChar.test(ch)) {
|
|
121
|
-
if (ch != ">" || !state.lexical || state.lexical.type != ">") {
|
|
122
|
-
if (stream.eat("=")) {
|
|
123
|
-
if (ch == "!" || ch == "=") stream.eat("=");
|
|
124
|
-
} else if (/[<>*+\-|&?]/.test(ch)) {
|
|
125
|
-
stream.eat(ch);
|
|
126
|
-
if (ch == ">") stream.eat(ch);
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
|
-
if (ch == "?" && stream.eat(".")) return ret(".");
|
|
130
|
-
return ret("operator", "operator", stream.current());
|
|
131
|
-
} else if (wordRE.test(ch)) {
|
|
132
|
-
stream.eatWhile(wordRE);
|
|
133
|
-
var word = stream.current();
|
|
134
|
-
if (state.lastType != ".") {
|
|
135
|
-
if (keywords.propertyIsEnumerable(word)) {
|
|
136
|
-
var kw = keywords[word];
|
|
137
|
-
return ret(kw.type, kw.style, word);
|
|
138
|
-
}
|
|
139
|
-
if (word == "async" && stream.match(/^(\s|\/\*([^*]|\*(?!\/))*?\*\/)*[\[\(\w]/, false))
|
|
140
|
-
return ret("async", "keyword", word);
|
|
141
|
-
}
|
|
142
|
-
return ret("variable", "variable", word);
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
function tokenString(quote) {
|
|
146
|
-
return function(stream, state) {
|
|
147
|
-
var escaped = false, next;
|
|
148
|
-
if (jsonldMode && stream.peek() == "@" && stream.match(isJsonldKeyword)) {
|
|
149
|
-
state.tokenize = tokenBase;
|
|
150
|
-
return ret("jsonld-keyword", "meta");
|
|
151
|
-
}
|
|
152
|
-
while ((next = stream.next()) != null) {
|
|
153
|
-
if (next == quote && !escaped) break;
|
|
154
|
-
escaped = !escaped && next == "\\";
|
|
155
|
-
}
|
|
156
|
-
if (!escaped) state.tokenize = tokenBase;
|
|
157
|
-
return ret("string", "string");
|
|
158
|
-
};
|
|
159
|
-
}
|
|
160
|
-
function tokenComment(stream, state) {
|
|
161
|
-
var maybeEnd = false, ch;
|
|
162
|
-
while (ch = stream.next()) {
|
|
163
|
-
if (ch == "/" && maybeEnd) {
|
|
164
|
-
state.tokenize = tokenBase;
|
|
165
|
-
break;
|
|
166
|
-
}
|
|
167
|
-
maybeEnd = ch == "*";
|
|
168
|
-
}
|
|
169
|
-
return ret("comment", "comment");
|
|
170
|
-
}
|
|
171
|
-
function tokenQuasi(stream, state) {
|
|
172
|
-
var escaped = false, next;
|
|
173
|
-
while ((next = stream.next()) != null) {
|
|
174
|
-
if (!escaped && (next == "`" || next == "$" && stream.eat("{"))) {
|
|
175
|
-
state.tokenize = tokenBase;
|
|
176
|
-
break;
|
|
177
|
-
}
|
|
178
|
-
escaped = !escaped && next == "\\";
|
|
179
|
-
}
|
|
180
|
-
return ret("quasi", "string.special", stream.current());
|
|
181
|
-
}
|
|
182
|
-
var brackets = "([{}])";
|
|
183
|
-
function findFatArrow(stream, state) {
|
|
184
|
-
if (state.fatArrowAt) state.fatArrowAt = null;
|
|
185
|
-
var arrow = stream.string.indexOf("=>", stream.start);
|
|
186
|
-
if (arrow < 0) return;
|
|
187
|
-
if (isTS) {
|
|
188
|
-
var m = /:\s*(?:\w+(?:<[^>]*>|\[\])?|\{[^}]*\})\s*$/.exec(stream.string.slice(stream.start, arrow));
|
|
189
|
-
if (m) arrow = m.index;
|
|
190
|
-
}
|
|
191
|
-
var depth = 0, sawSomething = false;
|
|
192
|
-
for (var pos = arrow - 1; pos >= 0; --pos) {
|
|
193
|
-
var ch = stream.string.charAt(pos);
|
|
194
|
-
var bracket = brackets.indexOf(ch);
|
|
195
|
-
if (bracket >= 0 && bracket < 3) {
|
|
196
|
-
if (!depth) {
|
|
197
|
-
++pos;
|
|
198
|
-
break;
|
|
199
|
-
}
|
|
200
|
-
if (--depth == 0) {
|
|
201
|
-
if (ch == "(") sawSomething = true;
|
|
202
|
-
break;
|
|
203
|
-
}
|
|
204
|
-
} else if (bracket >= 3 && bracket < 6) {
|
|
205
|
-
++depth;
|
|
206
|
-
} else if (wordRE.test(ch)) {
|
|
207
|
-
sawSomething = true;
|
|
208
|
-
} else if (/["'\/`]/.test(ch)) {
|
|
209
|
-
for (; ; --pos) {
|
|
210
|
-
if (pos == 0) return;
|
|
211
|
-
var next = stream.string.charAt(pos - 1);
|
|
212
|
-
if (next == ch && stream.string.charAt(pos - 2) != "\\") {
|
|
213
|
-
pos--;
|
|
214
|
-
break;
|
|
215
|
-
}
|
|
216
|
-
}
|
|
217
|
-
} else if (sawSomething && !depth) {
|
|
218
|
-
++pos;
|
|
219
|
-
break;
|
|
220
|
-
}
|
|
221
|
-
}
|
|
222
|
-
if (sawSomething && !depth) state.fatArrowAt = pos;
|
|
223
|
-
}
|
|
224
|
-
var atomicTypes = {
|
|
225
|
-
"atom": true,
|
|
226
|
-
"number": true,
|
|
227
|
-
"variable": true,
|
|
228
|
-
"string": true,
|
|
229
|
-
"regexp": true,
|
|
230
|
-
"this": true,
|
|
231
|
-
"import": true,
|
|
232
|
-
"jsonld-keyword": true
|
|
233
|
-
};
|
|
234
|
-
function JSLexical(indented, column, type2, align, prev, info) {
|
|
235
|
-
this.indented = indented;
|
|
236
|
-
this.column = column;
|
|
237
|
-
this.type = type2;
|
|
238
|
-
this.prev = prev;
|
|
239
|
-
this.info = info;
|
|
240
|
-
if (align != null) this.align = align;
|
|
241
|
-
}
|
|
242
|
-
function inScope(state, varname) {
|
|
243
|
-
for (var v = state.localVars; v; v = v.next)
|
|
244
|
-
if (v.name == varname) return true;
|
|
245
|
-
for (var cx2 = state.context; cx2; cx2 = cx2.prev) {
|
|
246
|
-
for (var v = cx2.vars; v; v = v.next)
|
|
247
|
-
if (v.name == varname) return true;
|
|
248
|
-
}
|
|
249
|
-
}
|
|
250
|
-
function parseJS(state, style, type2, content2, stream) {
|
|
251
|
-
var cc = state.cc;
|
|
252
|
-
cx.state = state;
|
|
253
|
-
cx.stream = stream;
|
|
254
|
-
cx.marked = null;
|
|
255
|
-
cx.cc = cc;
|
|
256
|
-
cx.style = style;
|
|
257
|
-
if (!state.lexical.hasOwnProperty("align"))
|
|
258
|
-
state.lexical.align = true;
|
|
259
|
-
while (true) {
|
|
260
|
-
var combinator = cc.length ? cc.pop() : jsonMode ? expression : statement;
|
|
261
|
-
if (combinator(type2, content2)) {
|
|
262
|
-
while (cc.length && cc[cc.length - 1].lex)
|
|
263
|
-
cc.pop()();
|
|
264
|
-
if (cx.marked) return cx.marked;
|
|
265
|
-
if (type2 == "variable" && inScope(state, content2)) return "variableName.local";
|
|
266
|
-
return style;
|
|
267
|
-
}
|
|
268
|
-
}
|
|
269
|
-
}
|
|
270
|
-
var cx = { state: null, marked: null, cc: null };
|
|
271
|
-
function pass() {
|
|
272
|
-
for (var i = arguments.length - 1; i >= 0; i--) cx.cc.push(arguments[i]);
|
|
273
|
-
}
|
|
274
|
-
function cont() {
|
|
275
|
-
pass.apply(null, arguments);
|
|
276
|
-
return true;
|
|
277
|
-
}
|
|
278
|
-
function inList(name, list) {
|
|
279
|
-
for (var v = list; v; v = v.next) if (v.name == name) return true;
|
|
280
|
-
return false;
|
|
281
|
-
}
|
|
282
|
-
function register(varname) {
|
|
283
|
-
var state = cx.state;
|
|
284
|
-
cx.marked = "def";
|
|
285
|
-
if (state.context) {
|
|
286
|
-
if (state.lexical.info == "var" && state.context && state.context.block) {
|
|
287
|
-
var newContext = registerVarScoped(varname, state.context);
|
|
288
|
-
if (newContext != null) {
|
|
289
|
-
state.context = newContext;
|
|
290
|
-
return;
|
|
291
|
-
}
|
|
292
|
-
} else if (!inList(varname, state.localVars)) {
|
|
293
|
-
state.localVars = new Var(varname, state.localVars);
|
|
294
|
-
return;
|
|
295
|
-
}
|
|
296
|
-
}
|
|
297
|
-
if (parserConfig.globalVars && !inList(varname, state.globalVars))
|
|
298
|
-
state.globalVars = new Var(varname, state.globalVars);
|
|
299
|
-
}
|
|
300
|
-
function registerVarScoped(varname, context) {
|
|
301
|
-
if (!context) {
|
|
302
|
-
return null;
|
|
303
|
-
} else if (context.block) {
|
|
304
|
-
var inner = registerVarScoped(varname, context.prev);
|
|
305
|
-
if (!inner) return null;
|
|
306
|
-
if (inner == context.prev) return context;
|
|
307
|
-
return new Context(inner, context.vars, true);
|
|
308
|
-
} else if (inList(varname, context.vars)) {
|
|
309
|
-
return context;
|
|
310
|
-
} else {
|
|
311
|
-
return new Context(context.prev, new Var(varname, context.vars), false);
|
|
312
|
-
}
|
|
313
|
-
}
|
|
314
|
-
function isModifier(name) {
|
|
315
|
-
return name == "public" || name == "private" || name == "protected" || name == "abstract" || name == "readonly";
|
|
316
|
-
}
|
|
317
|
-
function Context(prev, vars, block2) {
|
|
318
|
-
this.prev = prev;
|
|
319
|
-
this.vars = vars;
|
|
320
|
-
this.block = block2;
|
|
321
|
-
}
|
|
322
|
-
function Var(name, next) {
|
|
323
|
-
this.name = name;
|
|
324
|
-
this.next = next;
|
|
325
|
-
}
|
|
326
|
-
var defaultVars = new Var("this", new Var("arguments", null));
|
|
327
|
-
function pushcontext() {
|
|
328
|
-
cx.state.context = new Context(cx.state.context, cx.state.localVars, false);
|
|
329
|
-
cx.state.localVars = defaultVars;
|
|
330
|
-
}
|
|
331
|
-
function pushblockcontext() {
|
|
332
|
-
cx.state.context = new Context(cx.state.context, cx.state.localVars, true);
|
|
333
|
-
cx.state.localVars = null;
|
|
334
|
-
}
|
|
335
|
-
pushcontext.lex = pushblockcontext.lex = true;
|
|
336
|
-
function popcontext() {
|
|
337
|
-
cx.state.localVars = cx.state.context.vars;
|
|
338
|
-
cx.state.context = cx.state.context.prev;
|
|
339
|
-
}
|
|
340
|
-
popcontext.lex = true;
|
|
341
|
-
function pushlex(type2, info) {
|
|
342
|
-
var result = function() {
|
|
343
|
-
var state = cx.state, indent = state.indented;
|
|
344
|
-
if (state.lexical.type == "stat") indent = state.lexical.indented;
|
|
345
|
-
else for (var outer = state.lexical; outer && outer.type == ")" && outer.align; outer = outer.prev)
|
|
346
|
-
indent = outer.indented;
|
|
347
|
-
state.lexical = new JSLexical(indent, cx.stream.column(), type2, null, state.lexical, info);
|
|
348
|
-
};
|
|
349
|
-
result.lex = true;
|
|
350
|
-
return result;
|
|
351
|
-
}
|
|
352
|
-
function poplex() {
|
|
353
|
-
var state = cx.state;
|
|
354
|
-
if (state.lexical.prev) {
|
|
355
|
-
if (state.lexical.type == ")")
|
|
356
|
-
state.indented = state.lexical.indented;
|
|
357
|
-
state.lexical = state.lexical.prev;
|
|
358
|
-
}
|
|
359
|
-
}
|
|
360
|
-
poplex.lex = true;
|
|
361
|
-
function expect(wanted) {
|
|
362
|
-
function exp(type2) {
|
|
363
|
-
if (type2 == wanted) return cont();
|
|
364
|
-
else if (wanted == ";" || type2 == "}" || type2 == ")" || type2 == "]") return pass();
|
|
365
|
-
else return cont(exp);
|
|
366
|
-
}
|
|
367
|
-
return exp;
|
|
368
|
-
}
|
|
369
|
-
function statement(type2, value) {
|
|
370
|
-
if (type2 == "var") return cont(pushlex("vardef", value), vardef, expect(";"), poplex);
|
|
371
|
-
if (type2 == "keyword a") return cont(pushlex("form"), parenExpr, statement, poplex);
|
|
372
|
-
if (type2 == "keyword b") return cont(pushlex("form"), statement, poplex);
|
|
373
|
-
if (type2 == "keyword d") return cx.stream.match(/^\s*$/, false) ? cont() : cont(pushlex("stat"), maybeexpression, expect(";"), poplex);
|
|
374
|
-
if (type2 == "debugger") return cont(expect(";"));
|
|
375
|
-
if (type2 == "{") return cont(pushlex("}"), pushblockcontext, block, poplex, popcontext);
|
|
376
|
-
if (type2 == ";") return cont();
|
|
377
|
-
if (type2 == "if") {
|
|
378
|
-
if (cx.state.lexical.info == "else" && cx.state.cc[cx.state.cc.length - 1] == poplex)
|
|
379
|
-
cx.state.cc.pop()();
|
|
380
|
-
return cont(pushlex("form"), parenExpr, statement, poplex, maybeelse);
|
|
381
|
-
}
|
|
382
|
-
if (type2 == "function") return cont(functiondef);
|
|
383
|
-
if (type2 == "for") return cont(pushlex("form"), pushblockcontext, forspec, statement, popcontext, poplex);
|
|
384
|
-
if (type2 == "class" || isTS && value == "interface") {
|
|
385
|
-
cx.marked = "keyword";
|
|
386
|
-
return cont(pushlex("form", type2 == "class" ? type2 : value), className, poplex);
|
|
387
|
-
}
|
|
388
|
-
if (type2 == "variable") {
|
|
389
|
-
if (isTS && value == "declare") {
|
|
390
|
-
cx.marked = "keyword";
|
|
391
|
-
return cont(statement);
|
|
392
|
-
} else if (isTS && (value == "module" || value == "enum" || value == "type") && cx.stream.match(/^\s*\w/, false)) {
|
|
393
|
-
cx.marked = "keyword";
|
|
394
|
-
if (value == "enum") return cont(enumdef);
|
|
395
|
-
else if (value == "type") return cont(typename, expect("operator"), typeexpr, expect(";"));
|
|
396
|
-
else return cont(pushlex("form"), pattern, expect("{"), pushlex("}"), block, poplex, poplex);
|
|
397
|
-
} else if (isTS && value == "namespace") {
|
|
398
|
-
cx.marked = "keyword";
|
|
399
|
-
return cont(pushlex("form"), expression, statement, poplex);
|
|
400
|
-
} else if (isTS && value == "abstract") {
|
|
401
|
-
cx.marked = "keyword";
|
|
402
|
-
return cont(statement);
|
|
403
|
-
} else {
|
|
404
|
-
return cont(pushlex("stat"), maybelabel);
|
|
405
|
-
}
|
|
406
|
-
}
|
|
407
|
-
if (type2 == "switch") return cont(
|
|
408
|
-
pushlex("form"),
|
|
409
|
-
parenExpr,
|
|
410
|
-
expect("{"),
|
|
411
|
-
pushlex("}", "switch"),
|
|
412
|
-
pushblockcontext,
|
|
413
|
-
block,
|
|
414
|
-
poplex,
|
|
415
|
-
poplex,
|
|
416
|
-
popcontext
|
|
417
|
-
);
|
|
418
|
-
if (type2 == "case") return cont(expression, expect(":"));
|
|
419
|
-
if (type2 == "default") return cont(expect(":"));
|
|
420
|
-
if (type2 == "catch") return cont(pushlex("form"), pushcontext, maybeCatchBinding, statement, poplex, popcontext);
|
|
421
|
-
if (type2 == "export") return cont(pushlex("stat"), afterExport, poplex);
|
|
422
|
-
if (type2 == "import") return cont(pushlex("stat"), afterImport, poplex);
|
|
423
|
-
if (type2 == "async") return cont(statement);
|
|
424
|
-
if (value == "@") return cont(expression, statement);
|
|
425
|
-
return pass(pushlex("stat"), expression, expect(";"), poplex);
|
|
426
|
-
}
|
|
427
|
-
function maybeCatchBinding(type2) {
|
|
428
|
-
if (type2 == "(") return cont(funarg, expect(")"));
|
|
429
|
-
}
|
|
430
|
-
function expression(type2, value) {
|
|
431
|
-
return expressionInner(type2, value, false);
|
|
432
|
-
}
|
|
433
|
-
function expressionNoComma(type2, value) {
|
|
434
|
-
return expressionInner(type2, value, true);
|
|
435
|
-
}
|
|
436
|
-
function parenExpr(type2) {
|
|
437
|
-
if (type2 != "(") return pass();
|
|
438
|
-
return cont(pushlex(")"), maybeexpression, expect(")"), poplex);
|
|
439
|
-
}
|
|
440
|
-
function expressionInner(type2, value, noComma) {
|
|
441
|
-
if (cx.state.fatArrowAt == cx.stream.start) {
|
|
442
|
-
var body = noComma ? arrowBodyNoComma : arrowBody;
|
|
443
|
-
if (type2 == "(") return cont(pushcontext, pushlex(")"), commasep(funarg, ")"), poplex, expect("=>"), body, popcontext);
|
|
444
|
-
else if (type2 == "variable") return pass(pushcontext, pattern, expect("=>"), body, popcontext);
|
|
445
|
-
}
|
|
446
|
-
var maybeop = noComma ? maybeoperatorNoComma : maybeoperatorComma;
|
|
447
|
-
if (atomicTypes.hasOwnProperty(type2)) return cont(maybeop);
|
|
448
|
-
if (type2 == "function") return cont(functiondef, maybeop);
|
|
449
|
-
if (type2 == "class" || isTS && value == "interface") {
|
|
450
|
-
cx.marked = "keyword";
|
|
451
|
-
return cont(pushlex("form"), classExpression, poplex);
|
|
452
|
-
}
|
|
453
|
-
if (type2 == "keyword c" || type2 == "async") return cont(noComma ? expressionNoComma : expression);
|
|
454
|
-
if (type2 == "(") return cont(pushlex(")"), maybeexpression, expect(")"), poplex, maybeop);
|
|
455
|
-
if (type2 == "operator" || type2 == "spread") return cont(noComma ? expressionNoComma : expression);
|
|
456
|
-
if (type2 == "[") return cont(pushlex("]"), arrayLiteral, poplex, maybeop);
|
|
457
|
-
if (type2 == "{") return contCommasep(objprop, "}", null, maybeop);
|
|
458
|
-
if (type2 == "quasi") return pass(quasi, maybeop);
|
|
459
|
-
if (type2 == "new") return cont(maybeTarget(noComma));
|
|
460
|
-
return cont();
|
|
461
|
-
}
|
|
462
|
-
function maybeexpression(type2) {
|
|
463
|
-
if (type2.match(/[;\}\)\],]/)) return pass();
|
|
464
|
-
return pass(expression);
|
|
465
|
-
}
|
|
466
|
-
function maybeoperatorComma(type2, value) {
|
|
467
|
-
if (type2 == ",") return cont(maybeexpression);
|
|
468
|
-
return maybeoperatorNoComma(type2, value, false);
|
|
469
|
-
}
|
|
470
|
-
function maybeoperatorNoComma(type2, value, noComma) {
|
|
471
|
-
var me = noComma == false ? maybeoperatorComma : maybeoperatorNoComma;
|
|
472
|
-
var expr = noComma == false ? expression : expressionNoComma;
|
|
473
|
-
if (type2 == "=>") return cont(pushcontext, noComma ? arrowBodyNoComma : arrowBody, popcontext);
|
|
474
|
-
if (type2 == "operator") {
|
|
475
|
-
if (/\+\+|--/.test(value) || isTS && value == "!") return cont(me);
|
|
476
|
-
if (isTS && value == "<" && cx.stream.match(/^([^<>]|<[^<>]*>)*>\s*\(/, false))
|
|
477
|
-
return cont(pushlex(">"), commasep(typeexpr, ">"), poplex, me);
|
|
478
|
-
if (value == "?") return cont(expression, expect(":"), expr);
|
|
479
|
-
return cont(expr);
|
|
480
|
-
}
|
|
481
|
-
if (type2 == "quasi") {
|
|
482
|
-
return pass(quasi, me);
|
|
483
|
-
}
|
|
484
|
-
if (type2 == ";") return;
|
|
485
|
-
if (type2 == "(") return contCommasep(expressionNoComma, ")", "call", me);
|
|
486
|
-
if (type2 == ".") return cont(property, me);
|
|
487
|
-
if (type2 == "[") return cont(pushlex("]"), maybeexpression, expect("]"), poplex, me);
|
|
488
|
-
if (isTS && value == "as") {
|
|
489
|
-
cx.marked = "keyword";
|
|
490
|
-
return cont(typeexpr, me);
|
|
491
|
-
}
|
|
492
|
-
if (type2 == "regexp") {
|
|
493
|
-
cx.state.lastType = cx.marked = "operator";
|
|
494
|
-
cx.stream.backUp(cx.stream.pos - cx.stream.start - 1);
|
|
495
|
-
return cont(expr);
|
|
496
|
-
}
|
|
497
|
-
}
|
|
498
|
-
function quasi(type2, value) {
|
|
499
|
-
if (type2 != "quasi") return pass();
|
|
500
|
-
if (value.slice(value.length - 2) != "${") return cont(quasi);
|
|
501
|
-
return cont(maybeexpression, continueQuasi);
|
|
502
|
-
}
|
|
503
|
-
function continueQuasi(type2) {
|
|
504
|
-
if (type2 == "}") {
|
|
505
|
-
cx.marked = "string.special";
|
|
506
|
-
cx.state.tokenize = tokenQuasi;
|
|
507
|
-
return cont(quasi);
|
|
508
|
-
}
|
|
509
|
-
}
|
|
510
|
-
function arrowBody(type2) {
|
|
511
|
-
findFatArrow(cx.stream, cx.state);
|
|
512
|
-
return pass(type2 == "{" ? statement : expression);
|
|
513
|
-
}
|
|
514
|
-
function arrowBodyNoComma(type2) {
|
|
515
|
-
findFatArrow(cx.stream, cx.state);
|
|
516
|
-
return pass(type2 == "{" ? statement : expressionNoComma);
|
|
517
|
-
}
|
|
518
|
-
function maybeTarget(noComma) {
|
|
519
|
-
return function(type2) {
|
|
520
|
-
if (type2 == ".") return cont(noComma ? targetNoComma : target);
|
|
521
|
-
else if (type2 == "variable" && isTS) return cont(maybeTypeArgs, noComma ? maybeoperatorNoComma : maybeoperatorComma);
|
|
522
|
-
else return pass(noComma ? expressionNoComma : expression);
|
|
523
|
-
};
|
|
524
|
-
}
|
|
525
|
-
function target(_, value) {
|
|
526
|
-
if (value == "target") {
|
|
527
|
-
cx.marked = "keyword";
|
|
528
|
-
return cont(maybeoperatorComma);
|
|
529
|
-
}
|
|
530
|
-
}
|
|
531
|
-
function targetNoComma(_, value) {
|
|
532
|
-
if (value == "target") {
|
|
533
|
-
cx.marked = "keyword";
|
|
534
|
-
return cont(maybeoperatorNoComma);
|
|
535
|
-
}
|
|
536
|
-
}
|
|
537
|
-
function maybelabel(type2) {
|
|
538
|
-
if (type2 == ":") return cont(poplex, statement);
|
|
539
|
-
return pass(maybeoperatorComma, expect(";"), poplex);
|
|
540
|
-
}
|
|
541
|
-
function property(type2) {
|
|
542
|
-
if (type2 == "variable") {
|
|
543
|
-
cx.marked = "property";
|
|
544
|
-
return cont();
|
|
545
|
-
}
|
|
546
|
-
}
|
|
547
|
-
function objprop(type2, value) {
|
|
548
|
-
if (type2 == "async") {
|
|
549
|
-
cx.marked = "property";
|
|
550
|
-
return cont(objprop);
|
|
551
|
-
} else if (type2 == "variable" || cx.style == "keyword") {
|
|
552
|
-
cx.marked = "property";
|
|
553
|
-
if (value == "get" || value == "set") return cont(getterSetter);
|
|
554
|
-
var m;
|
|
555
|
-
if (isTS && cx.state.fatArrowAt == cx.stream.start && (m = cx.stream.match(/^\s*:\s*/, false)))
|
|
556
|
-
cx.state.fatArrowAt = cx.stream.pos + m[0].length;
|
|
557
|
-
return cont(afterprop);
|
|
558
|
-
} else if (type2 == "number" || type2 == "string") {
|
|
559
|
-
cx.marked = jsonldMode ? "property" : cx.style + " property";
|
|
560
|
-
return cont(afterprop);
|
|
561
|
-
} else if (type2 == "jsonld-keyword") {
|
|
562
|
-
return cont(afterprop);
|
|
563
|
-
} else if (isTS && isModifier(value)) {
|
|
564
|
-
cx.marked = "keyword";
|
|
565
|
-
return cont(objprop);
|
|
566
|
-
} else if (type2 == "[") {
|
|
567
|
-
return cont(expression, maybetype, expect("]"), afterprop);
|
|
568
|
-
} else if (type2 == "spread") {
|
|
569
|
-
return cont(expressionNoComma, afterprop);
|
|
570
|
-
} else if (value == "*") {
|
|
571
|
-
cx.marked = "keyword";
|
|
572
|
-
return cont(objprop);
|
|
573
|
-
} else if (type2 == ":") {
|
|
574
|
-
return pass(afterprop);
|
|
575
|
-
}
|
|
576
|
-
}
|
|
577
|
-
function getterSetter(type2) {
|
|
578
|
-
if (type2 != "variable") return pass(afterprop);
|
|
579
|
-
cx.marked = "property";
|
|
580
|
-
return cont(functiondef);
|
|
581
|
-
}
|
|
582
|
-
function afterprop(type2) {
|
|
583
|
-
if (type2 == ":") return cont(expressionNoComma);
|
|
584
|
-
if (type2 == "(") return pass(functiondef);
|
|
585
|
-
}
|
|
586
|
-
function commasep(what, end, sep) {
|
|
587
|
-
function proceed(type2, value) {
|
|
588
|
-
if (sep ? sep.indexOf(type2) > -1 : type2 == ",") {
|
|
589
|
-
var lex = cx.state.lexical;
|
|
590
|
-
if (lex.info == "call") lex.pos = (lex.pos || 0) + 1;
|
|
591
|
-
return cont(function(type3, value2) {
|
|
592
|
-
if (type3 == end || value2 == end) return pass();
|
|
593
|
-
return pass(what);
|
|
594
|
-
}, proceed);
|
|
595
|
-
}
|
|
596
|
-
if (type2 == end || value == end) return cont();
|
|
597
|
-
if (sep && sep.indexOf(";") > -1) return pass(what);
|
|
598
|
-
return cont(expect(end));
|
|
599
|
-
}
|
|
600
|
-
return function(type2, value) {
|
|
601
|
-
if (type2 == end || value == end) return cont();
|
|
602
|
-
return pass(what, proceed);
|
|
603
|
-
};
|
|
604
|
-
}
|
|
605
|
-
function contCommasep(what, end, info) {
|
|
606
|
-
for (var i = 3; i < arguments.length; i++)
|
|
607
|
-
cx.cc.push(arguments[i]);
|
|
608
|
-
return cont(pushlex(end, info), commasep(what, end), poplex);
|
|
609
|
-
}
|
|
610
|
-
function block(type2) {
|
|
611
|
-
if (type2 == "}") return cont();
|
|
612
|
-
return pass(statement, block);
|
|
613
|
-
}
|
|
614
|
-
function maybetype(type2, value) {
|
|
615
|
-
if (isTS) {
|
|
616
|
-
if (type2 == ":") return cont(typeexpr);
|
|
617
|
-
if (value == "?") return cont(maybetype);
|
|
618
|
-
}
|
|
619
|
-
}
|
|
620
|
-
function maybetypeOrIn(type2, value) {
|
|
621
|
-
if (isTS && (type2 == ":" || value == "in")) return cont(typeexpr);
|
|
622
|
-
}
|
|
623
|
-
function mayberettype(type2) {
|
|
624
|
-
if (isTS && type2 == ":") {
|
|
625
|
-
if (cx.stream.match(/^\s*\w+\s+is\b/, false)) return cont(expression, isKW, typeexpr);
|
|
626
|
-
else return cont(typeexpr);
|
|
627
|
-
}
|
|
628
|
-
}
|
|
629
|
-
function isKW(_, value) {
|
|
630
|
-
if (value == "is") {
|
|
631
|
-
cx.marked = "keyword";
|
|
632
|
-
return cont();
|
|
633
|
-
}
|
|
634
|
-
}
|
|
635
|
-
function typeexpr(type2, value) {
|
|
636
|
-
if (value == "keyof" || value == "typeof" || value == "infer" || value == "readonly") {
|
|
637
|
-
cx.marked = "keyword";
|
|
638
|
-
return cont(value == "typeof" ? expressionNoComma : typeexpr);
|
|
639
|
-
}
|
|
640
|
-
if (type2 == "variable" || value == "void") {
|
|
641
|
-
cx.marked = "type";
|
|
642
|
-
return cont(afterType);
|
|
643
|
-
}
|
|
644
|
-
if (value == "|" || value == "&") return cont(typeexpr);
|
|
645
|
-
if (type2 == "string" || type2 == "number" || type2 == "atom") return cont(afterType);
|
|
646
|
-
if (type2 == "[") return cont(pushlex("]"), commasep(typeexpr, "]", ","), poplex, afterType);
|
|
647
|
-
if (type2 == "{") return cont(pushlex("}"), typeprops, poplex, afterType);
|
|
648
|
-
if (type2 == "(") return cont(commasep(typearg, ")"), maybeReturnType, afterType);
|
|
649
|
-
if (type2 == "<") return cont(commasep(typeexpr, ">"), typeexpr);
|
|
650
|
-
if (type2 == "quasi") return pass(quasiType, afterType);
|
|
651
|
-
}
|
|
652
|
-
function maybeReturnType(type2) {
|
|
653
|
-
if (type2 == "=>") return cont(typeexpr);
|
|
654
|
-
}
|
|
655
|
-
function typeprops(type2) {
|
|
656
|
-
if (type2.match(/[\}\)\]]/)) return cont();
|
|
657
|
-
if (type2 == "," || type2 == ";") return cont(typeprops);
|
|
658
|
-
return pass(typeprop, typeprops);
|
|
659
|
-
}
|
|
660
|
-
function typeprop(type2, value) {
|
|
661
|
-
if (type2 == "variable" || cx.style == "keyword") {
|
|
662
|
-
cx.marked = "property";
|
|
663
|
-
return cont(typeprop);
|
|
664
|
-
} else if (value == "?" || type2 == "number" || type2 == "string") {
|
|
665
|
-
return cont(typeprop);
|
|
666
|
-
} else if (type2 == ":") {
|
|
667
|
-
return cont(typeexpr);
|
|
668
|
-
} else if (type2 == "[") {
|
|
669
|
-
return cont(expect("variable"), maybetypeOrIn, expect("]"), typeprop);
|
|
670
|
-
} else if (type2 == "(") {
|
|
671
|
-
return pass(functiondecl, typeprop);
|
|
672
|
-
} else if (!type2.match(/[;\}\)\],]/)) {
|
|
673
|
-
return cont();
|
|
674
|
-
}
|
|
675
|
-
}
|
|
676
|
-
function quasiType(type2, value) {
|
|
677
|
-
if (type2 != "quasi") return pass();
|
|
678
|
-
if (value.slice(value.length - 2) != "${") return cont(quasiType);
|
|
679
|
-
return cont(typeexpr, continueQuasiType);
|
|
680
|
-
}
|
|
681
|
-
function continueQuasiType(type2) {
|
|
682
|
-
if (type2 == "}") {
|
|
683
|
-
cx.marked = "string.special";
|
|
684
|
-
cx.state.tokenize = tokenQuasi;
|
|
685
|
-
return cont(quasiType);
|
|
686
|
-
}
|
|
687
|
-
}
|
|
688
|
-
function typearg(type2, value) {
|
|
689
|
-
if (type2 == "variable" && cx.stream.match(/^\s*[?:]/, false) || value == "?") return cont(typearg);
|
|
690
|
-
if (type2 == ":") return cont(typeexpr);
|
|
691
|
-
if (type2 == "spread") return cont(typearg);
|
|
692
|
-
return pass(typeexpr);
|
|
693
|
-
}
|
|
694
|
-
function afterType(type2, value) {
|
|
695
|
-
if (value == "<") return cont(pushlex(">"), commasep(typeexpr, ">"), poplex, afterType);
|
|
696
|
-
if (value == "|" || type2 == "." || value == "&") return cont(typeexpr);
|
|
697
|
-
if (type2 == "[") return cont(typeexpr, expect("]"), afterType);
|
|
698
|
-
if (value == "extends" || value == "implements") {
|
|
699
|
-
cx.marked = "keyword";
|
|
700
|
-
return cont(typeexpr);
|
|
701
|
-
}
|
|
702
|
-
if (value == "?") return cont(typeexpr, expect(":"), typeexpr);
|
|
703
|
-
}
|
|
704
|
-
function maybeTypeArgs(_, value) {
|
|
705
|
-
if (value == "<") return cont(pushlex(">"), commasep(typeexpr, ">"), poplex, afterType);
|
|
706
|
-
}
|
|
707
|
-
function typeparam() {
|
|
708
|
-
return pass(typeexpr, maybeTypeDefault);
|
|
709
|
-
}
|
|
710
|
-
function maybeTypeDefault(_, value) {
|
|
711
|
-
if (value == "=") return cont(typeexpr);
|
|
712
|
-
}
|
|
713
|
-
function vardef(_, value) {
|
|
714
|
-
if (value == "enum") {
|
|
715
|
-
cx.marked = "keyword";
|
|
716
|
-
return cont(enumdef);
|
|
717
|
-
}
|
|
718
|
-
return pass(pattern, maybetype, maybeAssign, vardefCont);
|
|
719
|
-
}
|
|
720
|
-
function pattern(type2, value) {
|
|
721
|
-
if (isTS && isModifier(value)) {
|
|
722
|
-
cx.marked = "keyword";
|
|
723
|
-
return cont(pattern);
|
|
724
|
-
}
|
|
725
|
-
if (type2 == "variable") {
|
|
726
|
-
register(value);
|
|
727
|
-
return cont();
|
|
728
|
-
}
|
|
729
|
-
if (type2 == "spread") return cont(pattern);
|
|
730
|
-
if (type2 == "[") return contCommasep(eltpattern, "]");
|
|
731
|
-
if (type2 == "{") return contCommasep(proppattern, "}");
|
|
732
|
-
}
|
|
733
|
-
function proppattern(type2, value) {
|
|
734
|
-
if (type2 == "variable" && !cx.stream.match(/^\s*:/, false)) {
|
|
735
|
-
register(value);
|
|
736
|
-
return cont(maybeAssign);
|
|
737
|
-
}
|
|
738
|
-
if (type2 == "variable") cx.marked = "property";
|
|
739
|
-
if (type2 == "spread") return cont(pattern);
|
|
740
|
-
if (type2 == "}") return pass();
|
|
741
|
-
if (type2 == "[") return cont(expression, expect("]"), expect(":"), proppattern);
|
|
742
|
-
return cont(expect(":"), pattern, maybeAssign);
|
|
743
|
-
}
|
|
744
|
-
function eltpattern() {
|
|
745
|
-
return pass(pattern, maybeAssign);
|
|
746
|
-
}
|
|
747
|
-
function maybeAssign(_type, value) {
|
|
748
|
-
if (value == "=") return cont(expressionNoComma);
|
|
749
|
-
}
|
|
750
|
-
function vardefCont(type2) {
|
|
751
|
-
if (type2 == ",") return cont(vardef);
|
|
752
|
-
}
|
|
753
|
-
function maybeelse(type2, value) {
|
|
754
|
-
if (type2 == "keyword b" && value == "else") return cont(pushlex("form", "else"), statement, poplex);
|
|
755
|
-
}
|
|
756
|
-
function forspec(type2, value) {
|
|
757
|
-
if (value == "await") return cont(forspec);
|
|
758
|
-
if (type2 == "(") return cont(pushlex(")"), forspec1, poplex);
|
|
759
|
-
}
|
|
760
|
-
function forspec1(type2) {
|
|
761
|
-
if (type2 == "var") return cont(vardef, forspec2);
|
|
762
|
-
if (type2 == "variable") return cont(forspec2);
|
|
763
|
-
return pass(forspec2);
|
|
764
|
-
}
|
|
765
|
-
function forspec2(type2, value) {
|
|
766
|
-
if (type2 == ")") return cont();
|
|
767
|
-
if (type2 == ";") return cont(forspec2);
|
|
768
|
-
if (value == "in" || value == "of") {
|
|
769
|
-
cx.marked = "keyword";
|
|
770
|
-
return cont(expression, forspec2);
|
|
771
|
-
}
|
|
772
|
-
return pass(expression, forspec2);
|
|
773
|
-
}
|
|
774
|
-
function functiondef(type2, value) {
|
|
775
|
-
if (value == "*") {
|
|
776
|
-
cx.marked = "keyword";
|
|
777
|
-
return cont(functiondef);
|
|
778
|
-
}
|
|
779
|
-
if (type2 == "variable") {
|
|
780
|
-
register(value);
|
|
781
|
-
return cont(functiondef);
|
|
782
|
-
}
|
|
783
|
-
if (type2 == "(") return cont(pushcontext, pushlex(")"), commasep(funarg, ")"), poplex, mayberettype, statement, popcontext);
|
|
784
|
-
if (isTS && value == "<") return cont(pushlex(">"), commasep(typeparam, ">"), poplex, functiondef);
|
|
785
|
-
}
|
|
786
|
-
function functiondecl(type2, value) {
|
|
787
|
-
if (value == "*") {
|
|
788
|
-
cx.marked = "keyword";
|
|
789
|
-
return cont(functiondecl);
|
|
790
|
-
}
|
|
791
|
-
if (type2 == "variable") {
|
|
792
|
-
register(value);
|
|
793
|
-
return cont(functiondecl);
|
|
794
|
-
}
|
|
795
|
-
if (type2 == "(") return cont(pushcontext, pushlex(")"), commasep(funarg, ")"), poplex, mayberettype, popcontext);
|
|
796
|
-
if (isTS && value == "<") return cont(pushlex(">"), commasep(typeparam, ">"), poplex, functiondecl);
|
|
797
|
-
}
|
|
798
|
-
function typename(type2, value) {
|
|
799
|
-
if (type2 == "keyword" || type2 == "variable") {
|
|
800
|
-
cx.marked = "type";
|
|
801
|
-
return cont(typename);
|
|
802
|
-
} else if (value == "<") {
|
|
803
|
-
return cont(pushlex(">"), commasep(typeparam, ">"), poplex);
|
|
804
|
-
}
|
|
805
|
-
}
|
|
806
|
-
function funarg(type2, value) {
|
|
807
|
-
if (value == "@") cont(expression, funarg);
|
|
808
|
-
if (type2 == "spread") return cont(funarg);
|
|
809
|
-
if (isTS && isModifier(value)) {
|
|
810
|
-
cx.marked = "keyword";
|
|
811
|
-
return cont(funarg);
|
|
812
|
-
}
|
|
813
|
-
if (isTS && type2 == "this") return cont(maybetype, maybeAssign);
|
|
814
|
-
return pass(pattern, maybetype, maybeAssign);
|
|
815
|
-
}
|
|
816
|
-
function classExpression(type2, value) {
|
|
817
|
-
if (type2 == "variable") return className(type2, value);
|
|
818
|
-
return classNameAfter(type2, value);
|
|
819
|
-
}
|
|
820
|
-
function className(type2, value) {
|
|
821
|
-
if (type2 == "variable") {
|
|
822
|
-
register(value);
|
|
823
|
-
return cont(classNameAfter);
|
|
824
|
-
}
|
|
825
|
-
}
|
|
826
|
-
function classNameAfter(type2, value) {
|
|
827
|
-
if (value == "<") return cont(pushlex(">"), commasep(typeparam, ">"), poplex, classNameAfter);
|
|
828
|
-
if (value == "extends" || value == "implements" || isTS && type2 == ",") {
|
|
829
|
-
if (value == "implements") cx.marked = "keyword";
|
|
830
|
-
return cont(isTS ? typeexpr : expression, classNameAfter);
|
|
831
|
-
}
|
|
832
|
-
if (type2 == "{") return cont(pushlex("}"), classBody, poplex);
|
|
833
|
-
}
|
|
834
|
-
function classBody(type2, value) {
|
|
835
|
-
if (type2 == "async" || type2 == "variable" && (value == "static" || value == "get" || value == "set" || isTS && isModifier(value)) && cx.stream.match(/^\s+#?[\w$\xa1-\uffff]/, false)) {
|
|
836
|
-
cx.marked = "keyword";
|
|
837
|
-
return cont(classBody);
|
|
838
|
-
}
|
|
839
|
-
if (type2 == "variable" || cx.style == "keyword") {
|
|
840
|
-
cx.marked = "property";
|
|
841
|
-
return cont(classfield, classBody);
|
|
842
|
-
}
|
|
843
|
-
if (type2 == "number" || type2 == "string") return cont(classfield, classBody);
|
|
844
|
-
if (type2 == "[")
|
|
845
|
-
return cont(expression, maybetype, expect("]"), classfield, classBody);
|
|
846
|
-
if (value == "*") {
|
|
847
|
-
cx.marked = "keyword";
|
|
848
|
-
return cont(classBody);
|
|
849
|
-
}
|
|
850
|
-
if (isTS && type2 == "(") return pass(functiondecl, classBody);
|
|
851
|
-
if (type2 == ";" || type2 == ",") return cont(classBody);
|
|
852
|
-
if (type2 == "}") return cont();
|
|
853
|
-
if (value == "@") return cont(expression, classBody);
|
|
854
|
-
}
|
|
855
|
-
function classfield(type2, value) {
|
|
856
|
-
if (value == "!" || value == "?") return cont(classfield);
|
|
857
|
-
if (type2 == ":") return cont(typeexpr, maybeAssign);
|
|
858
|
-
if (value == "=") return cont(expressionNoComma);
|
|
859
|
-
var context = cx.state.lexical.prev, isInterface = context && context.info == "interface";
|
|
860
|
-
return pass(isInterface ? functiondecl : functiondef);
|
|
861
|
-
}
|
|
862
|
-
function afterExport(type2, value) {
|
|
863
|
-
if (value == "*") {
|
|
864
|
-
cx.marked = "keyword";
|
|
865
|
-
return cont(maybeFrom, expect(";"));
|
|
866
|
-
}
|
|
867
|
-
if (value == "default") {
|
|
868
|
-
cx.marked = "keyword";
|
|
869
|
-
return cont(expression, expect(";"));
|
|
870
|
-
}
|
|
871
|
-
if (type2 == "{") return cont(commasep(exportField, "}"), maybeFrom, expect(";"));
|
|
872
|
-
return pass(statement);
|
|
873
|
-
}
|
|
874
|
-
function exportField(type2, value) {
|
|
875
|
-
if (value == "as") {
|
|
876
|
-
cx.marked = "keyword";
|
|
877
|
-
return cont(expect("variable"));
|
|
878
|
-
}
|
|
879
|
-
if (type2 == "variable") return pass(expressionNoComma, exportField);
|
|
880
|
-
}
|
|
881
|
-
function afterImport(type2) {
|
|
882
|
-
if (type2 == "string") return cont();
|
|
883
|
-
if (type2 == "(") return pass(expression);
|
|
884
|
-
if (type2 == ".") return pass(maybeoperatorComma);
|
|
885
|
-
return pass(importSpec, maybeMoreImports, maybeFrom);
|
|
886
|
-
}
|
|
887
|
-
function importSpec(type2, value) {
|
|
888
|
-
if (type2 == "{") return contCommasep(importSpec, "}");
|
|
889
|
-
if (type2 == "variable") register(value);
|
|
890
|
-
if (value == "*") cx.marked = "keyword";
|
|
891
|
-
return cont(maybeAs);
|
|
892
|
-
}
|
|
893
|
-
function maybeMoreImports(type2) {
|
|
894
|
-
if (type2 == ",") return cont(importSpec, maybeMoreImports);
|
|
895
|
-
}
|
|
896
|
-
function maybeAs(_type, value) {
|
|
897
|
-
if (value == "as") {
|
|
898
|
-
cx.marked = "keyword";
|
|
899
|
-
return cont(importSpec);
|
|
900
|
-
}
|
|
901
|
-
}
|
|
902
|
-
function maybeFrom(_type, value) {
|
|
903
|
-
if (value == "from") {
|
|
904
|
-
cx.marked = "keyword";
|
|
905
|
-
return cont(expression);
|
|
906
|
-
}
|
|
907
|
-
}
|
|
908
|
-
function arrayLiteral(type2) {
|
|
909
|
-
if (type2 == "]") return cont();
|
|
910
|
-
return pass(commasep(expressionNoComma, "]"));
|
|
911
|
-
}
|
|
912
|
-
function enumdef() {
|
|
913
|
-
return pass(pushlex("form"), pattern, expect("{"), pushlex("}"), commasep(enummember, "}"), poplex, poplex);
|
|
914
|
-
}
|
|
915
|
-
function enummember() {
|
|
916
|
-
return pass(pattern, maybeAssign);
|
|
917
|
-
}
|
|
918
|
-
function isContinuedStatement(state, textAfter) {
|
|
919
|
-
return state.lastType == "operator" || state.lastType == "," || isOperatorChar.test(textAfter.charAt(0)) || /[,.]/.test(textAfter.charAt(0));
|
|
920
|
-
}
|
|
921
|
-
function expressionAllowed(stream, state, backUp) {
|
|
922
|
-
return state.tokenize == tokenBase && /^(?:operator|sof|keyword [bcd]|case|new|export|default|spread|[\[{}\(,;:]|=>)$/.test(state.lastType) || state.lastType == "quasi" && /\{\s*$/.test(stream.string.slice(0, stream.pos - backUp));
|
|
923
|
-
}
|
|
924
|
-
return {
|
|
925
|
-
name: parserConfig.name,
|
|
926
|
-
startState: function(indentUnit) {
|
|
927
|
-
var state = {
|
|
928
|
-
tokenize: tokenBase,
|
|
929
|
-
lastType: "sof",
|
|
930
|
-
cc: [],
|
|
931
|
-
lexical: new JSLexical(-indentUnit, 0, "block", false),
|
|
932
|
-
localVars: parserConfig.localVars,
|
|
933
|
-
context: parserConfig.localVars && new Context(null, null, false),
|
|
934
|
-
indented: 0
|
|
935
|
-
};
|
|
936
|
-
if (parserConfig.globalVars && typeof parserConfig.globalVars == "object")
|
|
937
|
-
state.globalVars = parserConfig.globalVars;
|
|
938
|
-
return state;
|
|
939
|
-
},
|
|
940
|
-
token: function(stream, state) {
|
|
941
|
-
if (stream.sol()) {
|
|
942
|
-
if (!state.lexical.hasOwnProperty("align"))
|
|
943
|
-
state.lexical.align = false;
|
|
944
|
-
state.indented = stream.indentation();
|
|
945
|
-
findFatArrow(stream, state);
|
|
946
|
-
}
|
|
947
|
-
if (state.tokenize != tokenComment && stream.eatSpace()) return null;
|
|
948
|
-
var style = state.tokenize(stream, state);
|
|
949
|
-
if (type == "comment") return style;
|
|
950
|
-
state.lastType = type == "operator" && (content == "++" || content == "--") ? "incdec" : type;
|
|
951
|
-
return parseJS(state, style, type, content, stream);
|
|
952
|
-
},
|
|
953
|
-
indent: function(state, textAfter, cx2) {
|
|
954
|
-
if (state.tokenize == tokenComment || state.tokenize == tokenQuasi) return null;
|
|
955
|
-
if (state.tokenize != tokenBase) return 0;
|
|
956
|
-
var firstChar = textAfter && textAfter.charAt(0), lexical = state.lexical, top;
|
|
957
|
-
if (!/^\s*else\b/.test(textAfter)) for (var i = state.cc.length - 1; i >= 0; --i) {
|
|
958
|
-
var c = state.cc[i];
|
|
959
|
-
if (c == poplex) lexical = lexical.prev;
|
|
960
|
-
else if (c != maybeelse && c != popcontext) break;
|
|
961
|
-
}
|
|
962
|
-
while ((lexical.type == "stat" || lexical.type == "form") && (firstChar == "}" || (top = state.cc[state.cc.length - 1]) && (top == maybeoperatorComma || top == maybeoperatorNoComma) && !/^[,\.=+\-*:?[\(]/.test(textAfter)))
|
|
963
|
-
lexical = lexical.prev;
|
|
964
|
-
if (statementIndent && lexical.type == ")" && lexical.prev.type == "stat")
|
|
965
|
-
lexical = lexical.prev;
|
|
966
|
-
var type2 = lexical.type, closing = firstChar == type2;
|
|
967
|
-
if (type2 == "vardef") return lexical.indented + (state.lastType == "operator" || state.lastType == "," ? lexical.info.length + 1 : 0);
|
|
968
|
-
else if (type2 == "form" && firstChar == "{") return lexical.indented;
|
|
969
|
-
else if (type2 == "form") return lexical.indented + cx2.unit;
|
|
970
|
-
else if (type2 == "stat")
|
|
971
|
-
return lexical.indented + (isContinuedStatement(state, textAfter) ? statementIndent || cx2.unit : 0);
|
|
972
|
-
else if (lexical.info == "switch" && !closing && parserConfig.doubleIndentSwitch != false)
|
|
973
|
-
return lexical.indented + (/^(?:case|default)\b/.test(textAfter) ? cx2.unit : 2 * cx2.unit);
|
|
974
|
-
else if (lexical.align) return lexical.column + (closing ? 0 : 1);
|
|
975
|
-
else return lexical.indented + (closing ? 0 : cx2.unit);
|
|
976
|
-
},
|
|
977
|
-
languageData: {
|
|
978
|
-
indentOnInput: /^\s*(?:case .*?:|default:|\{|\})$/,
|
|
979
|
-
commentTokens: jsonMode ? void 0 : { line: "//", block: { open: "/*", close: "*/" } },
|
|
980
|
-
closeBrackets: { brackets: ["(", "[", "{", "'", '"', "`"] },
|
|
981
|
-
wordChars: "$"
|
|
982
|
-
}
|
|
983
|
-
};
|
|
984
|
-
}
|
|
985
|
-
const javascript = mkJavaScript({ name: "javascript" });
|
|
986
|
-
mkJavaScript({ name: "json", json: true });
|
|
987
|
-
const jsonld = mkJavaScript({ name: "json", jsonld: true });
|
|
988
|
-
mkJavaScript({ name: "typescript", typescript: true });
|
|
989
|
-
export {
|
|
990
|
-
javascript,
|
|
991
|
-
jsonld
|
|
992
|
-
};
|