@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,52 +1,52 @@
1
- interface IProps {
2
- isSelectable: boolean;
3
- tableStyle: Record<string, string> | null;
4
- headers: {
5
- label: string;
6
- key: string;
7
- maxWidthContent?: string;
8
- }[];
9
- mobileTop?: any;
10
- mobileBottom?: any;
11
- }
12
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
13
- headers: () => any[];
14
- isSelectable: boolean;
15
- tableStyle: () => {};
16
- mobileTop: boolean;
17
- mobileBottom: boolean;
18
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
19
- headers: () => any[];
20
- isSelectable: boolean;
21
- tableStyle: () => {};
22
- mobileTop: boolean;
23
- mobileBottom: boolean;
24
- }>>>, {
25
- headers: {
26
- label: string;
27
- key: string;
28
- maxWidthContent?: string;
29
- }[];
30
- isSelectable: boolean;
31
- tableStyle: Record<string, string>;
32
- mobileTop: any;
33
- mobileBottom: any;
34
- }, {}>;
35
- export default _default;
36
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
37
- type __VLS_TypePropsToRuntimeProps<T> = {
38
- [K in keyof T]-?: {} extends Pick<T, K> ? {
39
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
40
- } : {
41
- type: import('vue').PropType<T[K]>;
42
- required: true;
43
- };
44
- };
45
- type __VLS_WithDefaults<P, D> = {
46
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
47
- default: D[K];
48
- }> : P[K];
49
- };
50
- type __VLS_Prettify<T> = {
51
- [K in keyof T]: T[K];
52
- } & {};
1
+ interface IProps {
2
+ isSelectable: boolean;
3
+ tableStyle: Record<string, string> | null;
4
+ headers: {
5
+ label: string;
6
+ key: string;
7
+ maxWidthContent?: string;
8
+ }[];
9
+ mobileTop?: any;
10
+ mobileBottom?: any;
11
+ }
12
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
13
+ headers: () => any[];
14
+ isSelectable: boolean;
15
+ tableStyle: () => {};
16
+ mobileTop: boolean;
17
+ mobileBottom: boolean;
18
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
19
+ headers: () => any[];
20
+ isSelectable: boolean;
21
+ tableStyle: () => {};
22
+ mobileTop: boolean;
23
+ mobileBottom: boolean;
24
+ }>>>, {
25
+ headers: {
26
+ label: string;
27
+ key: string;
28
+ maxWidthContent?: string;
29
+ }[];
30
+ isSelectable: boolean;
31
+ tableStyle: Record<string, string> | null;
32
+ mobileTop: any;
33
+ mobileBottom: any;
34
+ }, {}>;
35
+ export default _default;
36
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
37
+ type __VLS_TypePropsToRuntimeProps<T> = {
38
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
39
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
40
+ } : {
41
+ type: import('vue').PropType<T[K]>;
42
+ required: true;
43
+ };
44
+ };
45
+ type __VLS_WithDefaults<P, D> = {
46
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
47
+ default: D[K];
48
+ }> : P[K];
49
+ };
50
+ type __VLS_Prettify<T> = {
51
+ [K in keyof T]: T[K];
52
+ } & {};
@@ -1,6 +1,6 @@
1
1
  import { App } from 'vue';
2
-
3
- declare const PlTablePlus: {
4
- install(app: App): void;
5
- };
6
- export default PlTablePlus;
2
+
3
+ declare const PlTablePlus: {
4
+ install(app: App): void;
5
+ };
6
+ export default PlTablePlus;
@@ -1,93 +1,95 @@
1
- interface IProps {
2
- headers: {
3
- label: string;
4
- key: string;
5
- width?: number;
6
- maxWidthContent?: string;
7
- }[];
8
- hideHeadersOnMobile?: string[];
9
- rows: Record<string, string | number>[];
10
- isLoading?: boolean;
11
- withHover?: boolean;
12
- isSelectable?: boolean;
13
- selectedRows?: Record<string, string | number>[];
14
- uniqKey?: string | '';
15
- defaultWrapperWidth?: number | null;
16
- }
17
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
18
- headers: () => any[];
19
- rows: () => any[];
20
- isLoading: boolean;
21
- isSelectable: boolean;
22
- selectedRows: () => any[];
23
- uniqKey: string;
24
- hideHeadersOnMobile: () => any[];
25
- defaultWrapperWidth: any;
26
- }>, {
27
- resetSelectedRows: () => void;
28
- selectAllRows: () => void;
29
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
30
- infiniteScroll: (...args: any[]) => void;
31
- "update:selectedRows": (...args: any[]) => void;
32
- rowClick: (...args: any[]) => void;
33
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
34
- headers: () => any[];
35
- rows: () => any[];
36
- isLoading: boolean;
37
- isSelectable: boolean;
38
- selectedRows: () => any[];
39
- uniqKey: string;
40
- hideHeadersOnMobile: () => any[];
41
- defaultWrapperWidth: any;
42
- }>>> & {
43
- onInfiniteScroll?: (...args: any[]) => any;
44
- "onUpdate:selectedRows"?: (...args: any[]) => any;
45
- onRowClick?: (...args: any[]) => any;
46
- }, {
47
- selectedRows: Record<string, string | number>[];
48
- headers: {
49
- label: string;
50
- key: string;
51
- width?: number;
52
- maxWidthContent?: string;
53
- }[];
54
- uniqKey: string;
55
- isSelectable: boolean;
56
- hideHeadersOnMobile: string[];
57
- rows: Record<string, string | number>[];
58
- isLoading: boolean;
59
- defaultWrapperWidth: number;
60
- }, {}>, Partial<Record<string, (_: {
61
- row: Record<string, string | number>;
62
- }) => any>> & {
63
- noDataContainer?(_: {}): any;
64
- mobileTop?(_: {
65
- row: Record<string, string | number>;
66
- }): any;
67
- mobileBottom?(_: {
68
- row: Record<string, string | number>;
69
- }): any;
70
- }>;
71
- export default _default;
72
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
73
- type __VLS_TypePropsToRuntimeProps<T> = {
74
- [K in keyof T]-?: {} extends Pick<T, K> ? {
75
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
76
- } : {
77
- type: import('vue').PropType<T[K]>;
78
- required: true;
79
- };
80
- };
81
- type __VLS_WithDefaults<P, D> = {
82
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
83
- default: D[K];
84
- }> : P[K];
85
- };
86
- type __VLS_Prettify<T> = {
87
- [K in keyof T]: T[K];
88
- } & {};
89
- type __VLS_WithTemplateSlots<T, S> = T & {
90
- new (): {
91
- $slots: S;
92
- };
93
- };
1
+ interface IProps {
2
+ headers: {
3
+ label: string;
4
+ key: string;
5
+ width?: number;
6
+ maxWidthContent?: string;
7
+ }[];
8
+ hideHeadersOnMobile?: string[];
9
+ rows: Record<string, string | number>[];
10
+ isLoading?: boolean;
11
+ withHover?: boolean;
12
+ isSelectable?: boolean;
13
+ selectedRows?: Record<string, string | number>[];
14
+ uniqKey?: string | '';
15
+ defaultWrapperWidth?: number | null;
16
+ }
17
+ declare function __VLS_template(): Partial<Record<string, (_: {
18
+ row: Record<string, string | number>;
19
+ }) => any>> & {
20
+ noDataContainer?(_: {}): any;
21
+ mobileTop?(_: {
22
+ row: Record<string, string | number>;
23
+ }): any;
24
+ mobileBottom?(_: {
25
+ row: Record<string, string | number>;
26
+ }): any;
27
+ };
28
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
29
+ headers: () => any[];
30
+ rows: () => any[];
31
+ isLoading: boolean;
32
+ isSelectable: boolean;
33
+ selectedRows: () => any[];
34
+ uniqKey: string;
35
+ hideHeadersOnMobile: () => any[];
36
+ defaultWrapperWidth: any;
37
+ }>, {
38
+ resetSelectedRows: () => void;
39
+ selectAllRows: () => void;
40
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
41
+ infiniteScroll: (...args: any[]) => void;
42
+ "update:selectedRows": (...args: any[]) => void;
43
+ rowClick: (...args: any[]) => void;
44
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
45
+ headers: () => any[];
46
+ rows: () => any[];
47
+ isLoading: boolean;
48
+ isSelectable: boolean;
49
+ selectedRows: () => any[];
50
+ uniqKey: string;
51
+ hideHeadersOnMobile: () => any[];
52
+ defaultWrapperWidth: any;
53
+ }>>> & {
54
+ onInfiniteScroll?: (...args: any[]) => any;
55
+ "onUpdate:selectedRows"?: (...args: any[]) => any;
56
+ onRowClick?: (...args: any[]) => any;
57
+ }, {
58
+ selectedRows: Record<string, string | number>[];
59
+ headers: {
60
+ label: string;
61
+ key: string;
62
+ width?: number;
63
+ maxWidthContent?: string;
64
+ }[];
65
+ uniqKey: string | "";
66
+ isSelectable: boolean;
67
+ hideHeadersOnMobile: string[];
68
+ rows: Record<string, string | number>[];
69
+ isLoading: boolean;
70
+ defaultWrapperWidth: number | null;
71
+ }, {}>;
72
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
73
+ export default _default;
74
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
75
+ type __VLS_TypePropsToRuntimeProps<T> = {
76
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
77
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
78
+ } : {
79
+ type: import('vue').PropType<T[K]>;
80
+ required: true;
81
+ };
82
+ };
83
+ type __VLS_WithDefaults<P, D> = {
84
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
85
+ default: D[K];
86
+ }> : P[K];
87
+ };
88
+ type __VLS_Prettify<T> = {
89
+ [K in keyof T]: T[K];
90
+ } & {};
91
+ type __VLS_WithTemplateSlots<T, S> = T & {
92
+ new (): {
93
+ $slots: S;
94
+ };
95
+ };
@@ -1,21 +1,23 @@
1
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
2
- active: {
3
- type: BooleanConstructor;
4
- default: boolean;
5
- };
6
- }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
7
- active: {
8
- type: BooleanConstructor;
9
- default: boolean;
10
- };
11
- }>>, {
12
- active: boolean;
13
- }, {}>, {
14
- default?(_: {}): any;
15
- }>;
16
- export default _default;
17
- type __VLS_WithTemplateSlots<T, S> = T & {
18
- new (): {
19
- $slots: S;
20
- };
21
- };
1
+ declare function __VLS_template(): {
2
+ default?(_: {}): any;
3
+ };
4
+ declare const __VLS_component: import('vue').DefineComponent<{
5
+ active: {
6
+ type: BooleanConstructor;
7
+ default: boolean;
8
+ };
9
+ }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
10
+ active: {
11
+ type: BooleanConstructor;
12
+ default: boolean;
13
+ };
14
+ }>>, {
15
+ active: boolean;
16
+ }, {}>;
17
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
18
+ export default _default;
19
+ type __VLS_WithTemplateSlots<T, S> = T & {
20
+ new (): {
21
+ $slots: S;
22
+ };
23
+ };
@@ -1,46 +1,46 @@
1
1
  import { TIcon } from '../../pl-icon/types';
2
-
3
- interface IProps {
4
- label?: string;
5
- active?: boolean;
6
- disabled?: boolean;
7
- icon?: TIcon;
8
- counter?: number;
9
- }
10
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
11
- label: string;
12
- active: boolean;
13
- disabled: boolean;
14
- icon: string;
15
- counter: any;
16
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
17
- label: string;
18
- active: boolean;
19
- disabled: boolean;
20
- icon: string;
21
- counter: any;
22
- }>>>, {
23
- label: string;
24
- disabled: boolean;
25
- icon: TIcon;
26
- active: boolean;
27
- counter: 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
+ interface IProps {
4
+ label?: string;
5
+ active?: boolean;
6
+ disabled?: boolean;
7
+ icon?: TIcon;
8
+ counter?: number;
9
+ }
10
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
11
+ label: string;
12
+ active: boolean;
13
+ disabled: boolean;
14
+ icon: string;
15
+ counter: any;
16
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
17
+ label: string;
18
+ active: boolean;
19
+ disabled: boolean;
20
+ icon: string;
21
+ counter: any;
22
+ }>>>, {
23
+ label: string;
24
+ disabled: boolean;
25
+ icon: TIcon;
26
+ active: boolean;
27
+ counter: 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
+ } & {};
@@ -1,6 +1,6 @@
1
1
  import { App } from 'vue';
2
-
3
- declare const PlTabs: {
4
- install(app: App): void;
5
- };
6
- export default PlTabs;
2
+
3
+ declare const PlTabs: {
4
+ install(app: App): void;
5
+ };
6
+ export default PlTabs;
@@ -1,45 +1,45 @@
1
- interface IProps {
2
- modelValue?: string;
3
- navClass?: string;
4
- contentClass?: string;
5
- keepAlive?: boolean;
6
- name?: string;
7
- }
8
- declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
9
- modelValue: string;
10
- navClass: string;
11
- contentClass: string;
12
- keepAlive: boolean;
13
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
14
- "update:modelValue": (...args: any[]) => void;
15
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
16
- modelValue: string;
17
- navClass: string;
18
- contentClass: string;
19
- keepAlive: boolean;
20
- }>>> & {
21
- "onUpdate:modelValue"?: (...args: any[]) => any;
22
- }, {
23
- modelValue: string;
24
- navClass: string;
25
- contentClass: string;
26
- keepAlive: boolean;
27
- }, {}>;
28
- export default _default;
29
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
30
- type __VLS_TypePropsToRuntimeProps<T> = {
31
- [K in keyof T]-?: {} extends Pick<T, K> ? {
32
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
33
- } : {
34
- type: import('vue').PropType<T[K]>;
35
- required: true;
36
- };
37
- };
38
- type __VLS_WithDefaults<P, D> = {
39
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
40
- default: D[K];
41
- }> : P[K];
42
- };
43
- type __VLS_Prettify<T> = {
44
- [K in keyof T]: T[K];
45
- } & {};
1
+ interface IProps {
2
+ modelValue?: string;
3
+ navClass?: string;
4
+ contentClass?: string;
5
+ keepAlive?: boolean;
6
+ name?: string;
7
+ }
8
+ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
9
+ modelValue: string;
10
+ navClass: string;
11
+ contentClass: string;
12
+ keepAlive: boolean;
13
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
14
+ "update:modelValue": (...args: any[]) => void;
15
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
16
+ modelValue: string;
17
+ navClass: string;
18
+ contentClass: string;
19
+ keepAlive: boolean;
20
+ }>>> & {
21
+ "onUpdate:modelValue"?: (...args: any[]) => any;
22
+ }, {
23
+ modelValue: string;
24
+ navClass: string;
25
+ contentClass: string;
26
+ keepAlive: boolean;
27
+ }, {}>;
28
+ export default _default;
29
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
30
+ type __VLS_TypePropsToRuntimeProps<T> = {
31
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
32
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
33
+ } : {
34
+ type: import('vue').PropType<T[K]>;
35
+ required: true;
36
+ };
37
+ };
38
+ type __VLS_WithDefaults<P, D> = {
39
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
40
+ default: D[K];
41
+ }> : P[K];
42
+ };
43
+ type __VLS_Prettify<T> = {
44
+ [K in keyof T]: T[K];
45
+ } & {};
@@ -1,35 +1,37 @@
1
- interface ITagProps {
2
- disabled?: boolean;
3
- }
4
- declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITagProps>, {
5
- disabled: boolean;
6
- }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITagProps>, {
7
- disabled: boolean;
8
- }>>>, {
9
- disabled: boolean;
10
- }, {}>, {
11
- default?(_: {}): any;
12
- }>;
13
- export default _default;
14
- type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
15
- type __VLS_TypePropsToRuntimeProps<T> = {
16
- [K in keyof T]-?: {} extends Pick<T, K> ? {
17
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
18
- } : {
19
- type: import('vue').PropType<T[K]>;
20
- required: true;
21
- };
22
- };
23
- type __VLS_WithDefaults<P, D> = {
24
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
25
- default: D[K];
26
- }> : P[K];
27
- };
28
- type __VLS_Prettify<T> = {
29
- [K in keyof T]: T[K];
30
- } & {};
31
- type __VLS_WithTemplateSlots<T, S> = T & {
32
- new (): {
33
- $slots: S;
34
- };
35
- };
1
+ interface ITagProps {
2
+ disabled?: boolean;
3
+ }
4
+ declare function __VLS_template(): {
5
+ default?(_: {}): any;
6
+ };
7
+ declare const __VLS_component: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITagProps>, {
8
+ disabled: boolean;
9
+ }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ITagProps>, {
10
+ disabled: boolean;
11
+ }>>>, {
12
+ disabled: boolean;
13
+ }, {}>;
14
+ declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
15
+ export default _default;
16
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
17
+ type __VLS_TypePropsToRuntimeProps<T> = {
18
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
19
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
20
+ } : {
21
+ type: import('vue').PropType<T[K]>;
22
+ required: true;
23
+ };
24
+ };
25
+ type __VLS_WithDefaults<P, D> = {
26
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
27
+ default: D[K];
28
+ }> : P[K];
29
+ };
30
+ type __VLS_Prettify<T> = {
31
+ [K in keyof T]: T[K];
32
+ } & {};
33
+ type __VLS_WithTemplateSlots<T, S> = T & {
34
+ new (): {
35
+ $slots: S;
36
+ };
37
+ };