@factoringplus/pl-components-pack-v3 1.1.2-pre-06 → 1.1.3-pre-01

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 (126) hide show
  1. package/README.md +17 -17
  2. package/dist/Bin40-0aac9565.mjs +41 -0
  3. package/dist/CircleCheck40-96d03361.mjs +29 -0
  4. package/dist/WarningThree40-6d1c8a07.mjs +35 -0
  5. package/dist/components/button/index.d.ts +7 -0
  6. package/dist/components/button/pl-button.vue.d.ts +64 -0
  7. package/dist/components/button/types/index.d.ts +21 -0
  8. package/dist/components/components.d.ts +38 -0
  9. package/dist/components/currency-input/index.d.ts +5 -0
  10. package/dist/components/entry.d.ts +19 -0
  11. package/dist/components/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +60 -0
  12. package/dist/components/pl-autocomplete/components/pl-default.vue.d.ts +60 -0
  13. package/dist/components/pl-autocomplete/index.d.ts +5 -0
  14. package/dist/components/pl-autocomplete/pl-autocompete.vue.d.ts +91 -0
  15. package/dist/components/pl-autocomplete/types/index.d.ts +58 -0
  16. package/dist/components/pl-card/index.d.ts +5 -0
  17. package/dist/components/pl-checkbox/index.d.ts +5 -0
  18. package/dist/components/pl-checkbox-plus/index.d.ts +5 -0
  19. package/dist/components/pl-checkbox-plus/pl-checkbox-plus.vue.d.ts +72 -0
  20. package/dist/components/pl-date-picker/index.d.ts +5 -0
  21. package/dist/components/pl-date-picker-legacy/index.d.ts +5 -0
  22. package/dist/components/pl-date-picker-plus/common/components/PlDatePickerRangeWrapper.vue.d.ts +83 -0
  23. package/dist/components/pl-date-picker-plus/common/components/PlDatePickerWrapper.vue.d.ts +69 -0
  24. package/dist/components/pl-date-picker-plus/index.d.ts +5 -0
  25. package/dist/components/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +92 -0
  26. package/dist/components/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +102 -0
  27. package/dist/components/pl-dialog/index.d.ts +5 -0
  28. package/dist/components/pl-dialog/pl-dialog-plus.stories.d.ts +329 -0
  29. package/dist/components/pl-dialog/pl-dialog-plus.vue.d.ts +91 -0
  30. package/dist/components/pl-dialog/pl-dialog.stories.d.ts +368 -0
  31. package/dist/components/pl-dialog/pl-dialog.vue.d.ts +102 -0
  32. package/dist/components/pl-form/index.d.ts +5 -0
  33. package/dist/components/pl-form/pl-form.vue.d.ts +48 -0
  34. package/dist/components/pl-form-item/index.d.ts +5 -0
  35. package/dist/components/pl-icon/index.d.ts +7 -0
  36. package/dist/components/pl-icon/pl-icon.vue.d.ts +12 -0
  37. package/dist/components/pl-icon/types/iconsType.d.ts +5 -0
  38. package/dist/components/pl-icon/types/index.d.ts +2 -0
  39. package/dist/components/pl-input/index.d.ts +5 -0
  40. package/dist/components/pl-input-native/index.d.ts +5 -0
  41. package/dist/components/pl-input-plus/index.d.ts +5 -0
  42. package/dist/components/pl-label/pl-label.vue.d.ts +39 -0
  43. package/dist/components/pl-link/index.d.ts +5 -0
  44. package/dist/components/pl-link/pl-link.vue.d.ts +48 -0
  45. package/dist/components/pl-multitab/components/pl-tab-card.vue.d.ts +50 -0
  46. package/dist/components/pl-multitab/index.d.ts +5 -0
  47. package/dist/components/pl-multitab/pl-multitab.vue.d.ts +44 -0
  48. package/dist/components/pl-option/index.d.ts +5 -0
  49. package/dist/components/pl-option/pl-option.vue.d.ts +122 -0
  50. package/dist/components/pl-radio/index.d.ts +5 -0
  51. package/dist/components/pl-radio/pl-radio.vue.d.ts +69 -0
  52. package/dist/components/pl-scrollbar/index.d.ts +5 -0
  53. package/dist/components/pl-scrollbar/pl-scrollbar.vue.d.ts +65 -0
  54. package/dist/components/pl-scrollbar/utils/getSizeWithUnits.d.ts +1 -0
  55. package/dist/components/pl-select/index.d.ts +5 -0
  56. package/dist/components/pl-select-plus/components/pl-default.vue.d.ts +69 -0
  57. package/dist/components/pl-select-plus/components/pl-select-dropdown.vue.d.ts +45 -0
  58. package/dist/components/pl-select-plus/index.d.ts +5 -0
  59. package/dist/components/pl-select-plus/pl-select-plus.vue.d.ts +77 -0
  60. package/dist/components/pl-select-plus/types/index.d.ts +39 -0
  61. package/dist/components/pl-skeleton/index.d.ts +5 -0
  62. package/dist/components/pl-skeleton/pl-skeleton.vue.d.ts +38 -0
  63. package/dist/components/pl-snackbar/index.d.ts +7 -0
  64. package/dist/components/pl-snackbar/pl-snackbar.vue.d.ts +53 -0
  65. package/dist/components/pl-snackbar/renderSnackbar.d.ts +10 -0
  66. package/dist/components/pl-snackbar/types.d.ts +21 -0
  67. package/dist/components/pl-stepper/index.d.ts +5 -0
  68. package/dist/components/pl-suggestions/index.d.ts +5 -0
  69. package/dist/components/pl-switch/index.d.ts +5 -0
  70. package/dist/components/pl-switch/pl-switch.vue.d.ts +47 -0
  71. package/dist/components/pl-tab-pane/index.d.ts +5 -0
  72. package/dist/components/pl-table/index.d.ts +5 -0
  73. package/dist/components/pl-table-plus/components/row-mask.vue.d.ts +52 -0
  74. package/dist/components/pl-table-plus/index.d.ts +5 -0
  75. package/dist/components/pl-table-plus/pl-table-plus.vue.d.ts +93 -0
  76. package/dist/components/pl-tabs/components/pl-tab-counter.vue.d.ts +21 -0
  77. package/dist/components/pl-tabs/components/pl-tab.vue.d.ts +50 -0
  78. package/dist/components/pl-tabs/index.d.ts +5 -0
  79. package/dist/components/pl-tabs/pl-tabs.vue.d.ts +45 -0
  80. package/dist/components/pl-text/components/pl-body1.vue.d.ts +21 -0
  81. package/dist/components/pl-text/components/pl-body2.vue.d.ts +21 -0
  82. package/dist/components/pl-text/components/pl-body3.vue.d.ts +21 -0
  83. package/dist/components/pl-text/components/pl-bodyu.vue.d.ts +21 -0
  84. package/dist/components/pl-text/components/pl-btn1.vue.d.ts +21 -0
  85. package/dist/components/pl-text/components/pl-btn2.vue.d.ts +21 -0
  86. package/dist/components/pl-text/components/pl-btn3.vue.d.ts +21 -0
  87. package/dist/components/pl-text/components/pl-cap.vue.d.ts +21 -0
  88. package/dist/components/pl-text/components/pl-h1.vue.d.ts +21 -0
  89. package/dist/components/pl-text/components/pl-h2.vue.d.ts +21 -0
  90. package/dist/components/pl-text/components/pl-h3.vue.d.ts +21 -0
  91. package/dist/components/pl-text/components/pl-h4.vue.d.ts +21 -0
  92. package/dist/components/pl-text/components/pl-sub1.vue.d.ts +17 -0
  93. package/dist/components/pl-text/components/pl-sub2.vue.d.ts +17 -0
  94. package/dist/components/pl-text/components/pl-system.vue.d.ts +17 -0
  95. package/dist/components/pl-text/components/pl-tag.vue.d.ts +17 -0
  96. package/dist/components/pl-text/components/pl-title1.vue.d.ts +17 -0
  97. package/dist/components/pl-text/components/pl-title2.vue.d.ts +17 -0
  98. package/dist/components/pl-text/components/pl-title3.vue.d.ts +17 -0
  99. package/dist/components/pl-text/index.d.ts +5 -0
  100. package/dist/components/pl-tooltip/index.d.ts +5 -0
  101. package/dist/components/pl-tooltip/pl-tooltip.vue.d.ts +56 -0
  102. package/dist/components/pl-tooltip-plus/index.d.ts +5 -0
  103. package/dist/components/pl-tooltip-plus/pl-tooltip-plus.vue.d.ts +45 -0
  104. package/dist/components/pl-upload/index.d.ts +5 -0
  105. package/dist/components/pl-upload-legacy/index.d.ts +5 -0
  106. package/dist/components/pl-upload-plus/index.d.ts +5 -0
  107. package/dist/components/pl-upload-plus/pl-upload-plus.vue.d.ts +96 -0
  108. package/dist/components/pl-upload-plus/types/FileExtension.d.ts +1 -0
  109. package/dist/directives/index.d.ts +4 -0
  110. package/dist/directives/vInfiniteScroll/utils/position.d.ts +1 -0
  111. package/dist/directives/vInfiniteScroll/utils/scroll.d.ts +1 -0
  112. package/dist/directives/vInfiniteScroll/utils/style.d.ts +1 -0
  113. package/dist/directives/vInfiniteScroll/vInfiniteScroll.d.ts +2 -0
  114. package/dist/directives/vLoading.d.ts +3 -0
  115. package/dist/directives/vTap.d.ts +3 -0
  116. package/dist/directives/vTouchOutside.d.ts +3 -0
  117. package/dist/main.d.ts +1 -0
  118. package/dist/pl-components-pack-v3.d.ts +3 -80
  119. package/dist/pl-components-pack-v3.es.js +9684 -9474
  120. package/dist/pl-components-pack-v3.umd.js +23 -23
  121. package/dist/plugins/api/api.d.ts +2 -0
  122. package/dist/plugins/loading/loading.d.ts +1 -0
  123. package/dist/services/plLoading.d.ts +3 -0
  124. package/dist/style.css +1 -1
  125. package/dist/utils/declOfNum.d.ts +1 -0
  126. package/package.json +3 -2
@@ -0,0 +1,38 @@
1
+ interface IProps {
2
+ width?: string;
3
+ height?: string;
4
+ variant?: string;
5
+ }
6
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
7
+ width: string;
8
+ height: string;
9
+ borderRadius: string;
10
+ variant: string;
11
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
12
+ width: string;
13
+ height: string;
14
+ borderRadius: string;
15
+ variant: string;
16
+ }>>>, {
17
+ width: string;
18
+ height: string;
19
+ variant: string;
20
+ }, {}>;
21
+ export default _default;
22
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
23
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
24
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
25
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
26
+ } : {
27
+ type: import('vue').PropType<T[K]>;
28
+ required: true;
29
+ };
30
+ };
31
+ declare type __VLS_WithDefaults<P, D> = {
32
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
33
+ default: D[K];
34
+ }> : P[K];
35
+ };
36
+ declare type __VLS_Prettify<T> = {
37
+ [K in keyof T]: T[K];
38
+ } & {};
@@ -0,0 +1,7 @@
1
+ import type { App } from 'vue';
2
+ declare const PlSnackbar: {
3
+ install(app: App): void;
4
+ };
5
+ export * from './types';
6
+ export * from './renderSnackbar';
7
+ export default PlSnackbar;
@@ -0,0 +1,53 @@
1
+ import type { IProps } from './types';
2
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
3
+ id: number;
4
+ icon: string;
5
+ color: string;
6
+ title: string;
7
+ button: string;
8
+ buttonAdd: string;
9
+ action: () => void;
10
+ actionAdd: () => void;
11
+ message: string;
12
+ blockHide: boolean;
13
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
14
+ id: number;
15
+ icon: string;
16
+ color: string;
17
+ title: string;
18
+ button: string;
19
+ buttonAdd: string;
20
+ action: () => void;
21
+ actionAdd: () => void;
22
+ message: string;
23
+ blockHide: boolean;
24
+ }>>>, {
25
+ button: string;
26
+ title: string;
27
+ color: string;
28
+ id: number;
29
+ icon: import("../pl-icon").TIcon;
30
+ message: string;
31
+ buttonAdd: string;
32
+ action: Function;
33
+ actionAdd: Function;
34
+ blockHide: boolean;
35
+ }, {}>;
36
+ export default _default;
37
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
38
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
39
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
40
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
41
+ } : {
42
+ type: import('vue').PropType<T[K]>;
43
+ required: true;
44
+ };
45
+ };
46
+ declare type __VLS_WithDefaults<P, D> = {
47
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
48
+ default: D[K];
49
+ }> : P[K];
50
+ };
51
+ declare type __VLS_Prettify<T> = {
52
+ [K in keyof T]: T[K];
53
+ } & {};
@@ -0,0 +1,10 @@
1
+
2
+ import type { IPlNotification } from './types';
3
+ import type { AppContext, Plugin } from 'vue';
4
+ export declare type SFCWithInstall<T> = T & Plugin;
5
+ export declare type SFCInstallWithContext<T> = SFCWithInstall<T> & {
6
+ _context: AppContext | null;
7
+ };
8
+ export declare const withInstallFunction: <T>(fn: T, name: string) => SFCInstallWithContext<T>;
9
+ export declare const PlNotification: SFCInstallWithContext<IPlNotification>;
10
+ export default PlNotification;
@@ -0,0 +1,21 @@
1
+ import { TIcon } from '../pl-icon';
2
+ export interface IProps {
3
+ id: number;
4
+ icon: TIcon;
5
+ color: string;
6
+ title: string;
7
+ button: string;
8
+ buttonAdd: string;
9
+ action: Function;
10
+ actionAdd: Function;
11
+ message: string;
12
+ blockHide: boolean;
13
+ }
14
+ export interface IPlNotification {
15
+ success: Function;
16
+ error: Function;
17
+ warning: Function;
18
+ info: Function;
19
+ custom: Function;
20
+ closeAll: Function;
21
+ }
@@ -0,0 +1,5 @@
1
+ import type { App } from 'vue';
2
+ declare const PlStepper: {
3
+ install(app: App): void;
4
+ };
5
+ export default PlStepper;
@@ -0,0 +1,5 @@
1
+ import type { App } from 'vue';
2
+ declare const PlSuggestions: {
3
+ install(app: App): void;
4
+ };
5
+ export default PlSuggestions;
@@ -0,0 +1,5 @@
1
+ import type { App } from 'vue';
2
+ declare const PlSwitch: {
3
+ install(app: App): void;
4
+ };
5
+ export default PlSwitch;
@@ -0,0 +1,47 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ modelValue: {
3
+ type: BooleanConstructor;
4
+ default: boolean;
5
+ };
6
+ disabled: {
7
+ type: BooleanConstructor;
8
+ default: boolean;
9
+ };
10
+ label: {
11
+ type: StringConstructor;
12
+ default: string;
13
+ };
14
+ description: {
15
+ type: StringConstructor;
16
+ default: string;
17
+ };
18
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
19
+ "update:modelValue": (...args: any[]) => void;
20
+ change: (...args: any[]) => void;
21
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
22
+ modelValue: {
23
+ type: BooleanConstructor;
24
+ default: boolean;
25
+ };
26
+ disabled: {
27
+ type: BooleanConstructor;
28
+ default: boolean;
29
+ };
30
+ label: {
31
+ type: StringConstructor;
32
+ default: string;
33
+ };
34
+ description: {
35
+ type: StringConstructor;
36
+ default: string;
37
+ };
38
+ }>> & {
39
+ onChange?: (...args: any[]) => any;
40
+ "onUpdate:modelValue"?: (...args: any[]) => any;
41
+ }, {
42
+ label: string;
43
+ disabled: boolean;
44
+ modelValue: boolean;
45
+ description: string;
46
+ }, {}>;
47
+ export default _default;
@@ -0,0 +1,5 @@
1
+ import type { App } from 'vue';
2
+ declare const PlTabPane: {
3
+ install(app: App): void;
4
+ };
5
+ export default PlTabPane;
@@ -0,0 +1,5 @@
1
+ import type { App } from 'vue';
2
+ declare const PlTablePlugin: {
3
+ install(app: App): void;
4
+ };
5
+ export default PlTablePlugin;
@@ -0,0 +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").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, 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
+ isSelectable: boolean;
26
+ tableStyle: Record<string, string>;
27
+ headers: {
28
+ label: string;
29
+ key: string;
30
+ maxWidthContent?: string;
31
+ }[];
32
+ mobileTop: any;
33
+ mobileBottom: any;
34
+ }, {}>;
35
+ export default _default;
36
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
37
+ declare 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
+ declare 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
+ declare type __VLS_Prettify<T> = {
51
+ [K in keyof T]: T[K];
52
+ } & {};
@@ -0,0 +1,5 @@
1
+ import type { App } from 'vue';
2
+ declare const PlTablePlus: {
3
+ install(app: App): void;
4
+ };
5
+ export default PlTablePlus;
@@ -0,0 +1,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 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").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, 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
+ uniqKey: string;
48
+ isSelectable: boolean;
49
+ headers: {
50
+ label: string;
51
+ key: string;
52
+ width?: number;
53
+ maxWidthContent?: string;
54
+ }[];
55
+ hideHeadersOnMobile: string[];
56
+ rows: Record<string, string | number>[];
57
+ isLoading: boolean;
58
+ selectedRows: Record<string, string | number>[];
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
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
73
+ declare 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
+ declare 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
+ declare type __VLS_Prettify<T> = {
87
+ [K in keyof T]: T[K];
88
+ } & {};
89
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
90
+ new (): {
91
+ $slots: S;
92
+ };
93
+ };
@@ -0,0 +1,21 @@
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").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, 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
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
@@ -0,0 +1,50 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ label: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ active: {
7
+ type: BooleanConstructor;
8
+ default: boolean;
9
+ };
10
+ disabled: {
11
+ type: BooleanConstructor;
12
+ default: boolean;
13
+ };
14
+ icon: {
15
+ type: StringConstructor;
16
+ default: string;
17
+ };
18
+ counter: {
19
+ type: NumberConstructor;
20
+ default: any;
21
+ };
22
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
23
+ label: {
24
+ type: StringConstructor;
25
+ default: string;
26
+ };
27
+ active: {
28
+ type: BooleanConstructor;
29
+ default: boolean;
30
+ };
31
+ disabled: {
32
+ type: BooleanConstructor;
33
+ default: boolean;
34
+ };
35
+ icon: {
36
+ type: StringConstructor;
37
+ default: string;
38
+ };
39
+ counter: {
40
+ type: NumberConstructor;
41
+ default: any;
42
+ };
43
+ }>>, {
44
+ label: string;
45
+ icon: string;
46
+ disabled: boolean;
47
+ active: boolean;
48
+ counter: number;
49
+ }, {}>;
50
+ export default _default;
@@ -0,0 +1,5 @@
1
+ import type { App } from 'vue';
2
+ declare const PlTabs: {
3
+ install(app: App): void;
4
+ };
5
+ export default PlTabs;
@@ -0,0 +1,45 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ modelValue: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ navClass: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ contentClass: {
11
+ type: StringConstructor;
12
+ default: string;
13
+ };
14
+ keepAlive: {
15
+ type: BooleanConstructor;
16
+ default: boolean;
17
+ };
18
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
19
+ "update:modelValue": (...args: any[]) => void;
20
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
21
+ modelValue: {
22
+ type: StringConstructor;
23
+ default: string;
24
+ };
25
+ navClass: {
26
+ type: StringConstructor;
27
+ default: string;
28
+ };
29
+ contentClass: {
30
+ type: StringConstructor;
31
+ default: string;
32
+ };
33
+ keepAlive: {
34
+ type: BooleanConstructor;
35
+ default: boolean;
36
+ };
37
+ }>> & {
38
+ "onUpdate:modelValue"?: (...args: any[]) => any;
39
+ }, {
40
+ modelValue: string;
41
+ navClass: string;
42
+ contentClass: string;
43
+ keepAlive: boolean;
44
+ }, {}>;
45
+ export default _default;
@@ -0,0 +1,21 @@
1
+ interface IProps {
2
+ color?: string;
3
+ }
4
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
5
+ default?(_: {}): any;
6
+ }>;
7
+ export default _default;
8
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
10
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
11
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
+ } : {
13
+ type: import('vue').PropType<T[K]>;
14
+ required: true;
15
+ };
16
+ };
17
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
@@ -0,0 +1,21 @@
1
+ interface IProps {
2
+ color?: string;
3
+ }
4
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
5
+ default?(_: {}): any;
6
+ }>;
7
+ export default _default;
8
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
10
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
11
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
+ } : {
13
+ type: import('vue').PropType<T[K]>;
14
+ required: true;
15
+ };
16
+ };
17
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
@@ -0,0 +1,21 @@
1
+ interface IProps {
2
+ color?: string;
3
+ }
4
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
5
+ default?(_: {}): any;
6
+ }>;
7
+ export default _default;
8
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
10
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
11
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
+ } : {
13
+ type: import('vue').PropType<T[K]>;
14
+ required: true;
15
+ };
16
+ };
17
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
@@ -0,0 +1,21 @@
1
+ interface IProps {
2
+ color?: string;
3
+ }
4
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
5
+ default?(_: {}): any;
6
+ }>;
7
+ export default _default;
8
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
10
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
11
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
+ } : {
13
+ type: import('vue').PropType<T[K]>;
14
+ required: true;
15
+ };
16
+ };
17
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
@@ -0,0 +1,21 @@
1
+ interface IProps {
2
+ color?: string;
3
+ }
4
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
5
+ default?(_: {}): any;
6
+ }>;
7
+ export default _default;
8
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
10
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
11
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
+ } : {
13
+ type: import('vue').PropType<T[K]>;
14
+ required: true;
15
+ };
16
+ };
17
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
@@ -0,0 +1,21 @@
1
+ interface IProps {
2
+ color?: string;
3
+ }
4
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
5
+ default?(_: {}): any;
6
+ }>;
7
+ export default _default;
8
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
10
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
11
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
+ } : {
13
+ type: import('vue').PropType<T[K]>;
14
+ required: true;
15
+ };
16
+ };
17
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
@@ -0,0 +1,21 @@
1
+ interface IProps {
2
+ color?: string;
3
+ }
4
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<IProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<IProps>>>, {}, {}>, {
5
+ default?(_: {}): any;
6
+ }>;
7
+ export default _default;
8
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
9
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
10
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
11
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
12
+ } : {
13
+ type: import('vue').PropType<T[K]>;
14
+ required: true;
15
+ };
16
+ };
17
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };