@topvisor/ui 0.9.6 → 0.9.8

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 (100) hide show
  1. package/.chunks/{datepicker-2f8eb2f7.amd.js → datepicker-7w3ISMUW.amd.js} +3 -3
  2. package/.chunks/datepicker-7w3ISMUW.amd.js.map +1 -0
  3. package/.chunks/{datepicker-a62ae260.es.js → datepicker-KB2i-H67.es.js} +2 -2
  4. package/.chunks/{datepicker-a62ae260.es.js.map → datepicker-KB2i-H67.es.js.map} +1 -1
  5. package/.chunks/forms-AZXCfF-R.amd.js +3 -0
  6. package/.chunks/forms-AZXCfF-R.amd.js.map +1 -0
  7. package/.chunks/{forms-260b848a.es.js → forms-iL1swNCF.es.js} +368 -370
  8. package/.chunks/forms-iL1swNCF.es.js.map +1 -0
  9. package/.chunks/listItem.vue_vue_type_script_setup_true_lang-Mk92KW3C.es.js +154 -0
  10. package/.chunks/listItem.vue_vue_type_script_setup_true_lang-Mk92KW3C.es.js.map +1 -0
  11. package/.chunks/listItem.vue_vue_type_script_setup_true_lang-cBt2MlyL.amd.js +2 -0
  12. package/.chunks/listItem.vue_vue_type_script_setup_true_lang-cBt2MlyL.amd.js.map +1 -0
  13. package/.chunks/{popup-3a721019.amd.js → popup-8sqqRRR_.amd.js} +8 -2
  14. package/.chunks/popup-8sqqRRR_.amd.js.map +1 -0
  15. package/.chunks/{popup-90783ce2.es.js → popup-gLJT9tg6.es.js} +8 -2
  16. package/.chunks/popup-gLJT9tg6.es.js.map +1 -0
  17. package/assets/forms.css +1 -1
  18. package/assets/light.css +1 -1
  19. package/assets/tabsView.css +1 -1
  20. package/core/core.amd.js +1 -1
  21. package/core/core.js +1 -1
  22. package/forms/forms.amd.js +1 -1
  23. package/forms/forms.js +1 -1
  24. package/formsExt/formsExt.amd.js +1 -1
  25. package/formsExt/formsExt.js +1 -1
  26. package/package.json +2 -5
  27. package/popup/popup.amd.js +1 -1
  28. package/popup/popup.amd.js.map +1 -1
  29. package/popup/popup.js +7 -146
  30. package/popup/popup.js.map +1 -1
  31. package/popup/worker.amd.js +1 -1
  32. package/popup/worker.js +2 -2
  33. package/src/components/forms/avatar/avatar.stories.d.ts +1 -1
  34. package/src/components/forms/avatar/avatar.vue.d.ts +1 -1
  35. package/src/components/forms/button/button.d.ts +2 -2
  36. package/src/components/forms/button/button.vue.d.ts +1 -1
  37. package/src/components/forms/checkbox/checkbox.d.ts +1 -4
  38. package/src/components/forms/checkbox/checkbox.stories.d.ts +8 -32
  39. package/src/components/forms/checkbox/checkbox.vue.d.ts +41 -15
  40. package/src/components/forms/controlLabel/controlLabel.vue.d.ts +1 -1
  41. package/src/components/forms/hint/hint.stories.d.ts +2 -2
  42. package/src/components/forms/hint/hint.vue.d.ts +1 -1
  43. package/src/components/forms/input/input.d.ts +2 -2
  44. package/src/components/forms/input/input.vue.d.ts +1 -1
  45. package/src/components/forms/inputDate/inputDate.d.ts +2 -2
  46. package/src/components/forms/inputDate/inputDate.stories.d.ts +1 -1
  47. package/src/components/forms/inputDate/inputDate.vue.d.ts +1 -1
  48. package/src/components/forms/inputRange/inputRange.vue.d.ts +1 -1
  49. package/src/components/forms/radio/radio.vue.d.ts +1 -1
  50. package/src/components/forms/select/select.d.ts +2 -2
  51. package/src/components/forms/select/select.stories.d.ts +1 -1
  52. package/src/components/forms/select/select.vue.d.ts +1 -1
  53. package/src/components/forms/switcher/switcher.vue.d.ts +1 -1
  54. package/src/components/forms/textarea/textarea.stories.d.ts +1 -1
  55. package/src/components/forms/textarea/textarea.vue.d.ts +1 -1
  56. package/src/components/formsExt/editArea/editArea.d.ts +1 -1
  57. package/src/components/formsExt/editArea/editArea.stories.d.ts +1 -1
  58. package/src/components/formsExt/editArea/editArea.vue.d.ts +1 -1
  59. package/src/components/formsExt/editInput/editInput.d.ts +2 -2
  60. package/src/components/formsExt/editInput/editInput.vue.d.ts +1 -1
  61. package/src/components/formsExt/radioGroup/radioGroup.d.ts +2 -2
  62. package/src/components/formsExt/radioGroup/radioGroup.stories.d.ts +1 -1
  63. package/src/components/formsExt/radioGroup/radioGroup.vue.d.ts +1 -1
  64. package/src/components/popup/popup/listItem.vue.d.ts +1 -1
  65. package/src/components/popup/popup/opener.vue.d.ts +1 -1
  66. package/src/components/popup/popup/popup.stories.d.ts +79 -0
  67. package/src/components/popup/popup/popup.vue.d.ts +2 -1
  68. package/src/components/tabs/tabs/content.vue.d.ts +1 -1
  69. package/src/components/tabs/tabs/tab.vue.d.ts +1 -1
  70. package/src/components/tabs/tabs/tabs.stories.d.ts +2 -2
  71. package/src/components/tabs/tabs/tabs.vue.d.ts +1 -1
  72. package/src/components/tabsView/tabsView/_MenuItem.stories.d.ts +132 -31
  73. package/src/components/tabsView/tabsView/_MenuTitle.stories.d.ts +19 -1
  74. package/src/components/tabsView/tabsView/menu.vue.d.ts +1 -1
  75. package/src/components/tabsView/tabsView/menuDelimeter.vue.d.ts +1 -1
  76. package/src/components/tabsView/tabsView/menuItem.vue.d.ts +18 -1
  77. package/src/components/tabsView/tabsView/menuTitle.vue.d.ts +1 -1
  78. package/src/components/tabsView/tabsView/tabsView.d.ts +49 -24
  79. package/src/components/tabsView/tabsView/tabsView.stories.d.ts +95 -54
  80. package/src/components/tabsView/tabsView/tabsView.vue.d.ts +4 -2
  81. package/src/components/tabsView/tabsView.d.ts +0 -1
  82. package/src/core/core/core.d.ts +1 -1
  83. package/tabs/tabs.amd.js +1 -1
  84. package/tabs/tabs.js +1 -1
  85. package/tabsView/tabsView.amd.js +1 -1
  86. package/tabsView/tabsView.amd.js.map +1 -1
  87. package/tabsView/tabsView.js +146 -123
  88. package/tabsView/tabsView.js.map +1 -1
  89. package/utils/date.amd.js +1 -1
  90. package/utils/date.js +1 -1
  91. package/utils/device.amd.js +1 -1
  92. package/utils/device.js +1 -1
  93. package/.chunks/datepicker-2f8eb2f7.amd.js.map +0 -1
  94. package/.chunks/forms-2250b8db.amd.js +0 -3
  95. package/.chunks/forms-2250b8db.amd.js.map +0 -1
  96. package/.chunks/forms-260b848a.es.js.map +0 -1
  97. package/.chunks/popup-3a721019.amd.js.map +0 -1
  98. package/.chunks/popup-90783ce2.es.js.map +0 -1
  99. package/src/components/tabsView/tabsView/content.vue.d.ts +0 -19
  100. /package/assets/{popup.css → listItem.css} +0 -0
@@ -142,6 +142,7 @@ declare const meta: {
142
142
  $slots: {
143
143
  opener?(_: {}): any;
144
144
  header?(_: {}): any;
145
+ widget?(_: {}): any;
145
146
  content?(_: {}): any;
146
147
  contentList?(_: {}): any;
147
148
  footer?(_: {}): any;
@@ -213,6 +214,7 @@ export declare const Playground: {
213
214
  onOpen?: (() => any) | undefined;
214
215
  opener?: ((_: {}) => any) | import("vue").VNodeChild;
215
216
  header?: ((_: {}) => any) | import("vue").VNodeChild;
217
+ widget?: import("vue").VNodeChild | ((_: {}) => any);
216
218
  content?: ((_: {}) => any) | import("vue").VNodeChild;
217
219
  contentList?: ((_: {}) => any) | import("vue").VNodeChild;
218
220
  footer?: ((_: {}) => any) | import("vue").VNodeChild;
@@ -359,11 +361,87 @@ export declare const Playground: {
359
361
  $slots: {
360
362
  opener?(_: {}): any;
361
363
  header?(_: {}): any;
364
+ widget?(_: {}): any;
362
365
  content?(_: {}): any;
363
366
  contentList?(_: {}): any;
364
367
  footer?(_: {}): any;
365
368
  };
366
369
  });
370
+ WidgetInput: import("vue").DefineComponent<{
371
+ modelValue: import("vue").PropType<any>;
372
+ icon: {
373
+ type: import("vue").PropType<string>;
374
+ };
375
+ icon2: {
376
+ type: import("vue").PropType<string>;
377
+ };
378
+ title: {
379
+ type: import("vue").PropType<string>;
380
+ };
381
+ size: {
382
+ type: import("vue").PropType<import("../../forms/helpers").Size>;
383
+ };
384
+ name: {
385
+ type: import("vue").PropType<string>;
386
+ };
387
+ disabled: {
388
+ type: import("vue").PropType<boolean>;
389
+ };
390
+ isError: {
391
+ type: import("vue").PropType<boolean>;
392
+ };
393
+ readonly: {
394
+ type: import("vue").PropType<boolean>;
395
+ };
396
+ captionType: {
397
+ type: import("vue").PropType<import("../../forms/input/input").CaptionType>;
398
+ };
399
+ addCleaner: {
400
+ type: import("vue").PropType<boolean>;
401
+ default: boolean;
402
+ };
403
+ modificator: {
404
+ type: import("vue").PropType<string>;
405
+ };
406
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
407
+ modelValue: import("vue").PropType<any>;
408
+ icon: {
409
+ type: import("vue").PropType<string>;
410
+ };
411
+ icon2: {
412
+ type: import("vue").PropType<string>;
413
+ };
414
+ title: {
415
+ type: import("vue").PropType<string>;
416
+ };
417
+ size: {
418
+ type: import("vue").PropType<import("../../forms/helpers").Size>;
419
+ };
420
+ name: {
421
+ type: import("vue").PropType<string>;
422
+ };
423
+ disabled: {
424
+ type: import("vue").PropType<boolean>;
425
+ };
426
+ isError: {
427
+ type: import("vue").PropType<boolean>;
428
+ };
429
+ readonly: {
430
+ type: import("vue").PropType<boolean>;
431
+ };
432
+ captionType: {
433
+ type: import("vue").PropType<import("../../forms/input/input").CaptionType>;
434
+ };
435
+ addCleaner: {
436
+ type: import("vue").PropType<boolean>;
437
+ default: boolean;
438
+ };
439
+ modificator: {
440
+ type: import("vue").PropType<string>;
441
+ };
442
+ }>>, {
443
+ addCleaner: boolean;
444
+ }, {}>;
367
445
  Button: {
368
446
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
369
447
  icon: {
@@ -610,6 +688,7 @@ export declare const Playground: {
610
688
  onOpen?: (() => any) | undefined;
611
689
  opener?: ((_: {}) => any) | import("vue").VNodeChild;
612
690
  header?: ((_: {}) => any) | import("vue").VNodeChild;
691
+ widget?: import("vue").VNodeChild | ((_: {}) => any);
613
692
  content?: ((_: {}) => any) | import("vue").VNodeChild;
614
693
  contentList?: ((_: {}) => any) | import("vue").VNodeChild;
615
694
  footer?: ((_: {}) => any) | import("vue").VNodeChild;
@@ -7,7 +7,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
7
7
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8
8
  open: () => void;
9
9
  close: () => void;
10
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
10
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
11
11
  id: string;
12
12
  pos: string;
13
13
  notch: boolean;
@@ -23,6 +23,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
23
23
  }, {}>, {
24
24
  opener?(_: {}): any;
25
25
  header?(_: {}): any;
26
+ widget?(_: {}): any;
26
27
  content?(_: {}): any;
27
28
  contentList?(_: {}): any;
28
29
  footer?(_: {}): any;
@@ -1,5 +1,5 @@
1
1
  import type { PropsContent } from './tabs';
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<PropsContent>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PropsContent>>>, {}, {}>, {
2
+ 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>>>, {}, {}>, {
3
3
  default?(_: {}): any;
4
4
  }>;
5
5
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import type { PropsTab } from './tabs';
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<PropsTab>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PropsTab>>>, {}, {}>, {
2
+ 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>>>, {}, {}>, {
3
3
  default?(_: {}): any;
4
4
  }>;
5
5
  export default _default;
@@ -490,7 +490,7 @@ export declare const Overview: {
490
490
  };
491
491
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
492
492
  "update:modelValue": (value?: string | undefined) => void;
493
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
493
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
494
494
  name: {
495
495
  type: import("vue").PropType<string>;
496
496
  };
@@ -535,7 +535,7 @@ export declare const Overview: {
535
535
  type: import("vue").PropType<string>;
536
536
  required: true;
537
537
  };
538
- }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
538
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
539
539
  hint: {
540
540
  type: import("vue").PropType<string>;
541
541
  required: true;
@@ -1,5 +1,5 @@
1
1
  import type { Props } from './tabs';
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>, {
2
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<Props>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Props>>>, {}, {}>, {
3
3
  buttons?(_: {}): any;
4
4
  header?(_: {}): any;
5
5
  contents?(_: {}): any;
@@ -1,32 +1,51 @@
1
1
  declare const meta: {
2
2
  component: {
3
3
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
4
- name: {
4
+ icon: {
5
5
  type: import("vue").PropType<string>;
6
6
  };
7
- href: {
7
+ component: {
8
+ type: import("vue").PropType<import("vue").Component>;
9
+ default: undefined;
10
+ };
11
+ name: {
8
12
  type: import("vue").PropType<string>;
9
13
  };
10
- icon: {
14
+ href: {
11
15
  type: import("vue").PropType<string>;
12
16
  };
13
17
  disabled: {
14
18
  type: import("vue").PropType<boolean>;
15
19
  };
20
+ scrollable: {
21
+ type: import("vue").PropType<boolean>;
22
+ default: boolean;
23
+ };
16
24
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
17
- name: {
25
+ icon: {
18
26
  type: import("vue").PropType<string>;
19
27
  };
20
- href: {
28
+ component: {
29
+ type: import("vue").PropType<import("vue").Component>;
30
+ default: undefined;
31
+ };
32
+ name: {
21
33
  type: import("vue").PropType<string>;
22
34
  };
23
- icon: {
35
+ href: {
24
36
  type: import("vue").PropType<string>;
25
37
  };
26
38
  disabled: {
27
39
  type: import("vue").PropType<boolean>;
28
40
  };
29
- }>>, {}, true, {}, {}, {
41
+ scrollable: {
42
+ type: import("vue").PropType<boolean>;
43
+ default: boolean;
44
+ };
45
+ }>>, {
46
+ component: import("vue").Component;
47
+ scrollable: boolean;
48
+ }, true, {}, {}, {
30
49
  P: {};
31
50
  B: {};
32
51
  D: {};
@@ -34,36 +53,58 @@ declare const meta: {
34
53
  M: {};
35
54
  Defaults: {};
36
55
  }, Readonly<import("vue").ExtractPropTypes<{
37
- name: {
56
+ icon: {
38
57
  type: import("vue").PropType<string>;
39
58
  };
40
- href: {
59
+ component: {
60
+ type: import("vue").PropType<import("vue").Component>;
61
+ default: undefined;
62
+ };
63
+ name: {
41
64
  type: import("vue").PropType<string>;
42
65
  };
43
- icon: {
66
+ href: {
44
67
  type: import("vue").PropType<string>;
45
68
  };
46
69
  disabled: {
47
70
  type: import("vue").PropType<boolean>;
48
71
  };
49
- }>>, {}, {}, {}, {}, {}>;
72
+ scrollable: {
73
+ type: import("vue").PropType<boolean>;
74
+ default: boolean;
75
+ };
76
+ }>>, {}, {}, {}, {}, {
77
+ component: import("vue").Component;
78
+ scrollable: boolean;
79
+ }>;
50
80
  __isFragment?: undefined;
51
81
  __isTeleport?: undefined;
52
82
  __isSuspense?: undefined;
53
83
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
54
- name: {
84
+ icon: {
55
85
  type: import("vue").PropType<string>;
56
86
  };
57
- href: {
87
+ component: {
88
+ type: import("vue").PropType<import("vue").Component>;
89
+ default: undefined;
90
+ };
91
+ name: {
58
92
  type: import("vue").PropType<string>;
59
93
  };
60
- icon: {
94
+ href: {
61
95
  type: import("vue").PropType<string>;
62
96
  };
63
97
  disabled: {
64
98
  type: import("vue").PropType<boolean>;
65
99
  };
66
- }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
100
+ scrollable: {
101
+ type: import("vue").PropType<boolean>;
102
+ default: boolean;
103
+ };
104
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
105
+ component: import("vue").Component;
106
+ scrollable: boolean;
107
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
67
108
  $slots: {
68
109
  default?(_: {}): any;
69
110
  };
@@ -76,6 +117,7 @@ export declare const MenuItem: {
76
117
  href: string;
77
118
  icon: string;
78
119
  disabled: false;
120
+ scrollable: true;
79
121
  default: string;
80
122
  };
81
123
  render: (args: any) => {
@@ -88,11 +130,15 @@ export declare const MenuItem: {
88
130
  };
89
131
  showMenuInPopup: {
90
132
  type: import("vue").PropType<boolean>;
133
+ default: undefined;
91
134
  };
92
135
  isShortable: {
93
136
  type: import("vue").PropType<boolean>;
94
137
  default: boolean;
95
138
  };
139
+ pageMod: {
140
+ type: import("vue").PropType<boolean>;
141
+ };
96
142
  keyForSaveState: {
97
143
  type: import("vue").PropType<string>;
98
144
  };
@@ -107,17 +153,22 @@ export declare const MenuItem: {
107
153
  };
108
154
  showMenuInPopup: {
109
155
  type: import("vue").PropType<boolean>;
156
+ default: undefined;
110
157
  };
111
158
  isShortable: {
112
159
  type: import("vue").PropType<boolean>;
113
160
  default: boolean;
114
161
  };
162
+ pageMod: {
163
+ type: import("vue").PropType<boolean>;
164
+ };
115
165
  keyForSaveState: {
116
166
  type: import("vue").PropType<string>;
117
167
  };
118
168
  }>> & {
119
169
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
120
170
  }, {
171
+ showMenuInPopup: boolean;
121
172
  isShortable: boolean;
122
173
  }, true, {}, {}, {
123
174
  P: {};
@@ -133,17 +184,22 @@ export declare const MenuItem: {
133
184
  };
134
185
  showMenuInPopup: {
135
186
  type: import("vue").PropType<boolean>;
187
+ default: undefined;
136
188
  };
137
189
  isShortable: {
138
190
  type: import("vue").PropType<boolean>;
139
191
  default: boolean;
140
192
  };
193
+ pageMod: {
194
+ type: import("vue").PropType<boolean>;
195
+ };
141
196
  keyForSaveState: {
142
197
  type: import("vue").PropType<string>;
143
198
  };
144
199
  }>> & {
145
200
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
146
201
  }, {}, {}, {}, {}, {
202
+ showMenuInPopup: boolean;
147
203
  isShortable: boolean;
148
204
  }>;
149
205
  __isFragment?: undefined;
@@ -156,11 +212,15 @@ export declare const MenuItem: {
156
212
  };
157
213
  showMenuInPopup: {
158
214
  type: import("vue").PropType<boolean>;
215
+ default: undefined;
159
216
  };
160
217
  isShortable: {
161
218
  type: import("vue").PropType<boolean>;
162
219
  default: boolean;
163
220
  };
221
+ pageMod: {
222
+ type: import("vue").PropType<boolean>;
223
+ };
164
224
  keyForSaveState: {
165
225
  type: import("vue").PropType<string>;
166
226
  };
@@ -169,41 +229,60 @@ export declare const MenuItem: {
169
229
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
170
230
  "update:modelValue": (value: string) => void;
171
231
  }, string, {
232
+ showMenuInPopup: boolean;
172
233
  isShortable: boolean;
173
234
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
174
235
  $slots: {
175
236
  menu?(_: {}): any;
176
- contents?(_: {}): any;
177
237
  };
178
238
  });
179
239
  TabsViewMenuItem: {
180
240
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
181
- name: {
241
+ icon: {
182
242
  type: import("vue").PropType<string>;
183
243
  };
184
- href: {
244
+ component: {
245
+ type: import("vue").PropType<import("vue").Component>;
246
+ default: undefined;
247
+ };
248
+ name: {
185
249
  type: import("vue").PropType<string>;
186
250
  };
187
- icon: {
251
+ href: {
188
252
  type: import("vue").PropType<string>;
189
253
  };
190
254
  disabled: {
191
255
  type: import("vue").PropType<boolean>;
192
256
  };
257
+ scrollable: {
258
+ type: import("vue").PropType<boolean>;
259
+ default: boolean;
260
+ };
193
261
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
194
- name: {
262
+ icon: {
195
263
  type: import("vue").PropType<string>;
196
264
  };
197
- href: {
265
+ component: {
266
+ type: import("vue").PropType<import("vue").Component>;
267
+ default: undefined;
268
+ };
269
+ name: {
198
270
  type: import("vue").PropType<string>;
199
271
  };
200
- icon: {
272
+ href: {
201
273
  type: import("vue").PropType<string>;
202
274
  };
203
275
  disabled: {
204
276
  type: import("vue").PropType<boolean>;
205
277
  };
206
- }>>, {}, true, {}, {}, {
278
+ scrollable: {
279
+ type: import("vue").PropType<boolean>;
280
+ default: boolean;
281
+ };
282
+ }>>, {
283
+ component: import("vue").Component;
284
+ scrollable: boolean;
285
+ }, true, {}, {}, {
207
286
  P: {};
208
287
  B: {};
209
288
  D: {};
@@ -211,36 +290,58 @@ export declare const MenuItem: {
211
290
  M: {};
212
291
  Defaults: {};
213
292
  }, Readonly<import("vue").ExtractPropTypes<{
214
- name: {
293
+ icon: {
215
294
  type: import("vue").PropType<string>;
216
295
  };
217
- href: {
296
+ component: {
297
+ type: import("vue").PropType<import("vue").Component>;
298
+ default: undefined;
299
+ };
300
+ name: {
218
301
  type: import("vue").PropType<string>;
219
302
  };
220
- icon: {
303
+ href: {
221
304
  type: import("vue").PropType<string>;
222
305
  };
223
306
  disabled: {
224
307
  type: import("vue").PropType<boolean>;
225
308
  };
226
- }>>, {}, {}, {}, {}, {}>;
309
+ scrollable: {
310
+ type: import("vue").PropType<boolean>;
311
+ default: boolean;
312
+ };
313
+ }>>, {}, {}, {}, {}, {
314
+ component: import("vue").Component;
315
+ scrollable: boolean;
316
+ }>;
227
317
  __isFragment?: undefined;
228
318
  __isTeleport?: undefined;
229
319
  __isSuspense?: undefined;
230
320
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
231
- name: {
321
+ icon: {
232
322
  type: import("vue").PropType<string>;
233
323
  };
234
- href: {
324
+ component: {
325
+ type: import("vue").PropType<import("vue").Component>;
326
+ default: undefined;
327
+ };
328
+ name: {
235
329
  type: import("vue").PropType<string>;
236
330
  };
237
- icon: {
331
+ href: {
238
332
  type: import("vue").PropType<string>;
239
333
  };
240
334
  disabled: {
241
335
  type: import("vue").PropType<boolean>;
242
336
  };
243
- }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
337
+ scrollable: {
338
+ type: import("vue").PropType<boolean>;
339
+ default: boolean;
340
+ };
341
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
342
+ component: import("vue").Component;
343
+ scrollable: boolean;
344
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
244
345
  $slots: {
245
346
  default?(_: {}): any;
246
347
  };
@@ -49,11 +49,15 @@ export declare const MenuTitle: {
49
49
  };
50
50
  showMenuInPopup: {
51
51
  type: import("vue").PropType<boolean>;
52
+ default: undefined;
52
53
  };
53
54
  isShortable: {
54
55
  type: import("vue").PropType<boolean>;
55
56
  default: boolean;
56
57
  };
58
+ pageMod: {
59
+ type: import("vue").PropType<boolean>;
60
+ };
57
61
  keyForSaveState: {
58
62
  type: import("vue").PropType<string>;
59
63
  };
@@ -68,17 +72,22 @@ export declare const MenuTitle: {
68
72
  };
69
73
  showMenuInPopup: {
70
74
  type: import("vue").PropType<boolean>;
75
+ default: undefined;
71
76
  };
72
77
  isShortable: {
73
78
  type: import("vue").PropType<boolean>;
74
79
  default: boolean;
75
80
  };
81
+ pageMod: {
82
+ type: import("vue").PropType<boolean>;
83
+ };
76
84
  keyForSaveState: {
77
85
  type: import("vue").PropType<string>;
78
86
  };
79
87
  }>> & {
80
88
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
81
89
  }, {
90
+ showMenuInPopup: boolean;
82
91
  isShortable: boolean;
83
92
  }, true, {}, {}, {
84
93
  P: {};
@@ -94,17 +103,22 @@ export declare const MenuTitle: {
94
103
  };
95
104
  showMenuInPopup: {
96
105
  type: import("vue").PropType<boolean>;
106
+ default: undefined;
97
107
  };
98
108
  isShortable: {
99
109
  type: import("vue").PropType<boolean>;
100
110
  default: boolean;
101
111
  };
112
+ pageMod: {
113
+ type: import("vue").PropType<boolean>;
114
+ };
102
115
  keyForSaveState: {
103
116
  type: import("vue").PropType<string>;
104
117
  };
105
118
  }>> & {
106
119
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
107
120
  }, {}, {}, {}, {}, {
121
+ showMenuInPopup: boolean;
108
122
  isShortable: boolean;
109
123
  }>;
110
124
  __isFragment?: undefined;
@@ -117,11 +131,15 @@ export declare const MenuTitle: {
117
131
  };
118
132
  showMenuInPopup: {
119
133
  type: import("vue").PropType<boolean>;
134
+ default: undefined;
120
135
  };
121
136
  isShortable: {
122
137
  type: import("vue").PropType<boolean>;
123
138
  default: boolean;
124
139
  };
140
+ pageMod: {
141
+ type: import("vue").PropType<boolean>;
142
+ };
125
143
  keyForSaveState: {
126
144
  type: import("vue").PropType<string>;
127
145
  };
@@ -130,11 +148,11 @@ export declare const MenuTitle: {
130
148
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
131
149
  "update:modelValue": (value: string) => void;
132
150
  }, string, {
151
+ showMenuInPopup: boolean;
133
152
  isShortable: boolean;
134
153
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
135
154
  $slots: {
136
155
  menu?(_: {}): any;
137
- contents?(_: {}): any;
138
156
  };
139
157
  });
140
158
  TabsViewMenuTitle: {
@@ -1,5 +1,5 @@
1
1
  import type { PropsMenu } from './tabsView';
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<PropsMenu>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PropsMenu>>>, {}, {}>, {
2
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<PropsMenu>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PropsMenu>>>, {}, {}>, {
3
3
  default?(_: {}): any;
4
4
  }>;
5
5
  export default _default;
@@ -1,2 +1,2 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
2
2
  export default _default;
@@ -1,5 +1,14 @@
1
1
  import type { PropsMenuItem } from './tabsView';
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<PropsMenuItem>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<PropsMenuItem>>>, {}, {}>, {
2
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PropsMenuItem>, {
3
+ scrollable: boolean;
4
+ component: undefined;
5
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<PropsMenuItem>, {
6
+ scrollable: boolean;
7
+ component: undefined;
8
+ }>>>, {
9
+ component: import("vue").Component;
10
+ scrollable: boolean;
11
+ }, {}>, {
3
12
  default?(_: {}): any;
4
13
  }>;
5
14
  export default _default;
@@ -12,6 +21,14 @@ type __VLS_TypePropsToRuntimeProps<T> = {
12
21
  required: true;
13
22
  };
14
23
  };
24
+ type __VLS_WithDefaults<P, D> = {
25
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
26
+ default: D[K];
27
+ }> : P[K];
28
+ };
29
+ type __VLS_Prettify<T> = {
30
+ [K in keyof T]: T[K];
31
+ } & {};
15
32
  type __VLS_WithTemplateSlots<T, S> = T & {
16
33
  new (): {
17
34
  $slots: S;