@factoringplus/pl-components-pack-v3 1.8.37-pre-upload-02 → 1.8.38-pre-01-input-scroll

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 (95) hide show
  1. package/dist/{DoubleLeft32-e71a70b5.js → ChevronDoubleLeft32-8289d509.js} +4 -4
  2. package/dist/{DoubleLeft40-fdf1aff8.js → ChevronDoubleLeft40-e8498cee.js} +4 -4
  3. package/dist/{USBPort32-8d6c5d83.js → USB32-76abbf55.js} +5 -5
  4. package/dist/{USBPort40-14d0e2d7.js → USB40-33aa15ae.js} +5 -5
  5. package/dist/{WarningThree16-ca68cd44.cjs → WarningCircle16-5f149f9f.cjs} +1 -1
  6. package/dist/{WarningThree16-3714d3f6.js → WarningCircle16-95a8fc17.js} +5 -5
  7. package/dist/{WarningThree20-1266b53c.js → WarningCircle20-08a05eb3.js} +5 -5
  8. package/dist/{WarningThree20-382ccadb.cjs → WarningCircle20-d3fc9c63.cjs} +1 -1
  9. package/dist/{WarningThree24-d5e63245.cjs → WarningCircle24-45662408.cjs} +1 -1
  10. package/dist/{WarningThree24-06487fb2.js → WarningCircle24-cda7a395.js} +5 -5
  11. package/dist/{WarningTwo16-176134eb.js → WarningPolygon16-b4c2ce4e.js} +4 -4
  12. package/dist/{WarningTwo24-1ccb8c31.js → WarningPolygon24-d49da89c.js} +4 -4
  13. package/dist/{WarningOne16-0538cb5d.js → WarningTriangle16-0d3d831a.js} +3 -3
  14. package/dist/{Warning20-aa18b6bf.js → WarningTriangle20-3ea8dfa6.js} +3 -3
  15. package/dist/{Warning24-0f6c0ec0.js → WarningTriangle24-86395fff.js} +3 -3
  16. package/dist/{crypto-pro-827640bc.js → crypto-pro-68a157c4.js} +1 -1
  17. package/dist/{crypto-pro-2375b16f.cjs → crypto-pro-92476346.cjs} +1 -1
  18. package/dist/entry-22dfe93f.cjs +115 -0
  19. package/dist/{entry-b35bbe3c.js → entry-e1ef501d.js} +11623 -11492
  20. package/dist/pl-components-pack-v3.cjs.js +1 -1
  21. package/dist/pl-components-pack-v3.es.js +1 -1
  22. package/dist/src/components/basic/pl-scrollbar/pl-scrollbar.vue.d.ts +1 -0
  23. package/dist/src/components/basic/pl-tooltip-plus/pl-tooltip-plus.vue.d.ts +1 -1
  24. package/dist/src/components/data/pl-onboarding/pl-onboarding.vue.d.ts +1 -1
  25. package/dist/src/components/data/pl-table-plus/components/Pagination/PlPagination.vue.d.ts +30 -36
  26. package/dist/src/components/data/pl-table-plus/components/Pagination/index.d.ts +4 -18
  27. package/dist/src/components/data/pl-table-plus/pl-table-plus.vue.d.ts +143 -67
  28. package/dist/src/components/form/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +3 -1
  29. package/dist/src/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +9 -2
  30. package/dist/src/components/form/pl-autocomplete/types/index.d.ts +1 -0
  31. package/dist/src/components/form/pl-date-picker-plus/common/types/index.d.ts +1 -0
  32. package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +9 -2
  33. package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +9 -2
  34. package/dist/src/components/form/pl-input-plus/index.d.ts +549 -145
  35. package/dist/src/components/form/pl-input-plus/pl-input-plus.vue.d.ts +9 -2
  36. package/dist/src/components/form/pl-input-plus/types/index.d.ts +1 -0
  37. package/dist/src/components/form/pl-multi-select/components/pl-multi-select-dropdown.vue.d.ts +6 -1
  38. package/dist/src/components/form/pl-multi-select/pl-multi-select.vue.d.ts +12 -2
  39. package/dist/src/components/form/pl-multi-select/types/index.d.ts +3 -0
  40. package/dist/src/components/form/pl-select-plus/components/pl-select-dropdown.vue.d.ts +3 -1
  41. package/dist/src/components/form/pl-select-plus/pl-select-plus.vue.d.ts +9 -2
  42. package/dist/src/components/form/pl-select-plus/types/index.d.ts +1 -0
  43. package/dist/src/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +10 -5
  44. package/dist/src/components/shared/pl-icon/iconNameMap.d.ts +1 -0
  45. package/dist/src/components/shared/pl-icon/types/iconsType.d.ts +1 -1
  46. package/dist/src/components/shared/pl-text/components/pl-body1.vue.d.ts +3 -4
  47. package/dist/src/components/shared/pl-text/components/pl-body2.vue.d.ts +3 -4
  48. package/dist/src/components/shared/pl-text/components/pl-body3.vue.d.ts +3 -4
  49. package/dist/src/components/shared/pl-text/components/pl-bodyu.vue.d.ts +3 -4
  50. package/dist/src/components/shared/pl-text/components/pl-btn1.vue.d.ts +3 -4
  51. package/dist/src/components/shared/pl-text/components/pl-btn2.vue.d.ts +3 -4
  52. package/dist/src/components/shared/pl-text/components/pl-btn3.vue.d.ts +3 -4
  53. package/dist/src/components/shared/pl-text/components/pl-cap.vue.d.ts +3 -4
  54. package/dist/src/components/shared/pl-text/components/pl-h1.vue.d.ts +3 -4
  55. package/dist/src/components/shared/pl-text/components/pl-h2.vue.d.ts +3 -4
  56. package/dist/src/components/shared/pl-text/components/pl-h3.vue.d.ts +3 -4
  57. package/dist/src/components/shared/pl-text/components/pl-h4.vue.d.ts +3 -4
  58. package/dist/src/components/shared/pl-text/components/pl-sub1.vue.d.ts +12 -9
  59. package/dist/src/components/shared/pl-text/components/pl-sub2.vue.d.ts +12 -9
  60. package/dist/src/components/shared/pl-text/components/pl-system.vue.d.ts +12 -9
  61. package/dist/src/components/shared/pl-text/components/pl-tag.vue.d.ts +12 -9
  62. package/dist/src/components/shared/pl-text/components/pl-title1.vue.d.ts +12 -9
  63. package/dist/src/components/shared/pl-text/components/pl-title2.vue.d.ts +12 -9
  64. package/dist/src/components/shared/pl-text/components/pl-title3.vue.d.ts +12 -9
  65. package/dist/src/components/shared/pl-text/types.d.ts +3 -0
  66. package/dist/style.css +1 -1
  67. package/package.json +1 -1
  68. package/dist/entry-025e4d3f.cjs +0 -115
  69. /package/dist/{DoubleLeft32-e37380b8.cjs → ChevronDoubleLeft32-e37380b8.cjs} +0 -0
  70. /package/dist/{DoubleLeft40-bd1d13a4.cjs → ChevronDoubleLeft40-bd1d13a4.cjs} +0 -0
  71. /package/dist/{ChevronBottom16-6838e1d9.js → ChevronDown16-6838e1d9.js} +0 -0
  72. /package/dist/{ChevronBottom16-afd1c459.cjs → ChevronDown16-afd1c459.cjs} +0 -0
  73. /package/dist/{ChevronBottom32-0517e4b5.js → ChevronDown32-0517e4b5.js} +0 -0
  74. /package/dist/{ChevronBottom32-50cb7738.cjs → ChevronDown32-50cb7738.cjs} +0 -0
  75. /package/dist/{ChevronBottom40-fa39ee51.cjs → ChevronDown40-fa39ee51.cjs} +0 -0
  76. /package/dist/{ChevronBottom40-feb91d30.js → ChevronDown40-feb91d30.js} +0 -0
  77. /package/dist/{ChevronTop16-19c3c8d9.cjs → ChevronUp16-19c3c8d9.cjs} +0 -0
  78. /package/dist/{ChevronTop16-d3016f24.js → ChevronUp16-d3016f24.js} +0 -0
  79. /package/dist/{ChevronTop32-0ff5394d.cjs → ChevronUp32-0ff5394d.cjs} +0 -0
  80. /package/dist/{ChevronTop32-cdc1f609.js → ChevronUp32-cdc1f609.js} +0 -0
  81. /package/dist/{ChevronTop40-0e25a43f.js → ChevronUp40-0e25a43f.js} +0 -0
  82. /package/dist/{ChevronTop40-9d75fccd.cjs → ChevronUp40-9d75fccd.cjs} +0 -0
  83. /package/dist/{SortOne16-8fec6a30.cjs → Sort16-8fec6a30.cjs} +0 -0
  84. /package/dist/{SortOne16-bd2e2812.js → Sort16-bd2e2812.js} +0 -0
  85. /package/dist/{USBPort16-2f5acb3f.cjs → USB16-2f5acb3f.cjs} +0 -0
  86. /package/dist/{USBPort16-f8035500.js → USB16-f8035500.js} +0 -0
  87. /package/dist/{USBPort32-5272f2ac.cjs → USB32-5272f2ac.cjs} +0 -0
  88. /package/dist/{USBPort40-1513fcf2.cjs → USB40-1513fcf2.cjs} +0 -0
  89. /package/dist/{WarningTwo16-451a7417.cjs → WarningPolygon16-451a7417.cjs} +0 -0
  90. /package/dist/{WarningTwo20-6538e687.cjs → WarningPolygon20-6538e687.cjs} +0 -0
  91. /package/dist/{WarningTwo20-e8d37fcf.js → WarningPolygon20-e8d37fcf.js} +0 -0
  92. /package/dist/{WarningTwo24-2313c023.cjs → WarningPolygon24-2313c023.cjs} +0 -0
  93. /package/dist/{WarningOne16-626c6928.cjs → WarningTriangle16-626c6928.cjs} +0 -0
  94. /package/dist/{Warning20-63af1f3d.cjs → WarningTriangle20-63af1f3d.cjs} +0 -0
  95. /package/dist/{Warning24-fa7380de.cjs → WarningTriangle24-fa7380de.cjs} +0 -0
@@ -1,6 +1,6 @@
1
1
  import { IPlInputPlusProps } from './types';
2
2
 
3
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlInputPlusProps>, {
3
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlInputPlusProps>, {
4
4
  prop: string;
5
5
  modelValue: string;
6
6
  showWordLimit: boolean;
@@ -122,7 +122,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
122
122
  valueRange: {
123
123
  min: number;
124
124
  };
125
- }, {}>;
125
+ }, {}>, {
126
+ "tooltip-text"?(_: {}): any;
127
+ }>;
126
128
  export default _default;
127
129
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
128
130
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -141,3 +143,8 @@ type __VLS_WithDefaults<P, D> = {
141
143
  type __VLS_Prettify<T> = {
142
144
  [K in keyof T]: T[K];
143
145
  } & {};
146
+ type __VLS_WithTemplateSlots<T, S> = T & {
147
+ new (): {
148
+ $slots: S;
149
+ };
150
+ };
@@ -39,6 +39,7 @@ export interface IPlInputPlusProps extends IBaseInputProps {
39
39
  autosize?: boolean;
40
40
  minRows?: number;
41
41
  maxRows?: number;
42
+ tooltipWidth?: string;
42
43
  }
43
44
  export interface IPlDefaultProps extends IBaseInputProps {
44
45
  id: string;
@@ -7,7 +7,10 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
7
7
  helpertext: string;
8
8
  errors: () => any[];
9
9
  options: () => any[];
10
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
+ selectAll: boolean;
11
+ }>, {
12
+ isDragging: import('vue').ComputedRef<any>;
13
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
14
  reset: (...args: any[]) => void;
12
15
  "update:modelValue": (...args: any[]) => void;
13
16
  closeSave: (...args: any[]) => void;
@@ -18,6 +21,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
18
21
  helpertext: string;
19
22
  errors: () => any[];
20
23
  options: () => any[];
24
+ selectAll: boolean;
21
25
  }>>> & {
22
26
  onReset?: (...args: any[]) => any;
23
27
  "onUpdate:modelValue"?: (...args: any[]) => any;
@@ -28,6 +32,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
28
32
  focus: boolean;
29
33
  helpertext: string;
30
34
  errors: import('async-validator').ValidateError[];
35
+ selectAll: boolean;
31
36
  }, {}>;
32
37
  export default _default;
33
38
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -1,6 +1,6 @@
1
1
  import { IOption, ISelectProps } from './types';
2
2
 
3
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISelectProps>, {
3
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISelectProps>, {
4
4
  modelValue: () => any[];
5
5
  prop: string;
6
6
  placeholder: string;
@@ -16,6 +16,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
16
16
  clearable: boolean;
17
17
  buttons: boolean;
18
18
  teleport: boolean;
19
+ selectAll: boolean;
19
20
  }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
20
21
  reset: (...args: any[]) => void;
21
22
  "update:modelValue": (...args: any[]) => void;
@@ -36,6 +37,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
36
37
  clearable: boolean;
37
38
  buttons: boolean;
38
39
  teleport: boolean;
40
+ selectAll: boolean;
39
41
  }>>> & {
40
42
  onChange?: (...args: any[]) => any;
41
43
  onReset?: (...args: any[]) => any;
@@ -55,7 +57,10 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
55
57
  optional: string;
56
58
  tooltip: string;
57
59
  clearable: boolean;
58
- }, {}>;
60
+ selectAll: boolean;
61
+ }, {}>, {
62
+ "tooltip-text"?(_: {}): any;
63
+ }>;
59
64
  export default _default;
60
65
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
61
66
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -74,3 +79,8 @@ type __VLS_WithDefaults<P, D> = {
74
79
  type __VLS_Prettify<T> = {
75
80
  [K in keyof T]: T[K];
76
81
  } & {};
82
+ type __VLS_WithTemplateSlots<T, S> = T & {
83
+ new (): {
84
+ $slots: S;
85
+ };
86
+ };
@@ -22,6 +22,8 @@ declare interface ISelectProps {
22
22
  clearable?: boolean;
23
23
  buttons?: boolean;
24
24
  teleport?: boolean;
25
+ tooltipWidth?: string;
26
+ selectAll?: boolean;
25
27
  }
26
28
  declare interface IDropdownProps {
27
29
  modelValue: IOption[];
@@ -33,5 +35,6 @@ declare interface IDropdownProps {
33
35
  buttons: boolean;
34
36
  idProp: string;
35
37
  inputElement: HTMLElement;
38
+ selectAll?: boolean;
36
39
  }
37
40
  export { IDropdownProps, IOption, ISelectProps };
@@ -7,7 +7,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
7
7
  helpertext: string;
8
8
  errors: () => any[];
9
9
  options: () => any[];
10
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
+ }>, {
11
+ isDragging: import('vue').ComputedRef<any>;
12
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
13
  "select-value": (...args: any[]) => void;
12
14
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IDropdownProps>, {
13
15
  modelValue: string;
@@ -1,6 +1,6 @@
1
1
  import { IOption, ISelectProps } from './types';
2
2
 
3
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISelectProps>, {
3
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISelectProps>, {
4
4
  modelValue: string;
5
5
  prop: string;
6
6
  placeholder: string;
@@ -57,7 +57,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
57
57
  clearable: boolean;
58
58
  showDescription: boolean;
59
59
  account: boolean;
60
- }, {}>;
60
+ }, {}>, {
61
+ "tooltip-text"?(_: {}): any;
62
+ }>;
61
63
  export default _default;
62
64
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
63
65
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -76,3 +78,8 @@ type __VLS_WithDefaults<P, D> = {
76
78
  type __VLS_Prettify<T> = {
77
79
  [K in keyof T]: T[K];
78
80
  } & {};
81
+ type __VLS_WithTemplateSlots<T, S> = T & {
82
+ new (): {
83
+ $slots: S;
84
+ };
85
+ };
@@ -28,6 +28,7 @@ declare interface ISelectProps {
28
28
  showDescription?: boolean;
29
29
  account?: boolean;
30
30
  teleport?: boolean;
31
+ tooltipWidth?: string;
31
32
  }
32
33
  declare interface IDropdownProps {
33
34
  focus: boolean;
@@ -15,7 +15,7 @@ interface IProps {
15
15
  width?: string;
16
16
  viewMode?: boolean;
17
17
  maxSumFilesSize?: number;
18
- allowRemoveInViewMode?: boolean;
18
+ tooltipWidth?: string;
19
19
  }
20
20
  type TError = {
21
21
  dist: boolean;
@@ -27,7 +27,7 @@ type TUnloadedFile = {
27
27
  error?: TError;
28
28
  removable?: boolean;
29
29
  };
30
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
30
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
31
31
  multiple: boolean;
32
32
  accept: string;
33
33
  fileSize: number;
@@ -44,7 +44,6 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
44
44
  width: string;
45
45
  viewMode: boolean;
46
46
  maxSumFilesSize: number;
47
- allowRemove: boolean;
48
47
  }>, {
49
48
  addFiles: (files: FileList | File[]) => void;
50
49
  removeFile: (fileToRemove: File | TUnloadedFile) => void;
@@ -69,7 +68,6 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
69
68
  width: string;
70
69
  viewMode: boolean;
71
70
  maxSumFilesSize: number;
72
- allowRemove: boolean;
73
71
  }>>> & {
74
72
  onAddFiles?: (...args: any[]) => any;
75
73
  onRemoveFile?: (...args: any[]) => any;
@@ -91,7 +89,9 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
91
89
  helperText: string;
92
90
  viewMode: boolean;
93
91
  maxSumFilesSize: number;
94
- }, {}>;
92
+ }, {}>, {
93
+ "tooltip-text"?(_: {}): any;
94
+ }>;
95
95
  export default _default;
96
96
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
97
97
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -110,3 +110,8 @@ type __VLS_WithDefaults<P, D> = {
110
110
  type __VLS_Prettify<T> = {
111
111
  [K in keyof T]: T[K];
112
112
  } & {};
113
+ type __VLS_WithTemplateSlots<T, S> = T & {
114
+ new (): {
115
+ $slots: S;
116
+ };
117
+ };
@@ -0,0 +1 @@
1
+ export declare const iconNameMap: Record<string, string>;
@@ -2,4 +2,4 @@ export declare type TIconProps = {
2
2
  name: TIcon;
3
3
  color?: string | '';
4
4
  };
5
- export declare type TIcon = '' | 'Close16' | 'User20' | 'Group20' | 'Edit20' | 'BlankPan20' | 'Support20' | 'HandKey20' | 'Lock20' | 'Connection20' | 'Picture20' | 'Ruble20' | 'Document20' | 'Clip20' | 'USB20' | 'Layers20' | 'BlankKey20' | 'BlankChat20' | 'BlankCheck20' | 'BlankLock20' | 'Calendar20' | 'MailCheck20' | 'Mail20' | 'HandTop20' | 'HandRight20' | 'Pin20' | 'Rotate20' | 'Search20' | 'ArrowTop20' | 'ArrowRight20' | 'ArrowLeft20' | 'ArrowBottom20' | 'Settings20' | 'Chart20' | 'Exit20' | 'Warning20' | 'WarningTwo20' | 'WarningThree20' | 'CircleCheck20' | 'Question20' | 'Library20' | 'Loader20' | 'Share20' | 'Saved20' | 'CloudDownload20' | 'Bin20' | 'Eye20' | 'EyeCrossed20' | 'Chat20' | 'Bell20' | 'DotsHorizontal20' | 'DotsVertical20' | 'Scheduled20' | 'Dashboard20' | 'Clock20' | 'Box20' | 'Sort20' | 'SortTwo20' | 'Filter20' | 'Grid20' | 'Hub20' | 'GridTwo20' | 'Home20' | 'Key20' | 'Bulb20' | 'Attachment20' | 'Download20' | 'Link20' | 'Copy20' | 'Telegram20' | 'SortThree20' | 'Plus20' | 'Minus20' | 'Close20' | 'Check20' | 'Scroll20' | 'Print20' | 'Send20' | 'Block20' | 'Star20' | 'Sticker20' | 'ChevronDoubleLeft20' | 'Cube20' | 'Menu20' | 'AlertFill20' | 'Main20' | 'Wallet20' | 'Truck20' | 'Percent20' | 'Shield20' | 'ChevronDown20' | 'ChevronUp20' | 'ChevronLeft20' | 'ChevronRight20' | 'CreditCard20' | 'Zap20' | 'User24' | 'Group24' | 'Edit24' | 'BlankPan24' | 'Support24' | 'HandKey24' | 'Lock24' | 'Connection24' | 'Picture24' | 'Ruble24' | 'Document24' | 'Clip24' | 'Bell24' | 'USB24' | 'Layers24' | 'BlankKey24' | 'BlankChat24' | 'BlankCheck24' | 'BlankLock24' | 'Calendar24' | 'MailCheck24' | 'Mail24' | 'HandTop24' | 'HandRight24' | 'Pin24' | 'Rotate24' | 'Search24' | 'ArrowTop24' | 'ArrowRight24' | 'ArrowLeft24' | 'ArrowBottom24' | 'Settings24' | 'Chart24' | 'Exit24' | 'Warning24' | 'WarningTwo24' | 'WarningThree24' | 'CircleCheck24' | 'Question24' | 'Library24' | 'Loader24' | 'Share24' | 'Saved24' | 'CloudDownload24' | 'Bin24' | 'Eye24' | 'EyeCrossed24' | 'Chat24' | 'DotsHorizontal24' | 'DotsVertical24' | 'Scheduled24' | 'Dashboard24' | 'Clock24' | 'Box24' | 'Sort24' | 'SortTwo24' | 'Filter24' | 'Grid24' | 'Hub24' | 'GridTwo24' | 'Home24' | 'Key24' | 'Bulb24' | 'Attachment24' | 'Download24' | 'Link24' | 'Copy24' | 'Telegram24' | 'SortThree24' | 'Plus24' | 'Minus24' | 'Close24' | 'Check24' | 'Scroll24' | 'Print24' | 'Send24' | 'Block24' | 'Star24' | 'Sticker24' | 'ChevronDoubleLeft24' | 'ChevronDoubleRight24' | 'Cube24' | 'Menu24' | 'AlertFill24' | 'Main24' | 'Wallet24' | 'Truck24' | 'Percent24' | 'Shield24' | 'ChevronDown24' | 'ChevronUp24' | 'ChevronLeft24' | 'ChevronRight24' | 'Word24' | 'Exel24' | 'PDF24' | 'JPG24' | 'PNG24' | 'Info24' | 'WB20' | 'Ozon20' | 'Yandex20' | 'WB24' | 'Ozon24' | 'Yandex24' | 'WB40' | 'Ozon40' | 'Yandex40' | 'WB56' | 'Ozon56' | 'Yandex56' | 'Attachment32' | 'Bell32' | 'Bin32' | 'BlankChat32' | 'BlankCheck32' | 'BlankKey32' | 'BlankLock32' | 'BlankPan32' | 'Block32' | 'Box32' | 'Bulb32' | 'Bulb40' | 'Calendar32' | 'Chart32' | 'Chat32' | 'Chat40' | 'Check32' | 'CheckCircle32' | 'Connection32' | 'Copy32' | 'CreditCard32' | 'CreditCard40' | 'Dashboard32' | 'Document32' | 'DotsHorizontal32' | 'DotsVertical32' | 'DoubleLeft32' | 'Download32' | 'Edit32' | 'Exit32' | 'Eye32' | 'EyeCrossed32' | 'Filter32' | 'FilterTwo32' | 'Grid32' | 'GridTwo32' | 'Grid40' | 'GridTwo40' | 'Group32' | 'HandKey32' | 'HandRight32' | 'HandTop32' | 'Home32' | 'Hub32' | 'Hub40' | 'Key32' | 'Layers32' | 'Library32' | 'Link32' | 'Link40' | 'Loader32' | 'Lock32' | 'Mail32' | 'MailCheck32' | 'Menu32' | 'Minus32' | 'Notification32' | 'Picture32' | 'Pin32' | 'Plus32' | 'Print32' | 'Question32' | 'Rotate32' | 'Ruble32' | 'Sample32' | 'Saved32' | 'Scheduled32' | 'Scroll32' | 'Search32' | 'Send32' | 'Settings32' | 'Share32' | 'ShareTwo32' | 'Sort32' | 'SortTwo32' | 'Star32' | 'Sticker32' | 'Support32' | 'USBPort32' | 'User32' | 'WarningCircle32' | 'WarningPolygon32' | 'WarningTriangle32' | 'BankAccount32' | 'ChevronBottom32' | 'ChevronLeft32' | 'ChevronRight32' | 'ChevronTop32' | 'ArrowBottom32' | 'ArrowLeft32' | 'ArrowRight32' | 'ArrowTop32' | 'ArrowTopRight32' | 'Credit32' | 'Factoring32' | 'Guarantees32' | 'Facebook32' | 'Instagram32' | 'Telegram32' | 'VK32' | 'Youtube32' | 'Attachment40' | 'Bell40' | 'Bin40' | 'BlankChat40' | 'BlankCheck40' | 'BlankKey40' | 'BlankLock40' | 'BlankPan40' | 'Block40' | 'Box40' | 'Calendar40' | 'Chart40' | 'Check40' | 'CheckCircle40' | 'Clip40' | 'Clock40' | 'Close40' | 'CloudDownload40' | 'Connection40' | 'Copy40' | 'Dashboard40' | 'Document40' | 'DotsHorizontal40' | 'DotsVertical40' | 'DoubleLeft40' | 'Download40' | 'Edit40' | 'Exit40' | 'Eye40' | 'EyeCrossed40' | 'Filter40' | 'FilterTwo40' | 'Group40' | 'HandKey40' | 'HandRight40' | 'HandTop40' | 'Home40' | 'Key40' | 'Layers40' | 'Library40' | 'Loader40' | 'Lock40' | 'Mail40' | 'MailCheck40' | 'Menu40' | 'Minus40' | 'Notification40' | 'Picture40' | 'Pin40' | 'Plus40' | 'Print40' | 'Question40' | 'Rotate40' | 'Ruble40' | 'Sample40' | 'Saved40' | 'Scheduled40' | 'Scroll40' | 'Search40' | 'Send40' | 'Settings40' | 'Share40' | 'ShareTwo40' | 'Sort40' | 'SortTwo40' | 'Star40' | 'Sticker40' | 'Support40' | 'USBPort40' | 'User40' | 'WarningCircle40' | 'WarningPolygon40' | 'WarningTriangle40' | 'ChevronBottom40' | 'ChevronLeft40' | 'ChevronRight40' | 'ChevronTop40' | 'ArrowBottom40' | 'ArrowLeft40' | 'ArrowRight40' | 'ArrowTop40' | 'ArrowTopRight40' | 'BankAccount40' | 'Credit40' | 'Factoring40' | 'Guarantees40' | 'Facebook40' | 'Instagram40' | 'Telegram40' | 'VK40' | 'Youtube40' | 'Thunder20' | 'Thunder24' | 'Thunder42' | 'Thunder40' | 'Suitcase20' | 'Suitcase24' | 'Suitcase32' | 'Suitcase40' | 'Cloud20' | 'Cloud24' | 'Cloud32' | 'Cloud40' | 'AlertFill16' | 'Cube16' | 'ArrowBottom16' | 'ArrowLeft16' | 'ArrowRight16' | 'ArrowTop16' | 'Attachment16' | 'Bell16' | 'BellTwo16' | 'Bin16' | 'BlankChat16' | 'BlankCheck16' | 'BlankKey16' | 'BlankLock16' | 'BlankPan16' | 'Block16' | 'Box16' | 'Bulb16' | 'Calendar16' | 'Chart16' | 'Chat16' | 'Check16' | 'ChevronBottom16' | 'ChevronDoubleLeft16' | 'ChevronLeft16' | 'ChevronRight16' | 'ChevronTop16' | 'CircleCheck16' | 'Clip16' | 'Clock16' | 'CloudDownload16' | 'Connection16' | 'Copy16' | 'Dashboard16' | 'Document16' | 'DotsHorizontal16' | 'DotsVertical16' | 'Download16' | 'Edit16' | 'Exit16' | 'Eye16' | 'EyeCrossed16' | 'Facebook16' | 'Filter16' | 'Grid16' | 'GridTwo16' | 'Group16' | 'HandKey16' | 'HandRight16' | 'HandTop16' | 'Home16' | 'Hub16' | 'Instagram16' | 'Key16' | 'Layers16' | 'Library16' | 'Link16' | 'Loader16' | 'Lock16' | 'Mail16' | 'MailCheck16' | 'Menu16' | 'MenuTwo16' | 'Minus16' | 'Notification16' | 'Picture16' | 'Pin16' | 'Plus16' | 'Print16' | 'Question16' | 'Rotate16' | 'Ruble16' | 'Saved16' | 'Scheduled16' | 'Scroll16' | 'Search16' | 'Send16' | 'Settings16' | 'Share16' | 'ShareTwo16' | 'SortOne16' | 'SortThree16' | 'SortTwo16' | 'Star16' | 'Sticker16' | 'Support16' | 'Telegram16' | 'USBPort16' | 'User16' | 'VK16' | 'WarningOne16' | 'WarningThree16' | 'WarningTwo16' | 'Cloud16' | 'CreditCard16' | 'Factoring16' | 'Icon16' | 'Main16' | 'Percent16' | 'Shield16' | 'Suitcase16' | 'Thunder16' | 'Truck16' | 'Wallet16' | 'Zap16' | 'ChevronDoubleRight16' | 'ChevronDoubleRight20' | 'Sidebar20' | 'Sidebar16' | 'Sidebar32' | 'Sidebar40' | 'Info16' | 'Info20' | 'Info40' | 'Info32' | 'ArrowTopRight16' | 'ArrowTopRight20' | 'ArrowTopRight24' | 'Lamoda20' | 'Lamoda24' | 'Lamoda40' | 'Lamoda56';
5
+ export declare type TIcon = '' | 'Close16' | 'User20' | 'Group20' | 'Edit20' | 'BlankPan20' | 'Support20' | 'HandKey20' | 'Lock20' | 'Connection20' | 'Picture20' | 'Ruble20' | 'Document20' | 'Clip20' | 'USB20' | 'Layers20' | 'BlankKey20' | 'BlankChat20' | 'BlankCheck20' | 'BlankLock20' | 'Calendar20' | 'MailCheck20' | 'Mail20' | 'HandTop20' | 'HandRight20' | 'Pin20' | 'Rotate20' | 'Search20' | 'ArrowTop20' | 'ArrowRight20' | 'ArrowLeft20' | 'ArrowBottom20' | 'Settings20' | 'Chart20' | 'Exit20' | 'WarningTriangle20' | 'WarningPolygon20' | 'WarningCircle20' | 'CircleCheck20' | 'Question20' | 'Library20' | 'Loader20' | 'Share20' | 'Saved20' | 'CloudDownload20' | 'Bin20' | 'Eye20' | 'EyeCrossed20' | 'Chat20' | 'Bell20' | 'DotsHorizontal20' | 'DotsVertical20' | 'Scheduled20' | 'Dashboard20' | 'Clock20' | 'Box20' | 'Sort20' | 'SortTwo20' | 'Filter20' | 'Grid20' | 'Hub20' | 'GridTwo20' | 'Home20' | 'Key20' | 'Bulb20' | 'Attachment20' | 'Download20' | 'Link20' | 'Copy20' | 'Telegram20' | 'SortThree20' | 'Plus20' | 'Minus20' | 'Close20' | 'Check20' | 'Scroll20' | 'Print20' | 'Send20' | 'Block20' | 'Star20' | 'Sticker20' | 'ChevronDoubleLeft20' | 'Cube20' | 'Menu20' | 'AlertFill20' | 'Main20' | 'Wallet20' | 'Truck20' | 'Percent20' | 'Shield20' | 'ChevronDown20' | 'ChevronUp20' | 'ChevronLeft20' | 'ChevronRight20' | 'CreditCard20' | 'Zap20' | 'User24' | 'Group24' | 'Edit24' | 'BlankPan24' | 'Support24' | 'HandKey24' | 'Lock24' | 'Connection24' | 'Picture24' | 'Ruble24' | 'Document24' | 'Clip24' | 'Bell24' | 'USB24' | 'Layers24' | 'BlankKey24' | 'BlankChat24' | 'BlankCheck24' | 'BlankLock24' | 'Calendar24' | 'MailCheck24' | 'Mail24' | 'HandTop24' | 'HandRight24' | 'Pin24' | 'Rotate24' | 'Search24' | 'ArrowTop24' | 'ArrowRight24' | 'ArrowLeft24' | 'ArrowBottom24' | 'Settings24' | 'Chart24' | 'Exit24' | 'WarningTriangle24' | 'WarningPolygon24' | 'WarningCircle24' | 'CircleCheck24' | 'Question24' | 'Library24' | 'Loader24' | 'Share24' | 'Saved24' | 'CloudDownload24' | 'Bin24' | 'Eye24' | 'EyeCrossed24' | 'Chat24' | 'DotsHorizontal24' | 'DotsVertical24' | 'Scheduled24' | 'Dashboard24' | 'Clock24' | 'Box24' | 'Sort24' | 'SortTwo24' | 'Filter24' | 'Grid24' | 'Hub24' | 'GridTwo24' | 'Home24' | 'Key24' | 'Bulb24' | 'Attachment24' | 'Download24' | 'Link24' | 'Copy24' | 'Telegram24' | 'SortThree24' | 'Plus24' | 'Minus24' | 'Close24' | 'Check24' | 'Scroll24' | 'Print24' | 'Send24' | 'Block24' | 'Star24' | 'Sticker24' | 'ChevronDoubleLeft24' | 'ChevronDoubleRight24' | 'Cube24' | 'Menu24' | 'AlertFill24' | 'Main24' | 'Wallet24' | 'Truck24' | 'Percent24' | 'Shield24' | 'ChevronDown24' | 'ChevronUp24' | 'ChevronLeft24' | 'ChevronRight24' | 'Word24' | 'Exel24' | 'PDF24' | 'JPG24' | 'PNG24' | 'Info24' | 'WB20' | 'Ozon20' | 'Yandex20' | 'WB24' | 'Ozon24' | 'Yandex24' | 'WB40' | 'Ozon40' | 'Yandex40' | 'WB56' | 'Ozon56' | 'Yandex56' | 'Attachment32' | 'Bell32' | 'Bin32' | 'BlankChat32' | 'BlankCheck32' | 'BlankKey32' | 'BlankLock32' | 'BlankPan32' | 'Block32' | 'Box32' | 'Bulb32' | 'Bulb40' | 'Calendar32' | 'Chart32' | 'Chat32' | 'Chat40' | 'Check32' | 'CheckCircle32' | 'Connection32' | 'Copy32' | 'CreditCard32' | 'CreditCard40' | 'Dashboard32' | 'Document32' | 'DotsHorizontal32' | 'DotsVertical32' | 'ChevronDoubleLeft32' | 'Download32' | 'Edit32' | 'Exit32' | 'Eye32' | 'EyeCrossed32' | 'Filter32' | 'FilterTwo32' | 'Grid32' | 'GridTwo32' | 'Grid40' | 'GridTwo40' | 'Group32' | 'HandKey32' | 'HandRight32' | 'HandTop32' | 'Home32' | 'Hub32' | 'Hub40' | 'Key32' | 'Layers32' | 'Library32' | 'Link32' | 'Link40' | 'Loader32' | 'Lock32' | 'Mail32' | 'MailCheck32' | 'Menu32' | 'Minus32' | 'Notification32' | 'Picture32' | 'Pin32' | 'Plus32' | 'Print32' | 'Question32' | 'Rotate32' | 'Ruble32' | 'Sample32' | 'Saved32' | 'Scheduled32' | 'Scroll32' | 'Search32' | 'Send32' | 'Settings32' | 'Share32' | 'ShareTwo32' | 'Sort32' | 'SortTwo32' | 'Star32' | 'Sticker32' | 'Support32' | 'USB32' | 'User32' | 'WarningCircle32' | 'WarningPolygon32' | 'WarningTriangle32' | 'BankAccount32' | 'ChevronDown32' | 'ChevronLeft32' | 'ChevronRight32' | 'ChevronUp32' | 'ArrowBottom32' | 'ArrowLeft32' | 'ArrowRight32' | 'ArrowTop32' | 'ArrowTopRight32' | 'Credit32' | 'Factoring32' | 'Guarantees32' | 'Facebook32' | 'Instagram32' | 'Telegram32' | 'VK32' | 'Youtube32' | 'Attachment40' | 'Bell40' | 'Bin40' | 'BlankChat40' | 'BlankCheck40' | 'BlankKey40' | 'BlankLock40' | 'BlankPan40' | 'Block40' | 'Box40' | 'Calendar40' | 'Chart40' | 'Check40' | 'CheckCircle40' | 'Clip40' | 'Clock40' | 'Close40' | 'CloudDownload40' | 'Connection40' | 'Copy40' | 'Dashboard40' | 'Document40' | 'DotsHorizontal40' | 'DotsVertical40' | 'ChevronDoubleLeft40' | 'Download40' | 'Edit40' | 'Exit40' | 'Eye40' | 'EyeCrossed40' | 'Filter40' | 'FilterTwo40' | 'Group40' | 'HandKey40' | 'HandRight40' | 'HandTop40' | 'Home40' | 'Key40' | 'Layers40' | 'Library40' | 'Loader40' | 'Lock40' | 'Mail40' | 'MailCheck40' | 'Menu40' | 'Minus40' | 'Notification40' | 'Picture40' | 'Pin40' | 'Plus40' | 'Print40' | 'Question40' | 'Rotate40' | 'Ruble40' | 'Sample40' | 'Saved40' | 'Scheduled40' | 'Scroll40' | 'Search40' | 'Send40' | 'Settings40' | 'Share40' | 'ShareTwo40' | 'Sort40' | 'SortTwo40' | 'Star40' | 'Sticker40' | 'Support40' | 'USB40' | 'User40' | 'WarningCircle40' | 'WarningPolygon40' | 'WarningTriangle40' | 'ChevronDown40' | 'ChevronLeft40' | 'ChevronRight40' | 'ChevronUp40' | 'ArrowBottom40' | 'ArrowLeft40' | 'ArrowRight40' | 'ArrowTop40' | 'ArrowTopRight40' | 'BankAccount40' | 'Credit40' | 'Factoring40' | 'Guarantees40' | 'Facebook40' | 'Instagram40' | 'Telegram40' | 'VK40' | 'Youtube40' | 'Thunder20' | 'Thunder24' | 'Thunder32' | 'Thunder40' | 'Suitcase20' | 'Suitcase24' | 'Suitcase32' | 'Suitcase40' | 'Cloud20' | 'Cloud24' | 'Cloud32' | 'Cloud40' | 'AlertFill16' | 'Cube16' | 'ArrowBottom16' | 'ArrowLeft16' | 'ArrowRight16' | 'ArrowTop16' | 'Attachment16' | 'Bell16' | 'BellTwo16' | 'Bin16' | 'BlankChat16' | 'BlankCheck16' | 'BlankKey16' | 'BlankLock16' | 'BlankPan16' | 'Block16' | 'Box16' | 'Bulb16' | 'Calendar16' | 'Chart16' | 'Chat16' | 'Check16' | 'ChevronDown16' | 'ChevronDoubleLeft16' | 'ChevronLeft16' | 'ChevronRight16' | 'ChevronUp16' | 'CircleCheck16' | 'Clip16' | 'Clock16' | 'CloudDownload16' | 'Connection16' | 'Copy16' | 'Dashboard16' | 'Document16' | 'DotsHorizontal16' | 'DotsVertical16' | 'Download16' | 'Edit16' | 'Exit16' | 'Eye16' | 'EyeCrossed16' | 'Facebook16' | 'Filter16' | 'Grid16' | 'GridTwo16' | 'Group16' | 'HandKey16' | 'HandRight16' | 'HandTop16' | 'Home16' | 'Hub16' | 'Instagram16' | 'Key16' | 'Layers16' | 'Library16' | 'Link16' | 'Loader16' | 'Lock16' | 'Mail16' | 'MailCheck16' | 'Menu16' | 'MenuTwo16' | 'Minus16' | 'Notification16' | 'Picture16' | 'Pin16' | 'Plus16' | 'Print16' | 'Question16' | 'Rotate16' | 'Ruble16' | 'Saved16' | 'Scheduled16' | 'Scroll16' | 'Search16' | 'Send16' | 'Settings16' | 'Share16' | 'ShareTwo16' | 'Sort16' | 'SortThree16' | 'SortTwo16' | 'Star16' | 'Sticker16' | 'Support16' | 'Telegram16' | 'USB16' | 'User16' | 'VK16' | 'WarningTriangle16' | 'WarningCircle16' | 'WarningPolygon16' | 'Cloud16' | 'CreditCard16' | 'Factoring16' | 'Icon16' | 'Main16' | 'Percent16' | 'Shield16' | 'Suitcase16' | 'Thunder16' | 'Truck16' | 'Wallet16' | 'Zap16' | 'ChevronDoubleRight16' | 'ChevronDoubleRight20' | 'Sidebar20' | 'Sidebar16' | 'Sidebar32' | 'Sidebar40' | 'Info16' | 'Info20' | 'Info40' | 'Info32' | 'ArrowTopRight16' | 'ArrowTopRight20' | 'ArrowTopRight24' | 'Lamoda20' | 'Lamoda24' | 'Lamoda40' | 'Lamoda56';
@@ -1,7 +1,6 @@
1
- interface IProps {
2
- color?: string;
3
- }
4
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
1
+ import { ITextProps } from '../types';
2
+
3
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<ITextProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ITextProps>>>, {}, {}>, {
5
4
  default?(_: {}): any;
6
5
  }>;
7
6
  export default _default;
@@ -1,7 +1,6 @@
1
- interface IProps {
2
- color?: string;
3
- }
4
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
1
+ import { ITextProps } from '../types';
2
+
3
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<ITextProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ITextProps>>>, {}, {}>, {
5
4
  default?(_: {}): any;
6
5
  }>;
7
6
  export default _default;
@@ -1,7 +1,6 @@
1
- interface IProps {
2
- color?: string;
3
- }
4
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
1
+ import { ITextProps } from '../types';
2
+
3
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<ITextProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ITextProps>>>, {}, {}>, {
5
4
  default?(_: {}): any;
6
5
  }>;
7
6
  export default _default;
@@ -1,7 +1,6 @@
1
- interface IProps {
2
- color?: string;
3
- }
4
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
1
+ import { ITextProps } from '../types';
2
+
3
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<ITextProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ITextProps>>>, {}, {}>, {
5
4
  default?(_: {}): any;
6
5
  }>;
7
6
  export default _default;
@@ -1,7 +1,6 @@
1
- interface IProps {
2
- color?: string;
3
- }
4
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
1
+ import { ITextProps } from '../types';
2
+
3
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<ITextProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ITextProps>>>, {}, {}>, {
5
4
  default?(_: {}): any;
6
5
  }>;
7
6
  export default _default;
@@ -1,7 +1,6 @@
1
- interface IProps {
2
- color?: string;
3
- }
4
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
1
+ import { ITextProps } from '../types';
2
+
3
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<ITextProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ITextProps>>>, {}, {}>, {
5
4
  default?(_: {}): any;
6
5
  }>;
7
6
  export default _default;
@@ -1,7 +1,6 @@
1
- interface IProps {
2
- color?: string;
3
- }
4
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
1
+ import { ITextProps } from '../types';
2
+
3
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<ITextProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ITextProps>>>, {}, {}>, {
5
4
  default?(_: {}): any;
6
5
  }>;
7
6
  export default _default;
@@ -1,7 +1,6 @@
1
- interface IProps {
2
- color?: string;
3
- }
4
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
1
+ import { ITextProps } from '../types';
2
+
3
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<ITextProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ITextProps>>>, {}, {}>, {
5
4
  default?(_: {}): any;
6
5
  }>;
7
6
  export default _default;
@@ -1,7 +1,6 @@
1
- interface IProps {
2
- color?: string;
3
- }
4
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
1
+ import { ITextProps } from '../types';
2
+
3
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<ITextProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ITextProps>>>, {}, {}>, {
5
4
  default?(_: {}): any;
6
5
  }>;
7
6
  export default _default;
@@ -1,7 +1,6 @@
1
- interface IProps {
2
- color?: string;
3
- }
4
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
1
+ import { ITextProps } from '../types';
2
+
3
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<ITextProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ITextProps>>>, {}, {}>, {
5
4
  default?(_: {}): any;
6
5
  }>;
7
6
  export default _default;
@@ -1,7 +1,6 @@
1
- interface IProps {
2
- color?: string;
3
- }
4
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
1
+ import { ITextProps } from '../types';
2
+
3
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<ITextProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ITextProps>>>, {}, {}>, {
5
4
  default?(_: {}): any;
6
5
  }>;
7
6
  export default _default;
@@ -1,7 +1,6 @@
1
- interface IProps {
2
- color?: string;
3
- }
4
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
1
+ import { ITextProps } from '../types';
2
+
3
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<ITextProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ITextProps>>>, {}, {}>, {
5
4
  default?(_: {}): any;
6
5
  }>;
7
6
  export default _default;
@@ -1,15 +1,18 @@
1
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
2
- color: {
3
- type: StringConstructor;
4
- };
5
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
6
- color: {
7
- type: StringConstructor;
8
- };
9
- }>>, {}, {}>, {
1
+ import { ITextProps } from '../types';
2
+
3
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<ITextProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ITextProps>>>, {}, {}>, {
10
4
  default?(_: {}): any;
11
5
  }>;
12
6
  export default _default;
7
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
8
+ type __VLS_TypePropsToRuntimeProps<T> = {
9
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
10
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
11
+ } : {
12
+ type: import('vue').PropType<T[K]>;
13
+ required: true;
14
+ };
15
+ };
13
16
  type __VLS_WithTemplateSlots<T, S> = T & {
14
17
  new (): {
15
18
  $slots: S;
@@ -1,15 +1,18 @@
1
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
2
- color: {
3
- type: StringConstructor;
4
- };
5
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
6
- color: {
7
- type: StringConstructor;
8
- };
9
- }>>, {}, {}>, {
1
+ import { ITextProps } from '../types';
2
+
3
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<ITextProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ITextProps>>>, {}, {}>, {
10
4
  default?(_: {}): any;
11
5
  }>;
12
6
  export default _default;
7
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
8
+ type __VLS_TypePropsToRuntimeProps<T> = {
9
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
10
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
11
+ } : {
12
+ type: import('vue').PropType<T[K]>;
13
+ required: true;
14
+ };
15
+ };
13
16
  type __VLS_WithTemplateSlots<T, S> = T & {
14
17
  new (): {
15
18
  $slots: S;
@@ -1,15 +1,18 @@
1
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
2
- color: {
3
- type: StringConstructor;
4
- };
5
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
6
- color: {
7
- type: StringConstructor;
8
- };
9
- }>>, {}, {}>, {
1
+ import { ITextProps } from '../types';
2
+
3
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<ITextProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ITextProps>>>, {}, {}>, {
10
4
  default?(_: {}): any;
11
5
  }>;
12
6
  export default _default;
7
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
8
+ type __VLS_TypePropsToRuntimeProps<T> = {
9
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
10
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
11
+ } : {
12
+ type: import('vue').PropType<T[K]>;
13
+ required: true;
14
+ };
15
+ };
13
16
  type __VLS_WithTemplateSlots<T, S> = T & {
14
17
  new (): {
15
18
  $slots: S;
@@ -1,15 +1,18 @@
1
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
2
- color: {
3
- type: StringConstructor;
4
- };
5
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
6
- color: {
7
- type: StringConstructor;
8
- };
9
- }>>, {}, {}>, {
1
+ import { ITextProps } from '../types';
2
+
3
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<ITextProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ITextProps>>>, {}, {}>, {
10
4
  default?(_: {}): any;
11
5
  }>;
12
6
  export default _default;
7
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
8
+ type __VLS_TypePropsToRuntimeProps<T> = {
9
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
10
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
11
+ } : {
12
+ type: import('vue').PropType<T[K]>;
13
+ required: true;
14
+ };
15
+ };
13
16
  type __VLS_WithTemplateSlots<T, S> = T & {
14
17
  new (): {
15
18
  $slots: S;
@@ -1,15 +1,18 @@
1
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
2
- color: {
3
- type: StringConstructor;
4
- };
5
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
6
- color: {
7
- type: StringConstructor;
8
- };
9
- }>>, {}, {}>, {
1
+ import { ITextProps } from '../types';
2
+
3
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<ITextProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ITextProps>>>, {}, {}>, {
10
4
  default?(_: {}): any;
11
5
  }>;
12
6
  export default _default;
7
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
8
+ type __VLS_TypePropsToRuntimeProps<T> = {
9
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
10
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
11
+ } : {
12
+ type: import('vue').PropType<T[K]>;
13
+ required: true;
14
+ };
15
+ };
13
16
  type __VLS_WithTemplateSlots<T, S> = T & {
14
17
  new (): {
15
18
  $slots: S;
@@ -1,15 +1,18 @@
1
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
2
- color: {
3
- type: StringConstructor;
4
- };
5
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
6
- color: {
7
- type: StringConstructor;
8
- };
9
- }>>, {}, {}>, {
1
+ import { ITextProps } from '../types';
2
+
3
+ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<ITextProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ITextProps>>>, {}, {}>, {
10
4
  default?(_: {}): any;
11
5
  }>;
12
6
  export default _default;
7
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
8
+ type __VLS_TypePropsToRuntimeProps<T> = {
9
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
10
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
11
+ } : {
12
+ type: import('vue').PropType<T[K]>;
13
+ required: true;
14
+ };
15
+ };
13
16
  type __VLS_WithTemplateSlots<T, S> = T & {
14
17
  new (): {
15
18
  $slots: S;