@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,1105 +0,0 @@
|
|
|
1
|
-
function look(stream, c) {
|
|
2
|
-
return stream.string.charAt(stream.pos + (c || 0));
|
|
3
|
-
}
|
|
4
|
-
function prefix(stream, c) {
|
|
5
|
-
if (c) {
|
|
6
|
-
var x = stream.pos - c;
|
|
7
|
-
return stream.string.substr(x >= 0 ? x : 0, c);
|
|
8
|
-
} else {
|
|
9
|
-
return stream.string.substr(0, stream.pos - 1);
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
function suffix(stream, c) {
|
|
13
|
-
var y = stream.string.length;
|
|
14
|
-
var x = y - stream.pos + 1;
|
|
15
|
-
return stream.string.substr(stream.pos, c && c < y ? c : x);
|
|
16
|
-
}
|
|
17
|
-
function eatSuffix(stream, c) {
|
|
18
|
-
var x = stream.pos + c;
|
|
19
|
-
var y;
|
|
20
|
-
if (x <= 0)
|
|
21
|
-
stream.pos = 0;
|
|
22
|
-
else if (x >= (y = stream.string.length - 1))
|
|
23
|
-
stream.pos = y;
|
|
24
|
-
else
|
|
25
|
-
stream.pos = x;
|
|
26
|
-
}
|
|
27
|
-
var PERL = {
|
|
28
|
-
// null - magic touch
|
|
29
|
-
// 1 - keyword
|
|
30
|
-
// 2 - def
|
|
31
|
-
// 3 - atom
|
|
32
|
-
// 4 - operator
|
|
33
|
-
// 5 - builtin (predefined)
|
|
34
|
-
// [x,y] - x=1,2,3; y=must be defined if x{...}
|
|
35
|
-
// PERL operators
|
|
36
|
-
"->": 4,
|
|
37
|
-
"++": 4,
|
|
38
|
-
"--": 4,
|
|
39
|
-
"**": 4,
|
|
40
|
-
// ! ~ \ and unary + and -
|
|
41
|
-
"=~": 4,
|
|
42
|
-
"!~": 4,
|
|
43
|
-
"*": 4,
|
|
44
|
-
"/": 4,
|
|
45
|
-
"%": 4,
|
|
46
|
-
"x": 4,
|
|
47
|
-
"+": 4,
|
|
48
|
-
"-": 4,
|
|
49
|
-
".": 4,
|
|
50
|
-
"<<": 4,
|
|
51
|
-
">>": 4,
|
|
52
|
-
// named unary operators
|
|
53
|
-
"<": 4,
|
|
54
|
-
">": 4,
|
|
55
|
-
"<=": 4,
|
|
56
|
-
">=": 4,
|
|
57
|
-
"lt": 4,
|
|
58
|
-
"gt": 4,
|
|
59
|
-
"le": 4,
|
|
60
|
-
"ge": 4,
|
|
61
|
-
"==": 4,
|
|
62
|
-
"!=": 4,
|
|
63
|
-
"<=>": 4,
|
|
64
|
-
"eq": 4,
|
|
65
|
-
"ne": 4,
|
|
66
|
-
"cmp": 4,
|
|
67
|
-
"~~": 4,
|
|
68
|
-
"&": 4,
|
|
69
|
-
"|": 4,
|
|
70
|
-
"^": 4,
|
|
71
|
-
"&&": 4,
|
|
72
|
-
"||": 4,
|
|
73
|
-
"//": 4,
|
|
74
|
-
"..": 4,
|
|
75
|
-
"...": 4,
|
|
76
|
-
"?": 4,
|
|
77
|
-
":": 4,
|
|
78
|
-
"=": 4,
|
|
79
|
-
"+=": 4,
|
|
80
|
-
"-=": 4,
|
|
81
|
-
"*=": 4,
|
|
82
|
-
// etc. ???
|
|
83
|
-
",": 4,
|
|
84
|
-
"=>": 4,
|
|
85
|
-
"::": 4,
|
|
86
|
-
// list operators (rightward)
|
|
87
|
-
"not": 4,
|
|
88
|
-
"and": 4,
|
|
89
|
-
"or": 4,
|
|
90
|
-
"xor": 4,
|
|
91
|
-
// PERL predefined variables (I know, what this is a paranoid idea, but may be needed for people, who learn PERL, and for me as well, ...and may be for you?;)
|
|
92
|
-
"BEGIN": [5, 1],
|
|
93
|
-
"END": [5, 1],
|
|
94
|
-
"PRINT": [5, 1],
|
|
95
|
-
"PRINTF": [5, 1],
|
|
96
|
-
"GETC": [5, 1],
|
|
97
|
-
"READ": [5, 1],
|
|
98
|
-
"READLINE": [5, 1],
|
|
99
|
-
"DESTROY": [5, 1],
|
|
100
|
-
"TIE": [5, 1],
|
|
101
|
-
"TIEHANDLE": [5, 1],
|
|
102
|
-
"UNTIE": [5, 1],
|
|
103
|
-
"STDIN": 5,
|
|
104
|
-
"STDIN_TOP": 5,
|
|
105
|
-
"STDOUT": 5,
|
|
106
|
-
"STDOUT_TOP": 5,
|
|
107
|
-
"STDERR": 5,
|
|
108
|
-
"STDERR_TOP": 5,
|
|
109
|
-
"$ARG": 5,
|
|
110
|
-
"$_": 5,
|
|
111
|
-
"@ARG": 5,
|
|
112
|
-
"@_": 5,
|
|
113
|
-
"$LIST_SEPARATOR": 5,
|
|
114
|
-
'$"': 5,
|
|
115
|
-
"$PROCESS_ID": 5,
|
|
116
|
-
"$PID": 5,
|
|
117
|
-
"$$": 5,
|
|
118
|
-
"$REAL_GROUP_ID": 5,
|
|
119
|
-
"$GID": 5,
|
|
120
|
-
"$(": 5,
|
|
121
|
-
"$EFFECTIVE_GROUP_ID": 5,
|
|
122
|
-
"$EGID": 5,
|
|
123
|
-
"$)": 5,
|
|
124
|
-
"$PROGRAM_NAME": 5,
|
|
125
|
-
"$0": 5,
|
|
126
|
-
"$SUBSCRIPT_SEPARATOR": 5,
|
|
127
|
-
"$SUBSEP": 5,
|
|
128
|
-
"$;": 5,
|
|
129
|
-
"$REAL_USER_ID": 5,
|
|
130
|
-
"$UID": 5,
|
|
131
|
-
"$<": 5,
|
|
132
|
-
"$EFFECTIVE_USER_ID": 5,
|
|
133
|
-
"$EUID": 5,
|
|
134
|
-
"$>": 5,
|
|
135
|
-
"$a": 5,
|
|
136
|
-
"$b": 5,
|
|
137
|
-
"$COMPILING": 5,
|
|
138
|
-
"$^C": 5,
|
|
139
|
-
"$DEBUGGING": 5,
|
|
140
|
-
"$^D": 5,
|
|
141
|
-
"${^ENCODING}": 5,
|
|
142
|
-
"$ENV": 5,
|
|
143
|
-
"%ENV": 5,
|
|
144
|
-
"$SYSTEM_FD_MAX": 5,
|
|
145
|
-
"$^F": 5,
|
|
146
|
-
"@F": 5,
|
|
147
|
-
"${^GLOBAL_PHASE}": 5,
|
|
148
|
-
"$^H": 5,
|
|
149
|
-
"%^H": 5,
|
|
150
|
-
"@INC": 5,
|
|
151
|
-
"%INC": 5,
|
|
152
|
-
"$INPLACE_EDIT": 5,
|
|
153
|
-
"$^I": 5,
|
|
154
|
-
"$^M": 5,
|
|
155
|
-
"$OSNAME": 5,
|
|
156
|
-
"$^O": 5,
|
|
157
|
-
"${^OPEN}": 5,
|
|
158
|
-
"$PERLDB": 5,
|
|
159
|
-
"$^P": 5,
|
|
160
|
-
"$SIG": 5,
|
|
161
|
-
"%SIG": 5,
|
|
162
|
-
"$BASETIME": 5,
|
|
163
|
-
"$^T": 5,
|
|
164
|
-
"${^TAINT}": 5,
|
|
165
|
-
"${^UNICODE}": 5,
|
|
166
|
-
"${^UTF8CACHE}": 5,
|
|
167
|
-
"${^UTF8LOCALE}": 5,
|
|
168
|
-
"$PERL_VERSION": 5,
|
|
169
|
-
"$^V": 5,
|
|
170
|
-
"${^WIN32_SLOPPY_STAT}": 5,
|
|
171
|
-
"$EXECUTABLE_NAME": 5,
|
|
172
|
-
"$^X": 5,
|
|
173
|
-
"$1": 5,
|
|
174
|
-
// - regexp $1, $2...
|
|
175
|
-
"$MATCH": 5,
|
|
176
|
-
"$&": 5,
|
|
177
|
-
"${^MATCH}": 5,
|
|
178
|
-
"$PREMATCH": 5,
|
|
179
|
-
"$`": 5,
|
|
180
|
-
"${^PREMATCH}": 5,
|
|
181
|
-
"$POSTMATCH": 5,
|
|
182
|
-
"$'": 5,
|
|
183
|
-
"${^POSTMATCH}": 5,
|
|
184
|
-
"$LAST_PAREN_MATCH": 5,
|
|
185
|
-
"$+": 5,
|
|
186
|
-
"$LAST_SUBMATCH_RESULT": 5,
|
|
187
|
-
"$^N": 5,
|
|
188
|
-
"@LAST_MATCH_END": 5,
|
|
189
|
-
"@+": 5,
|
|
190
|
-
"%LAST_PAREN_MATCH": 5,
|
|
191
|
-
"%+": 5,
|
|
192
|
-
"@LAST_MATCH_START": 5,
|
|
193
|
-
"@-": 5,
|
|
194
|
-
"%LAST_MATCH_START": 5,
|
|
195
|
-
"%-": 5,
|
|
196
|
-
"$LAST_REGEXP_CODE_RESULT": 5,
|
|
197
|
-
"$^R": 5,
|
|
198
|
-
"${^RE_DEBUG_FLAGS}": 5,
|
|
199
|
-
"${^RE_TRIE_MAXBUF}": 5,
|
|
200
|
-
"$ARGV": 5,
|
|
201
|
-
"@ARGV": 5,
|
|
202
|
-
"ARGV": 5,
|
|
203
|
-
"ARGVOUT": 5,
|
|
204
|
-
"$OUTPUT_FIELD_SEPARATOR": 5,
|
|
205
|
-
"$OFS": 5,
|
|
206
|
-
"$,": 5,
|
|
207
|
-
"$INPUT_LINE_NUMBER": 5,
|
|
208
|
-
"$NR": 5,
|
|
209
|
-
"$.": 5,
|
|
210
|
-
"$INPUT_RECORD_SEPARATOR": 5,
|
|
211
|
-
"$RS": 5,
|
|
212
|
-
"$/": 5,
|
|
213
|
-
"$OUTPUT_RECORD_SEPARATOR": 5,
|
|
214
|
-
"$ORS": 5,
|
|
215
|
-
"$\\": 5,
|
|
216
|
-
"$OUTPUT_AUTOFLUSH": 5,
|
|
217
|
-
"$|": 5,
|
|
218
|
-
"$ACCUMULATOR": 5,
|
|
219
|
-
"$^A": 5,
|
|
220
|
-
"$FORMAT_FORMFEED": 5,
|
|
221
|
-
"$^L": 5,
|
|
222
|
-
"$FORMAT_PAGE_NUMBER": 5,
|
|
223
|
-
"$%": 5,
|
|
224
|
-
"$FORMAT_LINES_LEFT": 5,
|
|
225
|
-
"$-": 5,
|
|
226
|
-
"$FORMAT_LINE_BREAK_CHARACTERS": 5,
|
|
227
|
-
"$:": 5,
|
|
228
|
-
"$FORMAT_LINES_PER_PAGE": 5,
|
|
229
|
-
"$=": 5,
|
|
230
|
-
"$FORMAT_TOP_NAME": 5,
|
|
231
|
-
"$^": 5,
|
|
232
|
-
"$FORMAT_NAME": 5,
|
|
233
|
-
"$~": 5,
|
|
234
|
-
"${^CHILD_ERROR_NATIVE}": 5,
|
|
235
|
-
"$EXTENDED_OS_ERROR": 5,
|
|
236
|
-
"$^E": 5,
|
|
237
|
-
"$EXCEPTIONS_BEING_CAUGHT": 5,
|
|
238
|
-
"$^S": 5,
|
|
239
|
-
"$WARNING": 5,
|
|
240
|
-
"$^W": 5,
|
|
241
|
-
"${^WARNING_BITS}": 5,
|
|
242
|
-
"$OS_ERROR": 5,
|
|
243
|
-
"$ERRNO": 5,
|
|
244
|
-
"$!": 5,
|
|
245
|
-
"%OS_ERROR": 5,
|
|
246
|
-
"%ERRNO": 5,
|
|
247
|
-
"%!": 5,
|
|
248
|
-
"$CHILD_ERROR": 5,
|
|
249
|
-
"$?": 5,
|
|
250
|
-
"$EVAL_ERROR": 5,
|
|
251
|
-
"$@": 5,
|
|
252
|
-
"$OFMT": 5,
|
|
253
|
-
"$#": 5,
|
|
254
|
-
"$*": 5,
|
|
255
|
-
"$ARRAY_BASE": 5,
|
|
256
|
-
"$[": 5,
|
|
257
|
-
"$OLD_PERL_VERSION": 5,
|
|
258
|
-
"$]": 5,
|
|
259
|
-
// PERL blocks
|
|
260
|
-
"if": [1, 1],
|
|
261
|
-
elsif: [1, 1],
|
|
262
|
-
"else": [1, 1],
|
|
263
|
-
"while": [1, 1],
|
|
264
|
-
unless: [1, 1],
|
|
265
|
-
"for": [1, 1],
|
|
266
|
-
foreach: [1, 1],
|
|
267
|
-
// PERL functions
|
|
268
|
-
"abs": 1,
|
|
269
|
-
// - absolute value function
|
|
270
|
-
accept: 1,
|
|
271
|
-
// - accept an incoming socket connect
|
|
272
|
-
alarm: 1,
|
|
273
|
-
// - schedule a SIGALRM
|
|
274
|
-
"atan2": 1,
|
|
275
|
-
// - arctangent of Y/X in the range -PI to PI
|
|
276
|
-
bind: 1,
|
|
277
|
-
// - binds an address to a socket
|
|
278
|
-
binmode: 1,
|
|
279
|
-
// - prepare binary files for I/O
|
|
280
|
-
bless: 1,
|
|
281
|
-
// - create an object
|
|
282
|
-
bootstrap: 1,
|
|
283
|
-
//
|
|
284
|
-
"break": 1,
|
|
285
|
-
// - break out of a "given" block
|
|
286
|
-
caller: 1,
|
|
287
|
-
// - get context of the current subroutine call
|
|
288
|
-
chdir: 1,
|
|
289
|
-
// - change your current working directory
|
|
290
|
-
chmod: 1,
|
|
291
|
-
// - changes the permissions on a list of files
|
|
292
|
-
chomp: 1,
|
|
293
|
-
// - remove a trailing record separator from a string
|
|
294
|
-
chop: 1,
|
|
295
|
-
// - remove the last character from a string
|
|
296
|
-
chown: 1,
|
|
297
|
-
// - change the ownership on a list of files
|
|
298
|
-
chr: 1,
|
|
299
|
-
// - get character this number represents
|
|
300
|
-
chroot: 1,
|
|
301
|
-
// - make directory new root for path lookups
|
|
302
|
-
close: 1,
|
|
303
|
-
// - close file (or pipe or socket) handle
|
|
304
|
-
closedir: 1,
|
|
305
|
-
// - close directory handle
|
|
306
|
-
connect: 1,
|
|
307
|
-
// - connect to a remote socket
|
|
308
|
-
"continue": [1, 1],
|
|
309
|
-
// - optional trailing block in a while or foreach
|
|
310
|
-
"cos": 1,
|
|
311
|
-
// - cosine function
|
|
312
|
-
crypt: 1,
|
|
313
|
-
// - one-way passwd-style encryption
|
|
314
|
-
dbmclose: 1,
|
|
315
|
-
// - breaks binding on a tied dbm file
|
|
316
|
-
dbmopen: 1,
|
|
317
|
-
// - create binding on a tied dbm file
|
|
318
|
-
"default": 1,
|
|
319
|
-
//
|
|
320
|
-
defined: 1,
|
|
321
|
-
// - test whether a value, variable, or function is defined
|
|
322
|
-
"delete": 1,
|
|
323
|
-
// - deletes a value from a hash
|
|
324
|
-
die: 1,
|
|
325
|
-
// - raise an exception or bail out
|
|
326
|
-
"do": 1,
|
|
327
|
-
// - turn a BLOCK into a TERM
|
|
328
|
-
dump: 1,
|
|
329
|
-
// - create an immediate core dump
|
|
330
|
-
each: 1,
|
|
331
|
-
// - retrieve the next key/value pair from a hash
|
|
332
|
-
endgrent: 1,
|
|
333
|
-
// - be done using group file
|
|
334
|
-
endhostent: 1,
|
|
335
|
-
// - be done using hosts file
|
|
336
|
-
endnetent: 1,
|
|
337
|
-
// - be done using networks file
|
|
338
|
-
endprotoent: 1,
|
|
339
|
-
// - be done using protocols file
|
|
340
|
-
endpwent: 1,
|
|
341
|
-
// - be done using passwd file
|
|
342
|
-
endservent: 1,
|
|
343
|
-
// - be done using services file
|
|
344
|
-
eof: 1,
|
|
345
|
-
// - test a filehandle for its end
|
|
346
|
-
"eval": 1,
|
|
347
|
-
// - catch exceptions or compile and run code
|
|
348
|
-
"exec": 1,
|
|
349
|
-
// - abandon this program to run another
|
|
350
|
-
exists: 1,
|
|
351
|
-
// - test whether a hash key is present
|
|
352
|
-
exit: 1,
|
|
353
|
-
// - terminate this program
|
|
354
|
-
"exp": 1,
|
|
355
|
-
// - raise I to a power
|
|
356
|
-
fcntl: 1,
|
|
357
|
-
// - file control system call
|
|
358
|
-
fileno: 1,
|
|
359
|
-
// - return file descriptor from filehandle
|
|
360
|
-
flock: 1,
|
|
361
|
-
// - lock an entire file with an advisory lock
|
|
362
|
-
fork: 1,
|
|
363
|
-
// - create a new process just like this one
|
|
364
|
-
format: 1,
|
|
365
|
-
// - declare a picture format with use by the write() function
|
|
366
|
-
formline: 1,
|
|
367
|
-
// - internal function used for formats
|
|
368
|
-
getc: 1,
|
|
369
|
-
// - get the next character from the filehandle
|
|
370
|
-
getgrent: 1,
|
|
371
|
-
// - get next group record
|
|
372
|
-
getgrgid: 1,
|
|
373
|
-
// - get group record given group user ID
|
|
374
|
-
getgrnam: 1,
|
|
375
|
-
// - get group record given group name
|
|
376
|
-
gethostbyaddr: 1,
|
|
377
|
-
// - get host record given its address
|
|
378
|
-
gethostbyname: 1,
|
|
379
|
-
// - get host record given name
|
|
380
|
-
gethostent: 1,
|
|
381
|
-
// - get next hosts record
|
|
382
|
-
getlogin: 1,
|
|
383
|
-
// - return who logged in at this tty
|
|
384
|
-
getnetbyaddr: 1,
|
|
385
|
-
// - get network record given its address
|
|
386
|
-
getnetbyname: 1,
|
|
387
|
-
// - get networks record given name
|
|
388
|
-
getnetent: 1,
|
|
389
|
-
// - get next networks record
|
|
390
|
-
getpeername: 1,
|
|
391
|
-
// - find the other end of a socket connection
|
|
392
|
-
getpgrp: 1,
|
|
393
|
-
// - get process group
|
|
394
|
-
getppid: 1,
|
|
395
|
-
// - get parent process ID
|
|
396
|
-
getpriority: 1,
|
|
397
|
-
// - get current nice value
|
|
398
|
-
getprotobyname: 1,
|
|
399
|
-
// - get protocol record given name
|
|
400
|
-
getprotobynumber: 1,
|
|
401
|
-
// - get protocol record numeric protocol
|
|
402
|
-
getprotoent: 1,
|
|
403
|
-
// - get next protocols record
|
|
404
|
-
getpwent: 1,
|
|
405
|
-
// - get next passwd record
|
|
406
|
-
getpwnam: 1,
|
|
407
|
-
// - get passwd record given user login name
|
|
408
|
-
getpwuid: 1,
|
|
409
|
-
// - get passwd record given user ID
|
|
410
|
-
getservbyname: 1,
|
|
411
|
-
// - get services record given its name
|
|
412
|
-
getservbyport: 1,
|
|
413
|
-
// - get services record given numeric port
|
|
414
|
-
getservent: 1,
|
|
415
|
-
// - get next services record
|
|
416
|
-
getsockname: 1,
|
|
417
|
-
// - retrieve the sockaddr for a given socket
|
|
418
|
-
getsockopt: 1,
|
|
419
|
-
// - get socket options on a given socket
|
|
420
|
-
given: 1,
|
|
421
|
-
//
|
|
422
|
-
glob: 1,
|
|
423
|
-
// - expand filenames using wildcards
|
|
424
|
-
gmtime: 1,
|
|
425
|
-
// - convert UNIX time into record or string using Greenwich time
|
|
426
|
-
"goto": 1,
|
|
427
|
-
// - create spaghetti code
|
|
428
|
-
grep: 1,
|
|
429
|
-
// - locate elements in a list test true against a given criterion
|
|
430
|
-
hex: 1,
|
|
431
|
-
// - convert a string to a hexadecimal number
|
|
432
|
-
"import": 1,
|
|
433
|
-
// - patch a module's namespace into your own
|
|
434
|
-
index: 1,
|
|
435
|
-
// - find a substring within a string
|
|
436
|
-
"int": 1,
|
|
437
|
-
// - get the integer portion of a number
|
|
438
|
-
ioctl: 1,
|
|
439
|
-
// - system-dependent device control system call
|
|
440
|
-
"join": 1,
|
|
441
|
-
// - join a list into a string using a separator
|
|
442
|
-
keys: 1,
|
|
443
|
-
// - retrieve list of indices from a hash
|
|
444
|
-
kill: 1,
|
|
445
|
-
// - send a signal to a process or process group
|
|
446
|
-
last: 1,
|
|
447
|
-
// - exit a block prematurely
|
|
448
|
-
lc: 1,
|
|
449
|
-
// - return lower-case version of a string
|
|
450
|
-
lcfirst: 1,
|
|
451
|
-
// - return a string with just the next letter in lower case
|
|
452
|
-
length: 1,
|
|
453
|
-
// - return the number of bytes in a string
|
|
454
|
-
"link": 1,
|
|
455
|
-
// - create a hard link in the filesystem
|
|
456
|
-
listen: 1,
|
|
457
|
-
// - register your socket as a server
|
|
458
|
-
local: 2,
|
|
459
|
-
// - create a temporary value for a global variable (dynamic scoping)
|
|
460
|
-
localtime: 1,
|
|
461
|
-
// - convert UNIX time into record or string using local time
|
|
462
|
-
lock: 1,
|
|
463
|
-
// - get a thread lock on a variable, subroutine, or method
|
|
464
|
-
"log": 1,
|
|
465
|
-
// - retrieve the natural logarithm for a number
|
|
466
|
-
lstat: 1,
|
|
467
|
-
// - stat a symbolic link
|
|
468
|
-
m: null,
|
|
469
|
-
// - match a string with a regular expression pattern
|
|
470
|
-
map: 1,
|
|
471
|
-
// - apply a change to a list to get back a new list with the changes
|
|
472
|
-
mkdir: 1,
|
|
473
|
-
// - create a directory
|
|
474
|
-
msgctl: 1,
|
|
475
|
-
// - SysV IPC message control operations
|
|
476
|
-
msgget: 1,
|
|
477
|
-
// - get SysV IPC message queue
|
|
478
|
-
msgrcv: 1,
|
|
479
|
-
// - receive a SysV IPC message from a message queue
|
|
480
|
-
msgsnd: 1,
|
|
481
|
-
// - send a SysV IPC message to a message queue
|
|
482
|
-
my: 2,
|
|
483
|
-
// - declare and assign a local variable (lexical scoping)
|
|
484
|
-
"new": 1,
|
|
485
|
-
//
|
|
486
|
-
next: 1,
|
|
487
|
-
// - iterate a block prematurely
|
|
488
|
-
no: 1,
|
|
489
|
-
// - unimport some module symbols or semantics at compile time
|
|
490
|
-
oct: 1,
|
|
491
|
-
// - convert a string to an octal number
|
|
492
|
-
open: 1,
|
|
493
|
-
// - open a file, pipe, or descriptor
|
|
494
|
-
opendir: 1,
|
|
495
|
-
// - open a directory
|
|
496
|
-
ord: 1,
|
|
497
|
-
// - find a character's numeric representation
|
|
498
|
-
our: 2,
|
|
499
|
-
// - declare and assign a package variable (lexical scoping)
|
|
500
|
-
pack: 1,
|
|
501
|
-
// - convert a list into a binary representation
|
|
502
|
-
"package": 1,
|
|
503
|
-
// - declare a separate global namespace
|
|
504
|
-
pipe: 1,
|
|
505
|
-
// - open a pair of connected filehandles
|
|
506
|
-
pop: 1,
|
|
507
|
-
// - remove the last element from an array and return it
|
|
508
|
-
pos: 1,
|
|
509
|
-
// - find or set the offset for the last/next m//g search
|
|
510
|
-
print: 1,
|
|
511
|
-
// - output a list to a filehandle
|
|
512
|
-
printf: 1,
|
|
513
|
-
// - output a formatted list to a filehandle
|
|
514
|
-
prototype: 1,
|
|
515
|
-
// - get the prototype (if any) of a subroutine
|
|
516
|
-
push: 1,
|
|
517
|
-
// - append one or more elements to an array
|
|
518
|
-
q: null,
|
|
519
|
-
// - singly quote a string
|
|
520
|
-
qq: null,
|
|
521
|
-
// - doubly quote a string
|
|
522
|
-
qr: null,
|
|
523
|
-
// - Compile pattern
|
|
524
|
-
quotemeta: null,
|
|
525
|
-
// - quote regular expression magic characters
|
|
526
|
-
qw: null,
|
|
527
|
-
// - quote a list of words
|
|
528
|
-
qx: null,
|
|
529
|
-
// - backquote quote a string
|
|
530
|
-
rand: 1,
|
|
531
|
-
// - retrieve the next pseudorandom number
|
|
532
|
-
read: 1,
|
|
533
|
-
// - fixed-length buffered input from a filehandle
|
|
534
|
-
readdir: 1,
|
|
535
|
-
// - get a directory from a directory handle
|
|
536
|
-
readline: 1,
|
|
537
|
-
// - fetch a record from a file
|
|
538
|
-
readlink: 1,
|
|
539
|
-
// - determine where a symbolic link is pointing
|
|
540
|
-
readpipe: 1,
|
|
541
|
-
// - execute a system command and collect standard output
|
|
542
|
-
recv: 1,
|
|
543
|
-
// - receive a message over a Socket
|
|
544
|
-
redo: 1,
|
|
545
|
-
// - start this loop iteration over again
|
|
546
|
-
ref: 1,
|
|
547
|
-
// - find out the type of thing being referenced
|
|
548
|
-
rename: 1,
|
|
549
|
-
// - change a filename
|
|
550
|
-
require: 1,
|
|
551
|
-
// - load in external functions from a library at runtime
|
|
552
|
-
reset: 1,
|
|
553
|
-
// - clear all variables of a given name
|
|
554
|
-
"return": 1,
|
|
555
|
-
// - get out of a function early
|
|
556
|
-
reverse: 1,
|
|
557
|
-
// - flip a string or a list
|
|
558
|
-
rewinddir: 1,
|
|
559
|
-
// - reset directory handle
|
|
560
|
-
rindex: 1,
|
|
561
|
-
// - right-to-left substring search
|
|
562
|
-
rmdir: 1,
|
|
563
|
-
// - remove a directory
|
|
564
|
-
s: null,
|
|
565
|
-
// - replace a pattern with a string
|
|
566
|
-
say: 1,
|
|
567
|
-
// - print with newline
|
|
568
|
-
scalar: 1,
|
|
569
|
-
// - force a scalar context
|
|
570
|
-
seek: 1,
|
|
571
|
-
// - reposition file pointer for random-access I/O
|
|
572
|
-
seekdir: 1,
|
|
573
|
-
// - reposition directory pointer
|
|
574
|
-
select: 1,
|
|
575
|
-
// - reset default output or do I/O multiplexing
|
|
576
|
-
semctl: 1,
|
|
577
|
-
// - SysV semaphore control operations
|
|
578
|
-
semget: 1,
|
|
579
|
-
// - get set of SysV semaphores
|
|
580
|
-
semop: 1,
|
|
581
|
-
// - SysV semaphore operations
|
|
582
|
-
send: 1,
|
|
583
|
-
// - send a message over a socket
|
|
584
|
-
setgrent: 1,
|
|
585
|
-
// - prepare group file for use
|
|
586
|
-
sethostent: 1,
|
|
587
|
-
// - prepare hosts file for use
|
|
588
|
-
setnetent: 1,
|
|
589
|
-
// - prepare networks file for use
|
|
590
|
-
setpgrp: 1,
|
|
591
|
-
// - set the process group of a process
|
|
592
|
-
setpriority: 1,
|
|
593
|
-
// - set a process's nice value
|
|
594
|
-
setprotoent: 1,
|
|
595
|
-
// - prepare protocols file for use
|
|
596
|
-
setpwent: 1,
|
|
597
|
-
// - prepare passwd file for use
|
|
598
|
-
setservent: 1,
|
|
599
|
-
// - prepare services file for use
|
|
600
|
-
setsockopt: 1,
|
|
601
|
-
// - set some socket options
|
|
602
|
-
shift: 1,
|
|
603
|
-
// - remove the first element of an array, and return it
|
|
604
|
-
shmctl: 1,
|
|
605
|
-
// - SysV shared memory operations
|
|
606
|
-
shmget: 1,
|
|
607
|
-
// - get SysV shared memory segment identifier
|
|
608
|
-
shmread: 1,
|
|
609
|
-
// - read SysV shared memory
|
|
610
|
-
shmwrite: 1,
|
|
611
|
-
// - write SysV shared memory
|
|
612
|
-
shutdown: 1,
|
|
613
|
-
// - close down just half of a socket connection
|
|
614
|
-
"sin": 1,
|
|
615
|
-
// - return the sine of a number
|
|
616
|
-
sleep: 1,
|
|
617
|
-
// - block for some number of seconds
|
|
618
|
-
socket: 1,
|
|
619
|
-
// - create a socket
|
|
620
|
-
socketpair: 1,
|
|
621
|
-
// - create a pair of sockets
|
|
622
|
-
"sort": 1,
|
|
623
|
-
// - sort a list of values
|
|
624
|
-
splice: 1,
|
|
625
|
-
// - add or remove elements anywhere in an array
|
|
626
|
-
"split": 1,
|
|
627
|
-
// - split up a string using a regexp delimiter
|
|
628
|
-
sprintf: 1,
|
|
629
|
-
// - formatted print into a string
|
|
630
|
-
"sqrt": 1,
|
|
631
|
-
// - square root function
|
|
632
|
-
srand: 1,
|
|
633
|
-
// - seed the random number generator
|
|
634
|
-
stat: 1,
|
|
635
|
-
// - get a file's status information
|
|
636
|
-
state: 1,
|
|
637
|
-
// - declare and assign a state variable (persistent lexical scoping)
|
|
638
|
-
study: 1,
|
|
639
|
-
// - optimize input data for repeated searches
|
|
640
|
-
"sub": 1,
|
|
641
|
-
// - declare a subroutine, possibly anonymously
|
|
642
|
-
"substr": 1,
|
|
643
|
-
// - get or alter a portion of a string
|
|
644
|
-
symlink: 1,
|
|
645
|
-
// - create a symbolic link to a file
|
|
646
|
-
syscall: 1,
|
|
647
|
-
// - execute an arbitrary system call
|
|
648
|
-
sysopen: 1,
|
|
649
|
-
// - open a file, pipe, or descriptor
|
|
650
|
-
sysread: 1,
|
|
651
|
-
// - fixed-length unbuffered input from a filehandle
|
|
652
|
-
sysseek: 1,
|
|
653
|
-
// - position I/O pointer on handle used with sysread and syswrite
|
|
654
|
-
system: 1,
|
|
655
|
-
// - run a separate program
|
|
656
|
-
syswrite: 1,
|
|
657
|
-
// - fixed-length unbuffered output to a filehandle
|
|
658
|
-
tell: 1,
|
|
659
|
-
// - get current seekpointer on a filehandle
|
|
660
|
-
telldir: 1,
|
|
661
|
-
// - get current seekpointer on a directory handle
|
|
662
|
-
tie: 1,
|
|
663
|
-
// - bind a variable to an object class
|
|
664
|
-
tied: 1,
|
|
665
|
-
// - get a reference to the object underlying a tied variable
|
|
666
|
-
time: 1,
|
|
667
|
-
// - return number of seconds since 1970
|
|
668
|
-
times: 1,
|
|
669
|
-
// - return elapsed time for self and child processes
|
|
670
|
-
tr: null,
|
|
671
|
-
// - transliterate a string
|
|
672
|
-
truncate: 1,
|
|
673
|
-
// - shorten a file
|
|
674
|
-
uc: 1,
|
|
675
|
-
// - return upper-case version of a string
|
|
676
|
-
ucfirst: 1,
|
|
677
|
-
// - return a string with just the next letter in upper case
|
|
678
|
-
umask: 1,
|
|
679
|
-
// - set file creation mode mask
|
|
680
|
-
undef: 1,
|
|
681
|
-
// - remove a variable or function definition
|
|
682
|
-
unlink: 1,
|
|
683
|
-
// - remove one link to a file
|
|
684
|
-
unpack: 1,
|
|
685
|
-
// - convert binary structure into normal perl variables
|
|
686
|
-
unshift: 1,
|
|
687
|
-
// - prepend more elements to the beginning of a list
|
|
688
|
-
untie: 1,
|
|
689
|
-
// - break a tie binding to a variable
|
|
690
|
-
use: 1,
|
|
691
|
-
// - load in a module at compile time
|
|
692
|
-
utime: 1,
|
|
693
|
-
// - set a file's last access and modify times
|
|
694
|
-
values: 1,
|
|
695
|
-
// - return a list of the values in a hash
|
|
696
|
-
vec: 1,
|
|
697
|
-
// - test or set particular bits in a string
|
|
698
|
-
wait: 1,
|
|
699
|
-
// - wait for any child process to die
|
|
700
|
-
waitpid: 1,
|
|
701
|
-
// - wait for a particular child process to die
|
|
702
|
-
wantarray: 1,
|
|
703
|
-
// - get void vs scalar vs list context of current subroutine call
|
|
704
|
-
warn: 1,
|
|
705
|
-
// - print debugging info
|
|
706
|
-
when: 1,
|
|
707
|
-
//
|
|
708
|
-
write: 1,
|
|
709
|
-
// - print a picture record
|
|
710
|
-
y: null
|
|
711
|
-
};
|
|
712
|
-
var RXstyle = "string.special";
|
|
713
|
-
var RXmodifiers = /[goseximacplud]/;
|
|
714
|
-
function tokenChain(stream, state, chain, style, tail) {
|
|
715
|
-
state.chain = null;
|
|
716
|
-
state.style = null;
|
|
717
|
-
state.tail = null;
|
|
718
|
-
state.tokenize = function(stream2, state2) {
|
|
719
|
-
var e = false, c, i = 0;
|
|
720
|
-
while (c = stream2.next()) {
|
|
721
|
-
if (c === chain[i] && !e) {
|
|
722
|
-
if (chain[++i] !== void 0) {
|
|
723
|
-
state2.chain = chain[i];
|
|
724
|
-
state2.style = style;
|
|
725
|
-
state2.tail = tail;
|
|
726
|
-
} else if (tail)
|
|
727
|
-
stream2.eatWhile(tail);
|
|
728
|
-
state2.tokenize = tokenPerl;
|
|
729
|
-
return style;
|
|
730
|
-
}
|
|
731
|
-
e = !e && c == "\\";
|
|
732
|
-
}
|
|
733
|
-
return style;
|
|
734
|
-
};
|
|
735
|
-
return state.tokenize(stream, state);
|
|
736
|
-
}
|
|
737
|
-
function tokenSOMETHING(stream, state, string) {
|
|
738
|
-
state.tokenize = function(stream2, state2) {
|
|
739
|
-
if (stream2.string == string)
|
|
740
|
-
state2.tokenize = tokenPerl;
|
|
741
|
-
stream2.skipToEnd();
|
|
742
|
-
return "string";
|
|
743
|
-
};
|
|
744
|
-
return state.tokenize(stream, state);
|
|
745
|
-
}
|
|
746
|
-
function tokenPerl(stream, state) {
|
|
747
|
-
if (stream.eatSpace())
|
|
748
|
-
return null;
|
|
749
|
-
if (state.chain)
|
|
750
|
-
return tokenChain(stream, state, state.chain, state.style, state.tail);
|
|
751
|
-
if (stream.match(/^(\-?((\d[\d_]*)?\.\d+(e[+-]?\d+)?|\d+\.\d*)|0x[\da-fA-F_]+|0b[01_]+|\d[\d_]*(e[+-]?\d+)?)/))
|
|
752
|
-
return "number";
|
|
753
|
-
if (stream.match(/^<<(?=[_a-zA-Z])/)) {
|
|
754
|
-
stream.eatWhile(/\w/);
|
|
755
|
-
return tokenSOMETHING(stream, state, stream.current().substr(2));
|
|
756
|
-
}
|
|
757
|
-
if (stream.sol() && stream.match(/^\=item(?!\w)/)) {
|
|
758
|
-
return tokenSOMETHING(stream, state, "=cut");
|
|
759
|
-
}
|
|
760
|
-
var ch = stream.next();
|
|
761
|
-
if (ch == '"' || ch == "'") {
|
|
762
|
-
if (prefix(stream, 3) == "<<" + ch) {
|
|
763
|
-
var p = stream.pos;
|
|
764
|
-
stream.eatWhile(/\w/);
|
|
765
|
-
var n = stream.current().substr(1);
|
|
766
|
-
if (n && stream.eat(ch))
|
|
767
|
-
return tokenSOMETHING(stream, state, n);
|
|
768
|
-
stream.pos = p;
|
|
769
|
-
}
|
|
770
|
-
return tokenChain(stream, state, [ch], "string");
|
|
771
|
-
}
|
|
772
|
-
if (ch == "q") {
|
|
773
|
-
var c = look(stream, -2);
|
|
774
|
-
if (!(c && /\w/.test(c))) {
|
|
775
|
-
c = look(stream, 0);
|
|
776
|
-
if (c == "x") {
|
|
777
|
-
c = look(stream, 1);
|
|
778
|
-
if (c == "(") {
|
|
779
|
-
eatSuffix(stream, 2);
|
|
780
|
-
return tokenChain(stream, state, [")"], RXstyle, RXmodifiers);
|
|
781
|
-
}
|
|
782
|
-
if (c == "[") {
|
|
783
|
-
eatSuffix(stream, 2);
|
|
784
|
-
return tokenChain(stream, state, ["]"], RXstyle, RXmodifiers);
|
|
785
|
-
}
|
|
786
|
-
if (c == "{") {
|
|
787
|
-
eatSuffix(stream, 2);
|
|
788
|
-
return tokenChain(stream, state, ["}"], RXstyle, RXmodifiers);
|
|
789
|
-
}
|
|
790
|
-
if (c == "<") {
|
|
791
|
-
eatSuffix(stream, 2);
|
|
792
|
-
return tokenChain(stream, state, [">"], RXstyle, RXmodifiers);
|
|
793
|
-
}
|
|
794
|
-
if (/[\^'"!~\/]/.test(c)) {
|
|
795
|
-
eatSuffix(stream, 1);
|
|
796
|
-
return tokenChain(stream, state, [stream.eat(c)], RXstyle, RXmodifiers);
|
|
797
|
-
}
|
|
798
|
-
} else if (c == "q") {
|
|
799
|
-
c = look(stream, 1);
|
|
800
|
-
if (c == "(") {
|
|
801
|
-
eatSuffix(stream, 2);
|
|
802
|
-
return tokenChain(stream, state, [")"], "string");
|
|
803
|
-
}
|
|
804
|
-
if (c == "[") {
|
|
805
|
-
eatSuffix(stream, 2);
|
|
806
|
-
return tokenChain(stream, state, ["]"], "string");
|
|
807
|
-
}
|
|
808
|
-
if (c == "{") {
|
|
809
|
-
eatSuffix(stream, 2);
|
|
810
|
-
return tokenChain(stream, state, ["}"], "string");
|
|
811
|
-
}
|
|
812
|
-
if (c == "<") {
|
|
813
|
-
eatSuffix(stream, 2);
|
|
814
|
-
return tokenChain(stream, state, [">"], "string");
|
|
815
|
-
}
|
|
816
|
-
if (/[\^'"!~\/]/.test(c)) {
|
|
817
|
-
eatSuffix(stream, 1);
|
|
818
|
-
return tokenChain(stream, state, [stream.eat(c)], "string");
|
|
819
|
-
}
|
|
820
|
-
} else if (c == "w") {
|
|
821
|
-
c = look(stream, 1);
|
|
822
|
-
if (c == "(") {
|
|
823
|
-
eatSuffix(stream, 2);
|
|
824
|
-
return tokenChain(stream, state, [")"], "bracket");
|
|
825
|
-
}
|
|
826
|
-
if (c == "[") {
|
|
827
|
-
eatSuffix(stream, 2);
|
|
828
|
-
return tokenChain(stream, state, ["]"], "bracket");
|
|
829
|
-
}
|
|
830
|
-
if (c == "{") {
|
|
831
|
-
eatSuffix(stream, 2);
|
|
832
|
-
return tokenChain(stream, state, ["}"], "bracket");
|
|
833
|
-
}
|
|
834
|
-
if (c == "<") {
|
|
835
|
-
eatSuffix(stream, 2);
|
|
836
|
-
return tokenChain(stream, state, [">"], "bracket");
|
|
837
|
-
}
|
|
838
|
-
if (/[\^'"!~\/]/.test(c)) {
|
|
839
|
-
eatSuffix(stream, 1);
|
|
840
|
-
return tokenChain(stream, state, [stream.eat(c)], "bracket");
|
|
841
|
-
}
|
|
842
|
-
} else if (c == "r") {
|
|
843
|
-
c = look(stream, 1);
|
|
844
|
-
if (c == "(") {
|
|
845
|
-
eatSuffix(stream, 2);
|
|
846
|
-
return tokenChain(stream, state, [")"], RXstyle, RXmodifiers);
|
|
847
|
-
}
|
|
848
|
-
if (c == "[") {
|
|
849
|
-
eatSuffix(stream, 2);
|
|
850
|
-
return tokenChain(stream, state, ["]"], RXstyle, RXmodifiers);
|
|
851
|
-
}
|
|
852
|
-
if (c == "{") {
|
|
853
|
-
eatSuffix(stream, 2);
|
|
854
|
-
return tokenChain(stream, state, ["}"], RXstyle, RXmodifiers);
|
|
855
|
-
}
|
|
856
|
-
if (c == "<") {
|
|
857
|
-
eatSuffix(stream, 2);
|
|
858
|
-
return tokenChain(stream, state, [">"], RXstyle, RXmodifiers);
|
|
859
|
-
}
|
|
860
|
-
if (/[\^'"!~\/]/.test(c)) {
|
|
861
|
-
eatSuffix(stream, 1);
|
|
862
|
-
return tokenChain(stream, state, [stream.eat(c)], RXstyle, RXmodifiers);
|
|
863
|
-
}
|
|
864
|
-
} else if (/[\^'"!~\/(\[{<]/.test(c)) {
|
|
865
|
-
if (c == "(") {
|
|
866
|
-
eatSuffix(stream, 1);
|
|
867
|
-
return tokenChain(stream, state, [")"], "string");
|
|
868
|
-
}
|
|
869
|
-
if (c == "[") {
|
|
870
|
-
eatSuffix(stream, 1);
|
|
871
|
-
return tokenChain(stream, state, ["]"], "string");
|
|
872
|
-
}
|
|
873
|
-
if (c == "{") {
|
|
874
|
-
eatSuffix(stream, 1);
|
|
875
|
-
return tokenChain(stream, state, ["}"], "string");
|
|
876
|
-
}
|
|
877
|
-
if (c == "<") {
|
|
878
|
-
eatSuffix(stream, 1);
|
|
879
|
-
return tokenChain(stream, state, [">"], "string");
|
|
880
|
-
}
|
|
881
|
-
if (/[\^'"!~\/]/.test(c)) {
|
|
882
|
-
return tokenChain(stream, state, [stream.eat(c)], "string");
|
|
883
|
-
}
|
|
884
|
-
}
|
|
885
|
-
}
|
|
886
|
-
}
|
|
887
|
-
if (ch == "m") {
|
|
888
|
-
var c = look(stream, -2);
|
|
889
|
-
if (!(c && /\w/.test(c))) {
|
|
890
|
-
c = stream.eat(/[(\[{<\^'"!~\/]/);
|
|
891
|
-
if (c) {
|
|
892
|
-
if (/[\^'"!~\/]/.test(c)) {
|
|
893
|
-
return tokenChain(stream, state, [c], RXstyle, RXmodifiers);
|
|
894
|
-
}
|
|
895
|
-
if (c == "(") {
|
|
896
|
-
return tokenChain(stream, state, [")"], RXstyle, RXmodifiers);
|
|
897
|
-
}
|
|
898
|
-
if (c == "[") {
|
|
899
|
-
return tokenChain(stream, state, ["]"], RXstyle, RXmodifiers);
|
|
900
|
-
}
|
|
901
|
-
if (c == "{") {
|
|
902
|
-
return tokenChain(stream, state, ["}"], RXstyle, RXmodifiers);
|
|
903
|
-
}
|
|
904
|
-
if (c == "<") {
|
|
905
|
-
return tokenChain(stream, state, [">"], RXstyle, RXmodifiers);
|
|
906
|
-
}
|
|
907
|
-
}
|
|
908
|
-
}
|
|
909
|
-
}
|
|
910
|
-
if (ch == "s") {
|
|
911
|
-
var c = /[\/>\]})\w]/.test(look(stream, -2));
|
|
912
|
-
if (!c) {
|
|
913
|
-
c = stream.eat(/[(\[{<\^'"!~\/]/);
|
|
914
|
-
if (c) {
|
|
915
|
-
if (c == "[")
|
|
916
|
-
return tokenChain(stream, state, ["]", "]"], RXstyle, RXmodifiers);
|
|
917
|
-
if (c == "{")
|
|
918
|
-
return tokenChain(stream, state, ["}", "}"], RXstyle, RXmodifiers);
|
|
919
|
-
if (c == "<")
|
|
920
|
-
return tokenChain(stream, state, [">", ">"], RXstyle, RXmodifiers);
|
|
921
|
-
if (c == "(")
|
|
922
|
-
return tokenChain(stream, state, [")", ")"], RXstyle, RXmodifiers);
|
|
923
|
-
return tokenChain(stream, state, [c, c], RXstyle, RXmodifiers);
|
|
924
|
-
}
|
|
925
|
-
}
|
|
926
|
-
}
|
|
927
|
-
if (ch == "y") {
|
|
928
|
-
var c = /[\/>\]})\w]/.test(look(stream, -2));
|
|
929
|
-
if (!c) {
|
|
930
|
-
c = stream.eat(/[(\[{<\^'"!~\/]/);
|
|
931
|
-
if (c) {
|
|
932
|
-
if (c == "[")
|
|
933
|
-
return tokenChain(stream, state, ["]", "]"], RXstyle, RXmodifiers);
|
|
934
|
-
if (c == "{")
|
|
935
|
-
return tokenChain(stream, state, ["}", "}"], RXstyle, RXmodifiers);
|
|
936
|
-
if (c == "<")
|
|
937
|
-
return tokenChain(stream, state, [">", ">"], RXstyle, RXmodifiers);
|
|
938
|
-
if (c == "(")
|
|
939
|
-
return tokenChain(stream, state, [")", ")"], RXstyle, RXmodifiers);
|
|
940
|
-
return tokenChain(stream, state, [c, c], RXstyle, RXmodifiers);
|
|
941
|
-
}
|
|
942
|
-
}
|
|
943
|
-
}
|
|
944
|
-
if (ch == "t") {
|
|
945
|
-
var c = /[\/>\]})\w]/.test(look(stream, -2));
|
|
946
|
-
if (!c) {
|
|
947
|
-
c = stream.eat("r");
|
|
948
|
-
if (c) {
|
|
949
|
-
c = stream.eat(/[(\[{<\^'"!~\/]/);
|
|
950
|
-
if (c) {
|
|
951
|
-
if (c == "[")
|
|
952
|
-
return tokenChain(stream, state, ["]", "]"], RXstyle, RXmodifiers);
|
|
953
|
-
if (c == "{")
|
|
954
|
-
return tokenChain(stream, state, ["}", "}"], RXstyle, RXmodifiers);
|
|
955
|
-
if (c == "<")
|
|
956
|
-
return tokenChain(stream, state, [">", ">"], RXstyle, RXmodifiers);
|
|
957
|
-
if (c == "(")
|
|
958
|
-
return tokenChain(stream, state, [")", ")"], RXstyle, RXmodifiers);
|
|
959
|
-
return tokenChain(stream, state, [c, c], RXstyle, RXmodifiers);
|
|
960
|
-
}
|
|
961
|
-
}
|
|
962
|
-
}
|
|
963
|
-
}
|
|
964
|
-
if (ch == "`") {
|
|
965
|
-
return tokenChain(stream, state, [ch], "builtin");
|
|
966
|
-
}
|
|
967
|
-
if (ch == "/") {
|
|
968
|
-
if (!/~\s*$/.test(prefix(stream)))
|
|
969
|
-
return "operator";
|
|
970
|
-
else
|
|
971
|
-
return tokenChain(stream, state, [ch], RXstyle, RXmodifiers);
|
|
972
|
-
}
|
|
973
|
-
if (ch == "$") {
|
|
974
|
-
var p = stream.pos;
|
|
975
|
-
if (stream.eatWhile(/\d/) || stream.eat("{") && stream.eatWhile(/\d/) && stream.eat("}"))
|
|
976
|
-
return "builtin";
|
|
977
|
-
else
|
|
978
|
-
stream.pos = p;
|
|
979
|
-
}
|
|
980
|
-
if (/[$@%]/.test(ch)) {
|
|
981
|
-
var p = stream.pos;
|
|
982
|
-
if (stream.eat("^") && stream.eat(/[A-Z]/) || !/[@$%&]/.test(look(stream, -2)) && stream.eat(/[=|\\\-#?@;:&`~\^!\[\]*'"$+.,\/<>()]/)) {
|
|
983
|
-
var c = stream.current();
|
|
984
|
-
if (PERL[c])
|
|
985
|
-
return "builtin";
|
|
986
|
-
}
|
|
987
|
-
stream.pos = p;
|
|
988
|
-
}
|
|
989
|
-
if (/[$@%&]/.test(ch)) {
|
|
990
|
-
if (stream.eatWhile(/[\w$]/) || stream.eat("{") && stream.eatWhile(/[\w$]/) && stream.eat("}")) {
|
|
991
|
-
var c = stream.current();
|
|
992
|
-
if (PERL[c])
|
|
993
|
-
return "builtin";
|
|
994
|
-
else
|
|
995
|
-
return "variable";
|
|
996
|
-
}
|
|
997
|
-
}
|
|
998
|
-
if (ch == "#") {
|
|
999
|
-
if (look(stream, -2) != "$") {
|
|
1000
|
-
stream.skipToEnd();
|
|
1001
|
-
return "comment";
|
|
1002
|
-
}
|
|
1003
|
-
}
|
|
1004
|
-
if (/[:+\-\^*$&%@=<>!?|\/~\.]/.test(ch)) {
|
|
1005
|
-
var p = stream.pos;
|
|
1006
|
-
stream.eatWhile(/[:+\-\^*$&%@=<>!?|\/~\.]/);
|
|
1007
|
-
if (PERL[stream.current()])
|
|
1008
|
-
return "operator";
|
|
1009
|
-
else
|
|
1010
|
-
stream.pos = p;
|
|
1011
|
-
}
|
|
1012
|
-
if (ch == "_") {
|
|
1013
|
-
if (stream.pos == 1) {
|
|
1014
|
-
if (suffix(stream, 6) == "_END__") {
|
|
1015
|
-
return tokenChain(stream, state, ["\0"], "comment");
|
|
1016
|
-
} else if (suffix(stream, 7) == "_DATA__") {
|
|
1017
|
-
return tokenChain(stream, state, ["\0"], "builtin");
|
|
1018
|
-
} else if (suffix(stream, 7) == "_C__") {
|
|
1019
|
-
return tokenChain(stream, state, ["\0"], "string");
|
|
1020
|
-
}
|
|
1021
|
-
}
|
|
1022
|
-
}
|
|
1023
|
-
if (/\w/.test(ch)) {
|
|
1024
|
-
var p = stream.pos;
|
|
1025
|
-
if (look(stream, -2) == "{" && (look(stream, 0) == "}" || stream.eatWhile(/\w/) && look(stream, 0) == "}"))
|
|
1026
|
-
return "string";
|
|
1027
|
-
else
|
|
1028
|
-
stream.pos = p;
|
|
1029
|
-
}
|
|
1030
|
-
if (/[A-Z]/.test(ch)) {
|
|
1031
|
-
var l = look(stream, -2);
|
|
1032
|
-
var p = stream.pos;
|
|
1033
|
-
stream.eatWhile(/[A-Z_]/);
|
|
1034
|
-
if (/[\da-z]/.test(look(stream, 0))) {
|
|
1035
|
-
stream.pos = p;
|
|
1036
|
-
} else {
|
|
1037
|
-
var c = PERL[stream.current()];
|
|
1038
|
-
if (!c)
|
|
1039
|
-
return "meta";
|
|
1040
|
-
if (c[1])
|
|
1041
|
-
c = c[0];
|
|
1042
|
-
if (l != ":") {
|
|
1043
|
-
if (c == 1)
|
|
1044
|
-
return "keyword";
|
|
1045
|
-
else if (c == 2)
|
|
1046
|
-
return "def";
|
|
1047
|
-
else if (c == 3)
|
|
1048
|
-
return "atom";
|
|
1049
|
-
else if (c == 4)
|
|
1050
|
-
return "operator";
|
|
1051
|
-
else if (c == 5)
|
|
1052
|
-
return "builtin";
|
|
1053
|
-
else
|
|
1054
|
-
return "meta";
|
|
1055
|
-
} else
|
|
1056
|
-
return "meta";
|
|
1057
|
-
}
|
|
1058
|
-
}
|
|
1059
|
-
if (/[a-zA-Z_]/.test(ch)) {
|
|
1060
|
-
var l = look(stream, -2);
|
|
1061
|
-
stream.eatWhile(/\w/);
|
|
1062
|
-
var c = PERL[stream.current()];
|
|
1063
|
-
if (!c)
|
|
1064
|
-
return "meta";
|
|
1065
|
-
if (c[1])
|
|
1066
|
-
c = c[0];
|
|
1067
|
-
if (l != ":") {
|
|
1068
|
-
if (c == 1)
|
|
1069
|
-
return "keyword";
|
|
1070
|
-
else if (c == 2)
|
|
1071
|
-
return "def";
|
|
1072
|
-
else if (c == 3)
|
|
1073
|
-
return "atom";
|
|
1074
|
-
else if (c == 4)
|
|
1075
|
-
return "operator";
|
|
1076
|
-
else if (c == 5)
|
|
1077
|
-
return "builtin";
|
|
1078
|
-
else
|
|
1079
|
-
return "meta";
|
|
1080
|
-
} else
|
|
1081
|
-
return "meta";
|
|
1082
|
-
}
|
|
1083
|
-
return null;
|
|
1084
|
-
}
|
|
1085
|
-
const perl = {
|
|
1086
|
-
name: "perl",
|
|
1087
|
-
startState: function() {
|
|
1088
|
-
return {
|
|
1089
|
-
tokenize: tokenPerl,
|
|
1090
|
-
chain: null,
|
|
1091
|
-
style: null,
|
|
1092
|
-
tail: null
|
|
1093
|
-
};
|
|
1094
|
-
},
|
|
1095
|
-
token: function(stream, state) {
|
|
1096
|
-
return (state.tokenize || tokenPerl)(stream, state);
|
|
1097
|
-
},
|
|
1098
|
-
languageData: {
|
|
1099
|
-
commentTokens: { line: "#" },
|
|
1100
|
-
wordChars: "$"
|
|
1101
|
-
}
|
|
1102
|
-
};
|
|
1103
|
-
export {
|
|
1104
|
-
perl
|
|
1105
|
-
};
|