@factoringplus/pl-components-pack-v3 1.2.22-pre-02 → 1.2.22-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 (155) hide show
  1. package/dist/components/button/index.d.ts +191 -191
  2. package/dist/components/button/pl-button.vue.d.ts +66 -64
  3. package/dist/components/button/types/index.d.ts +21 -21
  4. package/dist/components/components.d.ts +47 -47
  5. package/dist/components/deprecated/currency-input/index.d.ts +5 -5
  6. package/dist/components/deprecated/pl-checkbox/index.d.ts +5 -5
  7. package/dist/components/deprecated/pl-date-picker/index.d.ts +5 -5
  8. package/dist/components/deprecated/pl-date-picker/pl-date-picker-range.vue.d.ts +77 -77
  9. package/dist/components/deprecated/pl-date-picker/pl-date-picker.vue.d.ts +72 -72
  10. package/dist/components/deprecated/pl-date-picker-legacy/index.d.ts +5 -5
  11. package/dist/components/deprecated/pl-dialog/index.d.ts +5 -5
  12. package/dist/components/deprecated/pl-dialog/pl-dialog.vue.d.ts +104 -102
  13. package/dist/components/deprecated/pl-form-item/index.d.ts +5 -5
  14. package/dist/components/deprecated/pl-input/index.d.ts +5 -5
  15. package/dist/components/deprecated/pl-input-native/index.d.ts +5 -5
  16. package/dist/components/deprecated/pl-select/index.d.ts +5 -5
  17. package/dist/components/deprecated/pl-select/pl-select.vue.d.ts +149 -147
  18. package/dist/components/deprecated/pl-suggestions/index.d.ts +5 -5
  19. package/dist/components/deprecated/pl-suggestions/pl-suggestions.vue.d.ts +112 -112
  20. package/dist/components/deprecated/pl-table/index.d.ts +5 -5
  21. package/dist/components/deprecated/pl-table/pl-table.vue.d.ts +133 -133
  22. package/dist/components/deprecated/pl-tooltip/index.d.ts +5 -5
  23. package/dist/components/deprecated/pl-tooltip/pl-tooltip.vue.d.ts +58 -56
  24. package/dist/components/deprecated/pl-upload/index.d.ts +5 -5
  25. package/dist/components/deprecated/pl-upload/pl-upload.vue.d.ts +124 -124
  26. package/dist/components/deprecated/pl-upload-legacy/index.d.ts +5 -5
  27. package/dist/components/deprecated/pl-upload-legacy/pl-upload-legacy.vue.d.ts +111 -111
  28. package/dist/components/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +60 -60
  29. package/dist/components/pl-autocomplete/components/pl-default.vue.d.ts +60 -60
  30. package/dist/components/pl-autocomplete/index.d.ts +5 -5
  31. package/dist/components/pl-autocomplete/pl-autocompete.vue.d.ts +95 -95
  32. package/dist/components/pl-autocomplete/types/index.d.ts +57 -57
  33. package/dist/components/pl-card/index.d.ts +5 -5
  34. package/dist/components/pl-checkbox-plus/index.d.ts +5 -5
  35. package/dist/components/pl-checkbox-plus/pl-checkbox-plus.vue.d.ts +74 -72
  36. package/dist/components/pl-date-picker-plus/common/components/PlDatePickerRangeWrapper.vue.d.ts +68 -68
  37. package/dist/components/pl-date-picker-plus/common/components/PlDatePickerWrapper.vue.d.ts +56 -56
  38. package/dist/components/pl-date-picker-plus/common/constants.d.ts +2 -2
  39. package/dist/components/pl-date-picker-plus/common/types/index.d.ts +50 -50
  40. package/dist/components/pl-date-picker-plus/common/utils/wrapperFunctions.d.ts +13 -13
  41. package/dist/components/pl-date-picker-plus/index.d.ts +5 -5
  42. package/dist/components/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +82 -82
  43. package/dist/components/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +84 -84
  44. package/dist/components/pl-dialog/index.d.ts +5 -5
  45. package/dist/components/pl-dialog/pl-dialog-plus.vue.d.ts +106 -104
  46. package/dist/components/pl-form/index.d.ts +5 -5
  47. package/dist/components/pl-form/pl-form.vue.d.ts +55 -53
  48. package/dist/components/pl-icon/index.d.ts +6 -6
  49. package/dist/components/pl-icon/pl-icon.vue.d.ts +12 -12
  50. package/dist/components/pl-icon/types/iconsType.d.ts +5 -5
  51. package/dist/components/pl-icon/types/index.d.ts +2 -2
  52. package/dist/components/pl-input-plus/components/pl-currency.vue.d.ts +46 -46
  53. package/dist/components/pl-input-plus/components/pl-default.vue.d.ts +72 -72
  54. package/dist/components/pl-input-plus/components/pl-password.vue.d.ts +47 -47
  55. package/dist/components/pl-input-plus/components/pl-textarea.vue.d.ts +45 -45
  56. package/dist/components/pl-input-plus/index.d.ts +5 -5
  57. package/dist/components/pl-input-plus/pl-input-plus.vue.d.ts +123 -123
  58. package/dist/components/pl-input-plus/types/index.d.ts +65 -65
  59. package/dist/components/pl-label/pl-label.vue.d.ts +41 -39
  60. package/dist/components/pl-link/index.d.ts +5 -5
  61. package/dist/components/pl-link/pl-link.vue.d.ts +50 -48
  62. package/dist/components/pl-mark-text/index.d.ts +16 -16
  63. package/dist/components/pl-mark-text/pl-mark-text.vue.d.ts +16 -16
  64. package/dist/components/pl-multi-select/components/pl-default.vue.d.ts +68 -68
  65. package/dist/components/pl-multi-select/components/pl-multi-select-dropdown.vue.d.ts +49 -49
  66. package/dist/components/pl-multi-select/index.d.ts +5 -5
  67. package/dist/components/pl-multi-select/pl-multi-select.vue.d.ts +72 -72
  68. package/dist/components/pl-multi-select/types/index.d.ts +33 -33
  69. package/dist/components/pl-multitab/components/pl-tab-card.vue.d.ts +38 -38
  70. package/dist/components/pl-multitab/index.d.ts +5 -5
  71. package/dist/components/pl-multitab/pl-multitab.vue.d.ts +39 -39
  72. package/dist/components/pl-multitab/types/index.d.ts +14 -14
  73. package/dist/components/pl-option/index.d.ts +5 -5
  74. package/dist/components/pl-option/pl-option.vue.d.ts +122 -122
  75. package/dist/components/pl-radio/index.d.ts +5 -5
  76. package/dist/components/pl-radio/pl-radio.vue.d.ts +69 -69
  77. package/dist/components/pl-scrollbar/index.d.ts +5 -5
  78. package/dist/components/pl-scrollbar/pl-scrollbar.vue.d.ts +67 -65
  79. package/dist/components/pl-scrollbar/utils/getSizeWithUnits.d.ts +1 -1
  80. package/dist/components/pl-select-plus/components/pl-account.vue.d.ts +68 -68
  81. package/dist/components/pl-select-plus/components/pl-default.vue.d.ts +68 -68
  82. package/dist/components/pl-select-plus/components/pl-select-dropdown.vue.d.ts +45 -45
  83. package/dist/components/pl-select-plus/index.d.ts +5 -5
  84. package/dist/components/pl-select-plus/pl-select-plus.vue.d.ts +77 -77
  85. package/dist/components/pl-select-plus/types/index.d.ts +38 -38
  86. package/dist/components/pl-skeleton/index.d.ts +5 -5
  87. package/dist/components/pl-skeleton/pl-skeleton.vue.d.ts +40 -40
  88. package/dist/components/pl-snackbar/index.d.ts +7 -7
  89. package/dist/components/pl-snackbar/pl-snackbar.vue.d.ts +47 -47
  90. package/dist/components/pl-snackbar/renderSnackbar.d.ts +3 -3
  91. package/dist/components/pl-snackbar/types.d.ts +25 -25
  92. package/dist/components/pl-stepper/index.d.ts +5 -5
  93. package/dist/components/pl-stepper/pl-stepper.vue.d.ts +57 -57
  94. package/dist/components/pl-switch/index.d.ts +5 -5
  95. package/dist/components/pl-switch/pl-switch.vue.d.ts +47 -47
  96. package/dist/components/pl-tab-pane/index.d.ts +5 -5
  97. package/dist/components/pl-tab-pane/pl-tab-pane.vue.d.ts +47 -45
  98. package/dist/components/pl-tab-pane/types/index.d.ts +8 -8
  99. package/dist/components/pl-table-plus/components/row-mask.vue.d.ts +52 -52
  100. package/dist/components/pl-table-plus/index.d.ts +5 -5
  101. package/dist/components/pl-table-plus/pl-table-plus.vue.d.ts +95 -93
  102. package/dist/components/pl-tabs/components/pl-tab-counter.vue.d.ts +23 -21
  103. package/dist/components/pl-tabs/components/pl-tab.vue.d.ts +45 -45
  104. package/dist/components/pl-tabs/index.d.ts +5 -5
  105. package/dist/components/pl-tabs/pl-tabs.vue.d.ts +45 -45
  106. package/dist/components/pl-tags/pl-tags.vue.d.ts +37 -35
  107. package/dist/components/pl-text/components/pl-body1.vue.d.ts +23 -21
  108. package/dist/components/pl-text/components/pl-body2.vue.d.ts +23 -21
  109. package/dist/components/pl-text/components/pl-body3.vue.d.ts +23 -21
  110. package/dist/components/pl-text/components/pl-bodyu.vue.d.ts +23 -21
  111. package/dist/components/pl-text/components/pl-btn1.vue.d.ts +23 -21
  112. package/dist/components/pl-text/components/pl-btn2.vue.d.ts +23 -21
  113. package/dist/components/pl-text/components/pl-btn3.vue.d.ts +23 -21
  114. package/dist/components/pl-text/components/pl-cap.vue.d.ts +23 -21
  115. package/dist/components/pl-text/components/pl-h1.vue.d.ts +23 -21
  116. package/dist/components/pl-text/components/pl-h2.vue.d.ts +23 -21
  117. package/dist/components/pl-text/components/pl-h3.vue.d.ts +23 -21
  118. package/dist/components/pl-text/components/pl-h4.vue.d.ts +23 -21
  119. package/dist/components/pl-text/components/pl-sub1.vue.d.ts +19 -17
  120. package/dist/components/pl-text/components/pl-sub2.vue.d.ts +19 -17
  121. package/dist/components/pl-text/components/pl-system.vue.d.ts +19 -17
  122. package/dist/components/pl-text/components/pl-tag.vue.d.ts +19 -17
  123. package/dist/components/pl-text/components/pl-title1.vue.d.ts +19 -17
  124. package/dist/components/pl-text/components/pl-title2.vue.d.ts +19 -17
  125. package/dist/components/pl-text/components/pl-title3.vue.d.ts +19 -17
  126. package/dist/components/pl-text/index.d.ts +5 -5
  127. package/dist/components/pl-tooltip-plus/index.d.ts +5 -5
  128. package/dist/components/pl-tooltip-plus/pl-tooltip-plus.vue.d.ts +55 -53
  129. package/dist/components/pl-upload-plus/index.d.ts +5 -5
  130. package/dist/components/pl-upload-plus/pl-upload-plus.vue.d.ts +109 -109
  131. package/dist/components/pl-upload-plus/types/FileExtension.d.ts +1 -1
  132. package/dist/directives/index.d.ts +5 -5
  133. package/dist/directives/vInfiniteScroll/utils/position.d.ts +1 -1
  134. package/dist/directives/vInfiniteScroll/utils/scroll.d.ts +1 -1
  135. package/dist/directives/vInfiniteScroll/utils/style.d.ts +1 -1
  136. package/dist/directives/vInfiniteScroll/vInfiniteScroll.d.ts +2 -2
  137. package/dist/directives/vLoading.d.ts +3 -3
  138. package/dist/directives/vTap.d.ts +3 -3
  139. package/dist/directives/vTouchOutside.d.ts +3 -3
  140. package/dist/install-function/index.d.ts +6 -6
  141. package/dist/main.d.ts +1 -1
  142. package/dist/plugins/api/api.d.ts +2 -2
  143. package/dist/plugins/filters.d.ts +8 -8
  144. package/dist/plugins/loading/loading.d.ts +3 -3
  145. package/dist/services/plLoading.d.ts +3 -3
  146. package/dist/utils/dadataParser.d.ts +11 -11
  147. package/dist/utils/declOfNum.d.ts +3 -3
  148. package/dist/utils/deepSet.d.ts +6 -6
  149. package/dist/utils/formatAccount.d.ts +2 -2
  150. package/dist/utils/formatCurrency.d.ts +3 -3
  151. package/dist/utils/formatDate.d.ts +3 -3
  152. package/dist/utils/getSourceCode.d.ts +5 -5
  153. package/dist/utils/isEqual.d.ts +3 -3
  154. package/dist/utils/types.d.ts +67 -67
  155. package/package.json +79 -66
@@ -1,54 +1,56 @@
1
1
  import { Rules, ValidateError } from 'async-validator';
2
-
3
- interface IFormProps {
4
- model: {
5
- [key: string]: any;
6
- };
7
- rules?: Rules;
8
- modelErrorsState?: ValidateError[];
9
- }
10
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IFormProps>, {
11
- rules: () => {};
12
- modelErrorsState: () => any[];
13
- }>, {
14
- validate: (callback?: (success: boolean, errors: ValidateError[]) => void) => Promise<void>;
15
- validateField: (prop: string) => Promise<void>;
16
- clearValidate: (props?: string | string[]) => void;
17
- resetFields: (props?: string | string[]) => void;
18
- refreshForm: () => void;
19
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
20
- "update:modelErrorsState": (...args: any[]) => void;
21
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IFormProps>, {
22
- rules: () => {};
23
- modelErrorsState: () => any[];
24
- }>>> & {
25
- "onUpdate:modelErrorsState"?: (...args: any[]) => any;
26
- }, {
27
- rules: Rules;
28
- modelErrorsState: ValidateError[];
29
- }, {}>, {
30
- default?(_: {}): any;
31
- }>;
32
- export default _default;
33
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
34
- type __VLS_TypePropsToRuntimeProps<T> = {
35
- [K in keyof T]-?: {} extends Pick<T, K> ? {
36
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
37
- } : {
38
- type: import('vue').PropType<T[K]>;
39
- required: true;
40
- };
41
- };
42
- type __VLS_WithDefaults<P, D> = {
43
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
44
- default: D[K];
45
- }> : P[K];
46
- };
47
- type __VLS_Prettify<T> = {
48
- [K in keyof T]: T[K];
49
- } & {};
50
- type __VLS_WithTemplateSlots<T, S> = T & {
51
- new (): {
52
- $slots: S;
53
- };
54
- };
2
+
3
+ interface IFormProps {
4
+ model: {
5
+ [key: string]: any;
6
+ };
7
+ rules?: Rules;
8
+ modelErrorsState?: ValidateError[];
9
+ }
10
+ declare function __VLS_template(): {
11
+ default?(_: {}): any;
12
+ };
13
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IFormProps>, {
14
+ rules: () => {};
15
+ modelErrorsState: () => any[];
16
+ }>, {
17
+ validate: (callback?: (success: boolean, errors: ValidateError[]) => void) => Promise<void>;
18
+ validateField: (prop: string) => Promise<void>;
19
+ clearValidate: (props?: string | string[]) => void;
20
+ resetFields: (props?: string | string[]) => void;
21
+ refreshForm: () => void;
22
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
23
+ "update:modelErrorsState": (...args: any[]) => void;
24
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IFormProps>, {
25
+ rules: () => {};
26
+ modelErrorsState: () => any[];
27
+ }>>> & {
28
+ "onUpdate:modelErrorsState"?: (...args: any[]) => any;
29
+ }, {
30
+ rules: Rules;
31
+ modelErrorsState: ValidateError[];
32
+ }, {}>;
33
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
34
+ export default _default;
35
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
36
+ type __VLS_TypePropsToRuntimeProps<T> = {
37
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
38
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
39
+ } : {
40
+ type: import('vue').PropType<T[K]>;
41
+ required: true;
42
+ };
43
+ };
44
+ type __VLS_WithDefaults<P, D> = {
45
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
46
+ default: D[K];
47
+ }> : P[K];
48
+ };
49
+ type __VLS_Prettify<T> = {
50
+ [K in keyof T]: T[K];
51
+ } & {};
52
+ type __VLS_WithTemplateSlots<T, S> = T & {
53
+ new (): {
54
+ $slots: S;
55
+ };
56
+ };
@@ -1,8 +1,8 @@
1
1
  import { App } from 'vue';
2
2
  import { TIconProps, TIcon } from './types';
3
-
4
- declare const PlIcon: {
5
- install(app: App): void;
6
- };
7
- export default PlIcon;
8
- export type { TIconProps, TIcon };
3
+
4
+ declare const PlIcon: {
5
+ install(app: App): void;
6
+ };
7
+ export default PlIcon;
8
+ export type { TIconProps, TIcon };
@@ -1,13 +1,13 @@
1
1
  import { TIconProps } from './types';
2
-
3
- declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<TIconProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TIconProps>>>, {}, {}>;
4
- export default _default;
5
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
6
- type __VLS_TypePropsToRuntimeProps<T> = {
7
- [K in keyof T]-?: {} extends Pick<T, K> ? {
8
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
9
- } : {
10
- type: import('vue').PropType<T[K]>;
11
- required: true;
12
- };
13
- };
2
+
3
+ declare const _default: import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<TIconProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<TIconProps>>>, {}, {}>;
4
+ export default _default;
5
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
6
+ type __VLS_TypePropsToRuntimeProps<T> = {
7
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
8
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
9
+ } : {
10
+ type: import('vue').PropType<T[K]>;
11
+ required: true;
12
+ };
13
+ };
@@ -1,5 +1,5 @@
1
- export declare type TIconProps = {
2
- name: TIcon;
3
- color?: string | '';
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' | 'Attachment32' | 'Bell32' | 'Bin32' | 'BlankChat32' | 'BlankCheck32' | 'BlankKey32' | 'BlankLock32' | 'BlankPan32' | 'Block32' | 'Box32' | 'Bulb32' | 'Calendar32' | 'Chart32' | 'Chat32' | 'Check32' | 'CheckCircle32' | 'Connection32' | 'Copy32' | 'CreditCard32' | 'Dashboard32' | 'Document32' | 'DotsHorizontal32' | 'DotsVertical32' | 'DoubleLeft32' | 'Download32' | 'Edit32' | 'Exit32' | 'Eye32' | 'EyeCrossed32' | 'Filter32' | 'FilterTwo32' | 'Grid32' | 'GridTwo32' | 'Group32' | 'HandKey32' | 'HandRight32' | 'HandTop32' | 'Home32' | 'Hub32' | 'Key32' | 'Layers32' | 'Library32' | 'Link32' | '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';
1
+ export declare type TIconProps = {
2
+ name: TIcon;
3
+ color?: string | '';
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' | 'Attachment32' | 'Bell32' | 'Bin32' | 'BlankChat32' | 'BlankCheck32' | 'BlankKey32' | 'BlankLock32' | 'BlankPan32' | 'Block32' | 'Box32' | 'Bulb32' | 'Calendar32' | 'Chart32' | 'Chat32' | 'Check32' | 'CheckCircle32' | 'Connection32' | 'Copy32' | 'CreditCard32' | 'Dashboard32' | 'Document32' | 'DotsHorizontal32' | 'DotsVertical32' | 'DoubleLeft32' | 'Download32' | 'Edit32' | 'Exit32' | 'Eye32' | 'EyeCrossed32' | 'Filter32' | 'FilterTwo32' | 'Grid32' | 'GridTwo32' | 'Group32' | 'HandKey32' | 'HandRight32' | 'HandTop32' | 'Home32' | 'Hub32' | 'Key32' | 'Layers32' | 'Library32' | 'Link32' | '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';
@@ -1,3 +1,3 @@
1
1
  import { TIcon, TIconProps } from './iconsType';
2
-
3
- export { TIcon, TIconProps };
2
+
3
+ export { TIcon, TIconProps };
@@ -1,47 +1,47 @@
1
1
  import { IPlCurrencyProps } from '../types';
2
-
3
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlCurrencyProps>, {
4
- prop: string;
5
- placeholder: string;
6
- disabled: boolean;
7
- leftIcon: string;
8
- round: boolean;
9
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
- "update:modelValue": (...args: any[]) => void;
11
- blur: (...args: any[]) => void;
12
- change: (...args: any[]) => void;
13
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlCurrencyProps>, {
14
- prop: string;
15
- placeholder: string;
16
- disabled: boolean;
17
- leftIcon: string;
18
- round: boolean;
19
- }>>> & {
20
- onBlur?: (...args: any[]) => any;
21
- onChange?: (...args: any[]) => any;
22
- "onUpdate:modelValue"?: (...args: any[]) => any;
23
- }, {
24
- disabled: boolean;
25
- placeholder: string;
26
- prop: string;
27
- leftIcon: import('../../pl-icon').TIcon;
28
- round: boolean;
29
- }, {}>;
30
- export default _default;
31
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
32
- type __VLS_TypePropsToRuntimeProps<T> = {
33
- [K in keyof T]-?: {} extends Pick<T, K> ? {
34
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
35
- } : {
36
- type: import('vue').PropType<T[K]>;
37
- required: true;
38
- };
39
- };
40
- type __VLS_WithDefaults<P, D> = {
41
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
42
- default: D[K];
43
- }> : P[K];
44
- };
45
- type __VLS_Prettify<T> = {
46
- [K in keyof T]: T[K];
47
- } & {};
2
+
3
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlCurrencyProps>, {
4
+ prop: string;
5
+ placeholder: string;
6
+ disabled: boolean;
7
+ leftIcon: string;
8
+ round: boolean;
9
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
10
+ "update:modelValue": (...args: any[]) => void;
11
+ blur: (...args: any[]) => void;
12
+ change: (...args: any[]) => void;
13
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlCurrencyProps>, {
14
+ prop: string;
15
+ placeholder: string;
16
+ disabled: boolean;
17
+ leftIcon: string;
18
+ round: boolean;
19
+ }>>> & {
20
+ onBlur?: (...args: any[]) => any;
21
+ onChange?: (...args: any[]) => any;
22
+ "onUpdate:modelValue"?: (...args: any[]) => any;
23
+ }, {
24
+ disabled: boolean;
25
+ placeholder: string;
26
+ prop: string;
27
+ leftIcon: import('../../pl-icon').TIcon;
28
+ round: boolean;
29
+ }, {}>;
30
+ export default _default;
31
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
32
+ type __VLS_TypePropsToRuntimeProps<T> = {
33
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
34
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
35
+ } : {
36
+ type: import('vue').PropType<T[K]>;
37
+ required: true;
38
+ };
39
+ };
40
+ type __VLS_WithDefaults<P, D> = {
41
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
42
+ default: D[K];
43
+ }> : P[K];
44
+ };
45
+ type __VLS_Prettify<T> = {
46
+ [K in keyof T]: T[K];
47
+ } & {};
@@ -1,73 +1,73 @@
1
1
  import { IPlDefaultProps } from '../types';
2
-
3
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlDefaultProps>, {
4
- leftIcon: string;
5
- rightIcon: string;
6
- id: string;
7
- showWordLimit: boolean;
8
- disabled: boolean;
9
- maxlength: any;
10
- placeholder: string;
11
- prop: string;
12
- iconPointer: boolean;
13
- customBlur: boolean;
14
- clearable: boolean;
15
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
16
- "update:modelValue": (...args: any[]) => void;
17
- resetValue: (...args: any[]) => void;
18
- touchstart: (...args: any[]) => void;
19
- blur: (...args: any[]) => void;
20
- "custom-blur": (...args: any[]) => void;
21
- mousedown: (...args: any[]) => void;
22
- tabHandler: (...args: any[]) => void;
23
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlDefaultProps>, {
24
- leftIcon: string;
25
- rightIcon: string;
26
- id: string;
27
- showWordLimit: boolean;
28
- disabled: boolean;
29
- maxlength: any;
30
- placeholder: string;
31
- prop: string;
32
- iconPointer: boolean;
33
- customBlur: boolean;
34
- clearable: boolean;
35
- }>>> & {
36
- onBlur?: (...args: any[]) => any;
37
- onMousedown?: (...args: any[]) => any;
38
- onTouchstart?: (...args: any[]) => any;
39
- "onUpdate:modelValue"?: (...args: any[]) => any;
40
- onResetValue?: (...args: any[]) => any;
41
- "onCustom-blur"?: (...args: any[]) => any;
42
- onTabHandler?: (...args: any[]) => any;
43
- }, {
44
- disabled: boolean;
45
- id: string;
46
- placeholder: string;
47
- prop: string;
48
- showWordLimit: boolean;
49
- leftIcon: import('../../pl-icon').TIcon;
50
- rightIcon: import('../../pl-icon').TIcon;
51
- maxlength: number;
52
- iconPointer: boolean;
53
- customBlur: boolean;
54
- clearable: boolean;
55
- }, {}>;
56
- export default _default;
57
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
58
- type __VLS_TypePropsToRuntimeProps<T> = {
59
- [K in keyof T]-?: {} extends Pick<T, K> ? {
60
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
61
- } : {
62
- type: import('vue').PropType<T[K]>;
63
- required: true;
64
- };
65
- };
66
- type __VLS_WithDefaults<P, D> = {
67
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
68
- default: D[K];
69
- }> : P[K];
70
- };
71
- type __VLS_Prettify<T> = {
72
- [K in keyof T]: T[K];
73
- } & {};
2
+
3
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlDefaultProps>, {
4
+ leftIcon: string;
5
+ rightIcon: string;
6
+ id: string;
7
+ showWordLimit: boolean;
8
+ disabled: boolean;
9
+ maxlength: any;
10
+ placeholder: string;
11
+ prop: string;
12
+ iconPointer: boolean;
13
+ customBlur: boolean;
14
+ clearable: boolean;
15
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
16
+ "update:modelValue": (...args: any[]) => void;
17
+ resetValue: (...args: any[]) => void;
18
+ touchstart: (...args: any[]) => void;
19
+ blur: (...args: any[]) => void;
20
+ "custom-blur": (...args: any[]) => void;
21
+ mousedown: (...args: any[]) => void;
22
+ tabHandler: (...args: any[]) => void;
23
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlDefaultProps>, {
24
+ leftIcon: string;
25
+ rightIcon: string;
26
+ id: string;
27
+ showWordLimit: boolean;
28
+ disabled: boolean;
29
+ maxlength: any;
30
+ placeholder: string;
31
+ prop: string;
32
+ iconPointer: boolean;
33
+ customBlur: boolean;
34
+ clearable: boolean;
35
+ }>>> & {
36
+ onBlur?: (...args: any[]) => any;
37
+ onMousedown?: (...args: any[]) => any;
38
+ onTouchstart?: (...args: any[]) => any;
39
+ "onUpdate:modelValue"?: (...args: any[]) => any;
40
+ onResetValue?: (...args: any[]) => any;
41
+ "onCustom-blur"?: (...args: any[]) => any;
42
+ onTabHandler?: (...args: any[]) => any;
43
+ }, {
44
+ disabled: boolean;
45
+ id: string;
46
+ placeholder: string;
47
+ prop: string;
48
+ showWordLimit: boolean;
49
+ leftIcon: import('../../pl-icon').TIcon;
50
+ rightIcon: import('../../pl-icon').TIcon;
51
+ maxlength: import('../types').TMaxlength;
52
+ iconPointer: boolean;
53
+ customBlur: boolean;
54
+ clearable: boolean;
55
+ }, {}>;
56
+ export default _default;
57
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
58
+ type __VLS_TypePropsToRuntimeProps<T> = {
59
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
60
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
61
+ } : {
62
+ type: import('vue').PropType<T[K]>;
63
+ required: true;
64
+ };
65
+ };
66
+ type __VLS_WithDefaults<P, D> = {
67
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
68
+ default: D[K];
69
+ }> : P[K];
70
+ };
71
+ type __VLS_Prettify<T> = {
72
+ [K in keyof T]: T[K];
73
+ } & {};
@@ -1,48 +1,48 @@
1
1
  import { IPlPasswordProps } from '../types';
2
-
3
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlPasswordProps>, {
4
- id: string;
5
- disabled: boolean;
6
- placeholder: string;
7
- prop: string;
8
- currentPassword: boolean;
9
- newPassword: boolean;
10
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
- "update:modelValue": (...args: any[]) => void;
12
- blur: (...args: any[]) => void;
13
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlPasswordProps>, {
14
- id: string;
15
- disabled: boolean;
16
- placeholder: string;
17
- prop: string;
18
- currentPassword: boolean;
19
- newPassword: boolean;
20
- }>>> & {
21
- onBlur?: (...args: any[]) => any;
22
- "onUpdate:modelValue"?: (...args: any[]) => any;
23
- }, {
24
- disabled: boolean;
25
- id: string;
26
- placeholder: string;
27
- prop: string;
28
- currentPassword: boolean;
29
- newPassword: boolean;
30
- }, {}>;
31
- export default _default;
32
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
33
- type __VLS_TypePropsToRuntimeProps<T> = {
34
- [K in keyof T]-?: {} extends Pick<T, K> ? {
35
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
36
- } : {
37
- type: import('vue').PropType<T[K]>;
38
- required: true;
39
- };
40
- };
41
- type __VLS_WithDefaults<P, D> = {
42
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
43
- default: D[K];
44
- }> : P[K];
45
- };
46
- type __VLS_Prettify<T> = {
47
- [K in keyof T]: T[K];
48
- } & {};
2
+
3
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlPasswordProps>, {
4
+ id: string;
5
+ disabled: boolean;
6
+ placeholder: string;
7
+ prop: string;
8
+ currentPassword: boolean;
9
+ newPassword: boolean;
10
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
+ "update:modelValue": (...args: any[]) => void;
12
+ blur: (...args: any[]) => void;
13
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlPasswordProps>, {
14
+ id: string;
15
+ disabled: boolean;
16
+ placeholder: string;
17
+ prop: string;
18
+ currentPassword: boolean;
19
+ newPassword: boolean;
20
+ }>>> & {
21
+ onBlur?: (...args: any[]) => any;
22
+ "onUpdate:modelValue"?: (...args: any[]) => any;
23
+ }, {
24
+ disabled: boolean;
25
+ id: string;
26
+ placeholder: string;
27
+ prop: string;
28
+ currentPassword: boolean;
29
+ newPassword: boolean;
30
+ }, {}>;
31
+ export default _default;
32
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
33
+ type __VLS_TypePropsToRuntimeProps<T> = {
34
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
35
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
36
+ } : {
37
+ type: import('vue').PropType<T[K]>;
38
+ required: true;
39
+ };
40
+ };
41
+ type __VLS_WithDefaults<P, D> = {
42
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
43
+ default: D[K];
44
+ }> : P[K];
45
+ };
46
+ type __VLS_Prettify<T> = {
47
+ [K in keyof T]: T[K];
48
+ } & {};
@@ -1,46 +1,46 @@
1
1
  import { IPlTextareaProps } from '../types';
2
-
3
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlTextareaProps>, {
4
- id: string;
5
- showWordLimit: boolean;
6
- maxlength: any;
7
- disabled: boolean;
8
- placeholder: string;
9
- prop: string;
10
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
- "update:modelValue": (...args: any[]) => void;
12
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlTextareaProps>, {
13
- id: string;
14
- showWordLimit: boolean;
15
- maxlength: any;
16
- disabled: boolean;
17
- placeholder: string;
18
- prop: string;
19
- }>>> & {
20
- "onUpdate:modelValue"?: (...args: any[]) => any;
21
- }, {
22
- disabled: boolean;
23
- id: string;
24
- placeholder: string;
25
- prop: string;
26
- showWordLimit: boolean;
27
- maxlength: number;
28
- }, {}>;
29
- export default _default;
30
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
31
- type __VLS_TypePropsToRuntimeProps<T> = {
32
- [K in keyof T]-?: {} extends Pick<T, K> ? {
33
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
34
- } : {
35
- type: import('vue').PropType<T[K]>;
36
- required: true;
37
- };
38
- };
39
- type __VLS_WithDefaults<P, D> = {
40
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
41
- default: D[K];
42
- }> : P[K];
43
- };
44
- type __VLS_Prettify<T> = {
45
- [K in keyof T]: T[K];
46
- } & {};
2
+
3
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlTextareaProps>, {
4
+ id: string;
5
+ showWordLimit: boolean;
6
+ maxlength: any;
7
+ disabled: boolean;
8
+ placeholder: string;
9
+ prop: string;
10
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
11
+ "update:modelValue": (...args: any[]) => void;
12
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlTextareaProps>, {
13
+ id: string;
14
+ showWordLimit: boolean;
15
+ maxlength: any;
16
+ disabled: boolean;
17
+ placeholder: string;
18
+ prop: string;
19
+ }>>> & {
20
+ "onUpdate:modelValue"?: (...args: any[]) => any;
21
+ }, {
22
+ disabled: boolean;
23
+ id: string;
24
+ placeholder: string;
25
+ prop: string;
26
+ showWordLimit: boolean;
27
+ maxlength: import('../types').TMaxlength;
28
+ }, {}>;
29
+ export default _default;
30
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
31
+ type __VLS_TypePropsToRuntimeProps<T> = {
32
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
33
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
34
+ } : {
35
+ type: import('vue').PropType<T[K]>;
36
+ required: true;
37
+ };
38
+ };
39
+ type __VLS_WithDefaults<P, D> = {
40
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
41
+ default: D[K];
42
+ }> : P[K];
43
+ };
44
+ type __VLS_Prettify<T> = {
45
+ [K in keyof T]: T[K];
46
+ } & {};