@factoringplus/pl-components-pack-v3 1.9.6 → 1.9.7-pre-02

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 (56) hide show
  1. package/dist/AttachmentTwo20-bfb91b48.js +21 -0
  2. package/dist/AttachmentTwo20-ff9e23c6.cjs +1 -0
  3. package/dist/CheckList20-595be6dd.cjs +1 -0
  4. package/dist/CheckList20-5e3fdfa4.js +21 -0
  5. package/dist/Comment20-4385ee4c.cjs +1 -0
  6. package/dist/Comment20-abca7452.js +21 -0
  7. package/dist/InfoTwo20-0e1bec21.js +21 -0
  8. package/dist/InfoTwo20-d1c3c742.cjs +1 -0
  9. package/dist/Lamoda32-120ef4fb.js +18 -0
  10. package/dist/Lamoda32-ec7d0b9b.cjs +1 -0
  11. package/dist/Ozon32-5e568a32.cjs +1 -0
  12. package/dist/Ozon32-b50f69e5.js +18 -0
  13. package/dist/Update20-24329ba6.cjs +1 -0
  14. package/dist/Update20-c09333e6.js +21 -0
  15. package/dist/WB32-149ae428.cjs +1 -0
  16. package/dist/WB32-ac5bfb89.js +18 -0
  17. package/dist/Yandex32-a648eebb.js +18 -0
  18. package/dist/Yandex32-d53b68af.cjs +1 -0
  19. package/dist/{crypto-pro-2ea5cd24.js → crypto-pro-0cfbb465.js} +1 -1
  20. package/dist/{crypto-pro-624032ca.cjs → crypto-pro-9301d04e.cjs} +1 -1
  21. package/dist/{entry-0cbbe01b.js → entry-0e1f4784.js} +8071 -7854
  22. package/dist/entry-1ee1a1c6.cjs +115 -0
  23. package/dist/pl-components-pack-v3.cjs.js +1 -1
  24. package/dist/pl-components-pack-v3.es.js +73 -72
  25. package/dist/src/components/basic/pl-button/index.d.ts +18 -0
  26. package/dist/src/components/basic/pl-button/types/index.d.ts +9 -9
  27. package/dist/src/components/basic/pl-scrollbar/pl-scrollbar.vue.d.ts +2 -2
  28. package/dist/src/components/components.d.ts +3 -1
  29. package/dist/src/components/data/pl-banner/index.d.ts +101 -0
  30. package/dist/src/components/data/pl-banner/pl-banner.vue.d.ts +51 -0
  31. package/dist/src/components/data/pl-banner/types/index.d.ts +69 -0
  32. package/dist/src/components/data/pl-tags-chips/index.d.ts +7 -7
  33. package/dist/src/components/data/pl-tags-chips/pl-tags-chips.vue.d.ts +1 -1
  34. package/dist/src/components/form/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +1 -1
  35. package/dist/src/components/form/pl-autocomplete/components/pl-default.vue.d.ts +1 -1
  36. package/dist/src/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +4 -4
  37. package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +3 -3
  38. package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +3 -3
  39. package/dist/src/components/form/pl-input-plus/components/pl-default.vue.d.ts +5 -5
  40. package/dist/src/components/form/pl-input-plus/components/pl-password.vue.d.ts +1 -1
  41. package/dist/src/components/form/pl-input-plus/components/pl-textarea.vue.d.ts +9 -9
  42. package/dist/src/components/form/pl-input-plus/index.d.ts +193 -193
  43. package/dist/src/components/form/pl-input-plus/pl-input-plus.vue.d.ts +15 -15
  44. package/dist/src/components/form/pl-multi-select/components/pl-default.vue.d.ts +1 -1
  45. package/dist/src/components/form/pl-multi-select/pl-multi-select.vue.d.ts +2 -2
  46. package/dist/src/components/form/pl-radio/index.d.ts +136 -4
  47. package/dist/src/components/form/pl-radio/pl-radio.vue.d.ts +5 -9
  48. package/dist/src/components/form/pl-radio/types/index.d.ts +50 -0
  49. package/dist/src/components/form/pl-select-plus/components/pl-default.vue.d.ts +1 -1
  50. package/dist/src/components/form/pl-select-plus/pl-select-plus.vue.d.ts +2 -2
  51. package/dist/src/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +1 -1
  52. package/dist/src/components/shared/pl-icon/types/iconsType.d.ts +1 -1
  53. package/dist/src/components/shared/pl-text/components/pl-system-regular.vue.d.ts +20 -0
  54. package/dist/style.css +1 -1
  55. package/package.json +1 -1
  56. package/dist/entry-8b28b726.cjs +0 -115
@@ -99,29 +99,29 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
99
99
  leftIcon: import('../../components').TIcon;
100
100
  rightIcon: import('../../components').TIcon;
101
101
  prop: string;
102
- helpertext: string;
103
- optional: string;
104
- tooltip: string;
105
- clearable: boolean;
106
102
  containerClass: string;
107
103
  round: boolean;
108
- showWordLimit: boolean;
104
+ tooltip: string;
105
+ clearable: boolean;
106
+ inputClass: string;
109
107
  password: boolean;
110
- 'show-word-limit': boolean;
111
- maxlength: number;
112
- currentPassword: boolean;
113
- newPassword: boolean;
114
- iconPointer: boolean;
115
- customBlur: boolean;
108
+ helpertext: string;
109
+ optional: string;
116
110
  focusOnReset: boolean;
111
+ customBlur: boolean;
117
112
  disableTrim: boolean;
118
- inputClass: string;
119
- autosize: boolean;
120
- minRows: number;
121
- maxRows: number;
113
+ iconPointer: boolean;
122
114
  valueRange: {
123
115
  min: number;
124
116
  };
117
+ currentPassword: boolean;
118
+ newPassword: boolean;
119
+ showWordLimit: boolean;
120
+ maxlength: number;
121
+ autosize: boolean;
122
+ minRows: number;
123
+ maxRows: number;
124
+ 'show-word-limit': boolean;
125
125
  }, {}>, {
126
126
  "tooltip-text"?(_: {}): any;
127
127
  }>;
@@ -46,8 +46,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
46
46
  focus: boolean;
47
47
  prop: string;
48
48
  clearable: boolean;
49
- showDescription: string | boolean;
50
49
  showError: number;
50
+ showDescription: string | boolean;
51
51
  }, {}>;
52
52
  export default _default;
53
53
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -54,10 +54,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
54
54
  leftIcon: import('../../components').TIcon;
55
55
  teleport: boolean;
56
56
  prop: string;
57
- helpertext: string;
58
- optional: string;
59
57
  tooltip: string;
60
58
  clearable: boolean;
59
+ helpertext: string;
60
+ optional: string;
61
61
  buttons: boolean;
62
62
  selectAll: boolean;
63
63
  }, {}>, {
@@ -1,6 +1,138 @@
1
- import { App } from 'vue';
1
+ import { IRadioOption, IRadioProps } from './types';
2
2
 
3
- declare const PlRadio: {
4
- install(app: App): void;
5
- };
3
+ export declare const PlRadio: import('../../../install-function').SFCInstallWithContext<{
4
+ new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
5
+ modelValue: import('vue').PropType<any>;
6
+ size: {
7
+ type: import('vue').PropType<"small" | "medium">;
8
+ default: string;
9
+ };
10
+ label: {
11
+ type: import('vue').PropType<string>;
12
+ };
13
+ disabled: {
14
+ type: import('vue').PropType<boolean>;
15
+ };
16
+ options: {
17
+ type: import('vue').PropType<IRadioOption[]>;
18
+ required: true;
19
+ };
20
+ description: {
21
+ type: import('vue').PropType<string>;
22
+ };
23
+ }>> & {
24
+ onChange?: (...args: any[]) => any;
25
+ "onUpdate:modelValue"?: (...args: any[]) => any;
26
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
27
+ "update:modelValue": (...args: any[]) => void;
28
+ change: (...args: any[]) => void;
29
+ }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
30
+ modelValue: import('vue').PropType<any>;
31
+ size: {
32
+ type: import('vue').PropType<"small" | "medium">;
33
+ default: string;
34
+ };
35
+ label: {
36
+ type: import('vue').PropType<string>;
37
+ };
38
+ disabled: {
39
+ type: import('vue').PropType<boolean>;
40
+ };
41
+ options: {
42
+ type: import('vue').PropType<IRadioOption[]>;
43
+ required: true;
44
+ };
45
+ description: {
46
+ type: import('vue').PropType<string>;
47
+ };
48
+ }>> & {
49
+ onChange?: (...args: any[]) => any;
50
+ "onUpdate:modelValue"?: (...args: any[]) => any;
51
+ }, {
52
+ size: "small" | "medium";
53
+ }, true, {}, {}, {
54
+ P: {};
55
+ B: {};
56
+ D: {};
57
+ C: {};
58
+ M: {};
59
+ Defaults: {};
60
+ }, Readonly<import('vue').ExtractPropTypes<{
61
+ modelValue: import('vue').PropType<any>;
62
+ size: {
63
+ type: import('vue').PropType<"small" | "medium">;
64
+ default: string;
65
+ };
66
+ label: {
67
+ type: import('vue').PropType<string>;
68
+ };
69
+ disabled: {
70
+ type: import('vue').PropType<boolean>;
71
+ };
72
+ options: {
73
+ type: import('vue').PropType<IRadioOption[]>;
74
+ required: true;
75
+ };
76
+ description: {
77
+ type: import('vue').PropType<string>;
78
+ };
79
+ }>> & {
80
+ onChange?: (...args: any[]) => any;
81
+ "onUpdate:modelValue"?: (...args: any[]) => any;
82
+ }, {}, {}, {}, {}, {
83
+ size: "small" | "medium";
84
+ }>;
85
+ __isFragment?: never;
86
+ __isTeleport?: never;
87
+ __isSuspense?: never;
88
+ } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
89
+ modelValue: import('vue').PropType<any>;
90
+ size: {
91
+ type: import('vue').PropType<"small" | "medium">;
92
+ default: string;
93
+ };
94
+ label: {
95
+ type: import('vue').PropType<string>;
96
+ };
97
+ disabled: {
98
+ type: import('vue').PropType<boolean>;
99
+ };
100
+ options: {
101
+ type: import('vue').PropType<IRadioOption[]>;
102
+ required: true;
103
+ };
104
+ description: {
105
+ type: import('vue').PropType<string>;
106
+ };
107
+ }>> & {
108
+ onChange?: (...args: any[]) => any;
109
+ "onUpdate:modelValue"?: (...args: any[]) => any;
110
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
111
+ "update:modelValue": (...args: any[]) => void;
112
+ change: (...args: any[]) => void;
113
+ }, string, {
114
+ size: "small" | "medium";
115
+ }, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
116
+ $slots: {
117
+ title?(_: {
118
+ option: IRadioOption;
119
+ }): any;
120
+ };
121
+ })>;
6
122
  export default PlRadio;
123
+ export type { IRadioOption, IRadioProps };
124
+ declare module 'vue' {
125
+ interface GlobalComponents {
126
+ /**
127
+ * Передаваемые параметры для компонента Radio
128
+ *
129
+ * @property model-value - Выбранные значения
130
+ * @property options - Массив опций
131
+ * @property label - Текстовое наполнение лейбла
132
+ * @property description - Добавочное описание снизу
133
+ * @property size - Размер радио кнопки
134
+ * @property disabled - Определяет недоступность взаимодействия
135
+ */
136
+ PlRadio: import('vue').DefineComponent<IRadioProps>;
137
+ }
138
+ }
@@ -1,9 +1,5 @@
1
- interface RadioOption {
2
- value: any;
3
- label?: string;
4
- description?: string;
5
- disabled?: boolean;
6
- }
1
+ import { IRadioOption } from './types';
2
+
7
3
  declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
8
4
  modelValue: import('vue').PropType<any>;
9
5
  size: {
@@ -17,7 +13,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
17
13
  type: import('vue').PropType<boolean>;
18
14
  };
19
15
  options: {
20
- type: import('vue').PropType<RadioOption[]>;
16
+ type: import('vue').PropType<IRadioOption[]>;
21
17
  required: true;
22
18
  };
23
19
  description: {
@@ -39,7 +35,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
39
35
  type: import('vue').PropType<boolean>;
40
36
  };
41
37
  options: {
42
- type: import('vue').PropType<RadioOption[]>;
38
+ type: import('vue').PropType<IRadioOption[]>;
43
39
  required: true;
44
40
  };
45
41
  description: {
@@ -52,7 +48,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
52
48
  size: "small" | "medium";
53
49
  }, {}>, {
54
50
  title?(_: {
55
- option: RadioOption;
51
+ option: IRadioOption;
56
52
  }): any;
57
53
  }>;
58
54
  export default _default;
@@ -0,0 +1,50 @@
1
+ /**
2
+ * Параметры опции для компонента Radio
3
+ */
4
+ export declare interface IRadioOption {
5
+ /**
6
+ * Значение опции
7
+ */
8
+ value: any;
9
+ /**
10
+ * Текстовое наполнение лейбла
11
+ */
12
+ label?: string;
13
+ /**
14
+ * Добавочное описание снизу лейбла
15
+ */
16
+ description?: string;
17
+ /**
18
+ * Определяет недоступность взаимодействия с опцией
19
+ */
20
+ disabled?: boolean;
21
+ }
22
+ /**
23
+ * Передаваемые параметры для компонента Radio
24
+ */
25
+ export declare interface IRadioProps {
26
+ /**
27
+ * Выбранные значения
28
+ */
29
+ modelValue: any;
30
+ /**
31
+ * Массив опций
32
+ */
33
+ options: IRadioOption[];
34
+ /**
35
+ * Текстовое наполнение лейбла
36
+ */
37
+ label?: string;
38
+ /**
39
+ * Добавочное описание снизу
40
+ */
41
+ description?: string;
42
+ /**
43
+ * Размер радио кнопки
44
+ */
45
+ size?: 'medium' | 'small';
46
+ /**
47
+ * Определяет недоступность взаимодействия
48
+ */
49
+ disabled?: boolean;
50
+ }
@@ -47,8 +47,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
47
47
  focus: boolean;
48
48
  prop: string;
49
49
  clearable: boolean;
50
- showDescription: string | boolean;
51
50
  showError: number;
51
+ showDescription: string | boolean;
52
52
  }, {}>;
53
53
  export default _default;
54
54
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -51,10 +51,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
51
51
  rightIcon: import('../../components').TIcon;
52
52
  teleport: boolean;
53
53
  prop: string;
54
- helpertext: string;
55
- optional: string;
56
54
  tooltip: string;
57
55
  clearable: boolean;
56
+ helpertext: string;
57
+ optional: string;
58
58
  showDescription: boolean;
59
59
  account: boolean;
60
60
  }, {}>, {
@@ -88,10 +88,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
88
88
  multiple: boolean;
89
89
  description: string;
90
90
  prop: string;
91
- optional: string;
92
91
  tooltip: string;
93
92
  fileSize: number;
94
93
  limit: number;
94
+ optional: string;
95
95
  maxHeightScroll: number;
96
96
  helperText: string;
97
97
  viewMode: boolean;
@@ -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' | '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';
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' | 'CheckList20' | 'Update20' | 'AttachmentTwo20' | 'Comment20' | 'InfoTwo20' | 'Ozon32' | 'WB32' | 'Yandex32' | 'Lamoda32';
@@ -0,0 +1,20 @@
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>>>, {}, {}>, {
4
+ default?(_: {}): any;
5
+ }>;
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
+ };
16
+ type __VLS_WithTemplateSlots<T, S> = T & {
17
+ new (): {
18
+ $slots: S;
19
+ };
20
+ };