@topvisor/ui 1.0.4 → 1.0.7

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 (149) hide show
  1. package/.chunks/{datepicker-BJGX0c7G.amd.js → datepicker-CRfiJCmp.amd.js} +2 -2
  2. package/.chunks/{datepicker-BJGX0c7G.amd.js.map → datepicker-CRfiJCmp.amd.js.map} +1 -1
  3. package/.chunks/{datepicker-3uPurK_5.es.js → datepicker-CugKFVIH.es.js} +2 -2
  4. package/.chunks/{datepicker-3uPurK_5.es.js.map → datepicker-CugKFVIH.es.js.map} +1 -1
  5. package/.chunks/{forms-D9r2-H5Y.es.js → forms-CHiMZ8vg.es.js} +758 -743
  6. package/.chunks/forms-CHiMZ8vg.es.js.map +1 -0
  7. package/.chunks/forms-CjYoXTEQ.amd.js +3 -0
  8. package/.chunks/forms-CjYoXTEQ.amd.js.map +1 -0
  9. package/.chunks/{listItem.vue_vue_type_script_setup_true_lang-Bdv8YBAk.es.js → listItem.vue_vue_type_script_setup_true_lang-Bb7B8CTJ.es.js} +4 -4
  10. package/.chunks/{listItem.vue_vue_type_script_setup_true_lang-Bdv8YBAk.es.js.map → listItem.vue_vue_type_script_setup_true_lang-Bb7B8CTJ.es.js.map} +1 -1
  11. package/.chunks/{listItem.vue_vue_type_script_setup_true_lang-BxpjEUsq.amd.js → listItem.vue_vue_type_script_setup_true_lang-CEF3WDJ_.amd.js} +2 -2
  12. package/.chunks/{listItem.vue_vue_type_script_setup_true_lang-BxpjEUsq.amd.js.map → listItem.vue_vue_type_script_setup_true_lang-CEF3WDJ_.amd.js.map} +1 -1
  13. package/.chunks/{menu-B0Ul7Kbg.es.js → menu-CHeV29rC.es.js} +2 -2
  14. package/.chunks/{menu-B0Ul7Kbg.es.js.map → menu-CHeV29rC.es.js.map} +1 -1
  15. package/.chunks/{menu-CbhB9e4x.amd.js → menu-D1lnYuWU.amd.js} +2 -2
  16. package/.chunks/{menu-CbhB9e4x.amd.js.map → menu-D1lnYuWU.amd.js.map} +1 -1
  17. package/.chunks/{popup-pQCswyfj.amd.js → popup-C4Tne4qA.amd.js} +5 -5
  18. package/.chunks/{popup-pQCswyfj.amd.js.map → popup-C4Tne4qA.amd.js.map} +1 -1
  19. package/.chunks/{popup-Coq_61yv.es.js → popup-D-G2sXks.es.js} +2 -3
  20. package/.chunks/{popup-Coq_61yv.es.js.map → popup-D-G2sXks.es.js.map} +1 -1
  21. package/.chunks/utils-BOlUthaH.es.js +91 -0
  22. package/.chunks/utils-BOlUthaH.es.js.map +1 -0
  23. package/.chunks/utils-x88W55mf.amd.js +2 -0
  24. package/.chunks/utils-x88W55mf.amd.js.map +1 -0
  25. package/assets/forms.css +1 -1
  26. package/assets/project.css +1 -1
  27. package/assets/themes/dark.css +1 -1
  28. package/assets/themes/light.css +1 -1
  29. package/components/forms/avatar/avatar.vue.d.ts +3 -33
  30. package/components/forms/button/button.vue.d.ts +11 -31
  31. package/components/forms/checkbox/checkbox.vue.d.ts +12 -16
  32. package/components/forms/controlLabel/controlLabel.vue.d.ts +9 -13
  33. package/components/forms/hint/hint.vue.d.ts +2 -11
  34. package/components/forms/input/input.vue.d.ts +13 -31
  35. package/components/forms/inputDate/inputDate.vue.d.ts +6 -27
  36. package/components/forms/inputRange/inputRange.vue.d.ts +10 -5
  37. package/components/forms/loadbar/loadbar.vue.d.ts +2 -2
  38. package/components/forms/radio/radio.vue.d.ts +12 -16
  39. package/components/forms/select/select.vue.d.ts +8 -27
  40. package/components/forms/switcher/switcher.vue.d.ts +12 -16
  41. package/components/forms/textarea/textarea.vue.d.ts +6 -29
  42. package/components/formsExt/editArea/editArea.vue.d.ts +9 -38
  43. package/components/formsExt/editInput/editInput.vue.d.ts +5 -14
  44. package/components/formsExt/menu/menu.vue.d.ts +6 -27
  45. package/components/formsExt/radioGroup/radioGroup.vue.d.ts +8 -27
  46. package/components/formsExt/selector2/api.d.ts +2 -2
  47. package/components/formsExt/selector2/itemMulti.vue.d.ts +5 -14
  48. package/components/formsExt/selector2/selector2.vue.d.ts +107 -35
  49. package/components/popup/alert/alert.vue.d.ts +17 -21
  50. package/components/popup/confirm/confirm.vue.d.ts +19 -23
  51. package/components/popup/popup/listItem.vue.d.ts +10 -28
  52. package/components/popup/popup/opener.vue.d.ts +10 -30
  53. package/components/popup/popup/popup.vue.d.ts +21 -43
  54. package/components/popup/popup/widgetInput.vue.d.ts +11 -29
  55. package/components/popup/prompt/prompt.vue.d.ts +19 -23
  56. package/components/popup/worker.d.ts +0 -4
  57. package/components/project/project.d.ts +2 -0
  58. package/components/project/selectorCompetitors/selectorCompetitors.vue.d.ts +6 -27
  59. package/components/project/selectorRegion/composables/compare.d.ts +12 -0
  60. package/components/project/selectorRegion/composables/selectRegion.d.ts +14 -0
  61. package/components/project/selectorRegion/composables/selectSearcher.d.ts +13 -0
  62. package/components/project/selectorRegion/composables/selectorRegion.d.ts +25 -0
  63. package/components/project/selectorRegion/selectorRegion.d.ts +182 -0
  64. package/components/project/selectorRegion/selectorRegion.vue.d.ts +25 -0
  65. package/components/project/selectorRegion/stories/searchers.d.ts +3 -0
  66. package/components/project/selectorRegion/utils/consts.d.ts +20 -0
  67. package/components/project/selectorRegion/utils/utils.d.ts +23 -0
  68. package/components/project/utils.d.ts +1 -0
  69. package/components/tabs/tabs/content.vue.d.ts +9 -13
  70. package/components/tabs/tabs/tab.vue.d.ts +9 -13
  71. package/components/tabs/tabs/tabs.vue.d.ts +11 -15
  72. package/components/tabsView/tabsView/menu.vue.d.ts +17 -20
  73. package/components/tabsView/tabsView/menuDelimeter.vue.d.ts +2 -2
  74. package/components/tabsView/tabsView/menuItem.vue.d.ts +11 -29
  75. package/components/tabsView/tabsView/menuTitle.vue.d.ts +10 -14
  76. package/components/tabsView/tabsView/store.d.ts +6 -6
  77. package/components/tabsView/tabsView/tabsView.vue.d.ts +15 -31
  78. package/core/app.amd.js +1 -1
  79. package/core/app.amd.js.map +1 -1
  80. package/core/app.js +2 -2
  81. package/core/core/core.d.ts +0 -8
  82. package/core/core.amd.js +1 -1
  83. package/core/core.js +1 -1
  84. package/core/utils/date.d.ts +2 -2
  85. package/core/utils/scroll.d.ts +7 -1
  86. package/core/utils/searchers.d.ts +40 -0
  87. package/forms/forms.amd.js +1 -1
  88. package/forms/forms.js +5 -5
  89. package/formsExt/formsExt.amd.js +1 -1
  90. package/formsExt/formsExt.amd.js.map +1 -1
  91. package/formsExt/formsExt.js +64 -64
  92. package/icomoon/Topvisor icons.json +5846 -0
  93. package/icomoon/demo.html +26 -26
  94. package/icomoon/fonts/Topvisor-2.svg +12 -12
  95. package/icomoon/fonts/Topvisor-2.ttf +0 -0
  96. package/icomoon/fonts/Topvisor-2.woff +0 -0
  97. package/icomoon/selection.json +1 -1
  98. package/icomoon/style.css +16 -16
  99. package/package.json +1 -1
  100. package/popup/popup.amd.js +1 -1
  101. package/popup/popup.amd.js.map +1 -1
  102. package/popup/popup.js +14 -14
  103. package/popup/worker.amd.js +1 -1
  104. package/popup/worker.d.ts +0 -4
  105. package/popup/worker.js +3 -4
  106. package/project/project.amd.js +1 -1
  107. package/project/project.amd.js.map +1 -1
  108. package/project/project.js +366 -45
  109. package/project/project.js.map +1 -1
  110. package/project/utils.amd.js +2 -0
  111. package/project/utils.amd.js.map +1 -0
  112. package/project/utils.d.ts +2 -0
  113. package/project/utils.js +6 -0
  114. package/project/utils.js.map +1 -0
  115. package/tabs/tabs.amd.js +1 -1
  116. package/tabs/tabs.js +1 -1
  117. package/tabsView/tabsView.amd.js +1 -1
  118. package/tabsView/tabsView.amd.js.map +1 -1
  119. package/tabsView/tabsView.js +150 -143
  120. package/tabsView/tabsView.js.map +1 -1
  121. package/utils/date.amd.js +1 -1
  122. package/utils/date.js +1 -1
  123. package/utils/device.amd.js +1 -1
  124. package/utils/device.js +1 -1
  125. package/utils/lodash.amd.js +1 -1
  126. package/utils/lodash.js +4 -4
  127. package/utils/price.amd.js +1 -1
  128. package/utils/price.amd.js.map +1 -1
  129. package/utils/price.js +6 -7
  130. package/utils/price.js.map +1 -1
  131. package/utils/scroll.amd.js +1 -1
  132. package/utils/scroll.amd.js.map +1 -1
  133. package/utils/scroll.js +10 -8
  134. package/utils/scroll.js.map +1 -1
  135. package/utils/searchers.amd.js +2 -0
  136. package/utils/searchers.amd.js.map +1 -0
  137. package/utils/searchers.d.ts +2 -0
  138. package/utils/searchers.js +130 -0
  139. package/utils/searchers.js.map +1 -0
  140. package/utils/string.amd.js +1 -1
  141. package/utils/string.amd.js.map +1 -1
  142. package/utils/string.js +1 -1
  143. package/.chunks/forms-BImXJ_ZO.amd.js +0 -3
  144. package/.chunks/forms-BImXJ_ZO.amd.js.map +0 -1
  145. package/.chunks/forms-D9r2-H5Y.es.js.map +0 -1
  146. package/.chunks/i18n-C_OH9IT3.amd.js +0 -2
  147. package/.chunks/i18n-C_OH9IT3.amd.js.map +0 -1
  148. package/.chunks/i18n-DuTvft1T.es.js +0 -26
  149. package/.chunks/i18n-DuTvft1T.es.js.map +0 -1
@@ -1,36 +1,17 @@
1
1
  import { Props } from './select';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
3
  import { Size } from '../helpers';
4
4
  declare let __VLS_typeProps: Props;
5
5
  type __VLS_PublicProps = {
6
6
  modelValue: Props['modelValue'];
7
7
  } & typeof __VLS_typeProps;
8
- declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
9
- size: string;
10
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
11
- "update:modelValue": (modelValue: string | number) => void;
12
- }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
13
- size: string;
14
- }>>> & {
8
+ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
9
+ "update:modelValue": (modelValue: string | number) => any;
10
+ } & {
11
+ "update:modelValue": (value: string | number) => any;
12
+ }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
15
13
  "onUpdate:modelValue"?: ((modelValue: string | number) => any) | undefined;
16
- }, {
14
+ }>, {
17
15
  size: Size;
18
- }, {}>;
16
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
19
17
  export default _default;
20
- type __VLS_WithDefaults<P, D> = {
21
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
22
- default: D[K];
23
- }> : P[K];
24
- };
25
- type __VLS_Prettify<T> = {
26
- [K in keyof T]: T[K];
27
- } & {};
28
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
29
- type __VLS_TypePropsToOption<T> = {
30
- [K in keyof T]-?: {} extends Pick<T, K> ? {
31
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
32
- } : {
33
- type: PropType<T[K]>;
34
- required: true;
35
- };
36
- };
@@ -1,26 +1,22 @@
1
1
  import { Props } from './switcher';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
3
  declare function __VLS_template(): {
4
- default?(_: {}): any;
4
+ slots: {
5
+ default?(_: {}): any;
6
+ };
7
+ refs: {};
8
+ attrs: Partial<{}>;
5
9
  };
6
- declare const __VLS_component: DefineComponent<__VLS_TypePropsToOption<Props>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
7
- "update:modelValue": (value: boolean | string[] | Set<string>) => void;
8
- }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption<Props>>> & {
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
12
+ "update:modelValue": (value: boolean | string[] | Set<string>) => any;
13
+ }, string, PublicProps, Readonly<Props> & Readonly<{
9
14
  "onUpdate:modelValue"?: ((value: boolean | string[] | Set<string>) => any) | undefined;
10
- }, {}, {}>;
11
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
15
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
16
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
12
17
  export default _default;
13
18
  type __VLS_WithTemplateSlots<T, S> = T & {
14
19
  new (): {
15
20
  $slots: S;
16
21
  };
17
22
  };
18
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
19
- type __VLS_TypePropsToOption<T> = {
20
- [K in keyof T]-?: {} extends Pick<T, K> ? {
21
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
22
- } : {
23
- type: PropType<T[K]>;
24
- required: true;
25
- };
26
- };
@@ -1,34 +1,11 @@
1
1
  import { Props } from './textarea';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
- declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
4
- rows: number;
5
- minHeight: number;
6
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
7
- "update:modelValue": (value?: string | undefined) => void;
8
- }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
9
- rows: number;
10
- minHeight: number;
11
- }>>> & {
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
4
+ "update:modelValue": (value?: string | undefined) => any;
5
+ }, string, PublicProps, Readonly<Props> & Readonly<{
12
6
  "onUpdate:modelValue"?: ((value?: string | undefined) => any) | undefined;
13
- }, {
7
+ }>, {
14
8
  rows: number;
15
9
  minHeight: number;
16
- }, {}>;
10
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
17
11
  export default _default;
18
- type __VLS_WithDefaults<P, D> = {
19
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
20
- default: D[K];
21
- }> : P[K];
22
- };
23
- type __VLS_Prettify<T> = {
24
- [K in keyof T]: T[K];
25
- } & {};
26
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
27
- type __VLS_TypePropsToOption<T> = {
28
- [K in keyof T]-?: {} extends Pick<T, K> ? {
29
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
30
- } : {
31
- type: PropType<T[K]>;
32
- required: true;
33
- };
34
- };
@@ -1,47 +1,18 @@
1
1
  import { Props } from './editArea';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
- declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
4
- defaultValue: string;
5
- cancelText: string;
6
- submitText: string;
7
- closeText: string;
8
- expandable: boolean;
9
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
10
- submit: (value: string) => void;
11
- close: () => void;
12
- clickOnTitle: () => void;
13
- }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<Props>, {
14
- defaultValue: string;
15
- cancelText: string;
16
- submitText: string;
17
- closeText: string;
18
- expandable: boolean;
19
- }>>> & {
20
- onSubmit?: ((value: string) => any) | undefined;
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
4
+ close: () => any;
5
+ submit: (value: string) => any;
6
+ clickOnTitle: () => any;
7
+ }, string, PublicProps, Readonly<Props> & Readonly<{
21
8
  onClose?: (() => any) | undefined;
9
+ onSubmit?: ((value: string) => any) | undefined;
22
10
  onClickOnTitle?: (() => any) | undefined;
23
- }, {
11
+ }>, {
24
12
  closeText: string;
25
13
  expandable: boolean;
26
14
  submitText: string;
27
15
  cancelText: string;
28
16
  defaultValue: string;
29
- }, {}>;
17
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
30
18
  export default _default;
31
- type __VLS_WithDefaults<P, D> = {
32
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
33
- default: D[K];
34
- }> : P[K];
35
- };
36
- type __VLS_Prettify<T> = {
37
- [K in keyof T]: T[K];
38
- } & {};
39
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
40
- type __VLS_TypePropsToOption<T> = {
41
- [K in keyof T]-?: {} extends Pick<T, K> ? {
42
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
43
- } : {
44
- type: PropType<T[K]>;
45
- required: true;
46
- };
47
- };
@@ -1,17 +1,8 @@
1
1
  import { Props } from './editInput';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
- declare const _default: DefineComponent<__VLS_TypePropsToOption<Props>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
4
- "update:modelValue": (value: string) => void;
5
- }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption<Props>>> & {
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ declare const _default: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
4
+ "update:modelValue": (value: string) => any;
5
+ }, string, PublicProps, Readonly<Props> & Readonly<{
6
6
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
7
- }, {}, {}>;
7
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
8
8
  export default _default;
9
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
10
- type __VLS_TypePropsToOption<T> = {
11
- [K in keyof T]-?: {} extends Pick<T, K> ? {
12
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
13
- } : {
14
- type: PropType<T[K]>;
15
- required: true;
16
- };
17
- };
@@ -1,35 +1,14 @@
1
1
  import { Props, styling } from './menu';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
3
  declare let __VLS_typeProps: Props;
4
4
  type __VLS_PublicProps = {
5
5
  modelValue: any;
6
6
  } & typeof __VLS_typeProps;
7
- declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
8
- styling: string;
9
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
10
- "update:modelValue": (modelValue: any) => void;
11
- }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
12
- styling: string;
13
- }>>> & {
7
+ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
8
+ "update:modelValue": (modelValue: any) => any;
9
+ }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
14
10
  "onUpdate:modelValue"?: ((modelValue: any) => any) | undefined;
15
- }, {
11
+ }>, {
16
12
  styling: styling[keyof styling];
17
- }, {}>;
13
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
18
14
  export default _default;
19
- type __VLS_WithDefaults<P, D> = {
20
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
21
- default: D[K];
22
- }> : P[K];
23
- };
24
- type __VLS_Prettify<T> = {
25
- [K in keyof T]: T[K];
26
- } & {};
27
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
28
- type __VLS_TypePropsToOption<T> = {
29
- [K in keyof T]-?: {} extends Pick<T, K> ? {
30
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
31
- } : {
32
- type: PropType<T[K]>;
33
- required: true;
34
- };
35
- };
@@ -1,36 +1,17 @@
1
1
  import { Props } from './radioGroup';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
3
  import { Size } from '../../forms/helpers';
4
4
  declare let __VLS_typeProps: Props;
5
5
  type __VLS_PublicProps = {
6
6
  modelValue: string;
7
7
  } & typeof __VLS_typeProps;
8
- declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
9
- size: string;
10
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
11
- "update:modelValue": (modelValue: string) => void;
12
- }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
13
- size: string;
14
- }>>> & {
8
+ declare const _default: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
9
+ "update:modelValue": (modelValue: string) => any;
10
+ } & {
11
+ "update:modelValue": (value: string) => any;
12
+ }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
15
13
  "onUpdate:modelValue"?: ((modelValue: string) => any) | undefined;
16
- }, {
14
+ }>, {
17
15
  size: Size;
18
- }, {}>;
16
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
19
17
  export default _default;
20
- type __VLS_WithDefaults<P, D> = {
21
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
22
- default: D[K];
23
- }> : P[K];
24
- };
25
- type __VLS_Prettify<T> = {
26
- [K in keyof T]: T[K];
27
- } & {};
28
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
29
- type __VLS_TypePropsToOption<T> = {
30
- [K in keyof T]-?: {} extends Pick<T, K> ? {
31
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
32
- } : {
33
- type: PropType<T[K]>;
34
- required: true;
35
- };
36
- };
@@ -1,8 +1,8 @@
1
1
  import { Ref } from 'vue';
2
2
  import { Item, Props } from './selector2';
3
3
  export declare const useAPI: (apiRequest: Props["apiRequest"], minLength: number, useCache: Props["useCache"]) => {
4
- items: Ref<Item[]>;
5
- isLoading: Ref<boolean>;
4
+ items: Ref<Item[], Item[]>;
5
+ isLoading: Ref<boolean, boolean>;
6
6
  loadAppend: () => Promise<void>;
7
7
  setSearchTextAndLoad: (searchText: string, useDebounce?: boolean) => void;
8
8
  };
@@ -1,17 +1,8 @@
1
1
  import { PropsItemMulti } from './selector2';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
- declare const _default: DefineComponent<__VLS_TypePropsToOption<PropsItemMulti>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
4
- delete: (id: number | null) => void;
5
- }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption<PropsItemMulti>>> & {
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
+ declare const _default: DefineComponent<PropsItemMulti, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
4
+ delete: (id: number | null) => any;
5
+ }, string, PublicProps, Readonly<PropsItemMulti> & Readonly<{
6
6
  onDelete?: ((id: number | null) => any) | undefined;
7
- }, {}, {}>;
7
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
8
8
  export default _default;
9
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
10
- type __VLS_TypePropsToOption<T> = {
11
- [K in keyof T]-?: {} extends Pick<T, K> ? {
12
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
13
- } : {
14
- type: PropType<T[K]>;
15
- required: true;
16
- };
17
- };
@@ -1,52 +1,124 @@
1
+ import { default as PopupClass } from '../../popup/lib/popup';
1
2
  import { Item, Props, Slots } from './selector2';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
3
+ import { ComponentInternalInstance, VNodeProps, AllowedComponentProps, ComponentCustomProps, Slot, ComponentPublicInstance, ComponentOptionsBase, ComponentOptionsMixin, GlobalComponents, GlobalDirectives, ComponentProvideOptions, DebuggerEvent, nextTick, WatchOptions, WatchStopHandle, ShallowUnwrapRef, ComponentCustomProperties, DefineComponent, PublicProps } from 'vue';
4
+ import { Props } from '../../popup/popup/popup';
5
+ import { OnCleanup } from '@vue/reactivity';
3
6
  import { Size } from '../../forms/helpers';
4
7
  declare let __VLS_typeProps: Props;
5
8
  type __VLS_PublicProps = {
6
9
  modelValue?: Props['modelValue'];
7
10
  } & typeof __VLS_typeProps;
8
- declare function __VLS_template(): Readonly<Slots> & Slots;
9
- declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
10
- items: () => Array<Item>;
11
- size: string;
12
- minLength: number;
13
- showSelectedInInput: boolean;
14
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
15
- "update:modelValue": (modelValue: Item | Item[]) => void;
16
- }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<__VLS_PublicProps>, {
17
- items: () => Array<Item>;
18
- size: string;
19
- minLength: number;
20
- showSelectedInInput: boolean;
21
- }>>> & {
11
+ declare function __VLS_template(): {
12
+ slots: Readonly<Slots> & Slots;
13
+ refs: {
14
+ popupRef: ({
15
+ $: ComponentInternalInstance;
16
+ $data: {};
17
+ $props: {
18
+ readonly id?: string | undefined;
19
+ readonly class?: string | undefined;
20
+ readonly transitionDuration?: number | undefined;
21
+ readonly footerSupportLink?: string | undefined;
22
+ readonly pos?: ("0" | "1" | "2" | "3" | "4") | undefined;
23
+ readonly notch?: boolean | undefined;
24
+ readonly openByHover?: boolean | undefined;
25
+ readonly posBy?: ("fixed" | "left" | "right") | undefined;
26
+ readonly onClose?: (() => any) | undefined;
27
+ readonly onOpen?: (() => any) | undefined;
28
+ readonly onScrollContentList?: ((value: Event) => any) | undefined;
29
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< Props> & Readonly<{
30
+ onClose?: (() => any) | undefined;
31
+ onOpen?: (() => any) | undefined;
32
+ onScrollContentList?: ((value: Event) => any) | undefined;
33
+ }>;
34
+ $attrs: {
35
+ [x: string]: unknown;
36
+ };
37
+ $refs: {
38
+ [x: string]: unknown;
39
+ };
40
+ $slots: Readonly<{
41
+ [name: string]: Slot<any> | undefined;
42
+ }>;
43
+ $root: ComponentPublicInstance | null;
44
+ $parent: ComponentPublicInstance | null;
45
+ $host: Element | null;
46
+ $emit: ((event: "close") => void) & ((event: "open") => void) & ((event: "scrollContentList", value: Event) => void);
47
+ $el: any;
48
+ $options: ComponentOptionsBase<Readonly< Props> & Readonly<{
49
+ onClose?: (() => any) | undefined;
50
+ onOpen?: (() => any) | undefined;
51
+ onScrollContentList?: ((value: Event) => any) | undefined;
52
+ }>, {
53
+ popup: PopupClass | undefined;
54
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
55
+ close: () => any;
56
+ open: () => any;
57
+ scrollContentList: (value: Event) => any;
58
+ }, string, {
59
+ posBy: "fixed" | "left" | "right";
60
+ id: string;
61
+ pos: "0" | "1" | "2" | "3" | "4";
62
+ notch: boolean;
63
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
64
+ beforeCreate?: (() => void) | (() => void)[];
65
+ created?: (() => void) | (() => void)[];
66
+ beforeMount?: (() => void) | (() => void)[];
67
+ mounted?: (() => void) | (() => void)[];
68
+ beforeUpdate?: (() => void) | (() => void)[];
69
+ updated?: (() => void) | (() => void)[];
70
+ activated?: (() => void) | (() => void)[];
71
+ deactivated?: (() => void) | (() => void)[];
72
+ beforeDestroy?: (() => void) | (() => void)[];
73
+ beforeUnmount?: (() => void) | (() => void)[];
74
+ destroyed?: (() => void) | (() => void)[];
75
+ unmounted?: (() => void) | (() => void)[];
76
+ renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
77
+ renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
78
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
79
+ };
80
+ $forceUpdate: () => void;
81
+ $nextTick: nextTick;
82
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
83
+ } & Readonly<{
84
+ posBy: "fixed" | "left" | "right";
85
+ id: string;
86
+ pos: "0" | "1" | "2" | "3" | "4";
87
+ notch: boolean;
88
+ }> & Omit<Readonly< Props> & Readonly<{
89
+ onClose?: (() => any) | undefined;
90
+ onOpen?: (() => any) | undefined;
91
+ onScrollContentList?: ((value: Event) => any) | undefined;
92
+ }>, ("posBy" | "id" | "pos" | "notch") | "popup"> & ShallowUnwrapRef<{
93
+ popup: PopupClass | undefined;
94
+ }> & {} & ComponentCustomProperties & {} & {
95
+ $slots: {
96
+ opener?(_: {}): any;
97
+ header?(_: {}): any;
98
+ widget?(_: {}): any;
99
+ content?(_: {}): any;
100
+ contentList?(_: {}): any;
101
+ footer?(_: {}): any;
102
+ };
103
+ }) | null;
104
+ };
105
+ attrs: Partial<{}>;
106
+ };
107
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
108
+ declare const __VLS_component: DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
109
+ "update:modelValue": (modelValue: Item | Item[]) => any;
110
+ }, string, PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
22
111
  "onUpdate:modelValue"?: ((modelValue: Item | Item[]) => any) | undefined;
23
- }, {
112
+ }>, {
24
113
  size: Size;
25
114
  items: Item[];
26
115
  minLength: number;
27
116
  showSelectedInInput: boolean;
28
- }, {}>;
29
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
117
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
118
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
30
119
  export default _default;
31
- type __VLS_WithDefaults<P, D> = {
32
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
33
- default: D[K];
34
- }> : P[K];
35
- };
36
- type __VLS_Prettify<T> = {
37
- [K in keyof T]: T[K];
38
- } & {};
39
120
  type __VLS_WithTemplateSlots<T, S> = T & {
40
121
  new (): {
41
122
  $slots: S;
42
123
  };
43
124
  };
44
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
45
- type __VLS_TypePropsToOption<T> = {
46
- [K in keyof T]-?: {} extends Pick<T, K> ? {
47
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
48
- } : {
49
- type: PropType<T[K]>;
50
- required: true;
51
- };
52
- };
@@ -1,33 +1,29 @@
1
1
  import { Props } from './alert';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
3
  declare function __VLS_template(): {
4
- opener?(_: {}): any;
5
- header?(_: {}): any;
6
- default?(_: {}): any;
7
- footer?(_: {}): any;
4
+ slots: {
5
+ opener?(_: {}): any;
6
+ header?(_: {}): any;
7
+ default?(_: {}): any;
8
+ footer?(_: {}): any;
9
+ };
10
+ refs: {};
11
+ attrs: Partial<{}>;
8
12
  };
9
- declare const __VLS_component: DefineComponent<__VLS_TypePropsToOption<Props>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
10
- open: () => void;
11
- close: () => void;
12
- scrollContentList: (value: Event) => void;
13
- }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption<Props>>> & {
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
+ declare const __VLS_component: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
15
+ close: () => any;
16
+ open: () => any;
17
+ scrollContentList: (value: Event) => any;
18
+ }, string, PublicProps, Readonly<Props> & Readonly<{
14
19
  onClose?: (() => any) | undefined;
15
20
  onOpen?: (() => any) | undefined;
16
21
  onScrollContentList?: ((value: Event) => any) | undefined;
17
- }, {}, {}>;
18
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
22
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
23
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
19
24
  export default _default;
20
25
  type __VLS_WithTemplateSlots<T, S> = T & {
21
26
  new (): {
22
27
  $slots: S;
23
28
  };
24
29
  };
25
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
26
- type __VLS_TypePropsToOption<T> = {
27
- [K in keyof T]-?: {} extends Pick<T, K> ? {
28
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
29
- } : {
30
- type: PropType<T[K]>;
31
- required: true;
32
- };
33
- };
@@ -1,35 +1,31 @@
1
1
  import { Props } from './confirm';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
3
  declare function __VLS_template(): {
4
- opener?(_: {}): any;
5
- header?(_: {}): any;
6
- default?(_: {}): any;
7
- footer?(_: {}): any;
4
+ slots: {
5
+ opener?(_: {}): any;
6
+ header?(_: {}): any;
7
+ default?(_: {}): any;
8
+ footer?(_: {}): any;
9
+ };
10
+ refs: {};
11
+ attrs: Partial<{}>;
8
12
  };
9
- declare const __VLS_component: DefineComponent<__VLS_TypePropsToOption<Props>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
10
- open: () => void;
11
- close: () => void;
12
- scrollContentList: (value: Event) => void;
13
- submit: () => void;
14
- }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption<Props>>> & {
15
- onSubmit?: (() => any) | undefined;
13
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
14
+ declare const __VLS_component: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
15
+ close: () => any;
16
+ open: () => any;
17
+ submit: () => any;
18
+ scrollContentList: (value: Event) => any;
19
+ }, string, PublicProps, Readonly<Props> & Readonly<{
16
20
  onClose?: (() => any) | undefined;
17
21
  onOpen?: (() => any) | undefined;
22
+ onSubmit?: (() => any) | undefined;
18
23
  onScrollContentList?: ((value: Event) => any) | undefined;
19
- }, {}, {}>;
20
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
24
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
25
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
21
26
  export default _default;
22
27
  type __VLS_WithTemplateSlots<T, S> = T & {
23
28
  new (): {
24
29
  $slots: S;
25
30
  };
26
31
  };
27
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
28
- type __VLS_TypePropsToOption<T> = {
29
- [K in keyof T]-?: {} extends Pick<T, K> ? {
30
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
31
- } : {
32
- type: PropType<T[K]>;
33
- required: true;
34
- };
35
- };
@@ -1,39 +1,21 @@
1
1
  import { ListItemProps } from './popup';
2
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
2
+ import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
3
3
  declare function __VLS_template(): {
4
- default?(_: {}): any;
4
+ slots: {
5
+ default?(_: {}): any;
6
+ };
7
+ refs: {};
8
+ attrs: Partial<{}>;
5
9
  };
6
- declare const __VLS_component: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToOption<ListItemProps>, {
7
- type: string;
8
- closeByClick: boolean;
9
- }>, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToOption<ListItemProps>, {
10
- type: string;
11
- closeByClick: boolean;
12
- }>>>, {
10
+ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
+ declare const __VLS_component: DefineComponent<ListItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ListItemProps> & Readonly<{}>, {
13
12
  type: "button" | "regular" | "title" | "delimiter";
14
13
  closeByClick: boolean;
15
- }, {}>;
16
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
14
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
15
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
17
16
  export default _default;
18
- type __VLS_WithDefaults<P, D> = {
19
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
20
- default: D[K];
21
- }> : P[K];
22
- };
23
- type __VLS_Prettify<T> = {
24
- [K in keyof T]: T[K];
25
- } & {};
26
17
  type __VLS_WithTemplateSlots<T, S> = T & {
27
18
  new (): {
28
19
  $slots: S;
29
20
  };
30
21
  };
31
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
32
- type __VLS_TypePropsToOption<T> = {
33
- [K in keyof T]-?: {} extends Pick<T, K> ? {
34
- type: PropType<__VLS_NonUndefinedable<T[K]>>;
35
- } : {
36
- type: PropType<T[K]>;
37
- required: true;
38
- };
39
- };