@voicenter-team/voicenter-ui-plus 0.0.1

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 (237) hide show
  1. package/README.md +35 -0
  2. package/library/favicon.ico +0 -0
  3. package/library/fonts/VC-icon.eot +0 -0
  4. package/library/fonts/VC-icon.svg +268 -0
  5. package/library/fonts/VC-icon.ttf +0 -0
  6. package/library/fonts/VC-icon.woff +0 -0
  7. package/library/icon-vc.css +753 -0
  8. package/library/images/logo-icon.svg +6 -0
  9. package/library/images/not-found.png +0 -0
  10. package/library/images/perfil.jpg +0 -0
  11. package/library/sound/test-audio.mp3 +0 -0
  12. package/library/style.css +1 -0
  13. package/library/super.mjs +24050 -0
  14. package/library/super.mjs.map +1 -0
  15. package/library/super.umd.js +37 -0
  16. package/library/super.umd.js.map +1 -0
  17. package/library/types/src/components/VcButton/VcButton.types.d.ts +5 -0
  18. package/library/types/src/components/VcButton/VcButton.vue.d.ts +94 -0
  19. package/library/types/src/components/VcButton/VcButtonIcon.vue.d.ts +89 -0
  20. package/library/types/src/components/VcCard/VcCard.vue.d.ts +23 -0
  21. package/library/types/src/components/VcCheckbox/VcCheckbox.vue.d.ts +133 -0
  22. package/library/types/src/components/VcCheckbox/VcCheckboxGroupEl.vue.d.ts +2 -0
  23. package/library/types/src/components/VcCheckbox/group.mixin.d.ts +60 -0
  24. package/library/types/src/components/VcCheckboxGroup/VcCheckboxGroup.vue.d.ts +140 -0
  25. package/library/types/src/components/VcCollapse/VcCollapse.vue.d.ts +33 -0
  26. package/library/types/src/components/VcCollapse/VcCollapseItem.vue.d.ts +106 -0
  27. package/library/types/src/components/VcCollapse/VcCollapseTransition.vue.d.ts +14 -0
  28. package/library/types/src/components/VcColorPicker/ColorPicker/ColorPicker.vue.d.ts +67 -0
  29. package/library/types/src/components/VcColorPicker/ColorPicker/Hue.vue.d.ts +40 -0
  30. package/library/types/src/components/VcColorPicker/ColorPicker/Saturation.vue.d.ts +49 -0
  31. package/library/types/src/components/VcColorPicker/ColorPicker/composible.d.ts +23 -0
  32. package/library/types/src/components/VcColorPicker/VcColorPicker.types.d.ts +10 -0
  33. package/library/types/src/components/VcColorPicker/VcColorPicker.vue.d.ts +65 -0
  34. package/library/types/src/components/VcDatetimeRangePicker/VcDatetimeRangePicker.types.d.ts +27 -0
  35. package/library/types/src/components/VcDatetimeRangePicker/VcDatetimeRangePicker.vue.d.ts +360 -0
  36. package/library/types/src/components/VcDelimitedList/VcDelimitedList.types.d.ts +4 -0
  37. package/library/types/src/components/VcDelimitedList/VcDelimitedList.vue.d.ts +92 -0
  38. package/library/types/src/components/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerPart.vue.d.ts +208 -0
  39. package/library/types/src/components/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerRelative.vue.d.ts +96 -0
  40. package/library/types/src/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePicker.types.d.ts +11 -0
  41. package/library/types/src/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePicker.vue.d.ts +276 -0
  42. package/library/types/src/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePickerQuickOptionsSelection.vue.d.ts +51 -0
  43. package/library/types/src/components/VcExtendedDatetimeRangePicker/enum.d.ts +6 -0
  44. package/library/types/src/components/VcFileUploader/VcFileUploader.types.d.ts +4 -0
  45. package/library/types/src/components/VcFileUploader/VcFileUploader.vue.d.ts +388 -0
  46. package/library/types/src/components/VcForm/UiComponents/VcInputLabel.vue.d.ts +204 -0
  47. package/library/types/src/components/VcForm/VcForm.vue.d.ts +348 -0
  48. package/library/types/src/components/VcForm/VcFormItem.vue.d.ts +69 -0
  49. package/library/types/src/components/VcHyperLink/VcHyperLink.types.d.ts +2 -0
  50. package/library/types/src/components/VcHyperLink/VcHyperLink.vue.d.ts +54 -0
  51. package/library/types/src/components/VcIconPicker/VcIconPicker.types.d.ts +15 -0
  52. package/library/types/src/components/VcIconPicker/VcIconPicker.vue.d.ts +105 -0
  53. package/library/types/src/components/VcIconPicker/iconPicker.mixin.d.ts +51 -0
  54. package/library/types/src/components/VcInput/VcInput.types.d.ts +2 -0
  55. package/library/types/src/components/VcInput/VcInput.vue.d.ts +202 -0
  56. package/library/types/src/components/VcInputNumber/VcInputNumber.vue.d.ts +256 -0
  57. package/library/types/src/components/VcLoading/Loaders/Circles.vue.d.ts +28 -0
  58. package/library/types/src/components/VcLoading/Loaders/LdsSpinner.vue.d.ts +29 -0
  59. package/library/types/src/components/VcLoading/Loaders/LoadIcon.vue.d.ts +36 -0
  60. package/library/types/src/components/VcLoading/Loaders/Stretch.vue.d.ts +28 -0
  61. package/library/types/src/components/VcLoading/VcLoading.types.d.ts +1 -0
  62. package/library/types/src/components/VcLoading/VcLoading.vue.d.ts +66 -0
  63. package/library/types/src/components/VcModal/VcModal.types.d.ts +4 -0
  64. package/library/types/src/components/VcModal/VcModal.vue.d.ts +210 -0
  65. package/library/types/src/components/VcPagination/VcPagination.types.d.ts +4 -0
  66. package/library/types/src/components/VcPagination/VcPagination.vue.d.ts +64 -0
  67. package/library/types/src/components/VcPagination/VcPaginationButton.vue.d.ts +34 -0
  68. package/library/types/src/components/VcPopover/VcPopover.types.d.ts +3 -0
  69. package/library/types/src/components/VcPopover/VcPopover.vue.d.ts +150 -0
  70. package/library/types/src/components/VcProgress/VcProgress.types.d.ts +16 -0
  71. package/library/types/src/components/VcProgress/VcProgress.vue.d.ts +147 -0
  72. package/library/types/src/components/VcProgress/progress.options.d.ts +13 -0
  73. package/library/types/src/components/VcRadio/VcRadio.vue.d.ts +88 -0
  74. package/library/types/src/components/VcRadioGroup/VcRadioGroup.vue.d.ts +96 -0
  75. package/library/types/src/components/VcRadioTabs/UiComponents/VcRadioTabsNav.vue.d.ts +41 -0
  76. package/library/types/src/components/VcRadioTabs/VcRadioTabs.vue.d.ts +78 -0
  77. package/library/types/src/components/VcSelect/VcSelect.options.d.ts +78 -0
  78. package/library/types/src/components/VcSelect/VcSelect.vue.d.ts +293 -0
  79. package/library/types/src/components/VcSkeletonLoader/Loaders/Card.vue.d.ts +18 -0
  80. package/library/types/src/components/VcSkeletonLoader/Loaders/Circle.vue.d.ts +28 -0
  81. package/library/types/src/components/VcSkeletonLoader/Loaders/Row.vue.d.ts +18 -0
  82. package/library/types/src/components/VcSkeletonLoader/Loaders/Square.vue.d.ts +28 -0
  83. package/library/types/src/components/VcSkeletonLoader/Loaders/Text.vue.d.ts +16 -0
  84. package/library/types/src/components/VcSkeletonLoader/VcSkeletonLoader.types.d.ts +1 -0
  85. package/library/types/src/components/VcSkeletonLoader/VcSkeletonLoader.vue.d.ts +81 -0
  86. package/library/types/src/components/VcSoundplayer/VcSoundPlayer.types.d.ts +2 -0
  87. package/library/types/src/components/VcSoundplayer/VcSoundPlayer.vue.d.ts +130 -0
  88. package/library/types/src/components/VcSplitButton/VcSplitButton.types.d.ts +8 -0
  89. package/library/types/src/components/VcSplitButton/VcSplitButton.vue.d.ts +68 -0
  90. package/library/types/src/components/VcSwitch/VcSwitch.types.d.ts +1 -0
  91. package/library/types/src/components/VcSwitch/VcSwitch.vue.d.ts +151 -0
  92. package/library/types/src/components/VcTable/VcTable.types.d.ts +45 -0
  93. package/library/types/src/components/VcTable/VcTable.vue.d.ts +334 -0
  94. package/library/types/src/components/VcTable/tableOptions.d.ts +6 -0
  95. package/library/types/src/components/VcTabs/VcTabNav.vue.d.ts +54 -0
  96. package/library/types/src/components/VcTabs/VcTabPane.vue.d.ts +92 -0
  97. package/library/types/src/components/VcTabs/VcTabs.types.d.ts +14 -0
  98. package/library/types/src/components/VcTabs/VcTabs.vue.d.ts +62 -0
  99. package/library/types/src/components/VcTag/VcTag.types.d.ts +1 -0
  100. package/library/types/src/components/VcTag/VcTag.vue.d.ts +99 -0
  101. package/library/types/src/components/VcTagInput/VcTagInput.vue.d.ts +290 -0
  102. package/library/types/src/components/VcTimeInput/VcTimeInput.vue.d.ts +269 -0
  103. package/library/types/src/components/VcTree/VcTree.types.d.ts +36 -0
  104. package/library/types/src/components/VcTree/VcTree.vue.d.ts +209 -0
  105. package/library/types/src/components/VcTree/VcTreeNode.vue.d.ts +104 -0
  106. package/library/types/src/components/VcTree/VcTreeSelect.vue.d.ts +305 -0
  107. package/library/types/src/components/VcVerticalTabs/UiComponents/VerticalTabNav.vue.d.ts +54 -0
  108. package/library/types/src/components/VcVerticalTabs/VcVerticalTabs.vue.d.ts +76 -0
  109. package/library/types/src/components/VcViewSwitcher/VcViewSwitcher.vue.d.ts +74 -0
  110. package/library/types/src/components/VcWizard/VcSummaryProgress.vue.d.ts +55 -0
  111. package/library/types/src/components/VcWizard/VcSummaryStep.vue.d.ts +70 -0
  112. package/library/types/src/components/VcWizard/VcWizard.types.d.ts +15 -0
  113. package/library/types/src/components/VcWizard/VcWizard.vue.d.ts +157 -0
  114. package/library/types/src/components/VcWizard/VcWizardNavigation.vue.d.ts +110 -0
  115. package/library/types/src/components/VcWizard/VcWizardSummary.vue.d.ts +47 -0
  116. package/library/types/src/components/VcWizard/VcWizardTransition.vue.d.ts +83 -0
  117. package/library/types/src/components/index.d.ts +43 -0
  118. package/library/types/src/directives/resize.d.ts +6 -0
  119. package/library/types/src/entry.d.ts +2 -0
  120. package/library/types/src/entry.esm.d.ts +4 -0
  121. package/library/types/src/env.d.ts +18 -0
  122. package/library/types/src/localization/Localization.types.d.ts +17 -0
  123. package/library/types/src/localization/index.d.ts +9 -0
  124. package/library/types/src/mixins/common/appendTo.mixin.d.ts +19 -0
  125. package/library/types/src/mixins/defaultComponent.mixin.d.ts +14 -0
  126. package/library/types/src/mixins/input/baseInput.mixin.d.ts +100 -0
  127. package/library/types/src/mixins/input/color.mixin.d.ts +33 -0
  128. package/library/types/src/mixins/input/error.mixin.d.ts +23 -0
  129. package/library/types/src/mixins/input/input.mixin.d.ts +146 -0
  130. package/library/types/src/mixins/input/label.mixin.d.ts +52 -0
  131. package/library/types/src/mixins/optionMethods.mixin.d.ts +38 -0
  132. package/library/types/src/mixins/table/tableProps.mixin.d.ts +108 -0
  133. package/library/types/src/theme/index.d.ts +1 -0
  134. package/library/types/src/theme/theme.types.d.ts +6 -0
  135. package/library/types/src/types/AppendToTarget.types.d.ts +1 -0
  136. package/library/types/src/types/Entry.types.d.ts +6 -0
  137. package/library/types/src/types/OptionAndConfig.types.d.ts +23 -0
  138. package/library/types/src/types/VueGeneric.types.d.ts +1 -0
  139. package/library/types/src/utils/DomHandler.d.ts +5 -0
  140. package/library/types/src/utils/UniqueComponentId.d.ts +1 -0
  141. package/library/types/src/utils/ZIndexUtils.d.ts +12 -0
  142. package/library/types/src/utils/helpers.d.ts +6 -0
  143. package/library/types/src/utils/isValidTime.d.ts +2 -0
  144. package/package.json +66 -0
  145. package/src/assets/element/index.scss +161 -0
  146. package/src/assets/sass/main/_icons.scss +36 -0
  147. package/src/assets/sass/main/_loading.scss +51 -0
  148. package/src/assets/sass/main/_mixins.scss +339 -0
  149. package/src/assets/sass/main/_typography.scss +29 -0
  150. package/src/assets/sass/main.scss +9 -0
  151. package/src/components/VcButton/VcButton.scss +190 -0
  152. package/src/components/VcButton/VcButton.vue +117 -0
  153. package/src/components/VcButton/VcButtonIcon.scss +100 -0
  154. package/src/components/VcButton/VcButtonIcon.vue +97 -0
  155. package/src/components/VcCard/VcCard.vue +53 -0
  156. package/src/components/VcCheckbox/VcCheckbox.scss +66 -0
  157. package/src/components/VcCheckbox/VcCheckbox.vue +99 -0
  158. package/src/components/VcCheckbox/VcCheckboxGroupEl.vue +18 -0
  159. package/src/components/VcCheckboxGroup/VcCheckboxGroup.vue +164 -0
  160. package/src/components/VcCollapse/VcCollapse.vue +70 -0
  161. package/src/components/VcCollapse/VcCollapseItem.vue +229 -0
  162. package/src/components/VcCollapse/VcCollapseTransition.vue +78 -0
  163. package/src/components/VcColorPicker/ColorPicker/ColorPicker.vue +192 -0
  164. package/src/components/VcColorPicker/ColorPicker/Hue.vue +130 -0
  165. package/src/components/VcColorPicker/ColorPicker/Saturation.vue +146 -0
  166. package/src/components/VcColorPicker/VcColorPicker.vue +140 -0
  167. package/src/components/VcDatetimeRangePicker/VcDatetimeRangePicker.vue +474 -0
  168. package/src/components/VcDelimitedList/VcDelimitedList.vue +223 -0
  169. package/src/components/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerPart.vue +166 -0
  170. package/src/components/VcExtendedDatetimeRangePicker/ExtendedDatetimeRangePickerRelative.vue +180 -0
  171. package/src/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePicker.vue +178 -0
  172. package/src/components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePickerQuickOptionsSelection.vue +128 -0
  173. package/src/components/VcFileUploader/VcFileUploader.vue +324 -0
  174. package/src/components/VcForm/Styles/VcInputLabel.scss +24 -0
  175. package/src/components/VcForm/UiComponents/VcInputError.vue +31 -0
  176. package/src/components/VcForm/UiComponents/VcInputLabel.vue +67 -0
  177. package/src/components/VcForm/VcForm.vue +88 -0
  178. package/src/components/VcForm/VcFormItem.vue +115 -0
  179. package/src/components/VcHyperLink/VcHyperLink.vue +83 -0
  180. package/src/components/VcIconPicker/VcIconPicker.vue +142 -0
  181. package/src/components/VcInput/VcInput.vue +220 -0
  182. package/src/components/VcInputNumber/VcInputNumber.vue +128 -0
  183. package/src/components/VcLoading/Loaders/Circles.vue +100 -0
  184. package/src/components/VcLoading/Loaders/LdsSpinner.vue +52 -0
  185. package/src/components/VcLoading/Loaders/LoadIcon.vue +56 -0
  186. package/src/components/VcLoading/Loaders/Stretch.vue +82 -0
  187. package/src/components/VcLoading/VcLoading.vue +159 -0
  188. package/src/components/VcModal/VcModal.scss +227 -0
  189. package/src/components/VcModal/VcModal.vue +384 -0
  190. package/src/components/VcNotification/VcNotification.vue +302 -0
  191. package/src/components/VcNotification/VcNotificationMessage.vue +119 -0
  192. package/src/components/VcPagination/VcPagination.vue +175 -0
  193. package/src/components/VcPagination/VcPaginationButton.vue +37 -0
  194. package/src/components/VcPopover/VcPopover.vue +186 -0
  195. package/src/components/VcProgress/VcProgress.vue +235 -0
  196. package/src/components/VcRadio/VcRadio.scss +59 -0
  197. package/src/components/VcRadio/VcRadio.vue +89 -0
  198. package/src/components/VcRadioGroup/VcRadioGroup.vue +146 -0
  199. package/src/components/VcRadioTabs/UiComponents/VcRadioTabsNav.vue +128 -0
  200. package/src/components/VcRadioTabs/VcRadioTabs.vue +151 -0
  201. package/src/components/VcSelect/VcSelect.scss +135 -0
  202. package/src/components/VcSelect/VcSelect.vue +191 -0
  203. package/src/components/VcSkeletonLoader/Loaders/Card.vue +79 -0
  204. package/src/components/VcSkeletonLoader/Loaders/Circle.vue +45 -0
  205. package/src/components/VcSkeletonLoader/Loaders/Row.vue +36 -0
  206. package/src/components/VcSkeletonLoader/Loaders/Square.vue +44 -0
  207. package/src/components/VcSkeletonLoader/Loaders/Text.vue +42 -0
  208. package/src/components/VcSkeletonLoader/VcSkeletonLoader.vue +111 -0
  209. package/src/components/VcSoundplayer/VcSoundPlayer.vue +497 -0
  210. package/src/components/VcSplitButton/VcSplitButton.vue +338 -0
  211. package/src/components/VcSwitch/VcSwitch.vue +352 -0
  212. package/src/components/VcTable/VcTable.vue +869 -0
  213. package/src/components/VcTabs/VcTabNav.scss +120 -0
  214. package/src/components/VcTabs/VcTabNav.vue +203 -0
  215. package/src/components/VcTabs/VcTabPane.vue +128 -0
  216. package/src/components/VcTabs/VcTabs.vue +186 -0
  217. package/src/components/VcTag/VcTag.vue +186 -0
  218. package/src/components/VcTagInput/VcTagInput.vue +280 -0
  219. package/src/components/VcTagInput/VcTagInputStyle.scss +224 -0
  220. package/src/components/VcTimeInput/VcTimeInput.vue +441 -0
  221. package/src/components/VcTree/VcTree.vue +410 -0
  222. package/src/components/VcTree/VcTreeNode.vue +283 -0
  223. package/src/components/VcTree/VcTreeSelect.vue +472 -0
  224. package/src/components/VcVerticalTabs/UiComponents/VerticalTabNav.vue +99 -0
  225. package/src/components/VcVerticalTabs/VcVerticalTabs.vue +125 -0
  226. package/src/components/VcViewSwitcher/VcViewSwitcher.vue +137 -0
  227. package/src/components/VcWizard/VcSummaryProgress.vue +193 -0
  228. package/src/components/VcWizard/VcSummaryStep.vue +172 -0
  229. package/src/components/VcWizard/VcWizard.vue +292 -0
  230. package/src/components/VcWizard/VcWizardNavigation.vue +196 -0
  231. package/src/components/VcWizard/VcWizardSummary.vue +73 -0
  232. package/src/components/VcWizard/VcWizardTransition.vue +119 -0
  233. package/src/theme/index.ts +47 -0
  234. package/src/theme/tailwindConfig.js +143 -0
  235. package/src/theme/tailwindScheme.js +9 -0
  236. package/src/theme/theme.types.ts +6 -0
  237. package/src/theme/themes.json +130 -0
@@ -0,0 +1,51 @@
1
+ import { PropType } from 'vue';
2
+ import { OptionType, ConfigType, OptionValueType } from './VcIconPicker.types';
3
+ declare const _default: import("vue").DefineComponent<{
4
+ config: {
5
+ type: PropType<ConfigType>;
6
+ default: () => ConfigType;
7
+ };
8
+ }, unknown, unknown, {}, {
9
+ optionSearch(option: OptionType, config: ConfigType): OptionValueType;
10
+ }, import("vue").DefineComponent<{
11
+ config: {
12
+ type: PropType<import("../../types/OptionAndConfig.types").ConfigType>;
13
+ default: () => import("../../types/OptionAndConfig.types").ConfigType;
14
+ };
15
+ options: {
16
+ type: PropType<import("../../types/OptionAndConfig.types").OptionType[]>;
17
+ default: () => import("../../types/OptionAndConfig.types").OptionType[];
18
+ };
19
+ }, unknown, unknown, {}, {
20
+ optionKey(option: import("../../types/OptionAndConfig.types").OptionType, index: number, config: import("../../types/OptionAndConfig.types").ConfigType): import("../../types/VueGeneric.types").KeyAttributeType;
21
+ optionValue(option: import("../../types/OptionAndConfig.types").OptionType, config: import("../../types/OptionAndConfig.types").ConfigType): import("../../types/OptionAndConfig.types").OptionValueType;
22
+ optionLabel(option: import("../../types/OptionAndConfig.types").OptionType | undefined, config: import("../../types/OptionAndConfig.types").ConfigType): string;
23
+ optionIcon(option: import("../../types/OptionAndConfig.types").OptionType, config: import("../../types/OptionAndConfig.types").ConfigType): string;
24
+ optionDisabled(option: import("../../types/OptionAndConfig.types").OptionType, config: import("../../types/OptionAndConfig.types").ConfigType): boolean;
25
+ optionIconColorHex(option: import("../../types/OptionAndConfig.types").OptionType, config: import("../../types/OptionAndConfig.types").ConfigType): string;
26
+ optionSearchKeys(option: import("../../types/OptionAndConfig.types").OptionType, config: import("../../types/OptionAndConfig.types").ConfigType): string[];
27
+ optionClass(option: import("../../types/OptionAndConfig.types").OptionType, config: import("../../types/OptionAndConfig.types").ConfigType): string | [string];
28
+ optionStyle(option: import("../../types/OptionAndConfig.types").OptionType, config: import("../../types/OptionAndConfig.types").ConfigType): string | {
29
+ [key: string]: unknown;
30
+ };
31
+ }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
32
+ config: {
33
+ type: PropType<import("../../types/OptionAndConfig.types").ConfigType>;
34
+ default: () => import("../../types/OptionAndConfig.types").ConfigType;
35
+ };
36
+ options: {
37
+ type: PropType<import("../../types/OptionAndConfig.types").OptionType[]>;
38
+ default: () => import("../../types/OptionAndConfig.types").OptionType[];
39
+ };
40
+ }>>, {
41
+ config: import("../../types/OptionAndConfig.types").ConfigType;
42
+ options: import("../../types/OptionAndConfig.types").OptionType[];
43
+ }>, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
44
+ config: {
45
+ type: PropType<ConfigType>;
46
+ default: () => ConfigType;
47
+ };
48
+ }>>, {
49
+ config: ConfigType;
50
+ }>;
51
+ export default _default;
@@ -0,0 +1,2 @@
1
+ export declare type VcInputType = 'email' | 'text' | 'password' | 'number' | 'textarea';
2
+ export declare type VcInputColor = 'active' | 'primary' | 'secondary' | 'destructive' | 'success' | 'warning' | '';
@@ -0,0 +1,202 @@
1
+ import { PropType } from 'vue';
2
+ import { VcInputType } from '../../components/VcInput/VcInput.types';
3
+ declare const _sfc_main: import("vue").DefineComponent<{
4
+ modelValue: {
5
+ type: (StringConstructor | NumberConstructor)[];
6
+ default: string;
7
+ };
8
+ type: {
9
+ type: PropType<VcInputType>;
10
+ default: string;
11
+ };
12
+ placeholder: {
13
+ type: StringConstructor;
14
+ default: undefined;
15
+ };
16
+ maxLength: {
17
+ type: NumberConstructor;
18
+ default: undefined;
19
+ };
20
+ minLength: {
21
+ type: NumberConstructor;
22
+ default: undefined;
23
+ };
24
+ clearable: {
25
+ type: BooleanConstructor;
26
+ default: boolean;
27
+ };
28
+ readonly: {
29
+ type: BooleanConstructor;
30
+ default: boolean;
31
+ };
32
+ autocomplete: {
33
+ type: StringConstructor;
34
+ default: string;
35
+ };
36
+ isError: {
37
+ type: BooleanConstructor;
38
+ default: boolean;
39
+ };
40
+ }, unknown, {
41
+ colorClass: string;
42
+ }, {
43
+ inputClasses(): string;
44
+ clearIcon(): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
45
+ [key: string]: any;
46
+ }>;
47
+ modelInput: {
48
+ get(): string | number;
49
+ set(val: string | number): void;
50
+ };
51
+ }, {
52
+ onClear(): void;
53
+ }, import("vue").DefineComponent<{
54
+ id: {
55
+ type: StringConstructor;
56
+ default: undefined;
57
+ };
58
+ modelValue: {
59
+ type: (StringConstructor | NumberConstructor)[];
60
+ required: true;
61
+ };
62
+ disabled: {
63
+ type: BooleanConstructor;
64
+ default: boolean;
65
+ };
66
+ prefixIcon: {
67
+ type: StringConstructor;
68
+ default: string;
69
+ };
70
+ dataTestName: {
71
+ type: StringConstructor;
72
+ default: string;
73
+ };
74
+ prefixIconSize: {
75
+ type: StringConstructor;
76
+ default: string;
77
+ };
78
+ name: {
79
+ type: StringConstructor;
80
+ default: undefined;
81
+ };
82
+ }, unknown, {
83
+ defaultPrefixIcon: string;
84
+ }, {
85
+ prefixClasses(): string[];
86
+ }, {}, import("vue").DefineComponent<{
87
+ prefixIconColor: {
88
+ type: PropType<import('../../components/VcInput/VcInput.types').VcInputColor>;
89
+ default: string;
90
+ };
91
+ color: {
92
+ type: PropType<import('../../components/VcInput/VcInput.types').VcInputColor>;
93
+ default: string;
94
+ };
95
+ }, unknown, {
96
+ colorClass: string;
97
+ iconColorClass: string;
98
+ }, {
99
+ inputClasses(): string;
100
+ prefixIconColorValue(): string;
101
+ prefixIconColorIsHex(): boolean;
102
+ prefixStyle(): import("vue").CSSProperties;
103
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
104
+ prefixIconColor: {
105
+ type: PropType<import('../../components/VcInput/VcInput.types').VcInputColor>;
106
+ default: string;
107
+ };
108
+ color: {
109
+ type: PropType<import('../../components/VcInput/VcInput.types').VcInputColor>;
110
+ default: string;
111
+ };
112
+ }>>, {
113
+ color: import('../../components/VcInput/VcInput.types').VcInputColor;
114
+ prefixIconColor: import('../../components/VcInput/VcInput.types').VcInputColor;
115
+ }>, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
116
+ id: {
117
+ type: StringConstructor;
118
+ default: undefined;
119
+ };
120
+ modelValue: {
121
+ type: (StringConstructor | NumberConstructor)[];
122
+ required: true;
123
+ };
124
+ disabled: {
125
+ type: BooleanConstructor;
126
+ default: boolean;
127
+ };
128
+ prefixIcon: {
129
+ type: StringConstructor;
130
+ default: string;
131
+ };
132
+ dataTestName: {
133
+ type: StringConstructor;
134
+ default: string;
135
+ };
136
+ prefixIconSize: {
137
+ type: StringConstructor;
138
+ default: string;
139
+ };
140
+ name: {
141
+ type: StringConstructor;
142
+ default: undefined;
143
+ };
144
+ }>>, {
145
+ name: string;
146
+ disabled: boolean;
147
+ dataTestName: string;
148
+ id: string;
149
+ prefixIcon: string;
150
+ prefixIconSize: string;
151
+ }>, import("vue").ComponentOptionsMixin, ("update:modelValue" | "input")[], "update:modelValue" | "input", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
152
+ modelValue: {
153
+ type: (StringConstructor | NumberConstructor)[];
154
+ default: string;
155
+ };
156
+ type: {
157
+ type: PropType<VcInputType>;
158
+ default: string;
159
+ };
160
+ placeholder: {
161
+ type: StringConstructor;
162
+ default: undefined;
163
+ };
164
+ maxLength: {
165
+ type: NumberConstructor;
166
+ default: undefined;
167
+ };
168
+ minLength: {
169
+ type: NumberConstructor;
170
+ default: undefined;
171
+ };
172
+ clearable: {
173
+ type: BooleanConstructor;
174
+ default: boolean;
175
+ };
176
+ readonly: {
177
+ type: BooleanConstructor;
178
+ default: boolean;
179
+ };
180
+ autocomplete: {
181
+ type: StringConstructor;
182
+ default: string;
183
+ };
184
+ isError: {
185
+ type: BooleanConstructor;
186
+ default: boolean;
187
+ };
188
+ }>> & {
189
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
190
+ onInput?: ((...args: any[]) => any) | undefined;
191
+ }, {
192
+ type: VcInputType;
193
+ modelValue: string | number;
194
+ placeholder: string;
195
+ readonly: boolean;
196
+ clearable: boolean;
197
+ autocomplete: string;
198
+ isError: boolean;
199
+ maxLength: number;
200
+ minLength: number;
201
+ }>;
202
+ export default _sfc_main;
@@ -0,0 +1,256 @@
1
+ import { PropType } from 'vue';
2
+ declare const _sfc_main: import("vue").DefineComponent<{
3
+ modelValue: {
4
+ type: PropType<number | null>;
5
+ default: null;
6
+ };
7
+ minValue: {
8
+ type: NumberConstructor;
9
+ default: number;
10
+ };
11
+ maxValue: {
12
+ type: NumberConstructor;
13
+ default: number;
14
+ };
15
+ step: {
16
+ type: NumberConstructor;
17
+ default: number;
18
+ };
19
+ precision: {
20
+ type: NumberConstructor;
21
+ default: undefined;
22
+ };
23
+ readonly: {
24
+ type: BooleanConstructor;
25
+ default: boolean;
26
+ };
27
+ disabled: {
28
+ type: BooleanConstructor;
29
+ default: boolean;
30
+ };
31
+ controlsRight: {
32
+ type: BooleanConstructor;
33
+ default: boolean;
34
+ };
35
+ placeholder: {
36
+ type: StringConstructor;
37
+ default: undefined;
38
+ };
39
+ valueOnClear: {
40
+ type: (StringConstructor | NumberConstructor)[];
41
+ default: undefined;
42
+ };
43
+ fullWidth: {
44
+ type: BooleanConstructor;
45
+ default: boolean;
46
+ };
47
+ }, unknown, unknown, {
48
+ model: {
49
+ get(): number;
50
+ set(value: number | null): void;
51
+ };
52
+ }, {}, import("vue").DefineComponent<{
53
+ clearable: {
54
+ type: BooleanConstructor;
55
+ default: boolean;
56
+ };
57
+ isError: {
58
+ type: BooleanConstructor;
59
+ default: boolean;
60
+ };
61
+ emptyText: {
62
+ type: StringConstructor;
63
+ default: string;
64
+ };
65
+ maxWidth: {
66
+ type: (StringConstructor | NumberConstructor)[];
67
+ default: string;
68
+ };
69
+ }, unknown, unknown, {
70
+ setMaxWidth(): string;
71
+ }, {
72
+ setValue(val: number): void;
73
+ }, import("vue").DefineComponent<{
74
+ id: {
75
+ type: StringConstructor;
76
+ default: undefined;
77
+ };
78
+ modelValue: {
79
+ type: (StringConstructor | NumberConstructor)[];
80
+ required: true;
81
+ };
82
+ disabled: {
83
+ type: BooleanConstructor;
84
+ default: boolean;
85
+ };
86
+ prefixIcon: {
87
+ type: StringConstructor;
88
+ default: string;
89
+ };
90
+ dataTestName: {
91
+ type: StringConstructor;
92
+ default: string;
93
+ };
94
+ prefixIconSize: {
95
+ type: StringConstructor;
96
+ default: string;
97
+ };
98
+ name: {
99
+ type: StringConstructor;
100
+ default: undefined;
101
+ };
102
+ }, unknown, {
103
+ defaultPrefixIcon: string;
104
+ }, {
105
+ prefixClasses(): string[];
106
+ }, {}, import("vue").DefineComponent<{
107
+ prefixIconColor: {
108
+ type: PropType<import("../VcInput/VcInput.types").VcInputColor>;
109
+ default: string;
110
+ };
111
+ color: {
112
+ type: PropType<import("../VcInput/VcInput.types").VcInputColor>;
113
+ default: string;
114
+ };
115
+ }, unknown, {
116
+ colorClass: string;
117
+ iconColorClass: string;
118
+ }, {
119
+ inputClasses(): string;
120
+ prefixIconColorValue(): string;
121
+ prefixIconColorIsHex(): boolean;
122
+ prefixStyle(): import("vue").CSSProperties;
123
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
124
+ prefixIconColor: {
125
+ type: PropType<import("../VcInput/VcInput.types").VcInputColor>;
126
+ default: string;
127
+ };
128
+ color: {
129
+ type: PropType<import("../VcInput/VcInput.types").VcInputColor>;
130
+ default: string;
131
+ };
132
+ }>>, {
133
+ color: import("../VcInput/VcInput.types").VcInputColor;
134
+ prefixIconColor: import("../VcInput/VcInput.types").VcInputColor;
135
+ }>, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
136
+ id: {
137
+ type: StringConstructor;
138
+ default: undefined;
139
+ };
140
+ modelValue: {
141
+ type: (StringConstructor | NumberConstructor)[];
142
+ required: true;
143
+ };
144
+ disabled: {
145
+ type: BooleanConstructor;
146
+ default: boolean;
147
+ };
148
+ prefixIcon: {
149
+ type: StringConstructor;
150
+ default: string;
151
+ };
152
+ dataTestName: {
153
+ type: StringConstructor;
154
+ default: string;
155
+ };
156
+ prefixIconSize: {
157
+ type: StringConstructor;
158
+ default: string;
159
+ };
160
+ name: {
161
+ type: StringConstructor;
162
+ default: undefined;
163
+ };
164
+ }>>, {
165
+ name: string;
166
+ disabled: boolean;
167
+ dataTestName: string;
168
+ id: string;
169
+ prefixIcon: string;
170
+ prefixIconSize: string;
171
+ }>, import("vue").ComponentOptionsMixin, ("update:modelValue" | "input")[], "update:modelValue" | "input", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
172
+ clearable: {
173
+ type: BooleanConstructor;
174
+ default: boolean;
175
+ };
176
+ isError: {
177
+ type: BooleanConstructor;
178
+ default: boolean;
179
+ };
180
+ emptyText: {
181
+ type: StringConstructor;
182
+ default: string;
183
+ };
184
+ maxWidth: {
185
+ type: (StringConstructor | NumberConstructor)[];
186
+ default: string;
187
+ };
188
+ }>> & {
189
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
190
+ onInput?: ((...args: any[]) => any) | undefined;
191
+ }, {
192
+ clearable: boolean;
193
+ isError: boolean;
194
+ emptyText: string;
195
+ maxWidth: string | number;
196
+ }>, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
197
+ modelValue: {
198
+ type: PropType<number | null>;
199
+ default: null;
200
+ };
201
+ minValue: {
202
+ type: NumberConstructor;
203
+ default: number;
204
+ };
205
+ maxValue: {
206
+ type: NumberConstructor;
207
+ default: number;
208
+ };
209
+ step: {
210
+ type: NumberConstructor;
211
+ default: number;
212
+ };
213
+ precision: {
214
+ type: NumberConstructor;
215
+ default: undefined;
216
+ };
217
+ readonly: {
218
+ type: BooleanConstructor;
219
+ default: boolean;
220
+ };
221
+ disabled: {
222
+ type: BooleanConstructor;
223
+ default: boolean;
224
+ };
225
+ controlsRight: {
226
+ type: BooleanConstructor;
227
+ default: boolean;
228
+ };
229
+ placeholder: {
230
+ type: StringConstructor;
231
+ default: undefined;
232
+ };
233
+ valueOnClear: {
234
+ type: (StringConstructor | NumberConstructor)[];
235
+ default: undefined;
236
+ };
237
+ fullWidth: {
238
+ type: BooleanConstructor;
239
+ default: boolean;
240
+ };
241
+ }>> & {
242
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
243
+ }, {
244
+ disabled: boolean;
245
+ modelValue: number | null;
246
+ placeholder: string;
247
+ readonly: boolean;
248
+ step: number;
249
+ valueOnClear: string | number;
250
+ precision: number;
251
+ minValue: number;
252
+ maxValue: number;
253
+ controlsRight: boolean;
254
+ fullWidth: boolean;
255
+ }>;
256
+ export default _sfc_main;
@@ -0,0 +1,28 @@
1
+ declare const _sfc_main: import("vue").DefineComponent<{
2
+ size: {
3
+ type: (StringConstructor | NumberConstructor)[];
4
+ default: number;
5
+ };
6
+ color: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ }, unknown, unknown, {
11
+ styles(): {
12
+ width: string | undefined;
13
+ height: string | undefined;
14
+ };
15
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
16
+ size: {
17
+ type: (StringConstructor | NumberConstructor)[];
18
+ default: number;
19
+ };
20
+ color: {
21
+ type: StringConstructor;
22
+ default: string;
23
+ };
24
+ }>>, {
25
+ size: string | number;
26
+ color: string;
27
+ }>;
28
+ export default _sfc_main;
@@ -0,0 +1,29 @@
1
+ declare const _sfc_main: import("vue").DefineComponent<{
2
+ size: {
3
+ type: (StringConstructor | NumberConstructor)[];
4
+ default: number;
5
+ };
6
+ color: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ }, unknown, unknown, {
11
+ styles(): {
12
+ width: string | undefined;
13
+ height: string | undefined;
14
+ fontSize: string | undefined;
15
+ };
16
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
17
+ size: {
18
+ type: (StringConstructor | NumberConstructor)[];
19
+ default: number;
20
+ };
21
+ color: {
22
+ type: StringConstructor;
23
+ default: string;
24
+ };
25
+ }>>, {
26
+ size: string | number;
27
+ color: string;
28
+ }>;
29
+ export default _sfc_main;
@@ -0,0 +1,36 @@
1
+ declare const _sfc_main: import("vue").DefineComponent<{
2
+ size: {
3
+ type: (StringConstructor | NumberConstructor)[];
4
+ default: number;
5
+ };
6
+ color: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ icon: {
11
+ type: StringConstructor;
12
+ default: string;
13
+ };
14
+ }, unknown, unknown, {
15
+ styles(): {
16
+ fontSize: string | undefined;
17
+ };
18
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
19
+ size: {
20
+ type: (StringConstructor | NumberConstructor)[];
21
+ default: number;
22
+ };
23
+ color: {
24
+ type: StringConstructor;
25
+ default: string;
26
+ };
27
+ icon: {
28
+ type: StringConstructor;
29
+ default: string;
30
+ };
31
+ }>>, {
32
+ size: string | number;
33
+ icon: string;
34
+ color: string;
35
+ }>;
36
+ export default _sfc_main;
@@ -0,0 +1,28 @@
1
+ declare const _sfc_main: import("vue").DefineComponent<{
2
+ size: {
3
+ type: (StringConstructor | NumberConstructor)[];
4
+ default: number;
5
+ };
6
+ color: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ }, unknown, unknown, {
11
+ styles(): {
12
+ width: string | undefined;
13
+ height: string | undefined;
14
+ };
15
+ }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
16
+ size: {
17
+ type: (StringConstructor | NumberConstructor)[];
18
+ default: number;
19
+ };
20
+ color: {
21
+ type: StringConstructor;
22
+ default: string;
23
+ };
24
+ }>>, {
25
+ size: string | number;
26
+ color: string;
27
+ }>;
28
+ export default _sfc_main;
@@ -0,0 +1 @@
1
+ export declare type VcLoadingType = 'circles' | 'load-icon' | 'stretch' | 'lds-spinner';