@factoringplus/pl-components-pack-v3 1.0.9-pre-01 → 1.0.9-pre-03

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 (25) hide show
  1. package/README.md +17 -17
  2. package/dist/components/button/pl-button.vue.d.ts +1 -7
  3. package/dist/components/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +1 -1
  4. package/dist/components/pl-autocomplete/pl-autocompete.vue.d.ts +9 -9
  5. package/dist/components/pl-autocomplete/types/index.d.ts +5 -17
  6. package/dist/components/pl-checkbox-plus/pl-checkbox-plus.vue.d.ts +1 -1
  7. package/dist/components/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +3 -3
  8. package/dist/components/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +3 -3
  9. package/dist/components/pl-dialog/pl-dialog.stories.d.ts +30 -30
  10. package/dist/components/pl-dialog/pl-dialog.vue.d.ts +1 -1
  11. package/dist/components/pl-icon/types/iconsType.d.ts +1 -1
  12. package/dist/components/pl-option/pl-option.vue.d.ts +1 -1
  13. package/dist/components/pl-radio/pl-radio.vue.d.ts +1 -1
  14. package/dist/components/pl-scrollbar/pl-scrollbar.vue.d.ts +0 -4
  15. package/dist/components/pl-select-plus/pl-select-plus.vue.d.ts +5 -5
  16. package/dist/components/pl-switch/pl-switch.vue.d.ts +1 -1
  17. package/dist/components/pl-upload-plus/pl-upload-plus.vue.d.ts +1 -1
  18. package/dist/pl-components-pack-v3.es.js +9586 -9796
  19. package/dist/pl-components-pack-v3.umd.js +23 -23
  20. package/dist/style.css +1 -1
  21. package/package.json +1 -2
  22. package/dist/components/pl-autocomplete/components/pl-default.vue.d.ts +0 -60
  23. package/dist/components/pl-dialog/pl-dialog-plus.stories.d.ts +0 -1154
  24. package/dist/components/pl-dialog/pl-dialog-plus.vue.d.ts +0 -82
  25. package/dist/components/pl-link/pl-link.vue.d.ts +0 -48
package/README.md CHANGED
@@ -1,17 +1,17 @@
1
- # Библиотека компонентов Vue 3
2
-
3
- ## Установка
4
-
5
- ```bash
6
- npm i @factoringplus/pl-components-pack-v3
7
- ```
8
-
9
- ### Добавление компонентов в проект
10
-
11
- ```bash
12
- // src/main.js
13
- import components from '@factoringplus/pl-components-pack-v3';
14
- import '@factoringplus/pl-components-pack-v3/dist/style.css';
15
-
16
- app.use(components)
17
- ```
1
+ # Библиотека компонентов Vue 3
2
+
3
+ ## Установка
4
+
5
+ ```bash
6
+ npm i @factoringplus/pl-components-pack-v3
7
+ ```
8
+
9
+ ### Добавление компонентов в проект
10
+
11
+ ```bash
12
+ // src/main.js
13
+ import components from '@factoringplus/pl-components-pack-v3';
14
+ import '@factoringplus/pl-components-pack-v3/dist/style.css';
15
+
16
+ app.use(components)
17
+ ```
@@ -1,8 +1,5 @@
1
- import type { TButtonProps } from './types';
1
+ import { TButtonProps } from './types';
2
2
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TButtonProps>, {
3
- /**
4
- * Выставляет ширину кнопки в 100%
5
- */
6
3
  fullWidth: boolean;
7
4
  disabled: boolean;
8
5
  type: string;
@@ -14,9 +11,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
14
11
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
12
  click: (...args: any[]) => void;
16
13
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TButtonProps>, {
17
- /**
18
- * Выставляет ширину кнопки в 100%
19
- */
20
14
  fullWidth: boolean;
21
15
  disabled: boolean;
22
16
  type: string;
@@ -30,11 +30,11 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
30
30
  }, {
31
31
  id: string;
32
32
  focus: boolean;
33
- query: string;
34
33
  helpertext: string;
35
34
  errors: import("async-validator").ValidateError[];
36
35
  offsets: string;
37
36
  loadingSuggestions: boolean;
37
+ query: string;
38
38
  symbolsCountSearch: number;
39
39
  suggestionList: IOption[];
40
40
  disableMarkerBottom: boolean;
@@ -1,6 +1,6 @@
1
1
  import type { IOption, IAutocompleteProps } from './types';
2
2
  declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IAutocompleteProps>, {
3
- modelValue: IOption;
3
+ modelValue: string;
4
4
  prop: string;
5
5
  placeholder: string;
6
6
  width: string;
@@ -25,7 +25,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
25
25
  fetchDadata: (...args: any[]) => void;
26
26
  changeValue: (...args: any[]) => void;
27
27
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IAutocompleteProps>, {
28
- modelValue: IOption;
28
+ modelValue: string;
29
29
  prop: string;
30
30
  placeholder: string;
31
31
  width: string;
@@ -52,12 +52,6 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
52
52
  }, {
53
53
  label: string;
54
54
  disabled: boolean;
55
- modelValue: IOption;
56
- prop: string;
57
- placeholder: string;
58
- clearable: boolean;
59
- leftIcon: import("../pl-icon").TIcon;
60
- memoryBlur: boolean;
61
55
  helpertext: string;
62
56
  symbolsCountSearch: number;
63
57
  suggestionList: IOption[];
@@ -65,10 +59,16 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
65
59
  uniqKey: string;
66
60
  defaultDropText: string;
67
61
  noData: string;
68
- rightIcon: import("../pl-icon").TIcon;
62
+ leftIcon: string;
63
+ rightIcon: string;
69
64
  width: string;
65
+ modelValue: string | number | IOption | null;
66
+ prop: string;
67
+ placeholder: string;
70
68
  optional: string;
71
69
  tooltip: string;
70
+ clearable: boolean;
71
+ memoryBlur: boolean;
72
72
  teleport: boolean;
73
73
  }, {}>;
74
74
  export default _default;
@@ -1,24 +1,12 @@
1
1
  import type { ValidateError } from 'async-validator';
2
- import type { TIcon } from '../../pl-icon/types';
3
2
  declare interface IOption {
4
3
  value: string;
5
4
  bottomText?: string;
6
5
  disabled?: boolean;
7
6
  data?: boolean | object;
8
7
  }
9
- declare interface IAutocompleteDefaultProps {
10
- modelValue: string;
11
- prop?: string;
12
- placeholder?: string;
13
- id: string;
14
- disabled?: boolean;
15
- clearable?: boolean;
16
- showError: number;
17
- leftIcon: TIcon;
18
- memoryBlur?: boolean;
19
- }
20
8
  declare interface IAutocompleteProps {
21
- modelValue: IOption;
9
+ modelValue: string | number | IOption | null;
22
10
  suggestionList: IOption[];
23
11
  prop?: string;
24
12
  placeholder?: string;
@@ -27,8 +15,8 @@ declare interface IAutocompleteProps {
27
15
  optional?: string;
28
16
  label?: string;
29
17
  tooltip?: string;
30
- leftIcon?: TIcon;
31
- rightIcon?: TIcon;
18
+ leftIcon?: string;
19
+ rightIcon?: string;
32
20
  disabled?: boolean;
33
21
  clearable?: boolean;
34
22
  symbolsCountSearch?: number;
@@ -51,8 +39,8 @@ declare interface IDropdownProps {
51
39
  suggestionList: IOption[];
52
40
  disableMarkerBottom: boolean;
53
41
  uniqKey: string;
54
- selectedValue: IOption;
42
+ selectedValue: string | number | IOption | null;
55
43
  defaultDropText: string;
56
44
  noData: string;
57
45
  }
58
- export { IOption, IAutocompleteProps, IDropdownProps, IAutocompleteDefaultProps };
46
+ export { IOption, IAutocompleteProps, IDropdownProps };
@@ -58,8 +58,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
58
58
  label: string;
59
59
  disabled: boolean;
60
60
  size: string;
61
- modelValue: boolean;
62
61
  description: string;
62
+ modelValue: boolean;
63
63
  isIndeterminate: boolean;
64
64
  }, {}>, {
65
65
  default?(_: {}): any;
@@ -59,14 +59,14 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
59
59
  }, {
60
60
  label: string;
61
61
  disabled: boolean;
62
+ helpertext: string;
63
+ width: string;
62
64
  modelValue: string | null;
63
65
  prop: string;
64
66
  placeholder: string;
65
- clearable: boolean;
66
- helpertext: string;
67
- width: string;
68
67
  optional: string;
69
68
  tooltip: string;
69
+ clearable: boolean;
70
70
  monthSwitch: boolean;
71
71
  yearSwitch: boolean;
72
72
  disabledDate: Function;
@@ -66,14 +66,14 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
66
66
  }, {
67
67
  label: string;
68
68
  disabled: boolean;
69
+ helpertext: string;
70
+ width: string;
69
71
  modelValue: string[] | null;
70
72
  prop: string;
71
73
  placeholder: string;
72
- clearable: boolean;
73
- helpertext: string;
74
- width: string;
75
74
  optional: string;
76
75
  tooltip: string;
76
+ clearable: boolean;
77
77
  periods: boolean;
78
78
  monthSwitch: boolean;
79
79
  yearSwitch: boolean;
@@ -5,11 +5,11 @@ export declare const PlDialogStory: () => {
5
5
  $: import("vue").ComponentInternalInstance;
6
6
  $data: {};
7
7
  $props: {
8
- padding?: string | undefined;
9
8
  modelValue?: boolean | undefined;
10
9
  showHeader?: boolean | undefined;
11
10
  showGrabber?: boolean | undefined;
12
11
  widthThis?: string | undefined;
12
+ padding?: string | undefined;
13
13
  headerPadding?: string | undefined;
14
14
  showClose?: boolean | undefined;
15
15
  customClass?: string | undefined;
@@ -81,10 +81,6 @@ export declare const PlDialogStory: () => {
81
81
  $emit: ((event: "update:modelValue", ...args: any[]) => void) & ((event: "changeVisibleModalValue", ...args: any[]) => void);
82
82
  $el: any;
83
83
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
84
- padding: {
85
- type: import("vue").PropType<string>;
86
- default: string;
87
- };
88
84
  modelValue: {
89
85
  type: import("vue").PropType<boolean>;
90
86
  required: true;
@@ -102,6 +98,10 @@ export declare const PlDialogStory: () => {
102
98
  type: import("vue").PropType<string>;
103
99
  default: string;
104
100
  };
101
+ padding: {
102
+ type: import("vue").PropType<string>;
103
+ default: string;
104
+ };
105
105
  headerPadding: {
106
106
  type: import("vue").PropType<string>;
107
107
  default: string;
@@ -152,11 +152,11 @@ export declare const PlDialogStory: () => {
152
152
  "update:modelValue": (...args: any[]) => void;
153
153
  changeVisibleModalValue: (...args: any[]) => void;
154
154
  }, string, {
155
- padding: string;
156
155
  modelValue: boolean;
157
156
  showHeader: boolean;
158
157
  showGrabber: boolean;
159
158
  widthThis: string;
159
+ padding: string;
160
160
  headerPadding: string;
161
161
  showClose: boolean;
162
162
  customClass: string;
@@ -188,10 +188,6 @@ export declare const PlDialogStory: () => {
188
188
  $nextTick: typeof import("vue").nextTick;
189
189
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
190
190
  } & Readonly<import("vue").ExtractPropTypes<{
191
- padding: {
192
- type: import("vue").PropType<string>;
193
- default: string;
194
- };
195
191
  modelValue: {
196
192
  type: import("vue").PropType<boolean>;
197
193
  required: true;
@@ -209,6 +205,10 @@ export declare const PlDialogStory: () => {
209
205
  type: import("vue").PropType<string>;
210
206
  default: string;
211
207
  };
208
+ padding: {
209
+ type: import("vue").PropType<string>;
210
+ default: string;
211
+ };
212
212
  headerPadding: {
213
213
  type: import("vue").PropType<string>;
214
214
  default: string;
@@ -260,10 +260,6 @@ export declare const PlDialogStory: () => {
260
260
  __isTeleport?: undefined;
261
261
  __isSuspense?: undefined;
262
262
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
263
- padding: {
264
- type: import("vue").PropType<string>;
265
- default: string;
266
- };
267
263
  modelValue: {
268
264
  type: import("vue").PropType<boolean>;
269
265
  required: true;
@@ -281,6 +277,10 @@ export declare const PlDialogStory: () => {
281
277
  type: import("vue").PropType<string>;
282
278
  default: string;
283
279
  };
280
+ padding: {
281
+ type: import("vue").PropType<string>;
282
+ default: string;
283
+ };
284
284
  headerPadding: {
285
285
  type: import("vue").PropType<string>;
286
286
  default: string;
@@ -331,11 +331,11 @@ export declare const PlDialogStory: () => {
331
331
  "update:modelValue": (...args: any[]) => void;
332
332
  changeVisibleModalValue: (...args: any[]) => void;
333
333
  }, string, {
334
- padding: string;
335
334
  modelValue: boolean;
336
335
  showHeader: boolean;
337
336
  showGrabber: boolean;
338
337
  widthThis: string;
338
+ padding: string;
339
339
  headerPadding: string;
340
340
  showClose: boolean;
341
341
  customClass: string;
@@ -594,11 +594,11 @@ declare const _default: {
594
594
  $: import("vue").ComponentInternalInstance;
595
595
  $data: {};
596
596
  $props: {
597
- padding?: string | undefined;
598
597
  modelValue?: boolean | undefined;
599
598
  showHeader?: boolean | undefined;
600
599
  showGrabber?: boolean | undefined;
601
600
  widthThis?: string | undefined;
601
+ padding?: string | undefined;
602
602
  headerPadding?: string | undefined;
603
603
  showClose?: boolean | undefined;
604
604
  customClass?: string | undefined;
@@ -670,10 +670,6 @@ declare const _default: {
670
670
  $emit: ((event: "update:modelValue", ...args: any[]) => void) & ((event: "changeVisibleModalValue", ...args: any[]) => void);
671
671
  $el: any;
672
672
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
673
- padding: {
674
- type: import("vue").PropType<string>;
675
- default: string;
676
- };
677
673
  modelValue: {
678
674
  type: import("vue").PropType<boolean>;
679
675
  required: true;
@@ -691,6 +687,10 @@ declare const _default: {
691
687
  type: import("vue").PropType<string>;
692
688
  default: string;
693
689
  };
690
+ padding: {
691
+ type: import("vue").PropType<string>;
692
+ default: string;
693
+ };
694
694
  headerPadding: {
695
695
  type: import("vue").PropType<string>;
696
696
  default: string;
@@ -741,11 +741,11 @@ declare const _default: {
741
741
  "update:modelValue": (...args: any[]) => void;
742
742
  changeVisibleModalValue: (...args: any[]) => void;
743
743
  }, string, {
744
- padding: string;
745
744
  modelValue: boolean;
746
745
  showHeader: boolean;
747
746
  showGrabber: boolean;
748
747
  widthThis: string;
748
+ padding: string;
749
749
  headerPadding: string;
750
750
  showClose: boolean;
751
751
  customClass: string;
@@ -777,10 +777,6 @@ declare const _default: {
777
777
  $nextTick: typeof import("vue").nextTick;
778
778
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
779
779
  } & Readonly<import("vue").ExtractPropTypes<{
780
- padding: {
781
- type: import("vue").PropType<string>;
782
- default: string;
783
- };
784
780
  modelValue: {
785
781
  type: import("vue").PropType<boolean>;
786
782
  required: true;
@@ -798,6 +794,10 @@ declare const _default: {
798
794
  type: import("vue").PropType<string>;
799
795
  default: string;
800
796
  };
797
+ padding: {
798
+ type: import("vue").PropType<string>;
799
+ default: string;
800
+ };
801
801
  headerPadding: {
802
802
  type: import("vue").PropType<string>;
803
803
  default: string;
@@ -849,10 +849,6 @@ declare const _default: {
849
849
  __isTeleport?: undefined;
850
850
  __isSuspense?: undefined;
851
851
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
852
- padding: {
853
- type: import("vue").PropType<string>;
854
- default: string;
855
- };
856
852
  modelValue: {
857
853
  type: import("vue").PropType<boolean>;
858
854
  required: true;
@@ -870,6 +866,10 @@ declare const _default: {
870
866
  type: import("vue").PropType<string>;
871
867
  default: string;
872
868
  };
869
+ padding: {
870
+ type: import("vue").PropType<string>;
871
+ default: string;
872
+ };
873
873
  headerPadding: {
874
874
  type: import("vue").PropType<string>;
875
875
  default: string;
@@ -920,11 +920,11 @@ declare const _default: {
920
920
  "update:modelValue": (...args: any[]) => void;
921
921
  changeVisibleModalValue: (...args: any[]) => void;
922
922
  }, string, {
923
- padding: string;
924
923
  modelValue: boolean;
925
924
  showHeader: boolean;
926
925
  showGrabber: boolean;
927
926
  widthThis: string;
927
+ padding: string;
928
928
  headerPadding: string;
929
929
  showClose: boolean;
930
930
  customClass: string;
@@ -57,11 +57,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
57
57
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
58
58
  onChangeVisibleModalValue?: ((...args: any[]) => any) | undefined;
59
59
  }, {
60
- padding: string;
61
60
  modelValue: boolean;
62
61
  showHeader: boolean;
63
62
  showGrabber: boolean;
64
63
  widthThis: string;
64
+ padding: string;
65
65
  headerPadding: string;
66
66
  showClose: boolean;
67
67
  customClass: 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' | 'Bell20' | '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' | 'Share20' | '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' | 'Bell24' | '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' | 'Share24' | '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';
5
+ export declare type TIcon = '' | 'User20' | 'Group20' | 'Edit20' | 'BlankPan20' | 'Support20' | 'HandKey20' | 'Lock20' | 'Connection20' | 'Picture20' | 'Ruble20' | 'Document20' | 'Clip20' | 'Bell20' | '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' | 'Share20' | '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' | 'Bell24' | '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' | 'Share24' | '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';
@@ -107,8 +107,8 @@ declare const _default: import("vue").DefineComponent<{
107
107
  }>>, {
108
108
  label: string;
109
109
  disabled: boolean;
110
- leftIcon: string;
111
110
  disableMarkerBottom: boolean;
111
+ leftIcon: string;
112
112
  leftIconColor: string;
113
113
  rightIcon: string;
114
114
  rightIconColor: string;
@@ -63,7 +63,7 @@ declare const _default: import("vue").DefineComponent<{
63
63
  label: string;
64
64
  disabled: boolean;
65
65
  size: string;
66
- modelValue: boolean;
67
66
  description: string;
67
+ modelValue: boolean;
68
68
  }, {}>;
69
69
  export default _default;
@@ -4,7 +4,6 @@ interface IProps {
4
4
  wrapClass?: string;
5
5
  viewClass?: string;
6
6
  hideScrollThumb?: boolean;
7
- offsetRight?: string;
8
7
  }
9
8
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
10
9
  maxHeight: string;
@@ -12,7 +11,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
12
11
  wrapClass: string;
13
12
  viewClass: string;
14
13
  hideScrollThumb: boolean;
15
- offsetRight: string;
16
14
  }>, {
17
15
  setScrollTop: (val: number) => void;
18
16
  setScrollLeft: (val: number) => void;
@@ -26,7 +24,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
26
24
  wrapClass: string;
27
25
  viewClass: string;
28
26
  hideScrollThumb: boolean;
29
- offsetRight: string;
30
27
  }>>> & {
31
28
  onScroll?: ((...args: any[]) => any) | undefined;
32
29
  onWheel?: ((...args: any[]) => any) | undefined;
@@ -36,7 +33,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
36
33
  wrapClass: string;
37
34
  viewClass: string;
38
35
  hideScrollThumb: boolean;
39
- offsetRight: string;
40
36
  }, {}>, {
41
37
  default?(_: {}): any;
42
38
  }>;
@@ -42,16 +42,16 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
42
42
  }, {
43
43
  label: string;
44
44
  disabled: boolean;
45
- modelValue: string | number | IOption | null;
46
- prop: string;
47
- placeholder: string;
48
- clearable: boolean;
49
- leftIcon: string;
50
45
  helpertext: string;
46
+ leftIcon: string;
51
47
  rightIcon: string;
52
48
  width: string;
49
+ modelValue: string | number | IOption | null;
50
+ prop: string;
51
+ placeholder: string;
53
52
  optional: string;
54
53
  tooltip: string;
54
+ clearable: boolean;
55
55
  teleport: boolean;
56
56
  options: IOption[];
57
57
  showDescription: boolean;
@@ -41,7 +41,7 @@ declare const _default: import("vue").DefineComponent<{
41
41
  }, {
42
42
  label: string;
43
43
  disabled: boolean;
44
- modelValue: boolean;
45
44
  description: string;
45
+ modelValue: boolean;
46
46
  }, {}>;
47
47
  export default _default;
@@ -64,9 +64,9 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
64
64
  }, {
65
65
  title: string;
66
66
  disabled: boolean;
67
+ description: string;
67
68
  modelValue: (File | TUnloadedFile)[];
68
69
  prop: string;
69
- description: string;
70
70
  optional: string;
71
71
  tooltip: string;
72
72
  accept: string;