@topvisor/ui 0.9.34-utils-components-3 → 0.9.34-utils-components-5

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 (282) hide show
  1. package/.chunks/{datepicker-CtnkRS5e.es.js → datepicker-Bh_DAFqD.es.js} +2 -2
  2. package/.chunks/{datepicker-CtnkRS5e.es.js.map → datepicker-Bh_DAFqD.es.js.map} +1 -1
  3. package/.chunks/{datepicker-DquD9mIq.amd.js → datepicker-CIbLjf_3.amd.js} +2 -2
  4. package/.chunks/{datepicker-DquD9mIq.amd.js.map → datepicker-CIbLjf_3.amd.js.map} +1 -1
  5. package/.chunks/forms-BfIXIMY_.es.js +1089 -0
  6. package/.chunks/forms-BfIXIMY_.es.js.map +1 -0
  7. package/.chunks/forms-C__H1yL_.amd.js +3 -0
  8. package/.chunks/forms-C__H1yL_.amd.js.map +1 -0
  9. package/.chunks/i18n-BNGjUFTp.amd.js +2 -0
  10. package/.chunks/i18n-BNGjUFTp.amd.js.map +1 -0
  11. package/.chunks/i18n-DCbk4MSK.es.js +20 -0
  12. package/.chunks/i18n-DCbk4MSK.es.js.map +1 -0
  13. package/.chunks/listItem.vue_vue_type_script_setup_true_lang-CaBP5R7L.amd.js +2 -0
  14. package/.chunks/listItem.vue_vue_type_script_setup_true_lang-CaBP5R7L.amd.js.map +1 -0
  15. package/.chunks/listItem.vue_vue_type_script_setup_true_lang-DJZS6vRL.es.js +161 -0
  16. package/.chunks/listItem.vue_vue_type_script_setup_true_lang-DJZS6vRL.es.js.map +1 -0
  17. package/.chunks/{menu-DFQAjecc.es.js → menu-24EpQtdy.es.js} +37 -37
  18. package/.chunks/menu-24EpQtdy.es.js.map +1 -0
  19. package/.chunks/menu-DV1iSTyB.amd.js +2 -0
  20. package/.chunks/menu-DV1iSTyB.amd.js.map +1 -0
  21. package/.chunks/popup-BKd_kjT8.amd.js +440 -0
  22. package/.chunks/popup-BKd_kjT8.amd.js.map +1 -0
  23. package/.chunks/{popup-BoqfTf-1.es.js → popup-DwpeWN20.es.js} +57 -53
  24. package/.chunks/popup-DwpeWN20.es.js.map +1 -0
  25. package/assets/forms.css +1 -1
  26. package/assets/formsExt.css +1 -1
  27. package/common/common.d.ts +1 -1
  28. package/{src/components → components}/formsExt/editInput/editInput.vue.d.ts +1 -10
  29. package/{src/components → components}/formsExt/formsExt.d.ts +2 -0
  30. package/components/formsExt/selector2/itemMulti.vue.d.ts +18 -0
  31. package/components/formsExt/selector2/selector2.vue.d.ts +132 -0
  32. package/{src/components → components}/popup/lib/popup.d.ts +0 -3
  33. package/{src/components → components}/popup/lib/worker.d.ts +0 -4
  34. package/core/app.amd.js +2 -0
  35. package/core/app.amd.js.map +1 -0
  36. package/core/app.d.ts +7 -0
  37. package/core/app.js +307 -0
  38. package/core/app.js.map +1 -0
  39. package/{src/core → core}/core/core.d.ts +17 -24
  40. package/core/core/options.d.ts +24 -0
  41. package/{src/core → core}/core/state.d.ts +3 -2
  42. package/core/core.amd.js +1 -1
  43. package/core/core.d.ts +2 -2
  44. package/core/core.js +1 -1
  45. package/core/directives/focus.d.ts +9 -3
  46. package/core/directives/sticky.d.ts +11 -3
  47. package/core/directives/swimUp.d.ts +10 -3
  48. package/core/directives/tooltip.d.ts +11 -3
  49. package/{src/core/plugin/plugin.d.ts → core/plugins/core.d.ts} +14 -17
  50. package/core/plugins/i18n.d.ts +98 -0
  51. package/core/plugins/piniaTPA.d.ts +18 -0
  52. package/core/utils/clipboard.d.ts +1 -0
  53. package/{src/core → core}/utils/price.d.ts +3 -1
  54. package/{src/core → core}/utils/system.d.ts +0 -1
  55. package/forms/forms.amd.js +1 -1
  56. package/forms/forms.d.ts +1 -1
  57. package/forms/forms.js +7 -7
  58. package/forms/helpers.d.ts +1 -1
  59. package/formsExt/formsExt.amd.js +1 -1
  60. package/formsExt/formsExt.amd.js.map +1 -1
  61. package/formsExt/formsExt.d.ts +1 -1
  62. package/formsExt/formsExt.js +357 -122
  63. package/formsExt/formsExt.js.map +1 -1
  64. package/package.json +5 -1
  65. package/popup/popup.amd.js +1 -1
  66. package/popup/popup.amd.js.map +1 -1
  67. package/popup/popup.d.ts +1 -1
  68. package/popup/popup.js +6 -6
  69. package/popup/worker.amd.js +1 -1
  70. package/popup/worker.amd.js.map +1 -1
  71. package/popup/worker.d.ts +2 -2
  72. package/popup/worker.js +5 -7
  73. package/popup/worker.js.map +1 -1
  74. package/project/project.amd.js +1 -1
  75. package/project/project.amd.js.map +1 -1
  76. package/project/project.d.ts +1 -1
  77. package/project/project.js +7 -7
  78. package/project/project.js.map +1 -1
  79. package/tabs/tabs.amd.js +1 -1
  80. package/tabs/tabs.d.ts +1 -1
  81. package/tabs/tabs.js +5 -5
  82. package/tabsView/tabsView.amd.js +1 -1
  83. package/tabsView/tabsView.amd.js.map +1 -1
  84. package/tabsView/tabsView.d.ts +1 -1
  85. package/tabsView/tabsView.js +8 -8
  86. package/tabsView/tabsView.js.map +1 -1
  87. package/utils/check.d.ts +1 -1
  88. package/utils/clipboard.amd.js +2 -0
  89. package/utils/clipboard.amd.js.map +1 -0
  90. package/utils/clipboard.d.ts +1 -0
  91. package/utils/clipboard.js +10 -0
  92. package/utils/clipboard.js.map +1 -0
  93. package/utils/css.d.ts +1 -1
  94. package/utils/date.amd.js +1 -1
  95. package/utils/date.d.ts +1 -1
  96. package/utils/date.js +4 -4
  97. package/utils/device.amd.js +1 -1
  98. package/utils/device.d.ts +1 -1
  99. package/utils/device.js +5 -5
  100. package/utils/dom.d.ts +2 -2
  101. package/utils/image.d.ts +1 -1
  102. package/utils/keyboard.d.ts +1 -1
  103. package/utils/number.d.ts +1 -1
  104. package/utils/price.amd.js +1 -1
  105. package/utils/price.amd.js.map +1 -1
  106. package/utils/price.d.ts +1 -1
  107. package/utils/price.js +8 -5
  108. package/utils/price.js.map +1 -1
  109. package/utils/route.d.ts +1 -1
  110. package/utils/scroll.amd.js +1 -1
  111. package/utils/scroll.d.ts +1 -1
  112. package/utils/scroll.js +1 -1
  113. package/utils/store.d.ts +1 -1
  114. package/utils/string.amd.js +1 -1
  115. package/utils/string.amd.js.map +1 -1
  116. package/utils/string.d.ts +1 -1
  117. package/utils/string.js +38 -35
  118. package/utils/string.js.map +1 -1
  119. package/utils/system.amd.js +1 -1
  120. package/utils/system.amd.js.map +1 -1
  121. package/utils/system.d.ts +1 -1
  122. package/utils/system.js +16 -17
  123. package/utils/system.js.map +1 -1
  124. package/utils/url.d.ts +1 -1
  125. package/utils/window.amd.js +1 -1
  126. package/utils/window.d.ts +1 -1
  127. package/utils/window.js +1 -1
  128. package/web-types.json +62 -62
  129. package/.chunks/forms-CvUw0pdr.amd.js +0 -3
  130. package/.chunks/forms-CvUw0pdr.amd.js.map +0 -1
  131. package/.chunks/forms-zlyhVXZ9.es.js +0 -1186
  132. package/.chunks/forms-zlyhVXZ9.es.js.map +0 -1
  133. package/.chunks/listItem.vue_vue_type_script_setup_true_lang-C0vCVRTn.amd.js +0 -2
  134. package/.chunks/listItem.vue_vue_type_script_setup_true_lang-C0vCVRTn.amd.js.map +0 -1
  135. package/.chunks/listItem.vue_vue_type_script_setup_true_lang-C1JdWeQq.es.js +0 -164
  136. package/.chunks/listItem.vue_vue_type_script_setup_true_lang-C1JdWeQq.es.js.map +0 -1
  137. package/.chunks/menu-D8OY3zle.amd.js +0 -2
  138. package/.chunks/menu-D8OY3zle.amd.js.map +0 -1
  139. package/.chunks/menu-DFQAjecc.es.js.map +0 -1
  140. package/.chunks/popup-31lyEYe3.amd.js +0 -440
  141. package/.chunks/popup-31lyEYe3.amd.js.map +0 -1
  142. package/.chunks/popup-BoqfTf-1.es.js.map +0 -1
  143. package/core/directives/focus.amd.js +0 -2
  144. package/core/directives/focus.amd.js.map +0 -1
  145. package/core/directives/focus.js +0 -5
  146. package/core/directives/focus.js.map +0 -1
  147. package/core/directives/sticky.amd.js +0 -2
  148. package/core/directives/sticky.amd.js.map +0 -1
  149. package/core/directives/sticky.js +0 -5
  150. package/core/directives/sticky.js.map +0 -1
  151. package/core/directives/swimUp.amd.js +0 -2
  152. package/core/directives/swimUp.amd.js.map +0 -1
  153. package/core/directives/swimUp.js +0 -5
  154. package/core/directives/swimUp.js.map +0 -1
  155. package/core/directives/tooltip.amd.js +0 -2
  156. package/core/directives/tooltip.amd.js.map +0 -1
  157. package/core/directives/tooltip.js +0 -5
  158. package/core/directives/tooltip.js.map +0 -1
  159. package/core/plugin/plugin.amd.js +0 -2
  160. package/core/plugin/plugin.amd.js.map +0 -1
  161. package/core/plugin/plugin.d.ts +0 -3
  162. package/core/plugin/plugin.js +0 -23
  163. package/core/plugin/plugin.js.map +0 -1
  164. package/src/components/forms/avatar/avatar.stories.d.ts +0 -85
  165. package/src/components/forms/button/button.stories.d.ts +0 -278
  166. package/src/components/forms/checkbox/checkbox.stories.d.ts +0 -116
  167. package/src/components/forms/controlLabel/controlLabel.stories.d.ts +0 -65
  168. package/src/components/forms/hint/hint.stories.d.ts +0 -75
  169. package/src/components/forms/input/input.stories.d.ts +0 -226
  170. package/src/components/forms/inputDate/inputDate.stories.d.ts +0 -117
  171. package/src/components/forms/inputRange/inputRange.stories.d.ts +0 -285
  172. package/src/components/forms/loadbar/loadbar.stories.d.ts +0 -10
  173. package/src/components/forms/radio/radio.stories.d.ts +0 -132
  174. package/src/components/forms/select/select.stories.d.ts +0 -108
  175. package/src/components/forms/switcher/switcher.stories.d.ts +0 -127
  176. package/src/components/forms/textarea/textarea.stories.d.ts +0 -90
  177. package/src/components/formsExt/editArea/editArea.stories.d.ts +0 -158
  178. package/src/components/formsExt/editInput/editInput.stories.d.ts +0 -98
  179. package/src/components/formsExt/menu/menu.stories.d.ts +0 -82
  180. package/src/components/formsExt/radioGroup/radioGroup.stories.d.ts +0 -67
  181. package/src/components/formsExt/selector2/selector2.stories.d.ts +0 -277
  182. package/src/components/popup/popup/popup.stories.d.ts +0 -701
  183. package/src/components/project/selectorCompetitors/selectorCompetitors.stories.d.ts +0 -43
  184. package/src/components/tabs/tabs/tabs.stories.d.ts +0 -539
  185. package/src/components/tabsView/tabsView/tabsView.stories.d.ts +0 -352
  186. package/src/components/tabsView/tabsView//320/255/320/273/320/265/320/274/320/265/320/275/321/202/321/213/MenuItem.stories.d.ts +0 -333
  187. package/src/components/tabsView/tabsView//320/255/320/273/320/265/320/274/320/265/320/275/321/202/321/213/MenuTitle.stories.d.ts +0 -175
  188. package/src/core/core/options.d.ts +0 -13
  189. package/src/core/core/page.d.ts +0 -7
  190. package/src/core/directives/focus.d.ts +0 -9
  191. package/src/core/directives/sticky.d.ts +0 -11
  192. package/src/core/directives/swimUp.d.ts +0 -10
  193. package/src/core/directives/tooltip.d.ts +0 -11
  194. /package/{src/components → components}/common/common.d.ts +0 -0
  195. /package/{src/components → components}/common/icon/icon.d.ts +0 -0
  196. /package/{src/components → components}/forms/avatar/avatar.d.ts +0 -0
  197. /package/{src/components → components}/forms/avatar/avatar.vue.d.ts +0 -0
  198. /package/{src/components → components}/forms/button/button.d.ts +0 -0
  199. /package/{src/components → components}/forms/button/button.vue.d.ts +0 -0
  200. /package/{src/components → components}/forms/checkbox/checkbox.d.ts +0 -0
  201. /package/{src/components → components}/forms/checkbox/checkbox.vue.d.ts +0 -0
  202. /package/{src/components → components}/forms/controlLabel/controlLabel.d.ts +0 -0
  203. /package/{src/components → components}/forms/controlLabel/controlLabel.vue.d.ts +0 -0
  204. /package/{src/components → components}/forms/forms.d.ts +0 -0
  205. /package/{src/components → components}/forms/helpers.d.ts +0 -0
  206. /package/{src/components → components}/forms/hint/hint.d.ts +0 -0
  207. /package/{src/components → components}/forms/hint/hint.vue.d.ts +0 -0
  208. /package/{src/components → components}/forms/input/input.d.ts +0 -0
  209. /package/{src/components → components}/forms/input/input.vue.d.ts +0 -0
  210. /package/{src/components → components}/forms/inputDate/datepicker.d.ts +0 -0
  211. /package/{src/components → components}/forms/inputDate/inputDate.d.ts +0 -0
  212. /package/{src/components → components}/forms/inputDate/inputDate.vue.d.ts +0 -0
  213. /package/{src/components → components}/forms/inputRange/inputRange.d.ts +0 -0
  214. /package/{src/components → components}/forms/inputRange/inputRange.vue.d.ts +0 -0
  215. /package/{src/components → components}/forms/loadbar/loadbar.vue.d.ts +0 -0
  216. /package/{src/components → components}/forms/radio/radio.d.ts +0 -0
  217. /package/{src/components → components}/forms/radio/radio.vue.d.ts +0 -0
  218. /package/{src/components → components}/forms/select/select.d.ts +0 -0
  219. /package/{src/components → components}/forms/select/select.vue.d.ts +0 -0
  220. /package/{src/components → components}/forms/select/stories/exampleOptions.d.ts +0 -0
  221. /package/{src/components → components}/forms/switcher/switcher.d.ts +0 -0
  222. /package/{src/components → components}/forms/switcher/switcher.vue.d.ts +0 -0
  223. /package/{src/components → components}/forms/textarea/textarea.d.ts +0 -0
  224. /package/{src/components → components}/forms/textarea/textarea.vue.d.ts +0 -0
  225. /package/{src/components → components}/formsExt/editArea/editArea.d.ts +0 -0
  226. /package/{src/components → components}/formsExt/editArea/editArea.vue.d.ts +0 -0
  227. /package/{src/components → components}/formsExt/editInput/editInput.d.ts +0 -0
  228. /package/{src/components → components}/formsExt/menu/menu.d.ts +0 -0
  229. /package/{src/components → components}/formsExt/menu/menu.vue.d.ts +0 -0
  230. /package/{src/components → components}/formsExt/menu/stories/items.d.ts +0 -0
  231. /package/{src/components → components}/formsExt/radioGroup/radioGroup.d.ts +0 -0
  232. /package/{src/components → components}/formsExt/radioGroup/radioGroup.vue.d.ts +0 -0
  233. /package/{src/components → components}/formsExt/selector2/api.d.ts +0 -0
  234. /package/{src/components → components}/formsExt/selector2/selector2.d.ts +0 -0
  235. /package/{src/components → components}/formsExt/selector2/stories/dummyAPIRequest.d.ts +0 -0
  236. /package/{src/components → components}/popup/lib/popup.globalEvents.d.ts +0 -0
  237. /package/{src/components → components}/popup/lib/worker.globalEvents.d.ts +0 -0
  238. /package/{src/components → components}/popup/popup/listItem.vue.d.ts +0 -0
  239. /package/{src/components → components}/popup/popup/opener.vue.d.ts +0 -0
  240. /package/{src/components → components}/popup/popup/popup.d.ts +0 -0
  241. /package/{src/components → components}/popup/popup/popup.vue.d.ts +0 -0
  242. /package/{src/components → components}/popup/popup/widgetInput.vue.d.ts +0 -0
  243. /package/{src/components → components}/popup/popup.d.ts +0 -0
  244. /package/{src/components → components}/popup/worker.d.ts +0 -0
  245. /package/{src/components → components}/project/project.d.ts +0 -0
  246. /package/{src/components → components}/project/selectorCompetitors/composables.d.ts +0 -0
  247. /package/{src/components → components}/project/selectorCompetitors/selectorCompetitors.d.ts +0 -0
  248. /package/{src/components → components}/project/selectorCompetitors/selectorCompetitors.vue.d.ts +0 -0
  249. /package/{src/components → components}/project/selectorCompetitors/stories/items.d.ts +0 -0
  250. /package/{src/components → components}/project/selectorCompetitors/types/competitor.d.ts +0 -0
  251. /package/{src/components → components}/tabs/tabs/content.vue.d.ts +0 -0
  252. /package/{src/components → components}/tabs/tabs/tab.vue.d.ts +0 -0
  253. /package/{src/components → components}/tabs/tabs/tabs.d.ts +0 -0
  254. /package/{src/components → components}/tabs/tabs/tabs.vue.d.ts +0 -0
  255. /package/{src/components → components}/tabs/tabs.d.ts +0 -0
  256. /package/{src/components → components}/tabsView/tabsView/menu.vue.d.ts +0 -0
  257. /package/{src/components → components}/tabsView/tabsView/menuDelimeter.vue.d.ts +0 -0
  258. /package/{src/components → components}/tabsView/tabsView/menuItem.vue.d.ts +0 -0
  259. /package/{src/components → components}/tabsView/tabsView/menuTitle.vue.d.ts +0 -0
  260. /package/{src/components → components}/tabsView/tabsView/store.d.ts +0 -0
  261. /package/{src/components → components}/tabsView/tabsView/tabsView.d.ts +0 -0
  262. /package/{src/components → components}/tabsView/tabsView/tabsView.vue.d.ts +0 -0
  263. /package/{src/components → components}/tabsView/tabsView/utils.d.ts +0 -0
  264. /package/{src/components → components}/tabsView/tabsView.d.ts +0 -0
  265. /package/{src/core → core}/core/events.d.ts +0 -0
  266. /package/{src/core → core}/utils/check.d.ts +0 -0
  267. /package/{src/core → core}/utils/css.d.ts +0 -0
  268. /package/{src/core → core}/utils/date.d.ts +0 -0
  269. /package/{src/core → core}/utils/device.d.ts +0 -0
  270. /package/{src/core → core}/utils/dom.d.ts +0 -0
  271. /package/{src/core → core}/utils/image.d.ts +0 -0
  272. /package/{src/core → core}/utils/keyboard.d.ts +0 -0
  273. /package/{src/core → core}/utils/number.d.ts +0 -0
  274. /package/{src/core → core}/utils/route.d.ts +0 -0
  275. /package/{src/core → core}/utils/scroll.d.ts +0 -0
  276. /package/{src/core → core}/utils/store/localStorage.d.ts +0 -0
  277. /package/{src/core → core}/utils/store/plugin.d.ts +0 -0
  278. /package/{src/core → core}/utils/store/store.d.ts +0 -0
  279. /package/{src/core → core}/utils/store.d.ts +0 -0
  280. /package/{src/core → core}/utils/string.d.ts +0 -0
  281. /package/{src/core → core}/utils/url.d.ts +0 -0
  282. /package/{src/core → core}/utils/window.d.ts +0 -0
@@ -1,278 +0,0 @@
1
- import { StoryObj } from '@storybook/vue3';
2
- import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
- import { Size } from '../helpers';
4
-
5
- import * as ComponentsConst from './button';
6
- declare const meta: {
7
- component: {
8
- new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
9
- icon: {
10
- type: PropType<string>;
11
- };
12
- icon2: {
13
- type: PropType<string>;
14
- };
15
- title: {
16
- type: PropType<string>;
17
- };
18
- size: {
19
- type: PropType<Size>;
20
- default: string;
21
- };
22
- color: {
23
- type: PropType<ComponentsConst.Color>;
24
- default: string;
25
- };
26
- styling: {
27
- type: PropType<ComponentsConst.Style>;
28
- default: string;
29
- };
30
- name: {
31
- type: PropType<string>;
32
- };
33
- href: {
34
- type: PropType<string>;
35
- };
36
- disabled: {
37
- type: PropType<boolean>;
38
- };
39
- isSubmit: {
40
- type: PropType<boolean>;
41
- };
42
- isActive: {
43
- type: PropType<boolean>;
44
- };
45
- isProgress: {
46
- type: PropType<boolean>;
47
- };
48
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
49
- icon: {
50
- type: PropType<string>;
51
- };
52
- icon2: {
53
- type: PropType<string>;
54
- };
55
- title: {
56
- type: PropType<string>;
57
- };
58
- size: {
59
- type: PropType<Size>;
60
- default: string;
61
- };
62
- color: {
63
- type: PropType<ComponentsConst.Color>;
64
- default: string;
65
- };
66
- styling: {
67
- type: PropType<ComponentsConst.Style>;
68
- default: string;
69
- };
70
- name: {
71
- type: PropType<string>;
72
- };
73
- href: {
74
- type: PropType<string>;
75
- };
76
- disabled: {
77
- type: PropType<boolean>;
78
- };
79
- isSubmit: {
80
- type: PropType<boolean>;
81
- };
82
- isActive: {
83
- type: PropType<boolean>;
84
- };
85
- isProgress: {
86
- type: PropType<boolean>;
87
- };
88
- }>>, {
89
- size: Size;
90
- color: ComponentsConst.Color;
91
- styling: ComponentsConst.Style;
92
- }, true, {}, {}, {
93
- P: {};
94
- B: {};
95
- D: {};
96
- C: {};
97
- M: {};
98
- Defaults: {};
99
- }, Readonly< ExtractPropTypes<{
100
- icon: {
101
- type: PropType<string>;
102
- };
103
- icon2: {
104
- type: PropType<string>;
105
- };
106
- title: {
107
- type: PropType<string>;
108
- };
109
- size: {
110
- type: PropType<Size>;
111
- default: string;
112
- };
113
- color: {
114
- type: PropType<ComponentsConst.Color>;
115
- default: string;
116
- };
117
- styling: {
118
- type: PropType<ComponentsConst.Style>;
119
- default: string;
120
- };
121
- name: {
122
- type: PropType<string>;
123
- };
124
- href: {
125
- type: PropType<string>;
126
- };
127
- disabled: {
128
- type: PropType<boolean>;
129
- };
130
- isSubmit: {
131
- type: PropType<boolean>;
132
- };
133
- isActive: {
134
- type: PropType<boolean>;
135
- };
136
- isProgress: {
137
- type: PropType<boolean>;
138
- };
139
- }>>, {}, {}, {}, {}, {
140
- size: Size;
141
- color: ComponentsConst.Color;
142
- styling: ComponentsConst.Style;
143
- }>;
144
- __isFragment?: never;
145
- __isTeleport?: never;
146
- __isSuspense?: never;
147
- } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
148
- icon: {
149
- type: PropType<string>;
150
- };
151
- icon2: {
152
- type: PropType<string>;
153
- };
154
- title: {
155
- type: PropType<string>;
156
- };
157
- size: {
158
- type: PropType<Size>;
159
- default: string;
160
- };
161
- color: {
162
- type: PropType<ComponentsConst.Color>;
163
- default: string;
164
- };
165
- styling: {
166
- type: PropType<ComponentsConst.Style>;
167
- default: string;
168
- };
169
- name: {
170
- type: PropType<string>;
171
- };
172
- href: {
173
- type: PropType<string>;
174
- };
175
- disabled: {
176
- type: PropType<boolean>;
177
- };
178
- isSubmit: {
179
- type: PropType<boolean>;
180
- };
181
- isActive: {
182
- type: PropType<boolean>;
183
- };
184
- isProgress: {
185
- type: PropType<boolean>;
186
- };
187
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
188
- size: Size;
189
- color: ComponentsConst.Color;
190
- styling: ComponentsConst.Style;
191
- }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
192
- $slots: {
193
- default?(_: {}): any;
194
- html?(_: {}): any;
195
- };
196
- });
197
- tags: string[];
198
- argTypes: any;
199
- parameters: {
200
- docs: {
201
- description: {
202
- component: string;
203
- };
204
- };
205
- design: {
206
- type: string;
207
- url: string;
208
- };
209
- };
210
- };
211
- type Story = StoryObj<typeof meta>;
212
- export declare const Playground: {
213
- args: {
214
- default: string;
215
- };
216
- };
217
- export declare const Overview: Story;
218
- export declare const Regular: {
219
- args: {
220
- default: string;
221
- title: string;
222
- color: "blue";
223
- };
224
- };
225
- export declare const RegularTheme: {
226
- args: {
227
- default: string;
228
- title: string;
229
- color: "theme";
230
- };
231
- };
232
- export declare const Soft: {
233
- args: {
234
- default: string;
235
- title: string;
236
- color: "blue";
237
- styling: "soft";
238
- };
239
- };
240
- export declare const SoftTheme: {
241
- args: {
242
- default: string;
243
- title: string;
244
- color: "theme";
245
- styling: "soft";
246
- };
247
- };
248
- export declare const Outline: {
249
- args: {
250
- default: string;
251
- title: string;
252
- color: "blue";
253
- styling: "outline";
254
- };
255
- };
256
- export declare const OutlineTheme: {
257
- args: {
258
- default: string;
259
- title: string;
260
- color: "theme";
261
- styling: "outline";
262
- };
263
- };
264
- export declare const Icons: {
265
- args: {
266
- default: string;
267
- title: string;
268
- icon: string;
269
- icon2: string;
270
- };
271
- };
272
- export declare const OnlyOneIcons: {
273
- args: {
274
- title: string;
275
- icon: string;
276
- };
277
- };
278
- export default meta;
@@ -1,116 +0,0 @@
1
- import { StoryObj } from '@storybook/vue3';
2
- import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
3
-
4
- import * as ComponentsConst from './checkbox';
5
- declare const meta: {
6
- component: {
7
- new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
8
- modelValue: PropType<ComponentsConst.Props["modelValue"]>;
9
- name: {
10
- type: PropType<string>;
11
- };
12
- value: {
13
- type: PropType<string>;
14
- };
15
- description: {
16
- type: PropType<string>;
17
- };
18
- disabled: {
19
- type: PropType<boolean>;
20
- };
21
- indeterminate: {
22
- type: PropType<boolean>;
23
- };
24
- isError: {
25
- type: PropType<boolean>;
26
- };
27
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
28
- modelValue: PropType<ComponentsConst.Props["modelValue"]>;
29
- name: {
30
- type: PropType<string>;
31
- };
32
- value: {
33
- type: PropType<string>;
34
- };
35
- description: {
36
- type: PropType<string>;
37
- };
38
- disabled: {
39
- type: PropType<boolean>;
40
- };
41
- indeterminate: {
42
- type: PropType<boolean>;
43
- };
44
- isError: {
45
- type: PropType<boolean>;
46
- };
47
- }>>, {}, true, {}, {}, {
48
- P: {};
49
- B: {};
50
- D: {};
51
- C: {};
52
- M: {};
53
- Defaults: {};
54
- }, Readonly< ExtractPropTypes<{
55
- modelValue: PropType<ComponentsConst.Props["modelValue"]>;
56
- name: {
57
- type: PropType<string>;
58
- };
59
- value: {
60
- type: PropType<string>;
61
- };
62
- description: {
63
- type: PropType<string>;
64
- };
65
- disabled: {
66
- type: PropType<boolean>;
67
- };
68
- indeterminate: {
69
- type: PropType<boolean>;
70
- };
71
- isError: {
72
- type: PropType<boolean>;
73
- };
74
- }>>, {}, {}, {}, {}, {}>;
75
- __isFragment?: never;
76
- __isTeleport?: never;
77
- __isSuspense?: never;
78
- } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
79
- modelValue: PropType<ComponentsConst.Props["modelValue"]>;
80
- name: {
81
- type: PropType<string>;
82
- };
83
- value: {
84
- type: PropType<string>;
85
- };
86
- description: {
87
- type: PropType<string>;
88
- };
89
- disabled: {
90
- type: PropType<boolean>;
91
- };
92
- indeterminate: {
93
- type: PropType<boolean>;
94
- };
95
- isError: {
96
- type: PropType<boolean>;
97
- };
98
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
99
- $slots: {
100
- default?(_: {}): any;
101
- };
102
- });
103
- tags: string[];
104
- argTypes: any;
105
- args: {
106
- modelValue: false;
107
- };
108
- };
109
- type Story = StoryObj<typeof meta>;
110
- export declare const Playground: {
111
- args: {
112
- default: string;
113
- };
114
- };
115
- export declare const Overview: Story;
116
- export default meta;
@@ -1,65 +0,0 @@
1
- import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
2
- /**
3
- * Компонент для вставки заголовка с описанием к элементу управления формы.
4
- *
5
- * Элементы управления:
6
- * - checkbox
7
- * - radio
8
- * - switcher
9
- */
10
- declare const meta: {
11
- component: {
12
- new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
13
- description: {
14
- type: PropType<string>;
15
- };
16
- disabled: {
17
- type: PropType<boolean>;
18
- };
19
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
20
- description: {
21
- type: PropType<string>;
22
- };
23
- disabled: {
24
- type: PropType<boolean>;
25
- };
26
- }>>, {}, true, {}, {}, {
27
- P: {};
28
- B: {};
29
- D: {};
30
- C: {};
31
- M: {};
32
- Defaults: {};
33
- }, Readonly< ExtractPropTypes<{
34
- description: {
35
- type: PropType<string>;
36
- };
37
- disabled: {
38
- type: PropType<boolean>;
39
- };
40
- }>>, {}, {}, {}, {}, {}>;
41
- __isFragment?: never;
42
- __isTeleport?: never;
43
- __isSuspense?: never;
44
- } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
45
- description: {
46
- type: PropType<string>;
47
- };
48
- disabled: {
49
- type: PropType<boolean>;
50
- };
51
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
52
- $slots: {
53
- default?(_: {}): any;
54
- };
55
- });
56
- tags: string[];
57
- argTypes: any;
58
- };
59
- export declare const Playground: {
60
- args: {
61
- default: string;
62
- description: string;
63
- };
64
- };
65
- export default meta;
@@ -1,75 +0,0 @@
1
- import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes, VNodeRef, VNode } from 'vue';
2
- /**
3
- * Компонент для вывода иконки с подсказкой
4
- *
5
- * Для настройки tooltip см. директиву v-top-tooltip
6
- */
7
- declare const meta: {
8
- component: DefineComponent<{
9
- hint: {
10
- type: PropType<string>;
11
- required: true;
12
- };
13
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
14
- hint: {
15
- type: PropType<string>;
16
- required: true;
17
- };
18
- }>>, {}, {}>;
19
- tags: string[];
20
- args: {
21
- hint: string;
22
- };
23
- argTypes: any;
24
- };
25
- export declare const Playground: {};
26
- export declare const Tooltip: {
27
- render: (args: {
28
- style?: unknown;
29
- key?: PropertyKey | undefined;
30
- ref?: VNodeRef | undefined;
31
- class?: unknown;
32
- ref_for?: boolean | undefined;
33
- ref_key?: string | undefined;
34
- onVnodeBeforeMount?: (((vnode: VNode) => void) | ((vnode: VNode) => void)[]) | undefined;
35
- onVnodeMounted?: (((vnode: VNode) => void) | ((vnode: VNode) => void)[]) | undefined;
36
- onVnodeBeforeUpdate?: (((vnode: VNode, oldVNode: VNode) => void) | ((vnode: VNode, oldVNode: VNode) => void)[]) | undefined;
37
- onVnodeUpdated?: (((vnode: VNode, oldVNode: VNode) => void) | ((vnode: VNode, oldVNode: VNode) => void)[]) | undefined;
38
- onVnodeBeforeUnmount?: (((vnode: VNode) => void) | ((vnode: VNode) => void)[]) | undefined;
39
- onVnodeUnmounted?: (((vnode: VNode) => void) | ((vnode: VNode) => void)[]) | undefined;
40
- readonly hint: string;
41
- }) => {
42
- components: {
43
- Hint: DefineComponent<{
44
- hint: {
45
- type: PropType<string>;
46
- required: true;
47
- };
48
- }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
49
- hint: {
50
- type: PropType<string>;
51
- required: true;
52
- };
53
- }>>, {}, {}>;
54
- };
55
- setup(this: void): {
56
- args: {
57
- style?: unknown;
58
- key?: PropertyKey | undefined;
59
- ref?: VNodeRef | undefined;
60
- class?: unknown;
61
- ref_for?: boolean | undefined;
62
- ref_key?: string | undefined;
63
- onVnodeBeforeMount?: (((vnode: VNode) => void) | ((vnode: VNode) => void)[]) | undefined;
64
- onVnodeMounted?: (((vnode: VNode) => void) | ((vnode: VNode) => void)[]) | undefined;
65
- onVnodeBeforeUpdate?: (((vnode: VNode, oldVNode: VNode) => void) | ((vnode: VNode, oldVNode: VNode) => void)[]) | undefined;
66
- onVnodeUpdated?: (((vnode: VNode, oldVNode: VNode) => void) | ((vnode: VNode, oldVNode: VNode) => void)[]) | undefined;
67
- onVnodeBeforeUnmount?: (((vnode: VNode) => void) | ((vnode: VNode) => void)[]) | undefined;
68
- onVnodeUnmounted?: (((vnode: VNode) => void) | ((vnode: VNode) => void)[]) | undefined;
69
- readonly hint: string;
70
- };
71
- };
72
- template: string;
73
- };
74
- };
75
- export default meta;