@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,352 +0,0 @@
1
- import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Component } from 'vue';
2
- declare const meta: {
3
- component: {
4
- new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
5
- modelValue: PropType<string>;
6
- showMenuInPopup: {
7
- type: PropType<boolean>;
8
- default: undefined;
9
- };
10
- isShortable: {
11
- type: PropType<boolean>;
12
- default: boolean;
13
- };
14
- pageMod: {
15
- type: PropType<boolean>;
16
- };
17
- idState: {
18
- type: PropType<string>;
19
- };
20
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
21
- modelValue: PropType<string>;
22
- showMenuInPopup: {
23
- type: PropType<boolean>;
24
- default: undefined;
25
- };
26
- isShortable: {
27
- type: PropType<boolean>;
28
- default: boolean;
29
- };
30
- pageMod: {
31
- type: PropType<boolean>;
32
- };
33
- idState: {
34
- type: PropType<string>;
35
- };
36
- }>>, {
37
- showMenuInPopup: boolean;
38
- isShortable: boolean;
39
- }, true, {}, {}, {
40
- P: {};
41
- B: {};
42
- D: {};
43
- C: {};
44
- M: {};
45
- Defaults: {};
46
- }, Readonly< ExtractPropTypes<{
47
- modelValue: PropType<string>;
48
- showMenuInPopup: {
49
- type: PropType<boolean>;
50
- default: undefined;
51
- };
52
- isShortable: {
53
- type: PropType<boolean>;
54
- default: boolean;
55
- };
56
- pageMod: {
57
- type: PropType<boolean>;
58
- };
59
- idState: {
60
- type: PropType<string>;
61
- };
62
- }>>, {}, {}, {}, {}, {
63
- showMenuInPopup: boolean;
64
- isShortable: boolean;
65
- }>;
66
- __isFragment?: never;
67
- __isTeleport?: never;
68
- __isSuspense?: never;
69
- } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
70
- modelValue: PropType<string>;
71
- showMenuInPopup: {
72
- type: PropType<boolean>;
73
- default: undefined;
74
- };
75
- isShortable: {
76
- type: PropType<boolean>;
77
- default: boolean;
78
- };
79
- pageMod: {
80
- type: PropType<boolean>;
81
- };
82
- idState: {
83
- type: PropType<string>;
84
- };
85
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
86
- showMenuInPopup: boolean;
87
- isShortable: boolean;
88
- }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
89
- $slots: {
90
- menu?(_: {}): any;
91
- };
92
- });
93
- tags: string[];
94
- argTypes: any;
95
- parameters: {
96
- docs: {
97
- description: {
98
- component: string;
99
- };
100
- };
101
- };
102
- };
103
- export declare const Overview: {
104
- args: {
105
- modelValue: string;
106
- idState: string;
107
- isShortable: true;
108
- };
109
- render: (args: any) => {
110
- components: {
111
- TabsView: {
112
- new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
113
- modelValue: PropType<string>;
114
- showMenuInPopup: {
115
- type: PropType<boolean>;
116
- default: undefined;
117
- };
118
- isShortable: {
119
- type: PropType<boolean>;
120
- default: boolean;
121
- };
122
- pageMod: {
123
- type: PropType<boolean>;
124
- };
125
- idState: {
126
- type: PropType<string>;
127
- };
128
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
129
- modelValue: PropType<string>;
130
- showMenuInPopup: {
131
- type: PropType<boolean>;
132
- default: undefined;
133
- };
134
- isShortable: {
135
- type: PropType<boolean>;
136
- default: boolean;
137
- };
138
- pageMod: {
139
- type: PropType<boolean>;
140
- };
141
- idState: {
142
- type: PropType<string>;
143
- };
144
- }>>, {
145
- showMenuInPopup: boolean;
146
- isShortable: boolean;
147
- }, true, {}, {}, {
148
- P: {};
149
- B: {};
150
- D: {};
151
- C: {};
152
- M: {};
153
- Defaults: {};
154
- }, Readonly< ExtractPropTypes<{
155
- modelValue: PropType<string>;
156
- showMenuInPopup: {
157
- type: PropType<boolean>;
158
- default: undefined;
159
- };
160
- isShortable: {
161
- type: PropType<boolean>;
162
- default: boolean;
163
- };
164
- pageMod: {
165
- type: PropType<boolean>;
166
- };
167
- idState: {
168
- type: PropType<string>;
169
- };
170
- }>>, {}, {}, {}, {}, {
171
- showMenuInPopup: boolean;
172
- isShortable: boolean;
173
- }>;
174
- __isFragment?: never;
175
- __isTeleport?: never;
176
- __isSuspense?: never;
177
- } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
178
- modelValue: PropType<string>;
179
- showMenuInPopup: {
180
- type: PropType<boolean>;
181
- default: undefined;
182
- };
183
- isShortable: {
184
- type: PropType<boolean>;
185
- default: boolean;
186
- };
187
- pageMod: {
188
- type: PropType<boolean>;
189
- };
190
- idState: {
191
- type: PropType<string>;
192
- };
193
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
194
- showMenuInPopup: boolean;
195
- isShortable: boolean;
196
- }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
197
- $slots: {
198
- menu?(_: {}): any;
199
- };
200
- });
201
- TabsViewMenuItem: {
202
- new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
203
- icon: {
204
- type: PropType<string>;
205
- };
206
- component: {
207
- type: PropType<Component>;
208
- default: undefined;
209
- };
210
- name: {
211
- type: PropType<string>;
212
- };
213
- href: {
214
- type: PropType<string>;
215
- };
216
- disabled: {
217
- type: PropType<boolean>;
218
- };
219
- scrollable: {
220
- type: PropType<boolean>;
221
- default: boolean;
222
- };
223
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
224
- icon: {
225
- type: PropType<string>;
226
- };
227
- component: {
228
- type: PropType<Component>;
229
- default: undefined;
230
- };
231
- name: {
232
- type: PropType<string>;
233
- };
234
- href: {
235
- type: PropType<string>;
236
- };
237
- disabled: {
238
- type: PropType<boolean>;
239
- };
240
- scrollable: {
241
- type: PropType<boolean>;
242
- default: boolean;
243
- };
244
- }>>, {
245
- component: Component;
246
- scrollable: boolean;
247
- }, true, {}, {}, {
248
- P: {};
249
- B: {};
250
- D: {};
251
- C: {};
252
- M: {};
253
- Defaults: {};
254
- }, Readonly< ExtractPropTypes<{
255
- icon: {
256
- type: PropType<string>;
257
- };
258
- component: {
259
- type: PropType<Component>;
260
- default: undefined;
261
- };
262
- name: {
263
- type: PropType<string>;
264
- };
265
- href: {
266
- type: PropType<string>;
267
- };
268
- disabled: {
269
- type: PropType<boolean>;
270
- };
271
- scrollable: {
272
- type: PropType<boolean>;
273
- default: boolean;
274
- };
275
- }>>, {}, {}, {}, {}, {
276
- component: Component;
277
- scrollable: boolean;
278
- }>;
279
- __isFragment?: never;
280
- __isTeleport?: never;
281
- __isSuspense?: never;
282
- } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
283
- icon: {
284
- type: PropType<string>;
285
- };
286
- component: {
287
- type: PropType<Component>;
288
- default: undefined;
289
- };
290
- name: {
291
- type: PropType<string>;
292
- };
293
- href: {
294
- type: PropType<string>;
295
- };
296
- disabled: {
297
- type: PropType<boolean>;
298
- };
299
- scrollable: {
300
- type: PropType<boolean>;
301
- default: boolean;
302
- };
303
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
304
- component: Component;
305
- scrollable: boolean;
306
- }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
307
- $slots: {
308
- default?(_: {}): any;
309
- };
310
- });
311
- TabsViewMenuTitle: {
312
- new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
313
- isSubtitle: {
314
- type: PropType<boolean>;
315
- };
316
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
317
- isSubtitle: {
318
- type: PropType<boolean>;
319
- };
320
- }>>, {}, true, {}, {}, {
321
- P: {};
322
- B: {};
323
- D: {};
324
- C: {};
325
- M: {};
326
- Defaults: {};
327
- }, Readonly< ExtractPropTypes<{
328
- isSubtitle: {
329
- type: PropType<boolean>;
330
- };
331
- }>>, {}, {}, {}, {}, {}>;
332
- __isFragment?: never;
333
- __isTeleport?: never;
334
- __isSuspense?: never;
335
- } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
336
- isSubtitle: {
337
- type: PropType<boolean>;
338
- };
339
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {}, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
340
- $slots: {
341
- default?(_: {}): any;
342
- };
343
- });
344
- };
345
- setup(this: void): {
346
- args: any;
347
- componentByName: Map<any, any>;
348
- };
349
- template: string;
350
- };
351
- };
352
- export default meta;
@@ -1,333 +0,0 @@
1
- import { CreateComponentPublicInstance, ExtractPropTypes, PropType, Component, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase } from 'vue';
2
- declare const meta: {
3
- component: {
4
- new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
5
- icon: {
6
- type: PropType<string>;
7
- };
8
- component: {
9
- type: PropType<Component>;
10
- default: undefined;
11
- };
12
- name: {
13
- type: PropType<string>;
14
- };
15
- href: {
16
- type: PropType<string>;
17
- };
18
- disabled: {
19
- type: PropType<boolean>;
20
- };
21
- scrollable: {
22
- type: PropType<boolean>;
23
- default: boolean;
24
- };
25
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
26
- icon: {
27
- type: PropType<string>;
28
- };
29
- component: {
30
- type: PropType<Component>;
31
- default: undefined;
32
- };
33
- name: {
34
- type: PropType<string>;
35
- };
36
- href: {
37
- type: PropType<string>;
38
- };
39
- disabled: {
40
- type: PropType<boolean>;
41
- };
42
- scrollable: {
43
- type: PropType<boolean>;
44
- default: boolean;
45
- };
46
- }>>, {
47
- component: Component;
48
- scrollable: boolean;
49
- }, true, {}, {}, {
50
- P: {};
51
- B: {};
52
- D: {};
53
- C: {};
54
- M: {};
55
- Defaults: {};
56
- }, Readonly< ExtractPropTypes<{
57
- icon: {
58
- type: PropType<string>;
59
- };
60
- component: {
61
- type: PropType<Component>;
62
- default: undefined;
63
- };
64
- name: {
65
- type: PropType<string>;
66
- };
67
- href: {
68
- type: PropType<string>;
69
- };
70
- disabled: {
71
- type: PropType<boolean>;
72
- };
73
- scrollable: {
74
- type: PropType<boolean>;
75
- default: boolean;
76
- };
77
- }>>, {}, {}, {}, {}, {
78
- component: Component;
79
- scrollable: boolean;
80
- }>;
81
- __isFragment?: never;
82
- __isTeleport?: never;
83
- __isSuspense?: never;
84
- } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
85
- icon: {
86
- type: PropType<string>;
87
- };
88
- component: {
89
- type: PropType<Component>;
90
- default: undefined;
91
- };
92
- name: {
93
- type: PropType<string>;
94
- };
95
- href: {
96
- type: PropType<string>;
97
- };
98
- disabled: {
99
- type: PropType<boolean>;
100
- };
101
- scrollable: {
102
- type: PropType<boolean>;
103
- default: boolean;
104
- };
105
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
106
- component: Component;
107
- scrollable: boolean;
108
- }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
109
- $slots: {
110
- default?(_: {}): any;
111
- };
112
- });
113
- argTypes: any;
114
- };
115
- export declare const MenuItem: {
116
- args: {
117
- name: string;
118
- href: string;
119
- icon: string;
120
- disabled: false;
121
- scrollable: true;
122
- default: string;
123
- };
124
- render: (args: any) => {
125
- components: {
126
- TabsView: {
127
- new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
128
- modelValue: PropType<string>;
129
- showMenuInPopup: {
130
- type: PropType<boolean>;
131
- default: undefined;
132
- };
133
- isShortable: {
134
- type: PropType<boolean>;
135
- default: boolean;
136
- };
137
- pageMod: {
138
- type: PropType<boolean>;
139
- };
140
- idState: {
141
- type: PropType<string>;
142
- };
143
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
144
- modelValue: PropType<string>;
145
- showMenuInPopup: {
146
- type: PropType<boolean>;
147
- default: undefined;
148
- };
149
- isShortable: {
150
- type: PropType<boolean>;
151
- default: boolean;
152
- };
153
- pageMod: {
154
- type: PropType<boolean>;
155
- };
156
- idState: {
157
- type: PropType<string>;
158
- };
159
- }>>, {
160
- showMenuInPopup: boolean;
161
- isShortable: boolean;
162
- }, true, {}, {}, {
163
- P: {};
164
- B: {};
165
- D: {};
166
- C: {};
167
- M: {};
168
- Defaults: {};
169
- }, Readonly< ExtractPropTypes<{
170
- modelValue: PropType<string>;
171
- showMenuInPopup: {
172
- type: PropType<boolean>;
173
- default: undefined;
174
- };
175
- isShortable: {
176
- type: PropType<boolean>;
177
- default: boolean;
178
- };
179
- pageMod: {
180
- type: PropType<boolean>;
181
- };
182
- idState: {
183
- type: PropType<string>;
184
- };
185
- }>>, {}, {}, {}, {}, {
186
- showMenuInPopup: boolean;
187
- isShortable: boolean;
188
- }>;
189
- __isFragment?: never;
190
- __isTeleport?: never;
191
- __isSuspense?: never;
192
- } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
193
- modelValue: PropType<string>;
194
- showMenuInPopup: {
195
- type: PropType<boolean>;
196
- default: undefined;
197
- };
198
- isShortable: {
199
- type: PropType<boolean>;
200
- default: boolean;
201
- };
202
- pageMod: {
203
- type: PropType<boolean>;
204
- };
205
- idState: {
206
- type: PropType<string>;
207
- };
208
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
209
- showMenuInPopup: boolean;
210
- isShortable: boolean;
211
- }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
212
- $slots: {
213
- menu?(_: {}): any;
214
- };
215
- });
216
- TabsViewMenuItem: {
217
- new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
218
- icon: {
219
- type: PropType<string>;
220
- };
221
- component: {
222
- type: PropType<Component>;
223
- default: undefined;
224
- };
225
- name: {
226
- type: PropType<string>;
227
- };
228
- href: {
229
- type: PropType<string>;
230
- };
231
- disabled: {
232
- type: PropType<boolean>;
233
- };
234
- scrollable: {
235
- type: PropType<boolean>;
236
- default: boolean;
237
- };
238
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
239
- icon: {
240
- type: PropType<string>;
241
- };
242
- component: {
243
- type: PropType<Component>;
244
- default: undefined;
245
- };
246
- name: {
247
- type: PropType<string>;
248
- };
249
- href: {
250
- type: PropType<string>;
251
- };
252
- disabled: {
253
- type: PropType<boolean>;
254
- };
255
- scrollable: {
256
- type: PropType<boolean>;
257
- default: boolean;
258
- };
259
- }>>, {
260
- component: Component;
261
- scrollable: boolean;
262
- }, true, {}, {}, {
263
- P: {};
264
- B: {};
265
- D: {};
266
- C: {};
267
- M: {};
268
- Defaults: {};
269
- }, Readonly< ExtractPropTypes<{
270
- icon: {
271
- type: PropType<string>;
272
- };
273
- component: {
274
- type: PropType<Component>;
275
- default: undefined;
276
- };
277
- name: {
278
- type: PropType<string>;
279
- };
280
- href: {
281
- type: PropType<string>;
282
- };
283
- disabled: {
284
- type: PropType<boolean>;
285
- };
286
- scrollable: {
287
- type: PropType<boolean>;
288
- default: boolean;
289
- };
290
- }>>, {}, {}, {}, {}, {
291
- component: Component;
292
- scrollable: boolean;
293
- }>;
294
- __isFragment?: never;
295
- __isTeleport?: never;
296
- __isSuspense?: never;
297
- } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
298
- icon: {
299
- type: PropType<string>;
300
- };
301
- component: {
302
- type: PropType<Component>;
303
- default: undefined;
304
- };
305
- name: {
306
- type: PropType<string>;
307
- };
308
- href: {
309
- type: PropType<string>;
310
- };
311
- disabled: {
312
- type: PropType<boolean>;
313
- };
314
- scrollable: {
315
- type: PropType<boolean>;
316
- default: boolean;
317
- };
318
- }>>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
319
- component: Component;
320
- scrollable: boolean;
321
- }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
322
- $slots: {
323
- default?(_: {}): any;
324
- };
325
- });
326
- };
327
- setup(this: void): {
328
- args: any;
329
- };
330
- template: string;
331
- };
332
- };
333
- export default meta;