@topvisor/ui 0.9.31-3 → 0.9.33-dev

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 (185) hide show
  1. package/.chunks/{datepicker-CCrqadMd.amd.js → datepicker-B2sjxM3R.amd.js} +29 -16
  2. package/.chunks/datepicker-B2sjxM3R.amd.js.map +1 -0
  3. package/.chunks/{datepicker-vwT52g9l.es.js → datepicker-V4rjmE4P.es.js} +44 -31
  4. package/.chunks/datepicker-V4rjmE4P.es.js.map +1 -0
  5. package/.chunks/forms-Dixfp052.amd.js +4 -0
  6. package/.chunks/forms-Dixfp052.amd.js.map +1 -0
  7. package/.chunks/forms-o7UeMJFf.es.js +1507 -0
  8. package/.chunks/forms-o7UeMJFf.es.js.map +1 -0
  9. package/.chunks/{listItem.vue_vue_type_script_setup_true_lang-Fl7AM9wy.es.js → listItem.vue_vue_type_script_setup_true_lang-BliXIrA8.es.js} +2 -2
  10. package/.chunks/{listItem.vue_vue_type_script_setup_true_lang-Fl7AM9wy.es.js.map → listItem.vue_vue_type_script_setup_true_lang-BliXIrA8.es.js.map} +1 -1
  11. package/.chunks/{listItem.vue_vue_type_script_setup_true_lang-Cr9e1nzK.amd.js → listItem.vue_vue_type_script_setup_true_lang-C0tRJmSC.amd.js} +2 -2
  12. package/.chunks/{listItem.vue_vue_type_script_setup_true_lang-Cr9e1nzK.amd.js.map → listItem.vue_vue_type_script_setup_true_lang-C0tRJmSC.amd.js.map} +1 -1
  13. package/.chunks/{menu-CYVPcwEJ.es.js → menu-CHczkYl6.es.js} +2 -2
  14. package/.chunks/{menu-CYVPcwEJ.es.js.map → menu-CHczkYl6.es.js.map} +1 -1
  15. package/.chunks/{menu-BGUYnOx6.amd.js → menu-buQxcAhv.amd.js} +2 -2
  16. package/.chunks/{menu-BGUYnOx6.amd.js.map → menu-buQxcAhv.amd.js.map} +1 -1
  17. package/.chunks/{popup-CcxDRowY.amd.js → popup-BMNS1F2G.amd.js} +76 -22
  18. package/.chunks/popup-BMNS1F2G.amd.js.map +1 -0
  19. package/.chunks/{popup-kXOd0_xN.es.js → popup-CJLGyBwQ.es.js} +76 -22
  20. package/.chunks/popup-CJLGyBwQ.es.js.map +1 -0
  21. package/.chunks/{widgetInput-DfOBj0qz.amd.js → widgetInput-ASxjfQpi.amd.js} +2 -2
  22. package/.chunks/widgetInput-ASxjfQpi.amd.js.map +1 -0
  23. package/.chunks/{widgetInput-Dp8KRAPK.es.js → widgetInput-p8fSQGk9.es.js} +2 -2
  24. package/.chunks/widgetInput-p8fSQGk9.es.js.map +1 -0
  25. package/assets/core.css +1 -1
  26. package/assets/dark.css +1 -1
  27. package/assets/forms.css +1 -1
  28. package/assets/formsExt.css +1 -1
  29. package/assets/light.css +1 -1
  30. package/assets/menu.css +1 -1
  31. package/assets/tabs.css +1 -1
  32. package/assets/tabsView.css +1 -1
  33. package/assets/widgetInput.css +1 -1
  34. package/core/core.amd.js +1 -1
  35. package/core/core.js +1 -1
  36. package/forms/forms.amd.js +1 -1
  37. package/forms/forms.js +15 -14
  38. package/forms/forms.js.map +1 -1
  39. package/formsExt/formsExt.amd.js +1 -1
  40. package/formsExt/formsExt.amd.js.map +1 -1
  41. package/formsExt/formsExt.js +83 -82
  42. package/formsExt/formsExt.js.map +1 -1
  43. package/icomoon/demo.html +142 -2
  44. package/icomoon/fonts/Topvisor-2.svg +10 -0
  45. package/icomoon/fonts/Topvisor-2.ttf +0 -0
  46. package/icomoon/fonts/Topvisor-2.woff +0 -0
  47. package/icomoon/selection.json +1 -1
  48. package/icomoon/style.css +33 -3
  49. package/package.json +22 -22
  50. package/popup/popup.amd.js +1 -1
  51. package/popup/popup.js +2 -2
  52. package/popup/worker.amd.js +1 -1
  53. package/popup/worker.js +2 -2
  54. package/project/project.amd.js +1 -1
  55. package/project/project.amd.js.map +1 -1
  56. package/project/project.js +33 -35
  57. package/project/project.js.map +1 -1
  58. package/src/components/forms/avatar/avatar.stories.d.ts +15 -14
  59. package/src/components/forms/avatar/avatar.vue.d.ts +7 -6
  60. package/src/components/forms/button/button.stories.d.ts +59 -57
  61. package/src/components/forms/button/button.vue.d.ts +10 -8
  62. package/src/components/forms/checkbox/checkbox.stories.d.ts +34 -33
  63. package/src/components/forms/checkbox/checkbox.vue.d.ts +17 -16
  64. package/src/components/forms/controlLabel/controlLabel.stories.d.ts +14 -13
  65. package/src/components/forms/controlLabel/controlLabel.vue.d.ts +4 -3
  66. package/src/components/forms/forms.d.ts +8 -0
  67. package/src/components/forms/hint/hint.stories.d.ts +43 -42
  68. package/src/components/forms/hint/hint.vue.d.ts +4 -3
  69. package/src/components/forms/input/input.stories.d.ts +64 -62
  70. package/src/components/forms/input/input.vue.d.ts +10 -8
  71. package/src/components/forms/inputDate/inputDate.stories.d.ts +31 -29
  72. package/src/components/forms/inputDate/inputDate.vue.d.ts +6 -5
  73. package/src/components/forms/inputRange/inputRange.stories.d.ts +93 -90
  74. package/src/components/forms/inputRange/inputRange.vue.d.ts +2 -1
  75. package/src/components/forms/loadbar/loadbar.stories.d.ts +2 -1
  76. package/src/components/forms/loadbar/loadbar.vue.d.ts +2 -1
  77. package/src/components/forms/radio/radio.stories.d.ts +32 -31
  78. package/src/components/forms/radio/radio.vue.d.ts +5 -4
  79. package/src/components/forms/select/select.stories.d.ts +24 -22
  80. package/src/components/forms/select/select.vue.d.ts +25 -22
  81. package/src/components/forms/switcher/switcher.stories.d.ts +32 -31
  82. package/src/components/forms/switcher/switcher.vue.d.ts +5 -4
  83. package/src/components/forms/textarea/textarea.stories.d.ts +24 -23
  84. package/src/components/forms/textarea/textarea.vue.d.ts +6 -5
  85. package/src/components/formsExt/editArea/editArea.stories.d.ts +40 -39
  86. package/src/components/formsExt/editArea/editArea.vue.d.ts +6 -5
  87. package/src/components/formsExt/editInput/editInput.stories.d.ts +22 -19
  88. package/src/components/formsExt/editInput/editInput.vue.d.ts +5 -4
  89. package/src/components/formsExt/menu/menu.stories.d.ts +15 -14
  90. package/src/components/formsExt/menu/menu.vue.d.ts +15 -14
  91. package/src/components/formsExt/radioGroup/radioGroup.stories.d.ts +16 -14
  92. package/src/components/formsExt/radioGroup/radioGroup.vue.d.ts +17 -14
  93. package/src/components/formsExt/selector2/itemMulti.vue.d.ts +5 -4
  94. package/src/components/formsExt/selector2/selector2.stories.d.ts +67 -65
  95. package/src/components/formsExt/selector2/selector2.vue.d.ts +33 -31
  96. package/src/components/popup/popup/listItem.vue.d.ts +5 -4
  97. package/src/components/popup/popup/opener.vue.d.ts +8 -7
  98. package/src/components/popup/popup/popup.stories.d.ts +218 -213
  99. package/src/components/popup/popup/popup.vue.d.ts +9 -8
  100. package/src/components/popup/popup/widgetInput.vue.d.ts +31 -28
  101. package/src/components/project/selectorCompetitors/composables.d.ts +5 -0
  102. package/src/components/project/selectorCompetitors/selectorCompetitors.d.ts +4 -2
  103. package/src/components/project/selectorCompetitors/selectorCompetitors.stories.d.ts +9 -8
  104. package/src/components/project/selectorCompetitors/selectorCompetitors.vue.d.ts +10 -8
  105. package/src/components/project/selectorCompetitors/stories/items.d.ts +2 -3
  106. package/src/components/project/selectorCompetitors/types/competitor.d.ts +7 -0
  107. package/src/components/tabs/tabs/content.vue.d.ts +4 -3
  108. package/src/components/tabs/tabs/tab.vue.d.ts +4 -3
  109. package/src/components/tabs/tabs/tabs.stories.d.ts +185 -182
  110. package/src/components/tabs/tabs/tabs.vue.d.ts +4 -3
  111. package/src/components/tabsView/tabsView/menu.vue.d.ts +7 -6
  112. package/src/components/tabsView/tabsView/menuDelimeter.vue.d.ts +2 -1
  113. package/src/components/tabsView/tabsView/menuItem.vue.d.ts +6 -5
  114. package/src/components/tabsView/tabsView/menuTitle.vue.d.ts +4 -3
  115. package/src/components/tabsView/tabsView/store.d.ts +124 -67
  116. package/src/components/tabsView/tabsView/tabsView.d.ts +1 -1
  117. package/src/components/tabsView/tabsView/tabsView.stories.d.ts +95 -94
  118. package/src/components/tabsView/tabsView/tabsView.vue.d.ts +13 -12
  119. 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 +93 -92
  120. 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 +45 -44
  121. package/src/core/core/core.d.ts +1 -0
  122. package/src/core/core/page.d.ts +4 -0
  123. package/src/core/core/plugin.d.ts +38 -0
  124. package/src/core/core/state.d.ts +4 -0
  125. package/src/core/utils/device.d.ts +6 -0
  126. package/src/core/utils/image.d.ts +12 -0
  127. package/src/core/utils/number.d.ts +7 -0
  128. package/src/core/utils/store/plugin.d.ts +2 -1
  129. package/src/core/utils/string.d.ts +4 -0
  130. package/tabs/tabs.amd.js +1 -1
  131. package/tabs/tabs.js +1 -1
  132. package/tabsView/tabsView.amd.js +1 -1
  133. package/tabsView/tabsView.amd.js.map +1 -1
  134. package/tabsView/tabsView.js +2 -2
  135. package/tabsView/tabsView.js.map +1 -1
  136. package/utils/check.amd.js +1 -1
  137. package/utils/check.amd.js.map +1 -1
  138. package/utils/check.js +5 -22
  139. package/utils/check.js.map +1 -1
  140. package/utils/date.amd.js +1 -1
  141. package/utils/date.js +4 -4
  142. package/utils/device.amd.js +1 -1
  143. package/utils/device.js +7 -6
  144. package/utils/image.amd.js +2 -0
  145. package/utils/image.amd.js.map +1 -0
  146. package/utils/image.d.ts +1 -0
  147. package/utils/image.js +13 -0
  148. package/utils/image.js.map +1 -0
  149. package/utils/number.amd.js +2 -0
  150. package/utils/number.amd.js.map +1 -0
  151. package/utils/number.d.ts +1 -0
  152. package/utils/number.js +9 -0
  153. package/utils/number.js.map +1 -0
  154. package/utils/scroll.amd.js +1 -1
  155. package/utils/scroll.js +1 -1
  156. package/utils/string.amd.js +1 -1
  157. package/utils/string.amd.js.map +1 -1
  158. package/utils/string.js +17 -128
  159. package/utils/string.js.map +1 -1
  160. package/utils/system.amd.js +1 -1
  161. package/utils/system.amd.js.map +1 -1
  162. package/utils/system.js +8 -8
  163. package/utils/system.js.map +1 -1
  164. package/utils/url.amd.js +1 -2
  165. package/utils/url.amd.js.map +1 -1
  166. package/utils/url.js +8 -173
  167. package/utils/url.js.map +1 -1
  168. package/utils/window.amd.js +1 -1
  169. package/utils/window.js +1 -1
  170. package/.chunks/datepicker-CCrqadMd.amd.js.map +0 -1
  171. package/.chunks/datepicker-vwT52g9l.es.js.map +0 -1
  172. package/.chunks/forms-0MQ_zU80.amd.js +0 -3
  173. package/.chunks/forms-0MQ_zU80.amd.js.map +0 -1
  174. package/.chunks/forms-DKvPSbG6.es.js +0 -1171
  175. package/.chunks/forms-DKvPSbG6.es.js.map +0 -1
  176. package/.chunks/popup-CcxDRowY.amd.js.map +0 -1
  177. package/.chunks/popup-kXOd0_xN.es.js.map +0 -1
  178. package/.chunks/widgetInput-DfOBj0qz.amd.js.map +0 -1
  179. package/.chunks/widgetInput-Dp8KRAPK.es.js.map +0 -1
  180. package/src/core/utils/common.d.ts +0 -21
  181. package/utils/common.amd.js +0 -2
  182. package/utils/common.amd.js.map +0 -1
  183. package/utils/common.d.ts +0 -1
  184. package/utils/common.js +0 -21
  185. package/utils/common.js.map +0 -1
@@ -1,18 +1,19 @@
1
- import { Props } from './popup';
1
+ import { Props, Pos, PosBy } from './popup';
2
2
  import { default as PopupClass } from '../lib/popup';
3
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
4
 
4
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
5
+ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
5
6
  id: string;
6
7
  pos: string;
7
8
  notch: boolean;
8
9
  posBy: string;
9
10
  }>, {
10
11
  popup: PopupClass | undefined;
11
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
12
+ }, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
12
13
  open: () => void;
13
14
  close: () => void;
14
15
  scrollContentList: (value: Event) => void;
15
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
16
+ }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
16
17
  id: string;
17
18
  pos: string;
18
19
  notch: boolean;
@@ -23,9 +24,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
23
24
  onScrollContentList?: ((value: Event) => any) | undefined;
24
25
  }, {
25
26
  id: string;
26
- pos: import('./popup').Pos;
27
+ pos: Pos;
27
28
  notch: boolean;
28
- posBy: import('./popup').PosBy;
29
+ posBy: PosBy;
29
30
  }, {}>, {
30
31
  opener?(_: {}): any;
31
32
  header?(_: {}): any;
@@ -38,9 +39,9 @@ export default _default;
38
39
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
39
40
  type __VLS_TypePropsToRuntimeProps<T> = {
40
41
  [K in keyof T]-?: {} extends Pick<T, K> ? {
41
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
42
+ type: PropType<__VLS_NonUndefinedable<T[K]>>;
42
43
  } : {
43
- type: import('vue').PropType<T[K]>;
44
+ type: PropType<T[K]>;
44
45
  required: true;
45
46
  };
46
47
  };
@@ -1,80 +1,83 @@
1
- declare const _default: import('vue').DefineComponent<{
2
- modelValue: import('vue').PropType<any>;
1
+ import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
2
+ import { Size } from '../../forms/helpers';
3
+ import { CaptionType } from '../../forms/input/input';
4
+ declare const _default: DefineComponent<{
5
+ modelValue: PropType<any>;
3
6
  icon: {
4
- type: import('vue').PropType<string>;
7
+ type: PropType<string>;
5
8
  };
6
9
  icon2: {
7
- type: import('vue').PropType<string>;
10
+ type: PropType<string>;
8
11
  };
9
12
  title: {
10
- type: import('vue').PropType<string>;
13
+ type: PropType<string>;
11
14
  };
12
15
  size: {
13
- type: import('vue').PropType<import('../../forms/helpers').Size>;
16
+ type: PropType<Size>;
14
17
  };
15
18
  name: {
16
- type: import('vue').PropType<string>;
19
+ type: PropType<string>;
17
20
  };
18
21
  disabled: {
19
- type: import('vue').PropType<boolean>;
22
+ type: PropType<boolean>;
20
23
  };
21
24
  isError: {
22
- type: import('vue').PropType<boolean>;
25
+ type: PropType<boolean>;
23
26
  };
24
27
  readonly: {
25
- type: import('vue').PropType<boolean>;
28
+ type: PropType<boolean>;
26
29
  };
27
30
  modificator: {
28
- type: import('vue').PropType<string>;
31
+ type: PropType<string>;
29
32
  };
30
33
  isLoading: {
31
- type: import('vue').PropType<boolean>;
34
+ type: PropType<boolean>;
32
35
  };
33
36
  addCleaner: {
34
- type: import('vue').PropType<boolean>;
37
+ type: PropType<boolean>;
35
38
  default: boolean;
36
39
  };
37
40
  captionType: {
38
- type: import('vue').PropType<import('../../forms/input/input').CaptionType>;
41
+ type: PropType<CaptionType>;
39
42
  };
40
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
41
- modelValue: import('vue').PropType<any>;
43
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
44
+ modelValue: PropType<any>;
42
45
  icon: {
43
- type: import('vue').PropType<string>;
46
+ type: PropType<string>;
44
47
  };
45
48
  icon2: {
46
- type: import('vue').PropType<string>;
49
+ type: PropType<string>;
47
50
  };
48
51
  title: {
49
- type: import('vue').PropType<string>;
52
+ type: PropType<string>;
50
53
  };
51
54
  size: {
52
- type: import('vue').PropType<import('../../forms/helpers').Size>;
55
+ type: PropType<Size>;
53
56
  };
54
57
  name: {
55
- type: import('vue').PropType<string>;
58
+ type: PropType<string>;
56
59
  };
57
60
  disabled: {
58
- type: import('vue').PropType<boolean>;
61
+ type: PropType<boolean>;
59
62
  };
60
63
  isError: {
61
- type: import('vue').PropType<boolean>;
64
+ type: PropType<boolean>;
62
65
  };
63
66
  readonly: {
64
- type: import('vue').PropType<boolean>;
67
+ type: PropType<boolean>;
65
68
  };
66
69
  modificator: {
67
- type: import('vue').PropType<string>;
70
+ type: PropType<string>;
68
71
  };
69
72
  isLoading: {
70
- type: import('vue').PropType<boolean>;
73
+ type: PropType<boolean>;
71
74
  };
72
75
  addCleaner: {
73
- type: import('vue').PropType<boolean>;
76
+ type: PropType<boolean>;
74
77
  default: boolean;
75
78
  };
76
79
  captionType: {
77
- type: import('vue').PropType<import('../../forms/input/input').CaptionType>;
80
+ type: PropType<CaptionType>;
78
81
  };
79
82
  }>>, {
80
83
  addCleaner: boolean;
@@ -0,0 +1,5 @@
1
+ import { Item } from './selectorCompetitors';
2
+ import { Competitor } from './types/competitor';
3
+ import { ComputedRef } from 'vue';
4
+
5
+ export declare const useItemsFromCompetitors: (competitors: MaybeRefOrGetter<Competitor[]>, projectId: MaybeRefOrGetter<number>) => ComputedRef<Item[]>;
@@ -2,11 +2,13 @@ import { Props as ButtonProps } from '../../forms/button/button';
2
2
 
3
3
  export interface Props {
4
4
  /**
5
- * Массив активных ids
5
+ * Выбранные элементы меню
6
6
  */
7
7
  modelValue: number[];
8
8
  /**
9
- * Дополнительно поддерижвает все props Button
9
+ * Список кнопок со значением и текстом
10
+ *
11
+ * Поддерижвает все props Button
10
12
  */
11
13
  items: Item[];
12
14
  /**
@@ -1,23 +1,24 @@
1
+ import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
1
2
  import * as ComponentsConst from './selectorCompetitors';
2
3
  declare const meta: {
3
- component: import('vue').DefineComponent<{
4
- modelValue: import('vue').PropType<number[]>;
4
+ component: DefineComponent<{
5
+ modelValue: PropType<number[]>;
5
6
  items: {
6
- type: import('vue').PropType<ComponentsConst.Item[]>;
7
+ type: PropType<ComponentsConst.Item[]>;
7
8
  required: true;
8
9
  };
9
10
  showSelectAllItem: {
10
- type: import('vue').PropType<boolean>;
11
+ type: PropType<boolean>;
11
12
  default: boolean;
12
13
  };
13
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
14
- modelValue: import('vue').PropType<number[]>;
14
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
15
+ modelValue: PropType<number[]>;
15
16
  items: {
16
- type: import('vue').PropType<ComponentsConst.Item[]>;
17
+ type: PropType<ComponentsConst.Item[]>;
17
18
  required: true;
18
19
  };
19
20
  showSelectAllItem: {
20
- type: import('vue').PropType<boolean>;
21
+ type: PropType<boolean>;
21
22
  default: boolean;
22
23
  };
23
24
  }>>, {
@@ -1,21 +1,23 @@
1
- declare const _default: import('vue').DefineComponent<{
2
- modelValue: import('vue').PropType<number[]>;
1
+ import { DefineComponent, PropType, ComponentOptionsMixin, PublicProps, ExtractPropTypes } from 'vue';
2
+ import { Item } from './selectorCompetitors';
3
+ declare const _default: DefineComponent<{
4
+ modelValue: PropType<number[]>;
3
5
  items: {
4
- type: import('vue').PropType<import('./selectorCompetitors').Item[]>;
6
+ type: PropType< Item[]>;
5
7
  required: true;
6
8
  };
7
9
  showSelectAllItem: {
8
- type: import('vue').PropType<boolean>;
10
+ type: PropType<boolean>;
9
11
  default: boolean;
10
12
  };
11
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
12
- modelValue: import('vue').PropType<number[]>;
13
+ }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
14
+ modelValue: PropType<number[]>;
13
15
  items: {
14
- type: import('vue').PropType<import('./selectorCompetitors').Item[]>;
16
+ type: PropType< Item[]>;
15
17
  required: true;
16
18
  };
17
19
  showSelectAllItem: {
18
- type: import('vue').PropType<boolean>;
20
+ type: PropType<boolean>;
19
21
  default: boolean;
20
22
  };
21
23
  }>>, {
@@ -1,4 +1,3 @@
1
1
  import { Item } from '../selectorCompetitors';
2
-
3
- declare const items: Item[];
4
- export default items;
2
+ declare const _default: Item[];
3
+ export default _default;
@@ -0,0 +1,7 @@
1
+ export type Competitor = {
2
+ id: number;
3
+ name: string;
4
+ site: string;
5
+ on: 0 | 1;
6
+ url: string;
7
+ };
@@ -1,15 +1,16 @@
1
1
  import { PropsContent } from './tabs';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
3
 
3
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<PropsContent>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PropsContent>>>, {}, {}>, {
4
+ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_TypePropsToRuntimeProps<PropsContent>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PropsContent>>>, {}, {}>, {
4
5
  default?(_: {}): any;
5
6
  }>;
6
7
  export default _default;
7
8
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
8
9
  type __VLS_TypePropsToRuntimeProps<T> = {
9
10
  [K in keyof T]-?: {} extends Pick<T, K> ? {
10
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
11
+ type: PropType<__VLS_NonUndefinedable<T[K]>>;
11
12
  } : {
12
- type: import('vue').PropType<T[K]>;
13
+ type: PropType<T[K]>;
13
14
  required: true;
14
15
  };
15
16
  };
@@ -1,15 +1,16 @@
1
1
  import { PropsTab } from './tabs';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
3
 
3
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<PropsTab>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PropsTab>>>, {}, {}>, {
4
+ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_TypePropsToRuntimeProps<PropsTab>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PropsTab>>>, {}, {}>, {
4
5
  default?(_: {}): any;
5
6
  }>;
6
7
  export default _default;
7
8
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
8
9
  type __VLS_TypePropsToRuntimeProps<T> = {
9
10
  [K in keyof T]-?: {} extends Pick<T, K> ? {
10
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
11
+ type: PropType<__VLS_NonUndefinedable<T[K]>>;
11
12
  } : {
12
- type: import('vue').PropType<T[K]>;
13
+ type: PropType<T[K]>;
13
14
  required: true;
14
15
  };
15
16
  };