@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.
Files changed (1289) hide show
  1. package/README.md +73 -20
  2. package/library/_virtual/_plugin-vue_export-helper.mjs +10 -0
  3. package/library/assets/assets/sass/main.css +1 -0
  4. package/library/assets/components/VcAutocomplete/VcAutocomplete.css +1 -0
  5. package/library/assets/components/VcButton/VcButton.css +1 -0
  6. package/library/assets/components/VcButton/VcButtonIcon.css +1 -0
  7. package/library/assets/components/VcButton/VcToggleButton.css +1 -0
  8. package/library/assets/components/VcCard/VcCard.css +1 -0
  9. package/library/assets/components/VcCheckbox/VcCheckbox.css +1 -0
  10. package/library/assets/components/VcCollapse/VcCollapseItem.css +1 -0
  11. package/library/assets/components/VcColorPicker/VcColorPicker.css +1 -0
  12. package/library/assets/components/VcDatePicker/VcDatePicker.css +1 -0
  13. package/library/assets/components/VcDatePickerPanel/VcDatePickerPanel.css +1 -0
  14. package/library/assets/components/VcDatetimeRangePicker/VcDatetimeRangePicker.css +1 -0
  15. package/library/assets/components/VcDelimitedList/VcDelimitedList.css +1 -0
  16. package/library/assets/components/VcDropdown/VcDropdown.css +1 -0
  17. package/library/assets/components/VcDropdown/VcDropdownItem.css +1 -0
  18. package/library/assets/components/VcExcelUploader/VcExcelFileUploadBlock.css +1 -0
  19. package/library/assets/components/VcExcelUploader/VcFileImportErrorsCard.css +1 -0
  20. package/library/assets/components/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerPart.css +1 -0
  21. package/library/assets/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePicker.css +1 -0
  22. package/library/assets/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePickerQuickOptionsSelection.css +1 -0
  23. package/library/assets/components/VcFileUploader/VcFileUploader.css +1 -0
  24. package/library/assets/components/VcForm/UiComponents/VcInputError.css +1 -0
  25. package/library/assets/components/VcForm/UiComponents/VcInputLabel.css +1 -0
  26. package/library/assets/components/VcForm/VcFormItem.css +1 -0
  27. package/library/assets/components/VcHtmlEditor/VcHtmlEditor.css +1 -0
  28. package/library/assets/components/VcHyperLink/VcHyperLink.css +1 -0
  29. package/library/assets/components/VcIcon/VcIcon.css +1 -0
  30. package/library/assets/components/VcIconPicker/VcIconPicker.css +1 -0
  31. package/library/assets/components/VcImageUploader/VcImageUploader.css +1 -0
  32. package/library/assets/components/VcInput/VcInput.css +1 -0
  33. package/library/assets/components/VcInputNumber/VcInputNumber.css +1 -0
  34. package/library/assets/components/VcJsonSchema/Components/JsonCodeMirror.css +1 -0
  35. package/library/assets/components/VcJsonSchema/Components/JsonSchemaEditor.css +1 -0
  36. package/library/assets/components/VcJsonSchema/VcJsonSchema.css +1 -0
  37. package/library/assets/components/VcLoading/Loaders/Circles.css +1 -0
  38. package/library/assets/components/VcLoading/Loaders/DotSpinner.css +1 -0
  39. package/library/assets/components/VcLoading/Loaders/LdsSpinner.css +1 -0
  40. package/library/assets/components/VcLoading/Loaders/LoadIcon.css +1 -0
  41. package/library/assets/components/VcLoading/Loaders/Stretch.css +1 -0
  42. package/library/assets/components/VcLoading/VcLoading.css +1 -0
  43. package/library/assets/components/VcMdEditor/ParameterNode.css +1 -0
  44. package/library/assets/components/VcMdEditor/VcMdEditorContent.css +1 -0
  45. package/library/assets/components/VcMeterGroup/VcMeterGroup.css +1 -0
  46. package/library/assets/components/VcModal/VcModal.css +1 -0
  47. package/library/assets/components/VcNotification/VcNotification.css +1 -0
  48. package/library/assets/components/VcOtpInput/VcOtpInput.css +1 -0
  49. package/library/assets/components/VcPagination/VcPagination.css +1 -0
  50. package/library/assets/components/VcPdfViewer/VcPdfDocument.css +1 -0
  51. package/library/assets/components/VcPdfViewer/VcPdfDocumentCard.css +1 -0
  52. package/library/assets/components/VcPdfViewer/VcPdfDocumentPage.css +1 -0
  53. package/library/assets/components/VcPdfViewer/VcPdfDocumentViewerFooter.css +1 -0
  54. package/library/assets/components/VcPhoneInput/VcFlagLabel.css +1 -0
  55. package/library/assets/components/VcPhoneInput/VcPhoneInput.css +1 -0
  56. package/library/assets/components/VcPopover/VcConfirmPopover.css +1 -0
  57. package/library/assets/components/VcPopover/VcPopover.css +1 -0
  58. package/library/assets/components/VcPopover/VcSelectPopover.css +1 -0
  59. package/library/assets/components/VcProgress/VcProgress.css +1 -0
  60. package/library/assets/components/VcProgress/VcProgressCircular.css +1 -0
  61. package/library/assets/components/VcRadio/VcRadio.css +1 -0
  62. package/library/assets/components/VcRadioButtons/VcRadioButtonsGroup.css +1 -0
  63. package/library/assets/components/VcRadioGroup/VcRadioGroup.css +1 -0
  64. package/library/assets/components/VcRadioTabs/UiComponents/VcRadioTabsNav.css +1 -0
  65. package/library/assets/components/VcRadioTabs/VcRadioTabs.css +1 -0
  66. package/library/assets/components/VcSegmented/VcSegmented.css +1 -0
  67. package/library/assets/components/VcSelect/VcSelect.css +1 -0
  68. package/library/assets/components/VcSelect/VcSelectOption.css +1 -0
  69. package/library/assets/components/VcSipFlow/VcSipFlow.css +1 -0
  70. package/library/assets/components/VcSkeletonLoader/Loaders/Card.css +1 -0
  71. package/library/assets/components/VcSkeletonLoader/Loaders/Circle.css +1 -0
  72. package/library/assets/components/VcSkeletonLoader/Loaders/Row.css +1 -0
  73. package/library/assets/components/VcSkeletonLoader/Loaders/Square.css +1 -0
  74. package/library/assets/components/VcSkeletonLoader/Loaders/Text.css +1 -0
  75. package/library/assets/components/VcSlider/VcSlider.css +1 -0
  76. package/library/assets/components/VcSoundplayer/VcPlayerPlaybackRate.css +1 -0
  77. package/library/assets/components/VcSoundplayer/VcPlayerSkipButtons.css +1 -0
  78. package/library/assets/components/VcSoundplayer/VcSoundPlayer.css +1 -0
  79. package/library/assets/components/VcSoundplayer/VcSoundPlayerProgress.css +1 -0
  80. package/library/assets/components/VcSoundplayer/VcSoundPlayerWrapper.css +1 -0
  81. package/library/assets/components/VcSoundplayer/VcSoundVolume.css +1 -0
  82. package/library/assets/components/VcSplitButton/VcSplitButton.css +1 -0
  83. package/library/assets/components/VcSwitch/VcSwitch.css +1 -0
  84. package/library/assets/components/VcTable/VcTable.css +1 -0
  85. package/library/assets/components/VcTable/VcTable2.css +1 -0
  86. package/library/assets/components/VcTabs/VcTabNav.css +1 -0
  87. package/library/assets/components/VcTabs/VcTabPane.css +1 -0
  88. package/library/assets/components/VcTabs/VcTabs.css +1 -0
  89. package/library/assets/components/VcTag/VcTag.css +1 -0
  90. package/library/assets/components/VcTagInput/VcTagInput.css +1 -0
  91. package/library/assets/components/VcTimeInput/VcTimeInput.css +1 -0
  92. package/library/assets/components/VcTour/VcTour.css +1 -0
  93. package/library/assets/components/VcTransfer/VcTransfer.css +1 -0
  94. package/library/assets/components/VcTree/VcTree.css +1 -0
  95. package/library/assets/components/VcTree/VcTreeSelect.css +1 -0
  96. package/library/assets/components/VcTree/VcTreeSelect2.css +1 -0
  97. package/library/assets/components/VcVerticalTabs/VcVerticalTabs.css +1 -0
  98. package/library/assets/components/VcVerticalTabs/VerticalTabNav.css +1 -0
  99. package/library/assets/components/VcViewSwitcher/VcViewSwitcher.css +1 -0
  100. package/library/assets/components/VcWizard/VcSummaryProgress.css +1 -0
  101. package/library/assets/components/VcWizard/VcSummaryStep.css +1 -0
  102. package/library/assets/components/VcWizard/VcWizard.css +1 -0
  103. package/library/assets/components/VcWizard/VcWizardNavigation.css +1 -0
  104. package/library/assets/components/VcWizard/VcWizardSummary.css +1 -0
  105. package/library/assets/entity/components/Form/VcBaseVerticalForm.css +1 -0
  106. package/library/assets/entity/components/Form/VcEntityEditPageForm.css +1 -0
  107. package/library/assets/entity/components/Table/VcEntityListTable.css +1 -0
  108. package/library/assets/entity/components/Tabs/VcEntityEditableTabs.css +1 -0
  109. package/library/assets/node_modules/element-plus/theme-chalk/src/autocomplete.css +1 -0
  110. package/library/assets/node_modules/element-plus/theme-chalk/src/base.css +1 -0
  111. package/library/assets/node_modules/element-plus/theme-chalk/src/button-group.css +1 -0
  112. package/library/assets/node_modules/element-plus/theme-chalk/src/button.css +1 -0
  113. package/library/assets/node_modules/element-plus/theme-chalk/src/cascader-panel.css +1 -0
  114. package/library/assets/node_modules/element-plus/theme-chalk/src/checkbox-group.css +1 -0
  115. package/library/assets/node_modules/element-plus/theme-chalk/src/checkbox.css +1 -0
  116. package/library/assets/node_modules/element-plus/theme-chalk/src/color-picker-panel.css +1 -0
  117. package/library/assets/node_modules/element-plus/theme-chalk/src/color-picker.css +1 -0
  118. package/library/assets/node_modules/element-plus/theme-chalk/src/date-picker-panel.css +1 -0
  119. package/library/assets/node_modules/element-plus/theme-chalk/src/dropdown.css +1 -0
  120. package/library/assets/node_modules/element-plus/theme-chalk/src/form-item.css +1 -0
  121. package/library/assets/node_modules/element-plus/theme-chalk/src/form.css +1 -0
  122. package/library/assets/node_modules/element-plus/theme-chalk/src/input-number.css +1 -0
  123. package/library/assets/node_modules/element-plus/theme-chalk/src/input.css +1 -0
  124. package/library/assets/node_modules/element-plus/theme-chalk/src/option-group.css +1 -0
  125. package/library/assets/node_modules/element-plus/theme-chalk/src/option.css +1 -0
  126. package/library/assets/node_modules/element-plus/theme-chalk/src/popover.css +1 -0
  127. package/library/assets/node_modules/element-plus/theme-chalk/src/popper.css +1 -0
  128. package/library/assets/node_modules/element-plus/theme-chalk/src/radio-button.css +1 -0
  129. package/library/assets/node_modules/element-plus/theme-chalk/src/radio-group.css +1 -0
  130. package/library/assets/node_modules/element-plus/theme-chalk/src/radio.css +1 -0
  131. package/library/assets/node_modules/element-plus/theme-chalk/src/scrollbar.css +1 -0
  132. package/library/assets/node_modules/element-plus/theme-chalk/src/segmented.css +1 -0
  133. package/library/assets/node_modules/element-plus/theme-chalk/src/select.css +1 -0
  134. package/library/assets/node_modules/element-plus/theme-chalk/src/slider.css +1 -0
  135. package/library/assets/node_modules/element-plus/theme-chalk/src/switch.css +1 -0
  136. package/library/assets/node_modules/element-plus/theme-chalk/src/tag.css +1 -0
  137. package/library/assets/node_modules/element-plus/theme-chalk/src/text.css +1 -0
  138. package/library/assets/node_modules/element-plus/theme-chalk/src/tooltip.css +0 -0
  139. package/library/assets/node_modules/element-plus/theme-chalk/src/tour.css +1 -0
  140. package/library/assets/node_modules/element-plus/theme-chalk/src/transfer.css +1 -0
  141. package/library/assets/node_modules/element-plus/theme-chalk/src/tree.css +1 -0
  142. package/library/assets/node_modules/element-plus/theme-chalk/src/virtual-list.css +1 -0
  143. package/library/components/VcAutocomplete/VcAutocomplete.vue.mjs +125 -0
  144. package/library/components/VcAutocomplete/VcAutocomplete.vue3.mjs +5 -0
  145. package/library/components/VcButton/VcButton.vue.mjs +97 -0
  146. package/library/components/VcButton/VcButton.vue3.mjs +5 -0
  147. package/library/components/VcButton/VcButtonIcon.vue.mjs +7 -0
  148. package/library/components/VcButton/VcButtonIcon.vue2.mjs +92 -0
  149. package/library/components/VcButton/VcToggleButton.vue.mjs +89 -0
  150. package/library/components/VcButton/VcToggleButton.vue3.mjs +5 -0
  151. package/library/components/VcCard/VcCard.vue.mjs +40 -0
  152. package/library/components/VcCard/VcCard.vue3.mjs +5 -0
  153. package/library/components/VcCheckbox/VcCheckbox.vue.mjs +115 -0
  154. package/library/components/VcCheckbox/VcCheckbox.vue3.mjs +5 -0
  155. package/library/components/VcCheckbox/VcCheckboxGroupEl.vue.mjs +24 -0
  156. package/library/components/VcCheckbox/VcCheckboxGroupEl.vue2.mjs +4 -0
  157. package/library/components/VcCheckboxGroup/VcCheckboxGroup.vue.mjs +137 -0
  158. package/library/components/VcCheckboxGroup/VcCheckboxGroup.vue2.mjs +4 -0
  159. package/library/components/VcCollapse/VcCollapse.vue.mjs +54 -0
  160. package/library/components/VcCollapse/VcCollapse.vue2.mjs +4 -0
  161. package/library/components/VcCollapse/VcCollapseItem.vue.mjs +150 -0
  162. package/library/components/VcCollapse/VcCollapseItem.vue3.mjs +5 -0
  163. package/library/components/VcCollapse/VcCollapseTransition.vue.mjs +81 -0
  164. package/library/components/VcCollapse/VcCollapseTransition.vue2.mjs +4 -0
  165. package/library/components/VcColorPicker/VcColorPicker.vue.mjs +73 -0
  166. package/library/components/VcColorPicker/VcColorPicker.vue3.mjs +5 -0
  167. package/library/components/VcDatePicker/VcDatePicker.vue.mjs +134 -0
  168. package/library/components/VcDatePicker/VcDatePicker.vue3.mjs +5 -0
  169. package/library/components/VcDatePickerPanel/VcDatePickerPanel.vue.mjs +121 -0
  170. package/library/components/VcDatePickerPanel/VcDatePickerPanel.vue3.mjs +5 -0
  171. package/library/components/VcDatetimeRangePicker/VcDatetimeRangePicker.vue.mjs +24 -0
  172. package/library/components/VcDatetimeRangePicker/VcDatetimeRangePicker.vue3.mjs +5 -0
  173. package/library/components/VcDelimitedList/VcDelimitedList.vue.mjs +7 -0
  174. package/library/components/VcDelimitedList/VcDelimitedList.vue2.mjs +195 -0
  175. package/library/components/VcDropdown/VcDropdown.vue.mjs +128 -0
  176. package/library/components/VcDropdown/VcDropdown.vue3.mjs +5 -0
  177. package/library/components/VcDropdown/VcDropdownItem.vue.mjs +58 -0
  178. package/library/components/VcDropdown/VcDropdownItem.vue3.mjs +5 -0
  179. package/library/components/VcExcelUploader/VcExcelFileProcessLoader.vue.mjs +47 -0
  180. package/library/components/VcExcelUploader/VcExcelFileProcessLoader.vue2.mjs +4 -0
  181. package/library/components/VcExcelUploader/VcExcelFileUploadBlock.vue.mjs +7 -0
  182. package/library/components/VcExcelUploader/VcExcelFileUploadBlock.vue2.mjs +141 -0
  183. package/library/components/VcExcelUploader/VcExcelFileUploader.vue.mjs +575 -0
  184. package/library/components/VcExcelUploader/VcExcelFileUploader.vue2.mjs +4 -0
  185. package/library/components/VcExcelUploader/VcFileImportErrorsCard.vue.mjs +115 -0
  186. package/library/components/VcExcelUploader/VcFileImportErrorsCard.vue3.mjs +5 -0
  187. package/library/components/VcExcelUploader/VcFileImportParseResultBlock.vue.mjs +251 -0
  188. package/library/components/VcExcelUploader/VcFileImportParseResultBlock.vue2.mjs +4 -0
  189. package/library/components/VcExcelUploader/VcFileImportResultBindData.vue.mjs +75 -0
  190. package/library/components/VcExcelUploader/VcFileImportResultBindData.vue2.mjs +4 -0
  191. package/library/components/VcExcelUploader/VcFileImportResultBindDataTable.vue.mjs +224 -0
  192. package/library/components/VcExcelUploader/VcFileImportResultBindDataTable.vue2.mjs +4 -0
  193. package/library/components/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerPart.vue.mjs +310 -0
  194. package/library/components/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerPart.vue3.mjs +5 -0
  195. package/library/components/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerRelative.vue.mjs +192 -0
  196. package/library/components/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerRelative.vue2.mjs +4 -0
  197. package/library/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePicker.vue.mjs +320 -0
  198. package/library/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePicker.vue3.mjs +5 -0
  199. package/library/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePickerQuickOptionsSelection.vue.mjs +105 -0
  200. package/library/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePickerQuickOptionsSelection.vue3.mjs +5 -0
  201. package/library/components/VcExtendedDatetimeRangePicker/composable.mjs +71 -0
  202. package/library/components/VcExtendedDatetimeRangePicker/enum.mjs +43 -0
  203. package/library/components/VcFileUploader/VcFileUploader.vue.mjs +7 -0
  204. package/library/components/VcFileUploader/VcFileUploader.vue2.mjs +382 -0
  205. package/library/components/VcForm/UiComponents/VcInputError.vue.mjs +20 -0
  206. package/library/components/VcForm/UiComponents/VcInputError.vue3.mjs +5 -0
  207. package/library/components/VcForm/UiComponents/VcInputLabel.vue.mjs +81 -0
  208. package/library/components/VcForm/UiComponents/VcInputLabel.vue3.mjs +5 -0
  209. package/library/components/VcForm/VcForm.vue.mjs +144 -0
  210. package/library/components/VcForm/VcForm.vue2.mjs +4 -0
  211. package/library/components/VcForm/VcFormItem.vue.mjs +156 -0
  212. package/library/components/VcForm/VcFormItem.vue3.mjs +5 -0
  213. package/library/components/VcHtmlEditor/VcHtmlEditor.vue.mjs +202 -0
  214. package/library/components/VcHtmlEditor/VcHtmlEditor.vue3.mjs +5 -0
  215. package/library/components/VcHtmlEditor/VcHtmlEditorToolbar.vue.mjs +404 -0
  216. package/library/components/VcHtmlEditor/VcHtmlEditorToolbar.vue2.mjs +4 -0
  217. package/library/components/VcHtmlEditor/htmlEditor.config.mjs +129 -0
  218. package/library/components/VcHyperLink/VcHyperLink.vue.mjs +53 -0
  219. package/library/components/VcHyperLink/VcHyperLink.vue3.mjs +5 -0
  220. package/library/components/VcIcon/VcIcon.vue.mjs +113 -0
  221. package/library/components/VcIcon/VcIcon.vue3.mjs +5 -0
  222. package/library/components/VcIconPicker/VcIconPicker.vue.mjs +125 -0
  223. package/library/components/VcIconPicker/VcIconPicker.vue3.mjs +5 -0
  224. package/library/components/VcImageUploader/VcImageUploader.vue.mjs +402 -0
  225. package/library/components/VcImageUploader/VcImageUploader.vue3.mjs +5 -0
  226. package/library/components/VcInput/VcInput.vue.mjs +172 -0
  227. package/library/components/VcInput/VcInput.vue3.mjs +5 -0
  228. package/library/components/VcInputNumber/VcInputNumber.vue.mjs +79 -0
  229. package/library/components/VcInputNumber/VcInputNumber.vue3.mjs +5 -0
  230. package/library/components/VcJsonSchema/Components/ImportJsonSchemaModal.vue.mjs +106 -0
  231. package/library/components/VcJsonSchema/Components/ImportJsonSchemaModal.vue2.mjs +4 -0
  232. package/library/components/VcJsonSchema/Components/JsonCodeMirror.vue.mjs +75 -0
  233. package/library/components/VcJsonSchema/Components/JsonCodeMirror.vue3.mjs +5 -0
  234. package/library/components/VcJsonSchema/Components/JsonSchemaEditor.vue.mjs +421 -0
  235. package/library/components/VcJsonSchema/Components/JsonSchemaEditor.vue3.mjs +5 -0
  236. package/library/components/VcJsonSchema/Components/JsonSchemaManageModal.vue.mjs +190 -0
  237. package/library/components/VcJsonSchema/Components/JsonSchemaManageModal.vue2.mjs +4 -0
  238. package/library/components/VcJsonSchema/PropertySetup/JsonSchemaPropertyModal.vue.mjs +337 -0
  239. package/library/components/VcJsonSchema/PropertySetup/JsonSchemaPropertyModal.vue2.mjs +4 -0
  240. package/library/components/VcJsonSchema/VcJsonSchema.vue.mjs +104 -0
  241. package/library/components/VcJsonSchema/VcJsonSchema.vue3.mjs +5 -0
  242. package/library/components/VcJsonSchema/helpers/jsonSchema.enum.mjs +280 -0
  243. package/library/components/VcJsonSchema/helpers/jsonSchema.helper.mjs +44 -0
  244. package/library/components/VcLoading/Loaders/Circles.vue.mjs +7 -0
  245. package/library/components/VcLoading/Loaders/Circles.vue2.mjs +30 -0
  246. package/library/components/VcLoading/Loaders/DotSpinner.vue.mjs +7 -0
  247. package/library/components/VcLoading/Loaders/DotSpinner.vue2.mjs +33 -0
  248. package/library/components/VcLoading/Loaders/LdsSpinner.vue.mjs +7 -0
  249. package/library/components/VcLoading/Loaders/LdsSpinner.vue2.mjs +31 -0
  250. package/library/components/VcLoading/Loaders/LoadIcon.vue.mjs +7 -0
  251. package/library/components/VcLoading/Loaders/LoadIcon.vue2.mjs +34 -0
  252. package/library/components/VcLoading/Loaders/Stretch.vue.mjs +7 -0
  253. package/library/components/VcLoading/Loaders/Stretch.vue2.mjs +32 -0
  254. package/library/components/VcLoading/VcLoading.vue.mjs +7 -0
  255. package/library/components/VcLoading/VcLoading.vue2.mjs +86 -0
  256. package/library/components/VcLoading/enum.mjs +16 -0
  257. package/library/components/VcMdEditor/ParameterNode.vue.mjs +7 -0
  258. package/library/components/VcMdEditor/ParameterNode.vue2.mjs +94 -0
  259. package/library/components/VcMdEditor/VcMdEditor.vue.mjs +267 -0
  260. package/library/components/VcMdEditor/VcMdEditor.vue2.mjs +4 -0
  261. package/library/components/VcMdEditor/VcMdEditorContent.vue.mjs +224 -0
  262. package/library/components/VcMdEditor/VcMdEditorContent.vue3.mjs +5 -0
  263. package/library/components/VcMdEditor/VcMdEditorToolbar.vue.mjs +539 -0
  264. package/library/components/VcMdEditor/VcMdEditorToolbar.vue2.mjs +4 -0
  265. package/library/components/VcMdEditor/buildMustacheSnippet.mjs +50 -0
  266. package/library/components/VcMdEditor/mdEditor.config.mjs +378 -0
  267. package/library/components/VcMdEditor/rtlCursorPlugin.mjs +125 -0
  268. package/library/components/VcMeterGroup/VcMeterGroup.vue.mjs +156 -0
  269. package/library/components/VcMeterGroup/VcMeterGroup.vue3.mjs +5 -0
  270. package/library/components/VcMeterGroup/VcMeterGroupLabel.vue.mjs +51 -0
  271. package/library/components/VcMeterGroup/VcMeterGroupLabel.vue2.mjs +4 -0
  272. package/library/components/VcModal/VcConfirmModal.vue.mjs +155 -0
  273. package/library/components/VcModal/VcConfirmModal.vue2.mjs +4 -0
  274. package/library/components/VcModal/VcModal.vue.mjs +363 -0
  275. package/library/components/VcModal/VcModal.vue3.mjs +5 -0
  276. package/library/components/VcNotification/VcNotification.vue.mjs +138 -0
  277. package/library/components/VcNotification/VcNotification.vue3.mjs +5 -0
  278. package/library/components/VcNotification/VcNotificationMessage.vue.mjs +115 -0
  279. package/library/components/VcNotification/VcNotificationMessage.vue2.mjs +4 -0
  280. package/library/components/VcOtpInput/VcOtpInput.vue.mjs +356 -0
  281. package/library/components/VcOtpInput/VcOtpInput.vue3.mjs +5 -0
  282. package/library/components/VcPagination/VcPagination.vue.mjs +130 -0
  283. package/library/components/VcPagination/VcPagination.vue3.mjs +5 -0
  284. package/library/components/VcPagination/VcPaginationButton.vue.mjs +26 -0
  285. package/library/components/VcPagination/VcPaginationButton.vue2.mjs +4 -0
  286. package/library/components/VcPdfViewer/VcPdfDocument.vue.mjs +343 -0
  287. package/library/components/VcPdfViewer/VcPdfDocument.vue3.mjs +5 -0
  288. package/library/components/VcPdfViewer/VcPdfDocumentCard.vue.mjs +66 -0
  289. package/library/components/VcPdfViewer/VcPdfDocumentCard.vue3.mjs +5 -0
  290. package/library/components/VcPdfViewer/VcPdfDocumentPage.vue.mjs +192 -0
  291. package/library/components/VcPdfViewer/VcPdfDocumentPage.vue3.mjs +5 -0
  292. package/library/components/VcPdfViewer/VcPdfDocumentViewerFooter.vue.mjs +81 -0
  293. package/library/components/VcPdfViewer/VcPdfDocumentViewerFooter.vue3.mjs +5 -0
  294. package/library/components/VcPdfViewer/VcPdfDocumentViewerToolbar.vue.mjs +67 -0
  295. package/library/components/VcPdfViewer/VcPdfDocumentViewerToolbar.vue2.mjs +4 -0
  296. package/library/components/VcPdfViewer/pdf.worker.min.js +22 -0
  297. package/library/components/VcPdfViewer/pdfjslib.mjs +19 -0
  298. package/library/components/VcPdfViewer/utils.mjs +61 -0
  299. package/library/components/VcPhoneInput/VcFlagLabel.vue.mjs +32 -0
  300. package/library/components/VcPhoneInput/VcFlagLabel.vue3.mjs +5 -0
  301. package/library/components/VcPhoneInput/VcPhoneInput.vue.mjs +367 -0
  302. package/library/components/VcPhoneInput/VcPhoneInput.vue3.mjs +5 -0
  303. package/library/components/VcPopover/VcConfirmPopover.vue.mjs +242 -0
  304. package/library/components/VcPopover/VcConfirmPopover.vue3.mjs +5 -0
  305. package/library/components/VcPopover/VcPopover.vue.mjs +130 -0
  306. package/library/components/VcPopover/VcPopover.vue3.mjs +5 -0
  307. package/library/components/VcPopover/VcSelectPopover.vue.mjs +150 -0
  308. package/library/components/VcPopover/VcSelectPopover.vue3.mjs +5 -0
  309. package/library/components/VcProgress/VcProgress.vue.mjs +125 -0
  310. package/library/components/VcProgress/VcProgress.vue3.mjs +5 -0
  311. package/library/components/VcProgress/VcProgressCircular.vue.mjs +207 -0
  312. package/library/components/VcProgress/VcProgressCircular.vue3.mjs +5 -0
  313. package/library/components/VcProgress/progress.options.mjs +32 -0
  314. package/library/components/VcRadio/VcRadio.vue.mjs +104 -0
  315. package/library/components/VcRadio/VcRadio.vue3.mjs +5 -0
  316. package/library/components/VcRadioButtons/VcRadioButtonsGroup.vue.mjs +106 -0
  317. package/library/components/VcRadioButtons/VcRadioButtonsGroup.vue3.mjs +5 -0
  318. package/library/components/VcRadioGroup/VcRadioGroup.vue.mjs +82 -0
  319. package/library/components/VcRadioGroup/VcRadioGroup.vue3.mjs +5 -0
  320. package/library/components/VcRadioTabs/UiComponents/VcRadioTabsNav.vue.mjs +79 -0
  321. package/library/components/VcRadioTabs/UiComponents/VcRadioTabsNav.vue3.mjs +5 -0
  322. package/library/components/VcRadioTabs/VcRadioTabs.vue.mjs +97 -0
  323. package/library/components/VcRadioTabs/VcRadioTabs.vue3.mjs +5 -0
  324. package/library/components/VcSegmented/VcSegmented.vue.mjs +80 -0
  325. package/library/components/VcSegmented/VcSegmented.vue3.mjs +5 -0
  326. package/library/components/VcSelect/VcInfiniteScrollSelect.vue.mjs +224 -0
  327. package/library/components/VcSelect/VcInfiniteScrollSelect.vue2.mjs +4 -0
  328. package/library/components/VcSelect/VcSelect.vue.mjs +364 -0
  329. package/library/components/VcSelect/VcSelect.vue3.mjs +5 -0
  330. package/library/components/VcSelect/VcSelectGrouped.vue.mjs +179 -0
  331. package/library/components/VcSelect/VcSelectGrouped.vue2.mjs +4 -0
  332. package/library/components/VcSelect/VcSelectOption.vue.mjs +52 -0
  333. package/library/components/VcSelect/VcSelectOption.vue3.mjs +5 -0
  334. package/library/components/VcSipFlow/VcSipFlow.vue.mjs +348 -0
  335. package/library/components/VcSipFlow/VcSipFlow.vue3.mjs +5 -0
  336. package/library/components/VcSipFlow/sip-flow.options.mjs +111 -0
  337. package/library/components/VcSkeletonLoader/Loaders/Card.vue.mjs +7 -0
  338. package/library/components/VcSkeletonLoader/Loaders/Card.vue2.mjs +52 -0
  339. package/library/components/VcSkeletonLoader/Loaders/Circle.vue.mjs +7 -0
  340. package/library/components/VcSkeletonLoader/Loaders/Circle.vue2.mjs +32 -0
  341. package/library/components/VcSkeletonLoader/Loaders/Row.vue.mjs +7 -0
  342. package/library/components/VcSkeletonLoader/Loaders/Row.vue2.mjs +30 -0
  343. package/library/components/VcSkeletonLoader/Loaders/Square.vue.mjs +7 -0
  344. package/library/components/VcSkeletonLoader/Loaders/Square.vue2.mjs +32 -0
  345. package/library/components/VcSkeletonLoader/Loaders/Text.vue.mjs +7 -0
  346. package/library/components/VcSkeletonLoader/Loaders/Text.vue2.mjs +26 -0
  347. package/library/components/VcSkeletonLoader/VcSkeletonLoader.vue.mjs +92 -0
  348. package/library/components/VcSkeletonLoader/VcSkeletonLoader.vue2.mjs +4 -0
  349. package/library/components/VcSlider/VcSlider.vue.mjs +23 -0
  350. package/library/components/VcSlider/VcSlider.vue3.mjs +5 -0
  351. package/library/components/VcSoundplayer/VcPlayerPlayStopButton.vue.mjs +74 -0
  352. package/library/components/VcSoundplayer/VcPlayerPlayStopButton.vue2.mjs +4 -0
  353. package/library/components/VcSoundplayer/VcPlayerPlaybackRate.vue.mjs +40 -0
  354. package/library/components/VcSoundplayer/VcPlayerPlaybackRate.vue3.mjs +5 -0
  355. package/library/components/VcSoundplayer/VcPlayerPlaybackRatePopup.vue.mjs +71 -0
  356. package/library/components/VcSoundplayer/VcPlayerPlaybackRatePopup.vue2.mjs +4 -0
  357. package/library/components/VcSoundplayer/VcPlayerSkipButtons.vue.mjs +61 -0
  358. package/library/components/VcSoundplayer/VcPlayerSkipButtons.vue3.mjs +5 -0
  359. package/library/components/VcSoundplayer/VcSoundCurrentTime.vue.mjs +16 -0
  360. package/library/components/VcSoundplayer/VcSoundCurrentTime.vue2.mjs +4 -0
  361. package/library/components/VcSoundplayer/VcSoundDuration.vue.mjs +16 -0
  362. package/library/components/VcSoundplayer/VcSoundDuration.vue2.mjs +4 -0
  363. package/library/components/VcSoundplayer/VcSoundPlayer.vue.mjs +7 -0
  364. package/library/components/VcSoundplayer/VcSoundPlayer.vue2.mjs +275 -0
  365. package/library/components/VcSoundplayer/VcSoundPlayerError.vue.mjs +42 -0
  366. package/library/components/VcSoundplayer/VcSoundPlayerError.vue2.mjs +4 -0
  367. package/library/components/VcSoundplayer/VcSoundPlayerProgress.vue.mjs +61 -0
  368. package/library/components/VcSoundplayer/VcSoundPlayerProgress.vue3.mjs +5 -0
  369. package/library/components/VcSoundplayer/VcSoundPlayerWrapper.vue.mjs +289 -0
  370. package/library/components/VcSoundplayer/VcSoundPlayerWrapper.vue3.mjs +5 -0
  371. package/library/components/VcSoundplayer/VcSoundVolume.vue.mjs +105 -0
  372. package/library/components/VcSoundplayer/VcSoundVolume.vue3.mjs +5 -0
  373. package/library/components/VcSoundplayer/player.options.mjs +36 -0
  374. package/library/components/VcSoundplayer/useSoundPlayerProvideInject.mjs +16 -0
  375. package/library/components/VcSparkline/VcBarLine.vue.mjs +203 -0
  376. package/library/components/VcSparkline/VcBarLine.vue2.mjs +4 -0
  377. package/library/components/VcSparkline/VcSparkline.vue.mjs +89 -0
  378. package/library/components/VcSparkline/VcSparkline.vue2.mjs +4 -0
  379. package/library/components/VcSparkline/VcTrendLine.vue.mjs +202 -0
  380. package/library/components/VcSparkline/VcTrendLine.vue2.mjs +4 -0
  381. package/library/components/VcSparkline/helper.mjs +98 -0
  382. package/library/components/VcSplitButton/VcSplitButton.vue.mjs +179 -0
  383. package/library/components/VcSplitButton/VcSplitButton.vue3.mjs +5 -0
  384. package/library/components/VcSwitch/VcSwitch.vue.mjs +187 -0
  385. package/library/components/VcSwitch/VcSwitch.vue3.mjs +5 -0
  386. package/library/components/VcSystemUserPrompt/VcSystemUserPrompt.vue.mjs +127 -0
  387. package/library/components/VcSystemUserPrompt/VcSystemUserPrompt.vue2.mjs +4 -0
  388. package/library/components/VcSystemUserPrompt/enum.mjs +29 -0
  389. package/library/components/VcTable/VcTable.vue.mjs +8 -0
  390. package/library/components/VcTable/VcTable.vue2.mjs +1069 -0
  391. package/library/components/VcTable/tableOptions.mjs +16 -0
  392. package/library/components/VcTabs/VcTabNav.vue.mjs +280 -0
  393. package/library/components/VcTabs/VcTabNav.vue3.mjs +5 -0
  394. package/library/components/VcTabs/VcTabPane.vue.mjs +105 -0
  395. package/library/components/VcTabs/VcTabPane.vue3.mjs +5 -0
  396. package/library/components/VcTabs/VcTabs.vue.mjs +171 -0
  397. package/library/components/VcTabs/VcTabs.vue3.mjs +5 -0
  398. package/library/components/VcTag/VcTag.vue.mjs +104 -0
  399. package/library/components/VcTag/VcTag.vue3.mjs +5 -0
  400. package/library/components/VcTagInput/VcTagInput.vue.mjs +294 -0
  401. package/library/components/VcTagInput/VcTagInput.vue3.mjs +5 -0
  402. package/library/components/VcTimeInput/VcTimeInput.vue.mjs +357 -0
  403. package/library/components/VcTimeInput/VcTimeInput.vue3.mjs +5 -0
  404. package/library/components/VcTour/VcTour.vue.mjs +109 -0
  405. package/library/components/VcTour/VcTour.vue3.mjs +5 -0
  406. package/library/components/VcTransfer/VcTransfer.vue.mjs +59 -0
  407. package/library/components/VcTransfer/VcTransfer.vue3.mjs +5 -0
  408. package/library/components/VcTree/VcTree.vue.mjs +363 -0
  409. package/library/components/VcTree/VcTree.vue3.mjs +5 -0
  410. package/library/components/VcTree/VcTreeSelect.vue.mjs +364 -0
  411. package/library/components/VcTree/VcTreeSelect.vue4.mjs +6 -0
  412. package/library/components/VcTree/treeTypeUtils.mjs +16 -0
  413. package/library/components/VcVerticalTabs/VcVerticalTabs.vue.mjs +102 -0
  414. package/library/components/VcVerticalTabs/VcVerticalTabs.vue3.mjs +5 -0
  415. package/library/components/VcVerticalTabs/VerticalTabNav.vue.mjs +80 -0
  416. package/library/components/VcVerticalTabs/VerticalTabNav.vue3.mjs +5 -0
  417. package/library/components/VcViewSwitcher/VcViewSwitcher.vue.mjs +86 -0
  418. package/library/components/VcViewSwitcher/VcViewSwitcher.vue3.mjs +5 -0
  419. package/library/components/VcWizard/VcSummaryProgress.vue.mjs +66 -0
  420. package/library/components/VcWizard/VcSummaryProgress.vue3.mjs +5 -0
  421. package/library/components/VcWizard/VcSummaryStep.vue.mjs +114 -0
  422. package/library/components/VcWizard/VcSummaryStep.vue3.mjs +5 -0
  423. package/library/components/VcWizard/VcWizard.vue.mjs +313 -0
  424. package/library/components/VcWizard/VcWizard.vue3.mjs +5 -0
  425. package/library/components/VcWizard/VcWizardNavigation.vue.mjs +154 -0
  426. package/library/components/VcWizard/VcWizardNavigation.vue3.mjs +5 -0
  427. package/library/components/VcWizard/VcWizardSummary.vue.mjs +50 -0
  428. package/library/components/VcWizard/VcWizardSummary.vue3.mjs +5 -0
  429. package/library/composables/input/useInputBase.mjs +19 -0
  430. package/library/composables/input/useInputColor.mjs +53 -0
  431. package/library/composables/option/useOptionMethods.mjs +176 -0
  432. package/library/composables/useConfirmModal.mjs +57 -0
  433. package/library/composables/useConfirmPopup.mjs +76 -0
  434. package/library/composables/useCopyButton.mjs +26 -0
  435. package/library/composables/useRTL.mjs +46 -0
  436. package/library/directives/click-outside.mjs +5 -0
  437. package/library/directives/index.mjs +7 -0
  438. package/library/directives/input-mask.mjs +5 -0
  439. package/library/directives/long-press.mjs +41 -0
  440. package/library/directives/resize.mjs +82 -0
  441. package/library/entity/components/Button/VcEntityAddButton.vue.mjs +32 -0
  442. package/library/entity/components/Button/VcEntityAddButton.vue2.mjs +4 -0
  443. package/library/entity/components/Button/VcEntityCancelButton.vue.mjs +55 -0
  444. package/library/entity/components/Button/VcEntityCancelButton.vue2.mjs +4 -0
  445. package/library/entity/components/Button/VcEntityDeleteIconButton.vue.mjs +58 -0
  446. package/library/entity/components/Button/VcEntityDeleteIconButton.vue2.mjs +4 -0
  447. package/library/entity/components/Button/VcEntityEditIconButton.vue.mjs +22 -0
  448. package/library/entity/components/Button/VcEntityEditIconButton.vue2.mjs +4 -0
  449. package/library/entity/components/Button/VcEntityRestoreButton.vue.mjs +53 -0
  450. package/library/entity/components/Button/VcEntityRestoreButton.vue2.mjs +4 -0
  451. package/library/entity/components/Button/VcEntityStatusButton.vue.mjs +114 -0
  452. package/library/entity/components/Button/VcEntityStatusButton.vue2.mjs +4 -0
  453. package/library/entity/components/Form/VcBaseVerticalForm.vue.mjs +7 -0
  454. package/library/entity/components/Form/VcBaseVerticalForm.vue2.mjs +96 -0
  455. package/library/entity/components/Form/VcEntityEditPageForm.vue.mjs +129 -0
  456. package/library/entity/components/Form/VcEntityEditPageForm.vue3.mjs +5 -0
  457. package/library/entity/components/Form/VcEntityVerticalCreateForm.vue.mjs +44 -0
  458. package/library/entity/components/Form/VcEntityVerticalCreateForm.vue2.mjs +4 -0
  459. package/library/entity/components/Form/VcEntityVerticalEditForm.vue.mjs +154 -0
  460. package/library/entity/components/Form/VcEntityVerticalEditForm.vue2.mjs +4 -0
  461. package/library/entity/components/Table/VcEntityListTable.vue.mjs +7 -0
  462. package/library/entity/components/Table/VcEntityListTable.vue2.mjs +413 -0
  463. package/library/entity/components/Tabs/VcEntityEditableTabs.vue.mjs +7 -0
  464. package/library/entity/components/Tabs/VcEntityEditableTabs.vue2.mjs +288 -0
  465. package/library/entity/composable/useEditableTabs.mjs +53 -0
  466. package/library/entity/composable/useEntityListTableExternalPaginate.mjs +23 -0
  467. package/library/entity/composable/useEntityProvideInject.mjs +16 -0
  468. package/library/entity/composable/useEntityTabsProvideInject.mjs +16 -0
  469. package/library/entity/services/BaseEntityService.mjs +133 -0
  470. package/library/enum/constants.mjs +61 -0
  471. package/library/enum/countries.mjs +1253 -0
  472. package/library/enum/dataTestAttributes.mjs +8 -0
  473. package/library/enum/icons.mjs +1620 -0
  474. package/library/enum/inputDefaults.mjs +15 -0
  475. package/library/font/FontLoader.mjs +213 -0
  476. package/library/font/index.mjs +29 -0
  477. package/library/index.mjs +400 -0
  478. package/library/index.mjs.br +0 -0
  479. package/library/index.mjs.gz +0 -0
  480. package/library/localization/index.mjs +76 -0
  481. package/library/localization/index.mjs.br +0 -0
  482. package/library/localization/index.mjs.gz +0 -0
  483. package/library/localization/locales/en.json.mjs +165 -0
  484. package/library/plugin.mjs +515 -0
  485. package/library/plugin.mjs.br +0 -0
  486. package/library/plugin.mjs.gz +0 -0
  487. package/library/services/VcNotifyService.mjs +26 -0
  488. package/library/style.css +277 -0
  489. package/library/style.css.br +0 -0
  490. package/library/style.css.gz +0 -0
  491. package/library/theme/index.mjs +80 -0
  492. package/library/theme/index.mjs.br +0 -0
  493. package/library/theme/index.mjs.gz +0 -0
  494. package/library/theme/themeMerge.mjs +31 -0
  495. package/library/theme/themes.json.mjs +240 -0
  496. package/library/tokens/tokens.mjs +17 -0
  497. package/library/types/VcMdEditor.types.mjs +6 -0
  498. package/library/types/components/VcAutocomplete/VcAutocomplete.vue.d.ts +197 -0
  499. package/library/types/components/VcButton/VcButton.vue.d.ts +99 -0
  500. package/library/types/components/VcButton/VcButtonIcon.vue.d.ts +106 -0
  501. package/library/types/components/VcButton/VcToggleButton.vue.d.ts +115 -0
  502. package/library/types/components/VcCard/VcCard.vue.d.ts +51 -0
  503. package/library/types/components/VcCheckbox/VcCheckbox.vue.d.ts +101 -0
  504. package/library/types/components/VcCheckboxGroup/VcCheckboxGroup.vue.d.ts +90 -0
  505. package/library/types/components/VcCollapse/VcCollapseItem.vue.d.ts +103 -0
  506. package/library/types/components/VcCollapse/VcCollapseTransition.vue.d.ts +23 -0
  507. package/library/types/components/VcColorPicker/VcColorPicker.vue.d.ts +76 -0
  508. package/library/types/components/VcDatePicker/VcDatePicker.vue.d.ts +114 -0
  509. package/library/types/components/VcDatePickerPanel/VcDatePickerPanel.vue.d.ts +146 -0
  510. package/library/types/components/VcDelimitedList/VcDelimitedList.vue.d.ts +90 -0
  511. package/library/types/components/VcDropdown/VcDropdown.vue.d.ts +109 -0
  512. package/library/types/components/VcExcelUploader/VcExcelFileProcessLoader.vue.d.ts +52 -0
  513. package/library/types/components/VcExcelUploader/VcExcelFileUploadBlock.vue.d.ts +59 -0
  514. package/library/types/components/VcExcelUploader/VcExcelFileUploader.vue.d.ts +119 -0
  515. package/library/types/components/VcExcelUploader/VcFileImportErrorsCard.vue.d.ts +39 -0
  516. package/library/types/components/VcExcelUploader/VcFileImportParseResultBlock.vue.d.ts +75 -0
  517. package/library/types/components/VcExcelUploader/VcFileImportResultBindData.vue.d.ts +53 -0
  518. package/library/types/components/VcExcelUploader/VcFileImportResultBindDataTable.vue.d.ts +43 -0
  519. package/library/types/components/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerRelative.vue.d.ts +69 -0
  520. package/library/types/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePicker.vue.d.ts +123 -0
  521. package/library/types/components/VcExtendedDatetimeRangePicker/composable.d.ts +11 -0
  522. package/library/types/components/VcExtendedDatetimeRangePicker/enum.d.ts +22 -0
  523. package/library/types/components/VcFileUploader/VcFileUploader.vue.d.ts +219 -0
  524. package/library/types/components/VcForm/UiComponents/VcInputLabel.vue.d.ts +46 -0
  525. package/library/types/components/VcForm/VcForm.vue.d.ts +89 -0
  526. package/library/types/components/VcForm/VcFormItem.vue.d.ts +75 -0
  527. package/library/types/components/VcHtmlEditor/VcHtmlEditor.vue.d.ts +63 -0
  528. package/library/types/components/VcHtmlEditor/VcHtmlEditorToolbar.vue.d.ts +43 -0
  529. package/library/types/components/VcHtmlEditor/htmlEditor.config.d.ts +20 -0
  530. package/library/types/components/VcHyperLink/VcHyperLink.vue.d.ts +72 -0
  531. package/library/types/components/VcIcon/VcIcon.vue.d.ts +70 -0
  532. package/library/types/components/VcIconPicker/VcIconPicker.vue.d.ts +68 -0
  533. package/library/types/components/VcImageUploader/VcImageUploader.vue.d.ts +168 -0
  534. package/library/types/components/VcInput/VcInput.vue.d.ts +112 -0
  535. package/library/types/components/VcInputNumber/VcInputNumber.vue.d.ts +94 -0
  536. package/library/types/components/VcJsonSchema/Components/ImportJsonSchemaModal.vue.d.ts +25 -0
  537. package/library/types/components/VcJsonSchema/Components/JsonCodeMirror.vue.d.ts +23 -0
  538. package/library/types/components/VcJsonSchema/Components/JsonSchemaEditor.vue.d.ts +87 -0
  539. package/library/types/components/VcJsonSchema/Components/JsonSchemaManageModal.vue.d.ts +28 -0
  540. package/library/types/components/VcJsonSchema/PropertySetup/JsonSchemaPropertyModal.vue.d.ts +38 -0
  541. package/library/types/components/VcJsonSchema/VcJsonSchema.vue.d.ts +60 -0
  542. package/library/types/components/VcJsonSchema/helpers/jsonSchema.enum.d.ts +17 -0
  543. package/library/types/components/VcJsonSchema/helpers/jsonSchema.helper.d.ts +2 -0
  544. package/library/types/components/VcLoading/Loaders/LoadIcon.vue.d.ts +32 -0
  545. package/library/types/components/VcLoading/Loaders/types.d.ts +13 -0
  546. package/library/types/components/VcLoading/VcLoading.vue.d.ts +64 -0
  547. package/library/types/components/VcLoading/enum.d.ts +143 -0
  548. package/library/types/components/VcMdEditor/VcMdEditor.vue.d.ts +278 -0
  549. package/library/types/components/VcMdEditor/VcMdEditorContent.vue.d.ts +82 -0
  550. package/library/types/components/VcMdEditor/VcMdEditorToolbar.vue.d.ts +27 -0
  551. package/library/types/components/VcMdEditor/buildMustacheSnippet.d.ts +2 -0
  552. package/library/types/components/VcMdEditor/mdEditor.config.d.ts +57 -0
  553. package/library/types/components/VcMeterGroup/VcMeterGroup.vue.d.ts +116 -0
  554. package/library/types/components/VcMeterGroup/VcMeterGroupLabel.vue.d.ts +55 -0
  555. package/library/types/components/VcModal/VcConfirmModal.vue.d.ts +52 -0
  556. package/library/types/components/VcModal/VcModal.vue.d.ts +155 -0
  557. package/library/types/components/VcNotification/VcNotification.vue.d.ts +86 -0
  558. package/library/types/components/VcOtpInput/VcOtpInput.vue.d.ts +88 -0
  559. package/library/types/components/VcPagination/VcPagination.vue.d.ts +66 -0
  560. package/library/types/components/VcPagination/VcPaginationButton.vue.d.ts +56 -0
  561. package/library/types/components/VcPdfViewer/VcPdfDocument.vue.d.ts +53 -0
  562. package/library/types/components/VcPdfViewer/VcPdfDocumentCard.vue.d.ts +47 -0
  563. package/library/types/components/VcPdfViewer/VcPdfDocumentPage.vue.d.ts +55 -0
  564. package/library/types/components/VcPdfViewer/VcPdfDocumentViewerFooter.vue.d.ts +63 -0
  565. package/library/types/components/VcPdfViewer/VcPdfDocumentViewerToolbar.vue.d.ts +28 -0
  566. package/library/types/components/VcPdfViewer/pdfjslib.d.ts +8 -0
  567. package/library/types/components/VcPdfViewer/utils.d.ts +7 -0
  568. package/library/types/components/VcPhoneInput/VcFlagLabel.vue.d.ts +30 -0
  569. package/library/types/components/VcPhoneInput/VcPhoneInput.vue.d.ts +140 -0
  570. package/library/types/components/VcPopover/VcConfirmPopover.vue.d.ts +55 -0
  571. package/library/types/components/VcPopover/VcPopover.vue.d.ts +108 -0
  572. package/library/types/components/VcPopover/VcSelectPopover.vue.d.ts +113 -0
  573. package/library/types/components/VcProgress/VcProgress.vue.d.ts +86 -0
  574. package/library/types/components/VcProgress/VcProgressCircular.vue.d.ts +88 -0
  575. package/library/types/components/VcRadio/VcRadio.vue.d.ts +62 -0
  576. package/library/types/components/VcRadioGroup/VcRadioGroup.vue.d.ts +86 -0
  577. package/library/types/components/VcRadioTabs/UiComponents/VcRadioTabsNav.vue.d.ts +56 -0
  578. package/library/types/components/VcRadioTabs/VcRadioTabs.vue.d.ts +92 -0
  579. package/library/types/components/VcSegmented/VcSegmented.vue.d.ts +95 -0
  580. package/library/types/components/VcSelect/VcInfiniteScrollSelect.vue.d.ts +167 -0
  581. package/library/types/components/VcSelect/VcSelect.vue.d.ts +266 -0
  582. package/library/types/components/VcSelect/VcSelectGrouped.vue.d.ts +189 -0
  583. package/library/types/components/VcSelect/VcSelectOption.vue.d.ts +55 -0
  584. package/library/types/components/VcSipFlow/VcSipFlow.vue.d.ts +99 -0
  585. package/library/types/components/VcSipFlow/sip-flow.options.d.ts +77 -0
  586. package/library/types/components/VcSkeletonLoader/VcSkeletonLoader.vue.d.ts +56 -0
  587. package/library/types/components/VcSoundplayer/VcPlayerPlayStopButton.vue.d.ts +85 -0
  588. package/library/types/components/VcSoundplayer/VcPlayerPlaybackRate.vue.d.ts +45 -0
  589. package/library/types/components/VcSoundplayer/VcPlayerPlaybackRatePopup.vue.d.ts +50 -0
  590. package/library/types/components/VcSoundplayer/VcPlayerSkipButtons.vue.d.ts +73 -0
  591. package/library/types/components/VcSoundplayer/VcSoundPlayer.vue.d.ts +101 -0
  592. package/library/types/components/VcSoundplayer/VcSoundPlayerError.vue.d.ts +32 -0
  593. package/library/types/components/VcSoundplayer/VcSoundPlayerWrapper.vue.d.ts +212 -0
  594. package/library/types/components/VcSoundplayer/VcSoundVolume.vue.d.ts +64 -0
  595. package/library/types/components/VcSoundplayer/player.options.d.ts +10 -0
  596. package/library/types/components/VcSparkline/VcBarLine.vue.d.ts +115 -0
  597. package/library/types/components/VcSparkline/VcSparkline.vue.d.ts +121 -0
  598. package/library/types/components/VcSparkline/VcTrendLine.vue.d.ts +114 -0
  599. package/library/types/components/VcSparkline/helper.d.ts +12 -0
  600. package/library/types/components/VcSplitButton/VcSplitButton.vue.d.ts +102 -0
  601. package/library/types/components/VcSwitch/VcSwitch.vue.d.ts +153 -0
  602. package/library/types/components/VcSystemUserPrompt/enum.d.ts +14 -0
  603. package/library/types/components/VcTable/VcTable.vue.d.ts +386 -0
  604. package/library/types/components/VcTabs/VcTabNav.vue.d.ts +70 -0
  605. package/library/types/components/VcTabs/VcTabPane.vue.d.ts +80 -0
  606. package/library/types/components/VcTabs/VcTabs.vue.d.ts +606 -0
  607. package/library/types/components/VcTag/VcTag.vue.d.ts +92 -0
  608. package/library/types/components/VcTagInput/VcTagInput.vue.d.ts +139 -0
  609. package/library/types/components/VcTimeInput/VcTimeInput.vue.d.ts +93 -0
  610. package/library/types/components/VcTour/VcTour.vue.d.ts +70 -0
  611. package/library/types/components/VcTree/VcTree.vue.d.ts +151 -0
  612. package/library/types/components/VcTree/VcTreeSelect.vue.d.ts +1371 -0
  613. package/library/types/components/VcTree/treeTypeUtils.d.ts +20 -0
  614. package/library/types/components/VcViewSwitcher/VcViewSwitcher.vue.d.ts +74 -0
  615. package/library/types/components/VcWizard/VcSummaryProgress.vue.d.ts +54 -0
  616. package/library/types/components/VcWizard/VcWizard.vue.d.ts +107 -0
  617. package/library/types/components/exports.d.ts +163 -0
  618. package/library/types/composables/input/useInputBase.d.ts +27 -0
  619. package/library/types/composables/input/useInputColor.d.ts +25 -0
  620. package/library/types/composables/input/useInputLabel.d.ts +15 -0
  621. package/library/types/composables/option/useOptionMethods.d.ts +19 -0
  622. package/library/types/composables/useConfirmModal.d.ts +30 -0
  623. package/library/types/composables/useConfirmPopup.d.ts +9 -0
  624. package/library/types/directives/index.d.ts +4 -0
  625. package/library/types/directives/input-mask.d.ts +2 -0
  626. package/library/types/entity/components/Button/VcEntityAddButton.vue.d.ts +41 -0
  627. package/library/types/entity/components/Button/VcEntityCancelButton.vue.d.ts +53 -0
  628. package/library/types/entity/components/Button/VcEntityDeleteIconButton.vue.d.ts +48 -0
  629. package/library/types/entity/components/Button/VcEntityEditIconButton.vue.d.ts +36 -0
  630. package/library/types/entity/components/Button/VcEntityRestoreButton.vue.d.ts +53 -0
  631. package/library/types/entity/components/Button/VcEntityStatusButton.vue.d.ts +47 -0
  632. package/library/types/entity/components/Form/VcBaseVerticalForm.vue.d.ts +55 -0
  633. package/library/types/entity/components/Form/VcEntityEditPageForm.vue.d.ts +61 -0
  634. package/library/types/entity/components/Form/VcEntityVerticalCreateForm.vue.d.ts +50 -0
  635. package/library/types/entity/components/Form/VcEntityVerticalEditForm.vue.d.ts +85 -0
  636. package/library/types/entity/components/Table/VcEntityListTable.vue.d.ts +147 -0
  637. package/library/types/entity/components/Tabs/VcEntityEditableTabs.vue.d.ts +166 -0
  638. package/library/types/entity/components/index.d.ts +29 -0
  639. package/library/types/entity/composable/useConfirmModal.d.ts +1 -0
  640. package/library/types/entity/composable/useConfirmPopup.d.ts +1 -0
  641. package/library/types/entity/composable/useEditableTabs.d.ts +12 -0
  642. package/library/types/entity/composable/useEntityListTableExternalPaginate.d.ts +17 -0
  643. package/library/types/entity/composable/useEntityProvideInject.d.ts +24 -0
  644. package/library/types/entity/composable/useEntityTabsProvideInject.d.ts +3 -0
  645. package/library/types/entity/index.d.ts +1 -0
  646. package/library/types/entity/services/BaseEntityService.d.ts +104 -0
  647. package/library/types/entity/services/index.d.ts +1 -0
  648. package/library/types/enum/countries.d.ts +11 -0
  649. package/library/types/enum/icons.d.ts +1293 -0
  650. package/library/types/icons.types.mjs +14 -0
  651. package/library/types/index.d.ts +135 -0
  652. package/library/types/localization/index.d.ts +32 -0
  653. package/library/types/plugin.d.ts +5 -0
  654. package/library/types/services/VcNotifyService.d.ts +22 -0
  655. package/library/types/theme/index.d.ts +8 -0
  656. package/library/types/theme/themeMerge.d.ts +3 -0
  657. package/library/types/theme/themes.json.d.ts +230 -0
  658. package/library/types/tokens/tokens.d.ts +9 -0
  659. package/library/types/types/Entity.basic.types.d.ts +23 -0
  660. package/library/types/types/Entity.types.d.ts +5 -0
  661. package/library/types/types/Entry.types.d.ts +13 -0
  662. package/library/types/types/ExcelParser.types.d.ts +148 -0
  663. package/library/types/types/OptionAndConfig.types.d.ts +34 -0
  664. package/library/types/types/Tabs.d.ts +22 -0
  665. package/library/types/types/VcDropdown.types.d.ts +53 -0
  666. package/library/types/types/VcEditableTabs.types.d.ts +4 -0
  667. package/library/types/types/VcFileUploader.types.d.ts +10 -0
  668. package/library/types/types/VcMdEditor.types.d.ts +18 -0
  669. package/library/types/types/VcMeterGroup.types.d.ts +25 -0
  670. package/library/types/types/VcPopover.types.d.ts +71 -0
  671. package/library/types/types/VcSipFlow.types.d.ts +95 -0
  672. package/library/types/types/VcSoundPlayer.types.d.ts +34 -0
  673. package/library/types/types/VcSparkline.types.d.ts +27 -0
  674. package/library/types/types/VcSplitButton.types.d.ts +15 -0
  675. package/library/types/types/VcTable.types.d.ts +73 -0
  676. package/library/types/types/VcTabs.types.d.ts +37 -0
  677. package/library/types/types/VcTour.types.d.ts +52 -0
  678. package/library/types/types/VcTree.types.d.ts +33 -0
  679. package/library/types/types/VcWizard.types.d.ts +29 -0
  680. package/library/types/types/basic.types.d.ts +17 -0
  681. package/library/types/types/icons.types.d.ts +23 -0
  682. package/library/types/types/index.d.ts +52 -0
  683. package/library/types/utils/ToastEventBus.d.ts +15 -0
  684. package/library/types/utils/UniqueComponentId.d.ts +8 -0
  685. package/library/types/utils/excelParser/configs.d.ts +5 -0
  686. package/library/types/utils/excelParser/helper.d.ts +28 -0
  687. package/library/types/utils/excelParser/parser.d.ts +146 -0
  688. package/library/types/utils/excelParser/validations.d.ts +19 -0
  689. package/library/types/utils/globalSingleton.d.ts +9 -0
  690. package/library/types/utils/helpers.d.ts +6 -0
  691. package/library/types/utils/jsonSchema/helpers.d.ts +24 -0
  692. package/library/types/utils/jsonSchema/index.d.ts +50 -0
  693. package/library/types/utils/lucideIcon.d.ts +25 -0
  694. package/library/types/utils/mime-types.d.ts +12 -0
  695. package/library/utils/DomHandler.mjs +44 -0
  696. package/library/utils/ToastEventBus.mjs +36 -0
  697. package/library/utils/UniqueComponentId.mjs +9 -0
  698. package/library/utils/ZIndexUtils.mjs +59 -0
  699. package/library/utils/dateTime.mjs +97 -0
  700. package/library/utils/excelParser/configs.mjs +29 -0
  701. package/library/utils/excelParser/helper.mjs +70 -0
  702. package/library/utils/excelParser/parser.mjs +398 -0
  703. package/library/utils/excelParser/validations.mjs +100 -0
  704. package/library/utils/globalSingleton.mjs +12 -0
  705. package/library/utils/helpers.mjs +64 -0
  706. package/library/utils/jsonSchema/helpers.mjs +93 -0
  707. package/library/utils/jsonSchema/index.mjs +208 -0
  708. package/library/utils/jsonSchema/index.mjs.br +0 -0
  709. package/library/utils/jsonSchema/index.mjs.gz +0 -0
  710. package/library/utils/jsonSchema/jsonSchemaHelpers.mjs +79 -0
  711. package/library/utils/lucideIcon.mjs +60 -0
  712. package/library/utils/makeDataTestAttributeValue.mjs +6 -0
  713. package/library/utils/mime-types.mjs +24 -0
  714. package/package.json +69 -40
  715. package/src/theme/index.ts +101 -0
  716. package/src/theme/themeMerge.ts +40 -0
  717. package/src/theme/themes.json +227 -0
  718. package/tailwind.config.js +1 -1
  719. package/library/core/apl-fqmucPXA.mjs +0 -140
  720. package/library/core/apl-fqmucPXA.mjs.br +0 -0
  721. package/library/core/apl-fqmucPXA.mjs.gz +0 -0
  722. package/library/core/asciiarmor-DucZyvP0.mjs +0 -56
  723. package/library/core/asciiarmor-DucZyvP0.mjs.br +0 -0
  724. package/library/core/asciiarmor-DucZyvP0.mjs.gz +0 -0
  725. package/library/core/asn1-BnOEsgAm.mjs +0 -144
  726. package/library/core/asn1-BnOEsgAm.mjs.br +0 -0
  727. package/library/core/asn1-BnOEsgAm.mjs.gz +0 -0
  728. package/library/core/asterisk-QAlztEwS.mjs +0 -345
  729. package/library/core/asterisk-QAlztEwS.mjs.br +0 -0
  730. package/library/core/asterisk-QAlztEwS.mjs.gz +0 -0
  731. package/library/core/brainfuck-DZVCuF_t.mjs +0 -53
  732. package/library/core/brainfuck-DZVCuF_t.mjs.br +0 -0
  733. package/library/core/brainfuck-DZVCuF_t.mjs.gz +0 -0
  734. package/library/core/clike-CTYGlS6x.mjs +0 -799
  735. package/library/core/clike-CTYGlS6x.mjs.br +0 -0
  736. package/library/core/clike-CTYGlS6x.mjs.gz +0 -0
  737. package/library/core/clojure-BhXMqnxz.mjs +0 -849
  738. package/library/core/clojure-BhXMqnxz.mjs.br +0 -0
  739. package/library/core/clojure-BhXMqnxz.mjs.gz +0 -0
  740. package/library/core/cmake-BGaNd9E7.mjs +0 -71
  741. package/library/core/cmake-BGaNd9E7.mjs.br +0 -0
  742. package/library/core/cmake-BGaNd9E7.mjs.gz +0 -0
  743. package/library/core/cobol-4yqQntpt.mjs +0 -120
  744. package/library/core/cobol-4yqQntpt.mjs.br +0 -0
  745. package/library/core/cobol-4yqQntpt.mjs.gz +0 -0
  746. package/library/core/coffeescript-D2dXvhEc.mjs +0 -308
  747. package/library/core/coffeescript-D2dXvhEc.mjs.br +0 -0
  748. package/library/core/coffeescript-D2dXvhEc.mjs.gz +0 -0
  749. package/library/core/commonlisp-CF_VNHQR.mjs +0 -130
  750. package/library/core/commonlisp-CF_VNHQR.mjs.br +0 -0
  751. package/library/core/commonlisp-CF_VNHQR.mjs.gz +0 -0
  752. package/library/core/crystal-DyuLTqLs.mjs +0 -398
  753. package/library/core/crystal-DyuLTqLs.mjs.br +0 -0
  754. package/library/core/crystal-DyuLTqLs.mjs.gz +0 -0
  755. package/library/core/css-DkSyTW67.mjs +0 -1772
  756. package/library/core/css-DkSyTW67.mjs.br +0 -0
  757. package/library/core/css-DkSyTW67.mjs.gz +0 -0
  758. package/library/core/cypher-Dlu_3r4V.mjs +0 -121
  759. package/library/core/cypher-Dlu_3r4V.mjs.br +0 -0
  760. package/library/core/cypher-Dlu_3r4V.mjs.gz +0 -0
  761. package/library/core/d-UURgV0Ux.mjs +0 -179
  762. package/library/core/d-UURgV0Ux.mjs.br +0 -0
  763. package/library/core/d-UURgV0Ux.mjs.gz +0 -0
  764. package/library/core/diff-B_Bi2Crb.mjs +0 -25
  765. package/library/core/dockerfile-DEtqCkHn.mjs +0 -201
  766. package/library/core/dockerfile-DEtqCkHn.mjs.br +0 -0
  767. package/library/core/dockerfile-DEtqCkHn.mjs.gz +0 -0
  768. package/library/core/dtd-Dy74G54E.mjs +0 -114
  769. package/library/core/dtd-Dy74G54E.mjs.br +0 -0
  770. package/library/core/dtd-Dy74G54E.mjs.gz +0 -0
  771. package/library/core/dylan-TSb-Nfix.mjs +0 -314
  772. package/library/core/dylan-TSb-Nfix.mjs.br +0 -0
  773. package/library/core/dylan-TSb-Nfix.mjs.gz +0 -0
  774. package/library/core/ebnf-DAomQUbD.mjs +0 -139
  775. package/library/core/ebnf-DAomQUbD.mjs.br +0 -0
  776. package/library/core/ebnf-DAomQUbD.mjs.gz +0 -0
  777. package/library/core/ecl-B59qGGVg.mjs +0 -178
  778. package/library/core/ecl-B59qGGVg.mjs.br +0 -0
  779. package/library/core/ecl-B59qGGVg.mjs.gz +0 -0
  780. package/library/core/eiffel-Dze7nlu3.mjs +0 -134
  781. package/library/core/eiffel-Dze7nlu3.mjs.br +0 -0
  782. package/library/core/eiffel-Dze7nlu3.mjs.gz +0 -0
  783. package/library/core/elm-DG7jkhNZ.mjs +0 -176
  784. package/library/core/elm-DG7jkhNZ.mjs.br +0 -0
  785. package/library/core/elm-DG7jkhNZ.mjs.gz +0 -0
  786. package/library/core/entry-CMErlSCw.mjs +0 -151472
  787. package/library/core/entry-CMErlSCw.mjs.br +0 -0
  788. package/library/core/entry-CMErlSCw.mjs.gz +0 -0
  789. package/library/core/erlang-BO6gOnGA.mjs +0 -674
  790. package/library/core/erlang-BO6gOnGA.mjs.br +0 -0
  791. package/library/core/erlang-BO6gOnGA.mjs.gz +0 -0
  792. package/library/core/factor-CxBhtrN5.mjs +0 -65
  793. package/library/core/factor-CxBhtrN5.mjs.br +0 -0
  794. package/library/core/factor-CxBhtrN5.mjs.gz +0 -0
  795. package/library/core/fcl-CDDUNjTj.mjs +0 -141
  796. package/library/core/fcl-CDDUNjTj.mjs.br +0 -0
  797. package/library/core/fcl-CDDUNjTj.mjs.gz +0 -0
  798. package/library/core/forth-B9D2JCeE.mjs +0 -116
  799. package/library/core/forth-B9D2JCeE.mjs.br +0 -0
  800. package/library/core/forth-B9D2JCeE.mjs.gz +0 -0
  801. package/library/core/fortran-CAG2BFbe.mjs +0 -467
  802. package/library/core/fortran-CAG2BFbe.mjs.br +0 -0
  803. package/library/core/fortran-CAG2BFbe.mjs.gz +0 -0
  804. package/library/core/gas-0Aw8zDr5.mjs +0 -293
  805. package/library/core/gas-0Aw8zDr5.mjs.br +0 -0
  806. package/library/core/gas-0Aw8zDr5.mjs.gz +0 -0
  807. package/library/core/gherkin-DhZlEZiy.mjs +0 -115
  808. package/library/core/gherkin-DhZlEZiy.mjs.br +0 -0
  809. package/library/core/gherkin-DhZlEZiy.mjs.gz +0 -0
  810. package/library/core/groovy-CpwJiBl7.mjs +0 -223
  811. package/library/core/groovy-CpwJiBl7.mjs.br +0 -0
  812. package/library/core/groovy-CpwJiBl7.mjs.gz +0 -0
  813. package/library/core/haskell-BlGBCCe3.mjs +0 -459
  814. package/library/core/haskell-BlGBCCe3.mjs.br +0 -0
  815. package/library/core/haskell-BlGBCCe3.mjs.gz +0 -0
  816. package/library/core/haxe-7MlzfeYV.mjs +0 -514
  817. package/library/core/haxe-7MlzfeYV.mjs.br +0 -0
  818. package/library/core/haxe-7MlzfeYV.mjs.gz +0 -0
  819. package/library/core/http-BqypyemW.mjs +0 -79
  820. package/library/core/http-BqypyemW.mjs.br +0 -0
  821. package/library/core/http-BqypyemW.mjs.gz +0 -0
  822. package/library/core/idl-4HIGJlDI.mjs +0 -985
  823. package/library/core/idl-4HIGJlDI.mjs.br +0 -0
  824. package/library/core/idl-4HIGJlDI.mjs.gz +0 -0
  825. package/library/core/index-BOpZ-QT3.mjs +0 -405
  826. package/library/core/index-BOpZ-QT3.mjs.br +0 -0
  827. package/library/core/index-BOpZ-QT3.mjs.gz +0 -0
  828. package/library/core/index-BZ73mEvz.mjs +0 -78
  829. package/library/core/index-BZ73mEvz.mjs.br +0 -0
  830. package/library/core/index-BZ73mEvz.mjs.gz +0 -0
  831. package/library/core/index-BZYZsdvW.mjs +0 -307
  832. package/library/core/index-BZYZsdvW.mjs.br +0 -0
  833. package/library/core/index-BZYZsdvW.mjs.gz +0 -0
  834. package/library/core/index-Bol0A18-.mjs +0 -113
  835. package/library/core/index-Bol0A18-.mjs.br +0 -0
  836. package/library/core/index-Bol0A18-.mjs.gz +0 -0
  837. package/library/core/index-BzgPPKBc.mjs +0 -688
  838. package/library/core/index-BzgPPKBc.mjs.br +0 -0
  839. package/library/core/index-BzgPPKBc.mjs.gz +0 -0
  840. package/library/core/index-C5NXq8_G.mjs +0 -96
  841. package/library/core/index-C5NXq8_G.mjs.br +0 -0
  842. package/library/core/index-C5NXq8_G.mjs.gz +0 -0
  843. package/library/core/index-C7x-T1Iq.mjs +0 -384
  844. package/library/core/index-C7x-T1Iq.mjs.br +0 -0
  845. package/library/core/index-C7x-T1Iq.mjs.gz +0 -0
  846. package/library/core/index-DO35X02z.mjs +0 -328
  847. package/library/core/index-DO35X02z.mjs.br +0 -0
  848. package/library/core/index-DO35X02z.mjs.gz +0 -0
  849. package/library/core/index-DappDgUH.mjs +0 -311
  850. package/library/core/index-DappDgUH.mjs.br +0 -0
  851. package/library/core/index-DappDgUH.mjs.gz +0 -0
  852. package/library/core/index-DbwwziFY.mjs +0 -703
  853. package/library/core/index-DbwwziFY.mjs.br +0 -0
  854. package/library/core/index-DbwwziFY.mjs.gz +0 -0
  855. package/library/core/index-Df4jbl9R.mjs +0 -177
  856. package/library/core/index-Df4jbl9R.mjs.br +0 -0
  857. package/library/core/index-Df4jbl9R.mjs.gz +0 -0
  858. package/library/core/index-Df8e64Kc.mjs +0 -60
  859. package/library/core/index-Df8e64Kc.mjs.br +0 -0
  860. package/library/core/index-Df8e64Kc.mjs.gz +0 -0
  861. package/library/core/index-Du6O_L2u.mjs +0 -287
  862. package/library/core/index-Du6O_L2u.mjs.br +0 -0
  863. package/library/core/index-Du6O_L2u.mjs.gz +0 -0
  864. package/library/core/index-MZYTfKgp.mjs +0 -325
  865. package/library/core/index-MZYTfKgp.mjs.br +0 -0
  866. package/library/core/index-MZYTfKgp.mjs.gz +0 -0
  867. package/library/core/index-accBWmVe.mjs +0 -156
  868. package/library/core/index-accBWmVe.mjs.br +0 -0
  869. package/library/core/index-accBWmVe.mjs.gz +0 -0
  870. package/library/core/index-wLsWU3ZT.mjs +0 -149
  871. package/library/core/index-wLsWU3ZT.mjs.br +0 -0
  872. package/library/core/index-wLsWU3ZT.mjs.gz +0 -0
  873. package/library/core/index.mjs +0 -158
  874. package/library/core/index.mjs.br +0 -0
  875. package/library/core/index.mjs.gz +0 -0
  876. package/library/core/index.umd.js +0 -16
  877. package/library/core/index.umd.js.br +0 -0
  878. package/library/core/index.umd.js.gz +0 -0
  879. package/library/core/javascript-CJze3-DU.mjs +0 -992
  880. package/library/core/javascript-CJze3-DU.mjs.br +0 -0
  881. package/library/core/javascript-CJze3-DU.mjs.gz +0 -0
  882. package/library/core/julia-Bs6JJhYG.mjs +0 -407
  883. package/library/core/julia-Bs6JJhYG.mjs.br +0 -0
  884. package/library/core/julia-Bs6JJhYG.mjs.gz +0 -0
  885. package/library/core/livescript-DmzgM3Yt.mjs +0 -296
  886. package/library/core/livescript-DmzgM3Yt.mjs.br +0 -0
  887. package/library/core/livescript-DmzgM3Yt.mjs.gz +0 -0
  888. package/library/core/lua-8cJgIlqe.mjs +0 -256
  889. package/library/core/lua-8cJgIlqe.mjs.br +0 -0
  890. package/library/core/lua-8cJgIlqe.mjs.gz +0 -0
  891. package/library/core/mathematica-DNLOL9PQ.mjs +0 -110
  892. package/library/core/mathematica-DNLOL9PQ.mjs.br +0 -0
  893. package/library/core/mathematica-DNLOL9PQ.mjs.gz +0 -0
  894. package/library/core/mbox-Ga7d4MMN.mjs +0 -117
  895. package/library/core/mbox-Ga7d4MMN.mjs.br +0 -0
  896. package/library/core/mbox-Ga7d4MMN.mjs.gz +0 -0
  897. package/library/core/mirc-Dma3B8rS.mjs +0 -107
  898. package/library/core/mirc-Dma3B8rS.mjs.br +0 -0
  899. package/library/core/mirc-Dma3B8rS.mjs.gz +0 -0
  900. package/library/core/mllike-DHn7xckP.mjs +0 -334
  901. package/library/core/mllike-DHn7xckP.mjs.br +0 -0
  902. package/library/core/mllike-DHn7xckP.mjs.gz +0 -0
  903. package/library/core/modelica-0d55jYY0.mjs +0 -147
  904. package/library/core/modelica-0d55jYY0.mjs.br +0 -0
  905. package/library/core/modelica-0d55jYY0.mjs.gz +0 -0
  906. package/library/core/mscgen-DdqZYINH.mjs +0 -135
  907. package/library/core/mscgen-DdqZYINH.mjs.br +0 -0
  908. package/library/core/mscgen-DdqZYINH.mjs.gz +0 -0
  909. package/library/core/mumps-Btr8VblO.mjs +0 -93
  910. package/library/core/mumps-Btr8VblO.mjs.br +0 -0
  911. package/library/core/mumps-Btr8VblO.mjs.gz +0 -0
  912. package/library/core/nginx-DTDtBDVN.mjs +0 -141
  913. package/library/core/nginx-DTDtBDVN.mjs.br +0 -0
  914. package/library/core/nginx-DTDtBDVN.mjs.gz +0 -0
  915. package/library/core/nsis-mZ2GYujm.mjs +0 -62
  916. package/library/core/nsis-mZ2GYujm.mjs.br +0 -0
  917. package/library/core/nsis-mZ2GYujm.mjs.gz +0 -0
  918. package/library/core/ntriples-CvgOYMpL.mjs +0 -153
  919. package/library/core/ntriples-CvgOYMpL.mjs.br +0 -0
  920. package/library/core/ntriples-CvgOYMpL.mjs.gz +0 -0
  921. package/library/core/octave-DYBj3-tl.mjs +0 -200
  922. package/library/core/octave-DYBj3-tl.mjs.br +0 -0
  923. package/library/core/octave-DYBj3-tl.mjs.gz +0 -0
  924. package/library/core/oz-R_e8WMIi.mjs +0 -231
  925. package/library/core/oz-R_e8WMIi.mjs.br +0 -0
  926. package/library/core/oz-R_e8WMIi.mjs.gz +0 -0
  927. package/library/core/pascal-GD8iposT.mjs +0 -105
  928. package/library/core/pascal-GD8iposT.mjs.br +0 -0
  929. package/library/core/pascal-GD8iposT.mjs.gz +0 -0
  930. package/library/core/perl-DL9mHpoi.mjs +0 -1105
  931. package/library/core/perl-DL9mHpoi.mjs.br +0 -0
  932. package/library/core/perl-DL9mHpoi.mjs.gz +0 -0
  933. package/library/core/pig-C_4T4YIV.mjs +0 -101
  934. package/library/core/pig-C_4T4YIV.mjs.br +0 -0
  935. package/library/core/pig-C_4T4YIV.mjs.gz +0 -0
  936. package/library/core/powershell-B0suO7Vd.mjs +0 -328
  937. package/library/core/powershell-B0suO7Vd.mjs.br +0 -0
  938. package/library/core/powershell-B0suO7Vd.mjs.gz +0 -0
  939. package/library/core/properties-BR-vP1aU.mjs +0 -58
  940. package/library/core/properties-BR-vP1aU.mjs.br +0 -0
  941. package/library/core/properties-BR-vP1aU.mjs.gz +0 -0
  942. package/library/core/protobuf-BxgpyhoW.mjs +0 -77
  943. package/library/core/protobuf-BxgpyhoW.mjs.br +0 -0
  944. package/library/core/protobuf-BxgpyhoW.mjs.gz +0 -0
  945. package/library/core/pug-CEXQMbca.mjs +0 -405
  946. package/library/core/pug-CEXQMbca.mjs.br +0 -0
  947. package/library/core/pug-CEXQMbca.mjs.gz +0 -0
  948. package/library/core/puppet-Bdao66PW.mjs +0 -137
  949. package/library/core/puppet-Bdao66PW.mjs.br +0 -0
  950. package/library/core/puppet-Bdao66PW.mjs.gz +0 -0
  951. package/library/core/python-BFGRmuZ9.mjs +0 -426
  952. package/library/core/python-BFGRmuZ9.mjs.br +0 -0
  953. package/library/core/python-BFGRmuZ9.mjs.gz +0 -0
  954. package/library/core/q-CrbCVq4a.mjs +0 -131
  955. package/library/core/q-CrbCVq4a.mjs.br +0 -0
  956. package/library/core/q-CrbCVq4a.mjs.gz +0 -0
  957. package/library/core/r-V7nswm59.mjs +0 -170
  958. package/library/core/r-V7nswm59.mjs.br +0 -0
  959. package/library/core/r-V7nswm59.mjs.gz +0 -0
  960. package/library/core/rpm-C-DLY-If.mjs +0 -109
  961. package/library/core/rpm-C-DLY-If.mjs.br +0 -0
  962. package/library/core/rpm-C-DLY-If.mjs.gz +0 -0
  963. package/library/core/ruby-JDKLJNK0.mjs +0 -330
  964. package/library/core/ruby-JDKLJNK0.mjs.br +0 -0
  965. package/library/core/ruby-JDKLJNK0.mjs.gz +0 -0
  966. package/library/core/sas-D2UG-yhZ.mjs +0 -207
  967. package/library/core/sas-D2UG-yhZ.mjs.br +0 -0
  968. package/library/core/sas-D2UG-yhZ.mjs.gz +0 -0
  969. package/library/core/scheme-BKzrkGJD.mjs +0 -222
  970. package/library/core/scheme-BKzrkGJD.mjs.br +0 -0
  971. package/library/core/scheme-BKzrkGJD.mjs.gz +0 -0
  972. package/library/core/shell-BlsXDxCn.mjs +0 -222
  973. package/library/core/shell-BlsXDxCn.mjs.br +0 -0
  974. package/library/core/shell-BlsXDxCn.mjs.gz +0 -0
  975. package/library/core/sieve-CjwBwOY5.mjs +0 -135
  976. package/library/core/sieve-CjwBwOY5.mjs.br +0 -0
  977. package/library/core/sieve-CjwBwOY5.mjs.gz +0 -0
  978. package/library/core/simple-mode-DMneyfDu.mjs +0 -130
  979. package/library/core/simple-mode-DMneyfDu.mjs.br +0 -0
  980. package/library/core/simple-mode-DMneyfDu.mjs.gz +0 -0
  981. package/library/core/smalltalk-BOIGQuhN.mjs +0 -121
  982. package/library/core/smalltalk-BOIGQuhN.mjs.br +0 -0
  983. package/library/core/smalltalk-BOIGQuhN.mjs.gz +0 -0
  984. package/library/core/solr-CwD7U71z.mjs +0 -69
  985. package/library/core/solr-CwD7U71z.mjs.br +0 -0
  986. package/library/core/solr-CwD7U71z.mjs.gz +0 -0
  987. package/library/core/sparql-DYskk2vE.mjs +0 -249
  988. package/library/core/sparql-DYskk2vE.mjs.br +0 -0
  989. package/library/core/sparql-DYskk2vE.mjs.gz +0 -0
  990. package/library/core/spreadsheet-Bgtt3oLP.mjs +0 -87
  991. package/library/core/spreadsheet-Bgtt3oLP.mjs.br +0 -0
  992. package/library/core/spreadsheet-Bgtt3oLP.mjs.gz +0 -0
  993. package/library/core/sql-Cei9CMfk.mjs +0 -342
  994. package/library/core/sql-Cei9CMfk.mjs.br +0 -0
  995. package/library/core/sql-Cei9CMfk.mjs.gz +0 -0
  996. package/library/core/stex-C1nZSzAw.mjs +0 -230
  997. package/library/core/stex-C1nZSzAw.mjs.br +0 -0
  998. package/library/core/stex-C1nZSzAw.mjs.gz +0 -0
  999. package/library/core/style.css +0 -1
  1000. package/library/core/style.css.br +0 -0
  1001. package/library/core/style.css.gz +0 -0
  1002. package/library/core/stylus-BkS-boTH.mjs +0 -565
  1003. package/library/core/stylus-BkS-boTH.mjs.br +0 -0
  1004. package/library/core/stylus-BkS-boTH.mjs.gz +0 -0
  1005. package/library/core/swift-FRZi1uvB.mjs +0 -291
  1006. package/library/core/swift-FRZi1uvB.mjs.br +0 -0
  1007. package/library/core/swift-FRZi1uvB.mjs.gz +0 -0
  1008. package/library/core/tcl-CUcaCdmq.mjs +0 -114
  1009. package/library/core/tcl-CUcaCdmq.mjs.br +0 -0
  1010. package/library/core/tcl-CUcaCdmq.mjs.gz +0 -0
  1011. package/library/core/textile-BnFpjsrl.mjs +0 -414
  1012. package/library/core/textile-BnFpjsrl.mjs.br +0 -0
  1013. package/library/core/textile-BnFpjsrl.mjs.gz +0 -0
  1014. package/library/core/tiddlywiki-CjprD-Qp.mjs +0 -218
  1015. package/library/core/tiddlywiki-CjprD-Qp.mjs.br +0 -0
  1016. package/library/core/tiddlywiki-CjprD-Qp.mjs.gz +0 -0
  1017. package/library/core/tiki-B4EPSQ1G.mjs +0 -265
  1018. package/library/core/tiki-B4EPSQ1G.mjs.br +0 -0
  1019. package/library/core/tiki-B4EPSQ1G.mjs.gz +0 -0
  1020. package/library/core/toml-BOuWGMcf.mjs +0 -76
  1021. package/library/core/toml-BOuWGMcf.mjs.br +0 -4
  1022. package/library/core/toml-BOuWGMcf.mjs.gz +0 -0
  1023. package/library/core/troff-E1bJ0PPL.mjs +0 -61
  1024. package/library/core/troff-E1bJ0PPL.mjs.br +0 -0
  1025. package/library/core/troff-E1bJ0PPL.mjs.gz +0 -0
  1026. package/library/core/ttcn-cfg-Dc39-fIP.mjs +0 -133
  1027. package/library/core/ttcn-cfg-Dc39-fIP.mjs.br +0 -0
  1028. package/library/core/ttcn-cfg-Dc39-fIP.mjs.gz +0 -0
  1029. package/library/core/ttcn-tKd4HLu4.mjs +0 -192
  1030. package/library/core/ttcn-tKd4HLu4.mjs.br +0 -0
  1031. package/library/core/ttcn-tKd4HLu4.mjs.gz +0 -0
  1032. package/library/core/turtle-Dq7-1WAf.mjs +0 -124
  1033. package/library/core/turtle-Dq7-1WAf.mjs.br +0 -0
  1034. package/library/core/turtle-Dq7-1WAf.mjs.gz +0 -0
  1035. package/library/core/types/components/VcAutocomplete/VcAutocomplete.vue.d.ts +0 -197
  1036. package/library/core/types/components/VcButton/VcButton.vue.d.ts +0 -90
  1037. package/library/core/types/components/VcButton/VcButtonIcon.vue.d.ts +0 -107
  1038. package/library/core/types/components/VcButton/VcToggleButton.vue.d.ts +0 -98
  1039. package/library/core/types/components/VcButton/index.d.ts +0 -3
  1040. package/library/core/types/components/VcCard/VcCard.vue.d.ts +0 -45
  1041. package/library/core/types/components/VcCheckbox/VcCheckbox.vue.d.ts +0 -101
  1042. package/library/core/types/components/VcCheckboxGroup/VcCheckboxGroup.vue.d.ts +0 -90
  1043. package/library/core/types/components/VcCollapse/VcCollapseItem.vue.d.ts +0 -103
  1044. package/library/core/types/components/VcCollapse/VcCollapseTransition.vue.d.ts +0 -9
  1045. package/library/core/types/components/VcColorPicker/VcColorPicker.vue.d.ts +0 -76
  1046. package/library/core/types/components/VcDatePicker/VcDatePicker.vue.d.ts +0 -113
  1047. package/library/core/types/components/VcDatePickerPanel/VcDatePickerPanel.vue.d.ts +0 -146
  1048. package/library/core/types/components/VcDelimitedList/VcDelimitedList.vue.d.ts +0 -89
  1049. package/library/core/types/components/VcDropdown/VcDropdown.vue.d.ts +0 -109
  1050. package/library/core/types/components/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerRelative.vue.d.ts +0 -70
  1051. package/library/core/types/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePicker.vue.d.ts +0 -123
  1052. package/library/core/types/components/VcExtendedDatetimeRangePicker/composable.d.ts +0 -7
  1053. package/library/core/types/components/VcExtendedDatetimeRangePicker/enum.d.ts +0 -19
  1054. package/library/core/types/components/VcFileUploader/VcFileUploader.vue.d.ts +0 -208
  1055. package/library/core/types/components/VcForm/UiComponents/VcInputLabel.vue.d.ts +0 -46
  1056. package/library/core/types/components/VcForm/VcForm.vue.d.ts +0 -89
  1057. package/library/core/types/components/VcForm/VcFormItem.vue.d.ts +0 -70
  1058. package/library/core/types/components/VcHyperLink/VcHyperLink.vue.d.ts +0 -65
  1059. package/library/core/types/components/VcIconPicker/VcIconPicker.vue.d.ts +0 -62
  1060. package/library/core/types/components/VcInput/VcInput.vue.d.ts +0 -111
  1061. package/library/core/types/components/VcInputNumber/VcInputNumber.vue.d.ts +0 -94
  1062. package/library/core/types/components/VcJsonSchema/Components/ImportJsonSchemaModal.vue.d.ts +0 -25
  1063. package/library/core/types/components/VcJsonSchema/Components/JsonCodeMirror.vue.d.ts +0 -24
  1064. package/library/core/types/components/VcJsonSchema/Components/JsonSchemaEditor.vue.d.ts +0 -86
  1065. package/library/core/types/components/VcJsonSchema/Components/JsonSchemaManageModal.vue.d.ts +0 -28
  1066. package/library/core/types/components/VcJsonSchema/PropertySetup/JsonSchemaPropertyModal.vue.d.ts +0 -39
  1067. package/library/core/types/components/VcJsonSchema/VcJsonSchema.vue.d.ts +0 -49
  1068. package/library/core/types/components/VcJsonSchema/helpers/jsonSchema.enum.d.ts +0 -9
  1069. package/library/core/types/components/VcJsonSchema/helpers/jsonSchema.helper.d.ts +0 -3
  1070. package/library/core/types/components/VcLoading/Loaders/LoadIcon.vue.d.ts +0 -32
  1071. package/library/core/types/components/VcLoading/Loaders/types.d.ts +0 -8
  1072. package/library/core/types/components/VcLoading/VcLoading.vue.d.ts +0 -59
  1073. package/library/core/types/components/VcLoading/enum.d.ts +0 -143
  1074. package/library/core/types/components/VcMdEditor/VcMdEditor.vue.d.ts +0 -77
  1075. package/library/core/types/components/VcMdEditor/VcMdEditorContent.vue.d.ts +0 -82
  1076. package/library/core/types/components/VcMdEditor/VcMdEditorToolbar.vue.d.ts +0 -27
  1077. package/library/core/types/components/VcMdEditor/mdEditor.config.d.ts +0 -91
  1078. package/library/core/types/components/VcMeterGroup/VcMeterGroup.vue.d.ts +0 -106
  1079. package/library/core/types/components/VcMeterGroup/VcMeterGroupLabel.vue.d.ts +0 -55
  1080. package/library/core/types/components/VcModal/VcConfirmModal.vue.d.ts +0 -52
  1081. package/library/core/types/components/VcModal/VcModal.vue.d.ts +0 -141
  1082. package/library/core/types/components/VcNotification/VcNotification.vue.d.ts +0 -54
  1083. package/library/core/types/components/VcOtpInput/VcOtpInput.vue.d.ts +0 -88
  1084. package/library/core/types/components/VcPagination/VcPagination.vue.d.ts +0 -57
  1085. package/library/core/types/components/VcPagination/VcPaginationButton.vue.d.ts +0 -46
  1086. package/library/core/types/components/VcPhoneInput/VcFlagLabel.vue.d.ts +0 -24
  1087. package/library/core/types/components/VcPhoneInput/VcPhoneInput.vue.d.ts +0 -121
  1088. package/library/core/types/components/VcPopover/VcConfirmPopover.vue.d.ts +0 -35
  1089. package/library/core/types/components/VcPopover/VcPopover.vue.d.ts +0 -104
  1090. package/library/core/types/components/VcPopover/VcSelectPopover.vue.d.ts +0 -89
  1091. package/library/core/types/components/VcProgress/VcProgress.vue.d.ts +0 -86
  1092. package/library/core/types/components/VcProgress/VcProgressCircular.vue.d.ts +0 -83
  1093. package/library/core/types/components/VcRadio/VcRadio.vue.d.ts +0 -62
  1094. package/library/core/types/components/VcRadioGroup/VcRadioGroup.vue.d.ts +0 -77
  1095. package/library/core/types/components/VcRadioTabs/UiComponents/VcRadioTabsNav.vue.d.ts +0 -56
  1096. package/library/core/types/components/VcRadioTabs/VcRadioTabs.vue.d.ts +0 -92
  1097. package/library/core/types/components/VcSegmented/VcSegmented.vue.d.ts +0 -95
  1098. package/library/core/types/components/VcSelect/VcInfiniteScrollSelect.vue.d.ts +0 -164
  1099. package/library/core/types/components/VcSelect/VcSelect.vue.d.ts +0 -260
  1100. package/library/core/types/components/VcSelect/VcSelectGrouped.vue.d.ts +0 -189
  1101. package/library/core/types/components/VcSelect/VcSelectOption.vue.d.ts +0 -54
  1102. package/library/core/types/components/VcSkeletonLoader/VcSkeletonLoader.vue.d.ts +0 -56
  1103. package/library/core/types/components/VcSoundplayer/VcPlayerPlayStopButton.vue.d.ts +0 -55
  1104. package/library/core/types/components/VcSoundplayer/VcPlayerPlaybackRate.vue.d.ts +0 -35
  1105. package/library/core/types/components/VcSoundplayer/VcPlayerPlaybackRatePopup.vue.d.ts +0 -40
  1106. package/library/core/types/components/VcSoundplayer/VcPlayerSkipButtons.vue.d.ts +0 -52
  1107. package/library/core/types/components/VcSoundplayer/VcSoundPlayer.vue.d.ts +0 -96
  1108. package/library/core/types/components/VcSoundplayer/VcSoundPlayerError.vue.d.ts +0 -21
  1109. package/library/core/types/components/VcSoundplayer/VcSoundPlayerWrapper.vue.d.ts +0 -212
  1110. package/library/core/types/components/VcSoundplayer/VcSoundVolume.vue.d.ts +0 -44
  1111. package/library/core/types/components/VcSoundplayer/player.options.d.ts +0 -10
  1112. package/library/core/types/components/VcSparkline/VcBarLine.vue.d.ts +0 -115
  1113. package/library/core/types/components/VcSparkline/VcSparkline.vue.d.ts +0 -97
  1114. package/library/core/types/components/VcSparkline/VcTrendLine.vue.d.ts +0 -90
  1115. package/library/core/types/components/VcSparkline/helper.d.ts +0 -12
  1116. package/library/core/types/components/VcSplitButton/VcSplitButton.vue.d.ts +0 -89
  1117. package/library/core/types/components/VcSwitch/VcSwitch.vue.d.ts +0 -153
  1118. package/library/core/types/components/VcSystemUserPrompt/enum.d.ts +0 -13
  1119. package/library/core/types/components/VcTable/VcTable.vue.d.ts +0 -368
  1120. package/library/core/types/components/VcTabs/VcTabNav.vue.d.ts +0 -63
  1121. package/library/core/types/components/VcTabs/VcTabPane.vue.d.ts +0 -69
  1122. package/library/core/types/components/VcTabs/VcTabs.vue.d.ts +0 -79
  1123. package/library/core/types/components/VcTag/VcTag.vue.d.ts +0 -82
  1124. package/library/core/types/components/VcTagInput/VcTagInput.vue.d.ts +0 -130
  1125. package/library/core/types/components/VcTimeInput/VcTimeInput.vue.d.ts +0 -93
  1126. package/library/core/types/components/VcTree/VcTree.vue.d.ts +0 -141
  1127. package/library/core/types/components/VcTree/VcTreeSelect.vue.d.ts +0 -138
  1128. package/library/core/types/components/VcViewSwitcher/VcViewSwitcher.vue.d.ts +0 -74
  1129. package/library/core/types/components/VcWizard/VcSummaryProgress.vue.d.ts +0 -49
  1130. package/library/core/types/components/VcWizard/VcWizard.vue.d.ts +0 -104
  1131. package/library/core/types/components/exports.d.ts +0 -149
  1132. package/library/core/types/composables/input/useInputBase.d.ts +0 -21
  1133. package/library/core/types/composables/input/useInputColor.d.ts +0 -19
  1134. package/library/core/types/composables/input/useInputLabel.d.ts +0 -10
  1135. package/library/core/types/composables/option/useOptionMethods.d.ts +0 -18
  1136. package/library/core/types/composables/useConfirmModal.d.ts +0 -49
  1137. package/library/core/types/composables/useConfirmPopup.d.ts +0 -36
  1138. package/library/core/types/directives/index.d.ts +0 -4
  1139. package/library/core/types/directives/input-mask.d.ts +0 -2
  1140. package/library/core/types/entry.d.ts +0 -34
  1141. package/library/core/types/enum/countries.d.ts +0 -11
  1142. package/library/core/types/enum/icons.d.ts +0 -7134
  1143. package/library/core/types/localization/index.d.ts +0 -23
  1144. package/library/core/types/services/VcNotifyService.d.ts +0 -22
  1145. package/library/core/types/theme/index.d.ts +0 -26
  1146. package/library/core/types/theme/themes.json.d.ts +0 -230
  1147. package/library/core/types/tokens/tokens.d.ts +0 -7
  1148. package/library/core/types/types/Entry.types.d.ts +0 -15
  1149. package/library/core/types/types/ExcelParser.types.d.ts +0 -128
  1150. package/library/core/types/types/OptionAndConfig.types.d.ts +0 -34
  1151. package/library/core/types/types/VcDropdown.types.d.ts +0 -41
  1152. package/library/core/types/types/VcFileUploader.types.d.ts +0 -6
  1153. package/library/core/types/types/VcMdEditor.types.d.ts +0 -18
  1154. package/library/core/types/types/VcMeterGroup.types.d.ts +0 -27
  1155. package/library/core/types/types/VcPopover.types.d.ts +0 -59
  1156. package/library/core/types/types/VcSoundPlayer.types.d.ts +0 -34
  1157. package/library/core/types/types/VcSparkline.types.d.ts +0 -27
  1158. package/library/core/types/types/VcSplitButton.types.d.ts +0 -10
  1159. package/library/core/types/types/VcTable.types.d.ts +0 -61
  1160. package/library/core/types/types/VcTabs.types.d.ts +0 -26
  1161. package/library/core/types/types/VcTree.types.d.ts +0 -28
  1162. package/library/core/types/types/VcWizard.types.d.ts +0 -24
  1163. package/library/core/types/types/basic.types.d.ts +0 -20
  1164. package/library/core/types/types/icons.types.d.ts +0 -7
  1165. package/library/core/types/types/index.d.ts +0 -46
  1166. package/library/core/types/utils/ToastEventBus.d.ts +0 -7
  1167. package/library/core/types/utils/UniqueComponentId.d.ts +0 -1
  1168. package/library/core/types/utils/helpers.d.ts +0 -6
  1169. package/library/core/types/utils/jsonSchema/helpers.d.ts +0 -24
  1170. package/library/core/types/utils/jsonSchema/index.d.ts +0 -44
  1171. package/library/core/vb-Dp90gtsv.mjs +0 -196
  1172. package/library/core/vb-Dp90gtsv.mjs.br +0 -0
  1173. package/library/core/vb-Dp90gtsv.mjs.gz +0 -0
  1174. package/library/core/vbscript-Bfn8O8I7.mjs +0 -478
  1175. package/library/core/vbscript-Bfn8O8I7.mjs.br +0 -0
  1176. package/library/core/vbscript-Bfn8O8I7.mjs.gz +0 -0
  1177. package/library/core/velocity-BwIZK1TH.mjs +0 -149
  1178. package/library/core/velocity-BwIZK1TH.mjs.br +0 -0
  1179. package/library/core/velocity-BwIZK1TH.mjs.gz +0 -0
  1180. package/library/core/verilog-CnT9bMk0.mjs +0 -429
  1181. package/library/core/verilog-CnT9bMk0.mjs.br +0 -0
  1182. package/library/core/verilog-CnT9bMk0.mjs.gz +0 -0
  1183. package/library/core/vhdl-DCkMIyT9.mjs +0 -158
  1184. package/library/core/vhdl-DCkMIyT9.mjs.br +0 -0
  1185. package/library/core/vhdl-DCkMIyT9.mjs.gz +0 -0
  1186. package/library/core/webidl-BTLTThCm.mjs +0 -204
  1187. package/library/core/webidl-BTLTThCm.mjs.br +0 -0
  1188. package/library/core/webidl-BTLTThCm.mjs.gz +0 -0
  1189. package/library/core/xquery-BgiOC5Ce.mjs +0 -525
  1190. package/library/core/xquery-BgiOC5Ce.mjs.br +0 -0
  1191. package/library/core/xquery-BgiOC5Ce.mjs.gz +0 -0
  1192. package/library/core/yacas-b5lAVEIl.mjs +0 -130
  1193. package/library/core/yacas-b5lAVEIl.mjs.br +0 -0
  1194. package/library/core/yacas-b5lAVEIl.mjs.gz +0 -0
  1195. package/library/core/z80-ClgwfNdB.mjs +0 -92
  1196. package/library/core/z80-ClgwfNdB.mjs.br +0 -0
  1197. package/library/core/z80-ClgwfNdB.mjs.gz +0 -0
  1198. package/src/core/theme/index.ts +0 -123
  1199. package/src/core/theme/themes.json +0 -227
  1200. /package/library/{core/types → types}/components/VcCheckbox/VcCheckboxGroupEl.vue.d.ts +0 -0
  1201. /package/library/{core/types → types}/components/VcCollapse/VcCollapse.vue.d.ts +0 -0
  1202. /package/library/{core/types → types}/components/VcDatetimeRangePicker/VcDatetimeRangePicker.vue.d.ts +0 -0
  1203. /package/library/{core/types → types}/components/VcDropdown/VcDropdownItem.vue.d.ts +0 -0
  1204. /package/library/{core/types → types}/components/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerPart.vue.d.ts +0 -0
  1205. /package/library/{core/types → types}/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePickerQuickOptionsSelection.vue.d.ts +0 -0
  1206. /package/library/{core/types → types}/components/VcForm/UiComponents/VcInputError.vue.d.ts +0 -0
  1207. /package/library/{core/types → types}/components/VcLoading/Loaders/Circles.vue.d.ts +0 -0
  1208. /package/library/{core/types → types}/components/VcLoading/Loaders/DotSpinner.vue.d.ts +0 -0
  1209. /package/library/{core/types → types}/components/VcLoading/Loaders/LdsSpinner.vue.d.ts +0 -0
  1210. /package/library/{core/types → types}/components/VcLoading/Loaders/Stretch.vue.d.ts +0 -0
  1211. /package/library/{core/types → types}/components/VcLoading/Loaders/index.d.ts +0 -0
  1212. /package/library/{core/types → types}/components/VcMdEditor/ParameterNode.vue.d.ts +0 -0
  1213. /package/library/{core/types → types}/components/VcMdEditor/rtlCursorPlugin.d.ts +0 -0
  1214. /package/library/{core/types → types}/components/VcNotification/VcNotificationMessage.vue.d.ts +0 -0
  1215. /package/library/{core/types → types}/components/VcProgress/progress.options.d.ts +0 -0
  1216. /package/library/{core/types → types}/components/VcRadioButtons/VcRadioButtonsGroup.vue.d.ts +0 -0
  1217. /package/library/{core/types → types}/components/VcSkeletonLoader/Loaders/Card.vue.d.ts +0 -0
  1218. /package/library/{core/types → types}/components/VcSkeletonLoader/Loaders/Circle.vue.d.ts +0 -0
  1219. /package/library/{core/types → types}/components/VcSkeletonLoader/Loaders/Row.vue.d.ts +0 -0
  1220. /package/library/{core/types → types}/components/VcSkeletonLoader/Loaders/Square.vue.d.ts +0 -0
  1221. /package/library/{core/types → types}/components/VcSkeletonLoader/Loaders/Text.vue.d.ts +0 -0
  1222. /package/library/{core/types → types}/components/VcSlider/VcSlider.vue.d.ts +0 -0
  1223. /package/library/{core/types → types}/components/VcSoundplayer/VcSoundCurrentTime.vue.d.ts +0 -0
  1224. /package/library/{core/types → types}/components/VcSoundplayer/VcSoundDuration.vue.d.ts +0 -0
  1225. /package/library/{core/types → types}/components/VcSoundplayer/VcSoundPlayerProgress.vue.d.ts +0 -0
  1226. /package/library/{core/types → types}/components/VcSoundplayer/soundPlayerParts.d.ts +0 -0
  1227. /package/library/{core/types → types}/components/VcSoundplayer/useSoundPlayerProvideInject.d.ts +0 -0
  1228. /package/library/{core/types → types}/components/VcSystemUserPrompt/VcSystemUserPrompt.vue.d.ts +0 -0
  1229. /package/library/{core/types → types}/components/VcTable/tableOptions.d.ts +0 -0
  1230. /package/library/{core/types → types}/components/VcTransfer/VcTransfer.vue.d.ts +0 -0
  1231. /package/library/{core/types → types}/components/VcVerticalTabs/VcVerticalTabs.vue.d.ts +0 -0
  1232. /package/library/{core/types → types}/components/VcVerticalTabs/VerticalTabNav.vue.d.ts +0 -0
  1233. /package/library/{core/types → types}/components/VcWizard/VcSummaryStep.vue.d.ts +0 -0
  1234. /package/library/{core/types → types}/components/VcWizard/VcWizardNavigation.vue.d.ts +0 -0
  1235. /package/library/{core/types → types}/components/VcWizard/VcWizardSummary.vue.d.ts +0 -0
  1236. /package/library/{core/types → types}/composables/input/useInputError.d.ts +0 -0
  1237. /package/library/{core/types → types}/composables/useCopyButton.d.ts +0 -0
  1238. /package/library/{core/types → types}/composables/useRTL.d.ts +0 -0
  1239. /package/library/{core/types → types}/directives/click-outside.d.ts +0 -0
  1240. /package/library/{core/types → types}/directives/long-press.d.ts +0 -0
  1241. /package/library/{core/types → types}/directives/resize.d.ts +0 -0
  1242. /package/library/{core/types → types}/enum/constants.d.ts +0 -0
  1243. /package/library/{core/types → types}/enum/dataTestAttributes.d.ts +0 -0
  1244. /package/library/{core/types → types}/enum/inputDefaults.d.ts +0 -0
  1245. /package/library/{core/types → types}/font/FontLoader.d.ts +0 -0
  1246. /package/library/{core/types → types}/font/index.d.ts +0 -0
  1247. /package/library/{core/types → types}/localization/Localization.types.d.ts +0 -0
  1248. /package/library/{core/types → types}/localization/locales/en.json.d.ts +0 -0
  1249. /package/library/{core/types → types}/services/index.d.ts +0 -0
  1250. /package/library/{core/types → types}/theme/theme.types.d.ts +0 -0
  1251. /package/library/{core/types → types}/tokens/element-plus.tokens.d.ts +0 -0
  1252. /package/library/{core/types → types}/tokens/index.d.ts +0 -0
  1253. /package/library/{core/types → types}/types/AppendToTarget.types.d.ts +0 -0
  1254. /package/library/{core/types → types}/types/Dropdown.types.d.ts +0 -0
  1255. /package/library/{core/types → types}/types/VcButton.types.d.ts +0 -0
  1256. /package/library/{core/types → types}/types/VcCollapse.types.d.ts +0 -0
  1257. /package/library/{core/types → types}/types/VcDatePicker.types.d.ts +0 -0
  1258. /package/library/{core/types → types}/types/VcDatetimeRangePicker.types.d.ts +0 -0
  1259. /package/library/{core/types → types}/types/VcDelimitedList.types.d.ts +0 -0
  1260. /package/library/{core/types → types}/types/VcExtendedDatetimeRangePicker.types.d.ts +0 -0
  1261. /package/library/{core/types → types}/types/VcForm.types.d.ts +0 -0
  1262. /package/library/{core/types → types}/types/VcHyperLink.types.d.ts +0 -0
  1263. /package/library/{core/types → types}/types/VcIconPicker.types.d.ts +0 -0
  1264. /package/library/{core/types → types}/types/VcInput.types.d.ts +0 -0
  1265. /package/library/{core/types → types}/types/VcLoading.types.d.ts +0 -0
  1266. /package/library/{core/types → types}/types/VcModal.types.d.ts +0 -0
  1267. /package/library/{core/types → types}/types/VcNotification.types.d.ts +0 -0
  1268. /package/library/{core/types → types}/types/VcOtpInput.types.d.ts +0 -0
  1269. /package/library/{core/types → types}/types/VcPagination.types.d.ts +0 -0
  1270. /package/library/{core/types → types}/types/VcProgress.types.d.ts +0 -0
  1271. /package/library/{core/types → types}/types/VcRTL.types.d.ts +0 -0
  1272. /package/library/{core/types → types}/types/VcRadioTabs.types.d.ts +0 -0
  1273. /package/library/{core/types → types}/types/VcSelect.types.d.ts +0 -0
  1274. /package/library/{core/types → types}/types/VcSkeletonLoader.types.d.ts +0 -0
  1275. /package/library/{core/types → types}/types/VcSoundPlayerInstance.types.d.ts +0 -0
  1276. /package/library/{core/types → types}/types/VcSwitch.types.d.ts +0 -0
  1277. /package/library/{core/types → types}/types/VcSystemUserPrompt.types.d.ts +0 -0
  1278. /package/library/{core/types → types}/types/VcTag.types.d.ts +0 -0
  1279. /package/library/{core/types → types}/types/VcTagInput.types.d.ts +0 -0
  1280. /package/library/{core/types → types}/types/VueGeneric.types.d.ts +0 -0
  1281. /package/library/{core/types → types}/types/generic.types.d.ts +0 -0
  1282. /package/library/{core/types → types}/utils/DomHandler.d.ts +0 -0
  1283. /package/library/{core/types → types}/utils/ZIndexUtils.d.ts +0 -0
  1284. /package/library/{core/types → types}/utils/dateTime.d.ts +0 -0
  1285. /package/library/{core/types → types}/utils/element-plus-imports.d.ts +0 -0
  1286. /package/library/{core/types → types}/utils/jsonSchema/jsonSchemaHelpers.d.ts +0 -0
  1287. /package/library/{core/types → types}/utils/makeDataTestAttributeValue.d.ts +0 -0
  1288. /package/src/{core/theme → theme}/tailwindScheme.js +0 -0
  1289. /package/src/{core/theme → theme}/theme.types.ts +0 -0
@@ -1,1772 +0,0 @@
1
- function mkCSS(parserConfig) {
2
- parserConfig = { ...defaults, ...parserConfig };
3
- var inline = parserConfig.inline;
4
- var tokenHooks = parserConfig.tokenHooks, documentTypes2 = parserConfig.documentTypes || {}, mediaTypes2 = parserConfig.mediaTypes || {}, mediaFeatures2 = parserConfig.mediaFeatures || {}, mediaValueKeywords2 = parserConfig.mediaValueKeywords || {}, propertyKeywords2 = parserConfig.propertyKeywords || {}, nonStandardPropertyKeywords2 = parserConfig.nonStandardPropertyKeywords || {}, fontProperties2 = parserConfig.fontProperties || {}, counterDescriptors2 = parserConfig.counterDescriptors || {}, colorKeywords2 = parserConfig.colorKeywords || {}, valueKeywords2 = parserConfig.valueKeywords || {}, allowNested = parserConfig.allowNested, lineComment = parserConfig.lineComment, supportsAtComponent = parserConfig.supportsAtComponent === true, highlightNonStandardPropertyKeywords = parserConfig.highlightNonStandardPropertyKeywords !== false;
5
- var type, override;
6
- function ret(style, tp) {
7
- type = tp;
8
- return style;
9
- }
10
- function tokenBase(stream, state) {
11
- var ch = stream.next();
12
- if (tokenHooks[ch]) {
13
- var result = tokenHooks[ch](stream, state);
14
- if (result !== false) return result;
15
- }
16
- if (ch == "@") {
17
- stream.eatWhile(/[\w\\\-]/);
18
- return ret("def", stream.current());
19
- } else if (ch == "=" || (ch == "~" || ch == "|") && stream.eat("=")) {
20
- return ret(null, "compare");
21
- } else if (ch == '"' || ch == "'") {
22
- state.tokenize = tokenString(ch);
23
- return state.tokenize(stream, state);
24
- } else if (ch == "#") {
25
- stream.eatWhile(/[\w\\\-]/);
26
- return ret("atom", "hash");
27
- } else if (ch == "!") {
28
- stream.match(/^\s*\w*/);
29
- return ret("keyword", "important");
30
- } else if (/\d/.test(ch) || ch == "." && stream.eat(/\d/)) {
31
- stream.eatWhile(/[\w.%]/);
32
- return ret("number", "unit");
33
- } else if (ch === "-") {
34
- if (/[\d.]/.test(stream.peek())) {
35
- stream.eatWhile(/[\w.%]/);
36
- return ret("number", "unit");
37
- } else if (stream.match(/^-[\w\\\-]*/)) {
38
- stream.eatWhile(/[\w\\\-]/);
39
- if (stream.match(/^\s*:/, false))
40
- return ret("def", "variable-definition");
41
- return ret("variableName", "variable");
42
- } else if (stream.match(/^\w+-/)) {
43
- return ret("meta", "meta");
44
- }
45
- } else if (/[,+>*\/]/.test(ch)) {
46
- return ret(null, "select-op");
47
- } else if (ch == "." && stream.match(/^-?[_a-z][_a-z0-9-]*/i)) {
48
- return ret("qualifier", "qualifier");
49
- } else if (/[:;{}\[\]\(\)]/.test(ch)) {
50
- return ret(null, ch);
51
- } else if (stream.match(/^[\w-.]+(?=\()/)) {
52
- if (/^(url(-prefix)?|domain|regexp)$/i.test(stream.current())) {
53
- state.tokenize = tokenParenthesized;
54
- }
55
- return ret("variableName.function", "variable");
56
- } else if (/[\w\\\-]/.test(ch)) {
57
- stream.eatWhile(/[\w\\\-]/);
58
- return ret("property", "word");
59
- } else {
60
- return ret(null, null);
61
- }
62
- }
63
- function tokenString(quote) {
64
- return function(stream, state) {
65
- var escaped = false, ch;
66
- while ((ch = stream.next()) != null) {
67
- if (ch == quote && !escaped) {
68
- if (quote == ")") stream.backUp(1);
69
- break;
70
- }
71
- escaped = !escaped && ch == "\\";
72
- }
73
- if (ch == quote || !escaped && quote != ")") state.tokenize = null;
74
- return ret("string", "string");
75
- };
76
- }
77
- function tokenParenthesized(stream, state) {
78
- stream.next();
79
- if (!stream.match(/^\s*[\"\')]/, false))
80
- state.tokenize = tokenString(")");
81
- else
82
- state.tokenize = null;
83
- return ret(null, "(");
84
- }
85
- function Context(type2, indent, prev) {
86
- this.type = type2;
87
- this.indent = indent;
88
- this.prev = prev;
89
- }
90
- function pushContext(state, stream, type2, indent) {
91
- state.context = new Context(type2, stream.indentation() + (indent === false ? 0 : stream.indentUnit), state.context);
92
- return type2;
93
- }
94
- function popContext(state) {
95
- if (state.context.prev)
96
- state.context = state.context.prev;
97
- return state.context.type;
98
- }
99
- function pass(type2, stream, state) {
100
- return states[state.context.type](type2, stream, state);
101
- }
102
- function popAndPass(type2, stream, state, n) {
103
- for (var i = n || 1; i > 0; i--)
104
- state.context = state.context.prev;
105
- return pass(type2, stream, state);
106
- }
107
- function wordAsValue(stream) {
108
- var word = stream.current().toLowerCase();
109
- if (valueKeywords2.hasOwnProperty(word))
110
- override = "atom";
111
- else if (colorKeywords2.hasOwnProperty(word))
112
- override = "keyword";
113
- else
114
- override = "variable";
115
- }
116
- var states = {};
117
- states.top = function(type2, stream, state) {
118
- if (type2 == "{") {
119
- return pushContext(state, stream, "block");
120
- } else if (type2 == "}" && state.context.prev) {
121
- return popContext(state);
122
- } else if (supportsAtComponent && /@component/i.test(type2)) {
123
- return pushContext(state, stream, "atComponentBlock");
124
- } else if (/^@(-moz-)?document$/i.test(type2)) {
125
- return pushContext(state, stream, "documentTypes");
126
- } else if (/^@(media|supports|(-moz-)?document|import)$/i.test(type2)) {
127
- return pushContext(state, stream, "atBlock");
128
- } else if (/^@(font-face|counter-style)/i.test(type2)) {
129
- state.stateArg = type2;
130
- return "restricted_atBlock_before";
131
- } else if (/^@(-(moz|ms|o|webkit)-)?keyframes$/i.test(type2)) {
132
- return "keyframes";
133
- } else if (type2 && type2.charAt(0) == "@") {
134
- return pushContext(state, stream, "at");
135
- } else if (type2 == "hash") {
136
- override = "builtin";
137
- } else if (type2 == "word") {
138
- override = "tag";
139
- } else if (type2 == "variable-definition") {
140
- return "maybeprop";
141
- } else if (type2 == "interpolation") {
142
- return pushContext(state, stream, "interpolation");
143
- } else if (type2 == ":") {
144
- return "pseudo";
145
- } else if (allowNested && type2 == "(") {
146
- return pushContext(state, stream, "parens");
147
- }
148
- return state.context.type;
149
- };
150
- states.block = function(type2, stream, state) {
151
- if (type2 == "word") {
152
- var word = stream.current().toLowerCase();
153
- if (propertyKeywords2.hasOwnProperty(word)) {
154
- override = "property";
155
- return "maybeprop";
156
- } else if (nonStandardPropertyKeywords2.hasOwnProperty(word)) {
157
- override = highlightNonStandardPropertyKeywords ? "string.special" : "property";
158
- return "maybeprop";
159
- } else if (allowNested) {
160
- override = stream.match(/^\s*:(?:\s|$)/, false) ? "property" : "tag";
161
- return "block";
162
- } else {
163
- override = "error";
164
- return "maybeprop";
165
- }
166
- } else if (type2 == "meta") {
167
- return "block";
168
- } else if (!allowNested && (type2 == "hash" || type2 == "qualifier")) {
169
- override = "error";
170
- return "block";
171
- } else {
172
- return states.top(type2, stream, state);
173
- }
174
- };
175
- states.maybeprop = function(type2, stream, state) {
176
- if (type2 == ":") return pushContext(state, stream, "prop");
177
- return pass(type2, stream, state);
178
- };
179
- states.prop = function(type2, stream, state) {
180
- if (type2 == ";") return popContext(state);
181
- if (type2 == "{" && allowNested) return pushContext(state, stream, "propBlock");
182
- if (type2 == "}" || type2 == "{") return popAndPass(type2, stream, state);
183
- if (type2 == "(") return pushContext(state, stream, "parens");
184
- if (type2 == "hash" && !/^#([0-9a-fA-F]{3,4}|[0-9a-fA-F]{6}|[0-9a-fA-F]{8})$/.test(stream.current())) {
185
- override = "error";
186
- } else if (type2 == "word") {
187
- wordAsValue(stream);
188
- } else if (type2 == "interpolation") {
189
- return pushContext(state, stream, "interpolation");
190
- }
191
- return "prop";
192
- };
193
- states.propBlock = function(type2, _stream, state) {
194
- if (type2 == "}") return popContext(state);
195
- if (type2 == "word") {
196
- override = "property";
197
- return "maybeprop";
198
- }
199
- return state.context.type;
200
- };
201
- states.parens = function(type2, stream, state) {
202
- if (type2 == "{" || type2 == "}") return popAndPass(type2, stream, state);
203
- if (type2 == ")") return popContext(state);
204
- if (type2 == "(") return pushContext(state, stream, "parens");
205
- if (type2 == "interpolation") return pushContext(state, stream, "interpolation");
206
- if (type2 == "word") wordAsValue(stream);
207
- return "parens";
208
- };
209
- states.pseudo = function(type2, stream, state) {
210
- if (type2 == "meta") return "pseudo";
211
- if (type2 == "word") {
212
- override = "variableName.constant";
213
- return state.context.type;
214
- }
215
- return pass(type2, stream, state);
216
- };
217
- states.documentTypes = function(type2, stream, state) {
218
- if (type2 == "word" && documentTypes2.hasOwnProperty(stream.current())) {
219
- override = "tag";
220
- return state.context.type;
221
- } else {
222
- return states.atBlock(type2, stream, state);
223
- }
224
- };
225
- states.atBlock = function(type2, stream, state) {
226
- if (type2 == "(") return pushContext(state, stream, "atBlock_parens");
227
- if (type2 == "}" || type2 == ";") return popAndPass(type2, stream, state);
228
- if (type2 == "{") return popContext(state) && pushContext(state, stream, allowNested ? "block" : "top");
229
- if (type2 == "interpolation") return pushContext(state, stream, "interpolation");
230
- if (type2 == "word") {
231
- var word = stream.current().toLowerCase();
232
- if (word == "only" || word == "not" || word == "and" || word == "or")
233
- override = "keyword";
234
- else if (mediaTypes2.hasOwnProperty(word))
235
- override = "attribute";
236
- else if (mediaFeatures2.hasOwnProperty(word))
237
- override = "property";
238
- else if (mediaValueKeywords2.hasOwnProperty(word))
239
- override = "keyword";
240
- else if (propertyKeywords2.hasOwnProperty(word))
241
- override = "property";
242
- else if (nonStandardPropertyKeywords2.hasOwnProperty(word))
243
- override = highlightNonStandardPropertyKeywords ? "string.special" : "property";
244
- else if (valueKeywords2.hasOwnProperty(word))
245
- override = "atom";
246
- else if (colorKeywords2.hasOwnProperty(word))
247
- override = "keyword";
248
- else
249
- override = "error";
250
- }
251
- return state.context.type;
252
- };
253
- states.atComponentBlock = function(type2, stream, state) {
254
- if (type2 == "}")
255
- return popAndPass(type2, stream, state);
256
- if (type2 == "{")
257
- return popContext(state) && pushContext(state, stream, allowNested ? "block" : "top", false);
258
- if (type2 == "word")
259
- override = "error";
260
- return state.context.type;
261
- };
262
- states.atBlock_parens = function(type2, stream, state) {
263
- if (type2 == ")") return popContext(state);
264
- if (type2 == "{" || type2 == "}") return popAndPass(type2, stream, state, 2);
265
- return states.atBlock(type2, stream, state);
266
- };
267
- states.restricted_atBlock_before = function(type2, stream, state) {
268
- if (type2 == "{")
269
- return pushContext(state, stream, "restricted_atBlock");
270
- if (type2 == "word" && state.stateArg == "@counter-style") {
271
- override = "variable";
272
- return "restricted_atBlock_before";
273
- }
274
- return pass(type2, stream, state);
275
- };
276
- states.restricted_atBlock = function(type2, stream, state) {
277
- if (type2 == "}") {
278
- state.stateArg = null;
279
- return popContext(state);
280
- }
281
- if (type2 == "word") {
282
- if (state.stateArg == "@font-face" && !fontProperties2.hasOwnProperty(stream.current().toLowerCase()) || state.stateArg == "@counter-style" && !counterDescriptors2.hasOwnProperty(stream.current().toLowerCase()))
283
- override = "error";
284
- else
285
- override = "property";
286
- return "maybeprop";
287
- }
288
- return "restricted_atBlock";
289
- };
290
- states.keyframes = function(type2, stream, state) {
291
- if (type2 == "word") {
292
- override = "variable";
293
- return "keyframes";
294
- }
295
- if (type2 == "{") return pushContext(state, stream, "top");
296
- return pass(type2, stream, state);
297
- };
298
- states.at = function(type2, stream, state) {
299
- if (type2 == ";") return popContext(state);
300
- if (type2 == "{" || type2 == "}") return popAndPass(type2, stream, state);
301
- if (type2 == "word") override = "tag";
302
- else if (type2 == "hash") override = "builtin";
303
- return "at";
304
- };
305
- states.interpolation = function(type2, stream, state) {
306
- if (type2 == "}") return popContext(state);
307
- if (type2 == "{" || type2 == ";") return popAndPass(type2, stream, state);
308
- if (type2 == "word") override = "variable";
309
- else if (type2 != "variable" && type2 != "(" && type2 != ")") override = "error";
310
- return "interpolation";
311
- };
312
- return {
313
- name: parserConfig.name,
314
- startState: function() {
315
- return {
316
- tokenize: null,
317
- state: inline ? "block" : "top",
318
- stateArg: null,
319
- context: new Context(inline ? "block" : "top", 0, null)
320
- };
321
- },
322
- token: function(stream, state) {
323
- if (!state.tokenize && stream.eatSpace()) return null;
324
- var style = (state.tokenize || tokenBase)(stream, state);
325
- if (style && typeof style == "object") {
326
- type = style[1];
327
- style = style[0];
328
- }
329
- override = style;
330
- if (type != "comment")
331
- state.state = states[state.state](type, stream, state);
332
- return override;
333
- },
334
- indent: function(state, textAfter, iCx) {
335
- var cx = state.context, ch = textAfter && textAfter.charAt(0);
336
- var indent = cx.indent;
337
- if (cx.type == "prop" && (ch == "}" || ch == ")")) cx = cx.prev;
338
- if (cx.prev) {
339
- if (ch == "}" && (cx.type == "block" || cx.type == "top" || cx.type == "interpolation" || cx.type == "restricted_atBlock")) {
340
- cx = cx.prev;
341
- indent = cx.indent;
342
- } else if (ch == ")" && (cx.type == "parens" || cx.type == "atBlock_parens") || ch == "{" && (cx.type == "at" || cx.type == "atBlock")) {
343
- indent = Math.max(0, cx.indent - iCx.unit);
344
- }
345
- }
346
- return indent;
347
- },
348
- languageData: {
349
- indentOnInput: /^\s*\}$/,
350
- commentTokens: { line: lineComment, block: { open: "/*", close: "*/" } },
351
- autocomplete: allWords
352
- }
353
- };
354
- }
355
- function keySet(array) {
356
- var keys = {};
357
- for (var i = 0; i < array.length; ++i) {
358
- keys[array[i].toLowerCase()] = true;
359
- }
360
- return keys;
361
- }
362
- var documentTypes_ = [
363
- "domain",
364
- "regexp",
365
- "url",
366
- "url-prefix"
367
- ], documentTypes = keySet(documentTypes_);
368
- var mediaTypes_ = [
369
- "all",
370
- "aural",
371
- "braille",
372
- "handheld",
373
- "print",
374
- "projection",
375
- "screen",
376
- "tty",
377
- "tv",
378
- "embossed"
379
- ], mediaTypes = keySet(mediaTypes_);
380
- var mediaFeatures_ = [
381
- "width",
382
- "min-width",
383
- "max-width",
384
- "height",
385
- "min-height",
386
- "max-height",
387
- "device-width",
388
- "min-device-width",
389
- "max-device-width",
390
- "device-height",
391
- "min-device-height",
392
- "max-device-height",
393
- "aspect-ratio",
394
- "min-aspect-ratio",
395
- "max-aspect-ratio",
396
- "device-aspect-ratio",
397
- "min-device-aspect-ratio",
398
- "max-device-aspect-ratio",
399
- "color",
400
- "min-color",
401
- "max-color",
402
- "color-index",
403
- "min-color-index",
404
- "max-color-index",
405
- "monochrome",
406
- "min-monochrome",
407
- "max-monochrome",
408
- "resolution",
409
- "min-resolution",
410
- "max-resolution",
411
- "scan",
412
- "grid",
413
- "orientation",
414
- "device-pixel-ratio",
415
- "min-device-pixel-ratio",
416
- "max-device-pixel-ratio",
417
- "pointer",
418
- "any-pointer",
419
- "hover",
420
- "any-hover",
421
- "prefers-color-scheme",
422
- "dynamic-range",
423
- "video-dynamic-range"
424
- ], mediaFeatures = keySet(mediaFeatures_);
425
- var mediaValueKeywords_ = [
426
- "landscape",
427
- "portrait",
428
- "none",
429
- "coarse",
430
- "fine",
431
- "on-demand",
432
- "hover",
433
- "interlace",
434
- "progressive",
435
- "dark",
436
- "light",
437
- "standard",
438
- "high"
439
- ], mediaValueKeywords = keySet(mediaValueKeywords_);
440
- var propertyKeywords_ = [
441
- "align-content",
442
- "align-items",
443
- "align-self",
444
- "alignment-adjust",
445
- "alignment-baseline",
446
- "all",
447
- "anchor-point",
448
- "animation",
449
- "animation-delay",
450
- "animation-direction",
451
- "animation-duration",
452
- "animation-fill-mode",
453
- "animation-iteration-count",
454
- "animation-name",
455
- "animation-play-state",
456
- "animation-timing-function",
457
- "appearance",
458
- "azimuth",
459
- "backdrop-filter",
460
- "backface-visibility",
461
- "background",
462
- "background-attachment",
463
- "background-blend-mode",
464
- "background-clip",
465
- "background-color",
466
- "background-image",
467
- "background-origin",
468
- "background-position",
469
- "background-position-x",
470
- "background-position-y",
471
- "background-repeat",
472
- "background-size",
473
- "baseline-shift",
474
- "binding",
475
- "bleed",
476
- "block-size",
477
- "bookmark-label",
478
- "bookmark-level",
479
- "bookmark-state",
480
- "bookmark-target",
481
- "border",
482
- "border-bottom",
483
- "border-bottom-color",
484
- "border-bottom-left-radius",
485
- "border-bottom-right-radius",
486
- "border-bottom-style",
487
- "border-bottom-width",
488
- "border-collapse",
489
- "border-color",
490
- "border-image",
491
- "border-image-outset",
492
- "border-image-repeat",
493
- "border-image-slice",
494
- "border-image-source",
495
- "border-image-width",
496
- "border-left",
497
- "border-left-color",
498
- "border-left-style",
499
- "border-left-width",
500
- "border-radius",
501
- "border-right",
502
- "border-right-color",
503
- "border-right-style",
504
- "border-right-width",
505
- "border-spacing",
506
- "border-style",
507
- "border-top",
508
- "border-top-color",
509
- "border-top-left-radius",
510
- "border-top-right-radius",
511
- "border-top-style",
512
- "border-top-width",
513
- "border-width",
514
- "bottom",
515
- "box-decoration-break",
516
- "box-shadow",
517
- "box-sizing",
518
- "break-after",
519
- "break-before",
520
- "break-inside",
521
- "caption-side",
522
- "caret-color",
523
- "clear",
524
- "clip",
525
- "color",
526
- "color-profile",
527
- "column-count",
528
- "column-fill",
529
- "column-gap",
530
- "column-rule",
531
- "column-rule-color",
532
- "column-rule-style",
533
- "column-rule-width",
534
- "column-span",
535
- "column-width",
536
- "columns",
537
- "contain",
538
- "content",
539
- "counter-increment",
540
- "counter-reset",
541
- "crop",
542
- "cue",
543
- "cue-after",
544
- "cue-before",
545
- "cursor",
546
- "direction",
547
- "display",
548
- "dominant-baseline",
549
- "drop-initial-after-adjust",
550
- "drop-initial-after-align",
551
- "drop-initial-before-adjust",
552
- "drop-initial-before-align",
553
- "drop-initial-size",
554
- "drop-initial-value",
555
- "elevation",
556
- "empty-cells",
557
- "fit",
558
- "fit-content",
559
- "fit-position",
560
- "flex",
561
- "flex-basis",
562
- "flex-direction",
563
- "flex-flow",
564
- "flex-grow",
565
- "flex-shrink",
566
- "flex-wrap",
567
- "float",
568
- "float-offset",
569
- "flow-from",
570
- "flow-into",
571
- "font",
572
- "font-family",
573
- "font-feature-settings",
574
- "font-kerning",
575
- "font-language-override",
576
- "font-optical-sizing",
577
- "font-size",
578
- "font-size-adjust",
579
- "font-stretch",
580
- "font-style",
581
- "font-synthesis",
582
- "font-variant",
583
- "font-variant-alternates",
584
- "font-variant-caps",
585
- "font-variant-east-asian",
586
- "font-variant-ligatures",
587
- "font-variant-numeric",
588
- "font-variant-position",
589
- "font-variation-settings",
590
- "font-weight",
591
- "gap",
592
- "grid",
593
- "grid-area",
594
- "grid-auto-columns",
595
- "grid-auto-flow",
596
- "grid-auto-rows",
597
- "grid-column",
598
- "grid-column-end",
599
- "grid-column-gap",
600
- "grid-column-start",
601
- "grid-gap",
602
- "grid-row",
603
- "grid-row-end",
604
- "grid-row-gap",
605
- "grid-row-start",
606
- "grid-template",
607
- "grid-template-areas",
608
- "grid-template-columns",
609
- "grid-template-rows",
610
- "hanging-punctuation",
611
- "height",
612
- "hyphens",
613
- "icon",
614
- "image-orientation",
615
- "image-rendering",
616
- "image-resolution",
617
- "inline-box-align",
618
- "inset",
619
- "inset-block",
620
- "inset-block-end",
621
- "inset-block-start",
622
- "inset-inline",
623
- "inset-inline-end",
624
- "inset-inline-start",
625
- "isolation",
626
- "justify-content",
627
- "justify-items",
628
- "justify-self",
629
- "left",
630
- "letter-spacing",
631
- "line-break",
632
- "line-height",
633
- "line-height-step",
634
- "line-stacking",
635
- "line-stacking-ruby",
636
- "line-stacking-shift",
637
- "line-stacking-strategy",
638
- "list-style",
639
- "list-style-image",
640
- "list-style-position",
641
- "list-style-type",
642
- "margin",
643
- "margin-bottom",
644
- "margin-left",
645
- "margin-right",
646
- "margin-top",
647
- "marks",
648
- "marquee-direction",
649
- "marquee-loop",
650
- "marquee-play-count",
651
- "marquee-speed",
652
- "marquee-style",
653
- "mask-clip",
654
- "mask-composite",
655
- "mask-image",
656
- "mask-mode",
657
- "mask-origin",
658
- "mask-position",
659
- "mask-repeat",
660
- "mask-size",
661
- "mask-type",
662
- "max-block-size",
663
- "max-height",
664
- "max-inline-size",
665
- "max-width",
666
- "min-block-size",
667
- "min-height",
668
- "min-inline-size",
669
- "min-width",
670
- "mix-blend-mode",
671
- "move-to",
672
- "nav-down",
673
- "nav-index",
674
- "nav-left",
675
- "nav-right",
676
- "nav-up",
677
- "object-fit",
678
- "object-position",
679
- "offset",
680
- "offset-anchor",
681
- "offset-distance",
682
- "offset-path",
683
- "offset-position",
684
- "offset-rotate",
685
- "opacity",
686
- "order",
687
- "orphans",
688
- "outline",
689
- "outline-color",
690
- "outline-offset",
691
- "outline-style",
692
- "outline-width",
693
- "overflow",
694
- "overflow-style",
695
- "overflow-wrap",
696
- "overflow-x",
697
- "overflow-y",
698
- "padding",
699
- "padding-bottom",
700
- "padding-left",
701
- "padding-right",
702
- "padding-top",
703
- "page",
704
- "page-break-after",
705
- "page-break-before",
706
- "page-break-inside",
707
- "page-policy",
708
- "pause",
709
- "pause-after",
710
- "pause-before",
711
- "perspective",
712
- "perspective-origin",
713
- "pitch",
714
- "pitch-range",
715
- "place-content",
716
- "place-items",
717
- "place-self",
718
- "play-during",
719
- "position",
720
- "presentation-level",
721
- "punctuation-trim",
722
- "quotes",
723
- "region-break-after",
724
- "region-break-before",
725
- "region-break-inside",
726
- "region-fragment",
727
- "rendering-intent",
728
- "resize",
729
- "rest",
730
- "rest-after",
731
- "rest-before",
732
- "richness",
733
- "right",
734
- "rotate",
735
- "rotation",
736
- "rotation-point",
737
- "row-gap",
738
- "ruby-align",
739
- "ruby-overhang",
740
- "ruby-position",
741
- "ruby-span",
742
- "scale",
743
- "scroll-behavior",
744
- "scroll-margin",
745
- "scroll-margin-block",
746
- "scroll-margin-block-end",
747
- "scroll-margin-block-start",
748
- "scroll-margin-bottom",
749
- "scroll-margin-inline",
750
- "scroll-margin-inline-end",
751
- "scroll-margin-inline-start",
752
- "scroll-margin-left",
753
- "scroll-margin-right",
754
- "scroll-margin-top",
755
- "scroll-padding",
756
- "scroll-padding-block",
757
- "scroll-padding-block-end",
758
- "scroll-padding-block-start",
759
- "scroll-padding-bottom",
760
- "scroll-padding-inline",
761
- "scroll-padding-inline-end",
762
- "scroll-padding-inline-start",
763
- "scroll-padding-left",
764
- "scroll-padding-right",
765
- "scroll-padding-top",
766
- "scroll-snap-align",
767
- "scroll-snap-type",
768
- "shape-image-threshold",
769
- "shape-inside",
770
- "shape-margin",
771
- "shape-outside",
772
- "size",
773
- "speak",
774
- "speak-as",
775
- "speak-header",
776
- "speak-numeral",
777
- "speak-punctuation",
778
- "speech-rate",
779
- "stress",
780
- "string-set",
781
- "tab-size",
782
- "table-layout",
783
- "target",
784
- "target-name",
785
- "target-new",
786
- "target-position",
787
- "text-align",
788
- "text-align-last",
789
- "text-combine-upright",
790
- "text-decoration",
791
- "text-decoration-color",
792
- "text-decoration-line",
793
- "text-decoration-skip",
794
- "text-decoration-skip-ink",
795
- "text-decoration-style",
796
- "text-emphasis",
797
- "text-emphasis-color",
798
- "text-emphasis-position",
799
- "text-emphasis-style",
800
- "text-height",
801
- "text-indent",
802
- "text-justify",
803
- "text-orientation",
804
- "text-outline",
805
- "text-overflow",
806
- "text-rendering",
807
- "text-shadow",
808
- "text-size-adjust",
809
- "text-space-collapse",
810
- "text-transform",
811
- "text-underline-position",
812
- "text-wrap",
813
- "top",
814
- "touch-action",
815
- "transform",
816
- "transform-origin",
817
- "transform-style",
818
- "transition",
819
- "transition-delay",
820
- "transition-duration",
821
- "transition-property",
822
- "transition-timing-function",
823
- "translate",
824
- "unicode-bidi",
825
- "user-select",
826
- "vertical-align",
827
- "visibility",
828
- "voice-balance",
829
- "voice-duration",
830
- "voice-family",
831
- "voice-pitch",
832
- "voice-range",
833
- "voice-rate",
834
- "voice-stress",
835
- "voice-volume",
836
- "volume",
837
- "white-space",
838
- "widows",
839
- "width",
840
- "will-change",
841
- "word-break",
842
- "word-spacing",
843
- "word-wrap",
844
- "writing-mode",
845
- "z-index",
846
- // SVG-specific
847
- "clip-path",
848
- "clip-rule",
849
- "mask",
850
- "enable-background",
851
- "filter",
852
- "flood-color",
853
- "flood-opacity",
854
- "lighting-color",
855
- "stop-color",
856
- "stop-opacity",
857
- "pointer-events",
858
- "color-interpolation",
859
- "color-interpolation-filters",
860
- "color-rendering",
861
- "fill",
862
- "fill-opacity",
863
- "fill-rule",
864
- "image-rendering",
865
- "marker",
866
- "marker-end",
867
- "marker-mid",
868
- "marker-start",
869
- "paint-order",
870
- "shape-rendering",
871
- "stroke",
872
- "stroke-dasharray",
873
- "stroke-dashoffset",
874
- "stroke-linecap",
875
- "stroke-linejoin",
876
- "stroke-miterlimit",
877
- "stroke-opacity",
878
- "stroke-width",
879
- "text-rendering",
880
- "baseline-shift",
881
- "dominant-baseline",
882
- "glyph-orientation-horizontal",
883
- "glyph-orientation-vertical",
884
- "text-anchor",
885
- "writing-mode"
886
- ], propertyKeywords = keySet(propertyKeywords_);
887
- var nonStandardPropertyKeywords_ = [
888
- "accent-color",
889
- "aspect-ratio",
890
- "border-block",
891
- "border-block-color",
892
- "border-block-end",
893
- "border-block-end-color",
894
- "border-block-end-style",
895
- "border-block-end-width",
896
- "border-block-start",
897
- "border-block-start-color",
898
- "border-block-start-style",
899
- "border-block-start-width",
900
- "border-block-style",
901
- "border-block-width",
902
- "border-inline",
903
- "border-inline-color",
904
- "border-inline-end",
905
- "border-inline-end-color",
906
- "border-inline-end-style",
907
- "border-inline-end-width",
908
- "border-inline-start",
909
- "border-inline-start-color",
910
- "border-inline-start-style",
911
- "border-inline-start-width",
912
- "border-inline-style",
913
- "border-inline-width",
914
- "content-visibility",
915
- "margin-block",
916
- "margin-block-end",
917
- "margin-block-start",
918
- "margin-inline",
919
- "margin-inline-end",
920
- "margin-inline-start",
921
- "overflow-anchor",
922
- "overscroll-behavior",
923
- "padding-block",
924
- "padding-block-end",
925
- "padding-block-start",
926
- "padding-inline",
927
- "padding-inline-end",
928
- "padding-inline-start",
929
- "scroll-snap-stop",
930
- "scrollbar-3d-light-color",
931
- "scrollbar-arrow-color",
932
- "scrollbar-base-color",
933
- "scrollbar-dark-shadow-color",
934
- "scrollbar-face-color",
935
- "scrollbar-highlight-color",
936
- "scrollbar-shadow-color",
937
- "scrollbar-track-color",
938
- "searchfield-cancel-button",
939
- "searchfield-decoration",
940
- "searchfield-results-button",
941
- "searchfield-results-decoration",
942
- "shape-inside",
943
- "zoom"
944
- ], nonStandardPropertyKeywords = keySet(nonStandardPropertyKeywords_);
945
- var fontProperties_ = [
946
- "font-display",
947
- "font-family",
948
- "src",
949
- "unicode-range",
950
- "font-variant",
951
- "font-feature-settings",
952
- "font-stretch",
953
- "font-weight",
954
- "font-style"
955
- ], fontProperties = keySet(fontProperties_);
956
- var counterDescriptors_ = [
957
- "additive-symbols",
958
- "fallback",
959
- "negative",
960
- "pad",
961
- "prefix",
962
- "range",
963
- "speak-as",
964
- "suffix",
965
- "symbols",
966
- "system"
967
- ], counterDescriptors = keySet(counterDescriptors_);
968
- var colorKeywords_ = [
969
- "aliceblue",
970
- "antiquewhite",
971
- "aqua",
972
- "aquamarine",
973
- "azure",
974
- "beige",
975
- "bisque",
976
- "black",
977
- "blanchedalmond",
978
- "blue",
979
- "blueviolet",
980
- "brown",
981
- "burlywood",
982
- "cadetblue",
983
- "chartreuse",
984
- "chocolate",
985
- "coral",
986
- "cornflowerblue",
987
- "cornsilk",
988
- "crimson",
989
- "cyan",
990
- "darkblue",
991
- "darkcyan",
992
- "darkgoldenrod",
993
- "darkgray",
994
- "darkgreen",
995
- "darkgrey",
996
- "darkkhaki",
997
- "darkmagenta",
998
- "darkolivegreen",
999
- "darkorange",
1000
- "darkorchid",
1001
- "darkred",
1002
- "darksalmon",
1003
- "darkseagreen",
1004
- "darkslateblue",
1005
- "darkslategray",
1006
- "darkslategrey",
1007
- "darkturquoise",
1008
- "darkviolet",
1009
- "deeppink",
1010
- "deepskyblue",
1011
- "dimgray",
1012
- "dimgrey",
1013
- "dodgerblue",
1014
- "firebrick",
1015
- "floralwhite",
1016
- "forestgreen",
1017
- "fuchsia",
1018
- "gainsboro",
1019
- "ghostwhite",
1020
- "gold",
1021
- "goldenrod",
1022
- "gray",
1023
- "grey",
1024
- "green",
1025
- "greenyellow",
1026
- "honeydew",
1027
- "hotpink",
1028
- "indianred",
1029
- "indigo",
1030
- "ivory",
1031
- "khaki",
1032
- "lavender",
1033
- "lavenderblush",
1034
- "lawngreen",
1035
- "lemonchiffon",
1036
- "lightblue",
1037
- "lightcoral",
1038
- "lightcyan",
1039
- "lightgoldenrodyellow",
1040
- "lightgray",
1041
- "lightgreen",
1042
- "lightgrey",
1043
- "lightpink",
1044
- "lightsalmon",
1045
- "lightseagreen",
1046
- "lightskyblue",
1047
- "lightslategray",
1048
- "lightslategrey",
1049
- "lightsteelblue",
1050
- "lightyellow",
1051
- "lime",
1052
- "limegreen",
1053
- "linen",
1054
- "magenta",
1055
- "maroon",
1056
- "mediumaquamarine",
1057
- "mediumblue",
1058
- "mediumorchid",
1059
- "mediumpurple",
1060
- "mediumseagreen",
1061
- "mediumslateblue",
1062
- "mediumspringgreen",
1063
- "mediumturquoise",
1064
- "mediumvioletred",
1065
- "midnightblue",
1066
- "mintcream",
1067
- "mistyrose",
1068
- "moccasin",
1069
- "navajowhite",
1070
- "navy",
1071
- "oldlace",
1072
- "olive",
1073
- "olivedrab",
1074
- "orange",
1075
- "orangered",
1076
- "orchid",
1077
- "palegoldenrod",
1078
- "palegreen",
1079
- "paleturquoise",
1080
- "palevioletred",
1081
- "papayawhip",
1082
- "peachpuff",
1083
- "peru",
1084
- "pink",
1085
- "plum",
1086
- "powderblue",
1087
- "purple",
1088
- "rebeccapurple",
1089
- "red",
1090
- "rosybrown",
1091
- "royalblue",
1092
- "saddlebrown",
1093
- "salmon",
1094
- "sandybrown",
1095
- "seagreen",
1096
- "seashell",
1097
- "sienna",
1098
- "silver",
1099
- "skyblue",
1100
- "slateblue",
1101
- "slategray",
1102
- "slategrey",
1103
- "snow",
1104
- "springgreen",
1105
- "steelblue",
1106
- "tan",
1107
- "teal",
1108
- "thistle",
1109
- "tomato",
1110
- "turquoise",
1111
- "violet",
1112
- "wheat",
1113
- "white",
1114
- "whitesmoke",
1115
- "yellow",
1116
- "yellowgreen"
1117
- ], colorKeywords = keySet(colorKeywords_);
1118
- var valueKeywords_ = [
1119
- "above",
1120
- "absolute",
1121
- "activeborder",
1122
- "additive",
1123
- "activecaption",
1124
- "afar",
1125
- "after-white-space",
1126
- "ahead",
1127
- "alias",
1128
- "all",
1129
- "all-scroll",
1130
- "alphabetic",
1131
- "alternate",
1132
- "always",
1133
- "amharic",
1134
- "amharic-abegede",
1135
- "antialiased",
1136
- "appworkspace",
1137
- "arabic-indic",
1138
- "armenian",
1139
- "asterisks",
1140
- "attr",
1141
- "auto",
1142
- "auto-flow",
1143
- "avoid",
1144
- "avoid-column",
1145
- "avoid-page",
1146
- "avoid-region",
1147
- "axis-pan",
1148
- "background",
1149
- "backwards",
1150
- "baseline",
1151
- "below",
1152
- "bidi-override",
1153
- "binary",
1154
- "bengali",
1155
- "blink",
1156
- "block",
1157
- "block-axis",
1158
- "blur",
1159
- "bold",
1160
- "bolder",
1161
- "border",
1162
- "border-box",
1163
- "both",
1164
- "bottom",
1165
- "break",
1166
- "break-all",
1167
- "break-word",
1168
- "brightness",
1169
- "bullets",
1170
- "button",
1171
- "buttonface",
1172
- "buttonhighlight",
1173
- "buttonshadow",
1174
- "buttontext",
1175
- "calc",
1176
- "cambodian",
1177
- "capitalize",
1178
- "caps-lock-indicator",
1179
- "caption",
1180
- "captiontext",
1181
- "caret",
1182
- "cell",
1183
- "center",
1184
- "checkbox",
1185
- "circle",
1186
- "cjk-decimal",
1187
- "cjk-earthly-branch",
1188
- "cjk-heavenly-stem",
1189
- "cjk-ideographic",
1190
- "clear",
1191
- "clip",
1192
- "close-quote",
1193
- "col-resize",
1194
- "collapse",
1195
- "color",
1196
- "color-burn",
1197
- "color-dodge",
1198
- "column",
1199
- "column-reverse",
1200
- "compact",
1201
- "condensed",
1202
- "conic-gradient",
1203
- "contain",
1204
- "content",
1205
- "contents",
1206
- "content-box",
1207
- "context-menu",
1208
- "continuous",
1209
- "contrast",
1210
- "copy",
1211
- "counter",
1212
- "counters",
1213
- "cover",
1214
- "crop",
1215
- "cross",
1216
- "crosshair",
1217
- "cubic-bezier",
1218
- "currentcolor",
1219
- "cursive",
1220
- "cyclic",
1221
- "darken",
1222
- "dashed",
1223
- "decimal",
1224
- "decimal-leading-zero",
1225
- "default",
1226
- "default-button",
1227
- "dense",
1228
- "destination-atop",
1229
- "destination-in",
1230
- "destination-out",
1231
- "destination-over",
1232
- "devanagari",
1233
- "difference",
1234
- "disc",
1235
- "discard",
1236
- "disclosure-closed",
1237
- "disclosure-open",
1238
- "document",
1239
- "dot-dash",
1240
- "dot-dot-dash",
1241
- "dotted",
1242
- "double",
1243
- "down",
1244
- "drop-shadow",
1245
- "e-resize",
1246
- "ease",
1247
- "ease-in",
1248
- "ease-in-out",
1249
- "ease-out",
1250
- "element",
1251
- "ellipse",
1252
- "ellipsis",
1253
- "embed",
1254
- "end",
1255
- "ethiopic",
1256
- "ethiopic-abegede",
1257
- "ethiopic-abegede-am-et",
1258
- "ethiopic-abegede-gez",
1259
- "ethiopic-abegede-ti-er",
1260
- "ethiopic-abegede-ti-et",
1261
- "ethiopic-halehame-aa-er",
1262
- "ethiopic-halehame-aa-et",
1263
- "ethiopic-halehame-am-et",
1264
- "ethiopic-halehame-gez",
1265
- "ethiopic-halehame-om-et",
1266
- "ethiopic-halehame-sid-et",
1267
- "ethiopic-halehame-so-et",
1268
- "ethiopic-halehame-ti-er",
1269
- "ethiopic-halehame-ti-et",
1270
- "ethiopic-halehame-tig",
1271
- "ethiopic-numeric",
1272
- "ew-resize",
1273
- "exclusion",
1274
- "expanded",
1275
- "extends",
1276
- "extra-condensed",
1277
- "extra-expanded",
1278
- "fantasy",
1279
- "fast",
1280
- "fill",
1281
- "fill-box",
1282
- "fixed",
1283
- "flat",
1284
- "flex",
1285
- "flex-end",
1286
- "flex-start",
1287
- "footnotes",
1288
- "forwards",
1289
- "from",
1290
- "geometricPrecision",
1291
- "georgian",
1292
- "grayscale",
1293
- "graytext",
1294
- "grid",
1295
- "groove",
1296
- "gujarati",
1297
- "gurmukhi",
1298
- "hand",
1299
- "hangul",
1300
- "hangul-consonant",
1301
- "hard-light",
1302
- "hebrew",
1303
- "help",
1304
- "hidden",
1305
- "hide",
1306
- "higher",
1307
- "highlight",
1308
- "highlighttext",
1309
- "hiragana",
1310
- "hiragana-iroha",
1311
- "horizontal",
1312
- "hsl",
1313
- "hsla",
1314
- "hue",
1315
- "hue-rotate",
1316
- "icon",
1317
- "ignore",
1318
- "inactiveborder",
1319
- "inactivecaption",
1320
- "inactivecaptiontext",
1321
- "infinite",
1322
- "infobackground",
1323
- "infotext",
1324
- "inherit",
1325
- "initial",
1326
- "inline",
1327
- "inline-axis",
1328
- "inline-block",
1329
- "inline-flex",
1330
- "inline-grid",
1331
- "inline-table",
1332
- "inset",
1333
- "inside",
1334
- "intrinsic",
1335
- "invert",
1336
- "italic",
1337
- "japanese-formal",
1338
- "japanese-informal",
1339
- "justify",
1340
- "kannada",
1341
- "katakana",
1342
- "katakana-iroha",
1343
- "keep-all",
1344
- "khmer",
1345
- "korean-hangul-formal",
1346
- "korean-hanja-formal",
1347
- "korean-hanja-informal",
1348
- "landscape",
1349
- "lao",
1350
- "large",
1351
- "larger",
1352
- "left",
1353
- "level",
1354
- "lighter",
1355
- "lighten",
1356
- "line-through",
1357
- "linear",
1358
- "linear-gradient",
1359
- "lines",
1360
- "list-item",
1361
- "listbox",
1362
- "listitem",
1363
- "local",
1364
- "logical",
1365
- "loud",
1366
- "lower",
1367
- "lower-alpha",
1368
- "lower-armenian",
1369
- "lower-greek",
1370
- "lower-hexadecimal",
1371
- "lower-latin",
1372
- "lower-norwegian",
1373
- "lower-roman",
1374
- "lowercase",
1375
- "ltr",
1376
- "luminosity",
1377
- "malayalam",
1378
- "manipulation",
1379
- "match",
1380
- "matrix",
1381
- "matrix3d",
1382
- "media-play-button",
1383
- "media-slider",
1384
- "media-sliderthumb",
1385
- "media-volume-slider",
1386
- "media-volume-sliderthumb",
1387
- "medium",
1388
- "menu",
1389
- "menulist",
1390
- "menulist-button",
1391
- "menutext",
1392
- "message-box",
1393
- "middle",
1394
- "min-intrinsic",
1395
- "mix",
1396
- "mongolian",
1397
- "monospace",
1398
- "move",
1399
- "multiple",
1400
- "multiple_mask_images",
1401
- "multiply",
1402
- "myanmar",
1403
- "n-resize",
1404
- "narrower",
1405
- "ne-resize",
1406
- "nesw-resize",
1407
- "no-close-quote",
1408
- "no-drop",
1409
- "no-open-quote",
1410
- "no-repeat",
1411
- "none",
1412
- "normal",
1413
- "not-allowed",
1414
- "nowrap",
1415
- "ns-resize",
1416
- "numbers",
1417
- "numeric",
1418
- "nw-resize",
1419
- "nwse-resize",
1420
- "oblique",
1421
- "octal",
1422
- "opacity",
1423
- "open-quote",
1424
- "optimizeLegibility",
1425
- "optimizeSpeed",
1426
- "oriya",
1427
- "oromo",
1428
- "outset",
1429
- "outside",
1430
- "outside-shape",
1431
- "overlay",
1432
- "overline",
1433
- "padding",
1434
- "padding-box",
1435
- "painted",
1436
- "page",
1437
- "paused",
1438
- "persian",
1439
- "perspective",
1440
- "pinch-zoom",
1441
- "plus-darker",
1442
- "plus-lighter",
1443
- "pointer",
1444
- "polygon",
1445
- "portrait",
1446
- "pre",
1447
- "pre-line",
1448
- "pre-wrap",
1449
- "preserve-3d",
1450
- "progress",
1451
- "push-button",
1452
- "radial-gradient",
1453
- "radio",
1454
- "read-only",
1455
- "read-write",
1456
- "read-write-plaintext-only",
1457
- "rectangle",
1458
- "region",
1459
- "relative",
1460
- "repeat",
1461
- "repeating-linear-gradient",
1462
- "repeating-radial-gradient",
1463
- "repeating-conic-gradient",
1464
- "repeat-x",
1465
- "repeat-y",
1466
- "reset",
1467
- "reverse",
1468
- "rgb",
1469
- "rgba",
1470
- "ridge",
1471
- "right",
1472
- "rotate",
1473
- "rotate3d",
1474
- "rotateX",
1475
- "rotateY",
1476
- "rotateZ",
1477
- "round",
1478
- "row",
1479
- "row-resize",
1480
- "row-reverse",
1481
- "rtl",
1482
- "run-in",
1483
- "running",
1484
- "s-resize",
1485
- "sans-serif",
1486
- "saturate",
1487
- "saturation",
1488
- "scale",
1489
- "scale3d",
1490
- "scaleX",
1491
- "scaleY",
1492
- "scaleZ",
1493
- "screen",
1494
- "scroll",
1495
- "scrollbar",
1496
- "scroll-position",
1497
- "se-resize",
1498
- "searchfield",
1499
- "searchfield-cancel-button",
1500
- "searchfield-decoration",
1501
- "searchfield-results-button",
1502
- "searchfield-results-decoration",
1503
- "self-start",
1504
- "self-end",
1505
- "semi-condensed",
1506
- "semi-expanded",
1507
- "separate",
1508
- "sepia",
1509
- "serif",
1510
- "show",
1511
- "sidama",
1512
- "simp-chinese-formal",
1513
- "simp-chinese-informal",
1514
- "single",
1515
- "skew",
1516
- "skewX",
1517
- "skewY",
1518
- "skip-white-space",
1519
- "slide",
1520
- "slider-horizontal",
1521
- "slider-vertical",
1522
- "sliderthumb-horizontal",
1523
- "sliderthumb-vertical",
1524
- "slow",
1525
- "small",
1526
- "small-caps",
1527
- "small-caption",
1528
- "smaller",
1529
- "soft-light",
1530
- "solid",
1531
- "somali",
1532
- "source-atop",
1533
- "source-in",
1534
- "source-out",
1535
- "source-over",
1536
- "space",
1537
- "space-around",
1538
- "space-between",
1539
- "space-evenly",
1540
- "spell-out",
1541
- "square",
1542
- "square-button",
1543
- "start",
1544
- "static",
1545
- "status-bar",
1546
- "stretch",
1547
- "stroke",
1548
- "stroke-box",
1549
- "sub",
1550
- "subpixel-antialiased",
1551
- "svg_masks",
1552
- "super",
1553
- "sw-resize",
1554
- "symbolic",
1555
- "symbols",
1556
- "system-ui",
1557
- "table",
1558
- "table-caption",
1559
- "table-cell",
1560
- "table-column",
1561
- "table-column-group",
1562
- "table-footer-group",
1563
- "table-header-group",
1564
- "table-row",
1565
- "table-row-group",
1566
- "tamil",
1567
- "telugu",
1568
- "text",
1569
- "text-bottom",
1570
- "text-top",
1571
- "textarea",
1572
- "textfield",
1573
- "thai",
1574
- "thick",
1575
- "thin",
1576
- "threeddarkshadow",
1577
- "threedface",
1578
- "threedhighlight",
1579
- "threedlightshadow",
1580
- "threedshadow",
1581
- "tibetan",
1582
- "tigre",
1583
- "tigrinya-er",
1584
- "tigrinya-er-abegede",
1585
- "tigrinya-et",
1586
- "tigrinya-et-abegede",
1587
- "to",
1588
- "top",
1589
- "trad-chinese-formal",
1590
- "trad-chinese-informal",
1591
- "transform",
1592
- "translate",
1593
- "translate3d",
1594
- "translateX",
1595
- "translateY",
1596
- "translateZ",
1597
- "transparent",
1598
- "ultra-condensed",
1599
- "ultra-expanded",
1600
- "underline",
1601
- "unidirectional-pan",
1602
- "unset",
1603
- "up",
1604
- "upper-alpha",
1605
- "upper-armenian",
1606
- "upper-greek",
1607
- "upper-hexadecimal",
1608
- "upper-latin",
1609
- "upper-norwegian",
1610
- "upper-roman",
1611
- "uppercase",
1612
- "urdu",
1613
- "url",
1614
- "var",
1615
- "vertical",
1616
- "vertical-text",
1617
- "view-box",
1618
- "visible",
1619
- "visibleFill",
1620
- "visiblePainted",
1621
- "visibleStroke",
1622
- "visual",
1623
- "w-resize",
1624
- "wait",
1625
- "wave",
1626
- "wider",
1627
- "window",
1628
- "windowframe",
1629
- "windowtext",
1630
- "words",
1631
- "wrap",
1632
- "wrap-reverse",
1633
- "x-large",
1634
- "x-small",
1635
- "xor",
1636
- "xx-large",
1637
- "xx-small"
1638
- ], valueKeywords = keySet(valueKeywords_);
1639
- var allWords = documentTypes_.concat(mediaTypes_).concat(mediaFeatures_).concat(mediaValueKeywords_).concat(propertyKeywords_).concat(nonStandardPropertyKeywords_).concat(colorKeywords_).concat(valueKeywords_);
1640
- const defaults = {
1641
- documentTypes,
1642
- mediaTypes,
1643
- mediaFeatures,
1644
- mediaValueKeywords,
1645
- propertyKeywords,
1646
- nonStandardPropertyKeywords,
1647
- fontProperties,
1648
- counterDescriptors,
1649
- colorKeywords,
1650
- valueKeywords,
1651
- tokenHooks: {
1652
- "/": function(stream, state) {
1653
- if (!stream.eat("*")) return false;
1654
- state.tokenize = tokenCComment;
1655
- return tokenCComment(stream, state);
1656
- }
1657
- }
1658
- };
1659
- mkCSS({ name: "css" });
1660
- function tokenCComment(stream, state) {
1661
- var maybeEnd = false, ch;
1662
- while ((ch = stream.next()) != null) {
1663
- if (maybeEnd && ch == "/") {
1664
- state.tokenize = null;
1665
- break;
1666
- }
1667
- maybeEnd = ch == "*";
1668
- }
1669
- return ["comment", "comment"];
1670
- }
1671
- mkCSS({
1672
- name: "scss",
1673
- mediaTypes,
1674
- mediaFeatures,
1675
- mediaValueKeywords,
1676
- propertyKeywords,
1677
- nonStandardPropertyKeywords,
1678
- colorKeywords,
1679
- valueKeywords,
1680
- fontProperties,
1681
- allowNested: true,
1682
- lineComment: "//",
1683
- tokenHooks: {
1684
- "/": function(stream, state) {
1685
- if (stream.eat("/")) {
1686
- stream.skipToEnd();
1687
- return ["comment", "comment"];
1688
- } else if (stream.eat("*")) {
1689
- state.tokenize = tokenCComment;
1690
- return tokenCComment(stream, state);
1691
- } else {
1692
- return ["operator", "operator"];
1693
- }
1694
- },
1695
- ":": function(stream) {
1696
- if (stream.match(/^\s*\{/, false))
1697
- return [null, null];
1698
- return false;
1699
- },
1700
- "$": function(stream) {
1701
- stream.match(/^[\w-]+/);
1702
- if (stream.match(/^\s*:/, false))
1703
- return ["def", "variable-definition"];
1704
- return ["variableName.special", "variable"];
1705
- },
1706
- "#": function(stream) {
1707
- if (!stream.eat("{")) return false;
1708
- return [null, "interpolation"];
1709
- }
1710
- }
1711
- });
1712
- mkCSS({
1713
- name: "less",
1714
- mediaTypes,
1715
- mediaFeatures,
1716
- mediaValueKeywords,
1717
- propertyKeywords,
1718
- nonStandardPropertyKeywords,
1719
- colorKeywords,
1720
- valueKeywords,
1721
- fontProperties,
1722
- allowNested: true,
1723
- lineComment: "//",
1724
- tokenHooks: {
1725
- "/": function(stream, state) {
1726
- if (stream.eat("/")) {
1727
- stream.skipToEnd();
1728
- return ["comment", "comment"];
1729
- } else if (stream.eat("*")) {
1730
- state.tokenize = tokenCComment;
1731
- return tokenCComment(stream, state);
1732
- } else {
1733
- return ["operator", "operator"];
1734
- }
1735
- },
1736
- "@": function(stream) {
1737
- if (stream.eat("{")) return [null, "interpolation"];
1738
- if (stream.match(/^(charset|document|font-face|import|(-(moz|ms|o|webkit)-)?keyframes|media|namespace|page|supports)\b/i, false)) return false;
1739
- stream.eatWhile(/[\w\\\-]/);
1740
- if (stream.match(/^\s*:/, false))
1741
- return ["def", "variable-definition"];
1742
- return ["variableName", "variable"];
1743
- },
1744
- "&": function() {
1745
- return ["atom", "atom"];
1746
- }
1747
- }
1748
- });
1749
- const gss = mkCSS({
1750
- name: "gss",
1751
- documentTypes,
1752
- mediaTypes,
1753
- mediaFeatures,
1754
- propertyKeywords,
1755
- nonStandardPropertyKeywords,
1756
- fontProperties,
1757
- counterDescriptors,
1758
- colorKeywords,
1759
- valueKeywords,
1760
- supportsAtComponent: true,
1761
- tokenHooks: {
1762
- "/": function(stream, state) {
1763
- if (!stream.eat("*")) return false;
1764
- state.tokenize = tokenCComment;
1765
- return tokenCComment(stream, state);
1766
- }
1767
- }
1768
- });
1769
- export {
1770
- gss,
1771
- mkCSS
1772
- };