@factoringplus/pl-components-pack-v3 1.2.26-pre-sign-04 → 1.2.27-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 (157) hide show
  1. package/dist/components/{button → basic/pl-button}/index.d.ts +27 -27
  2. package/dist/components/{button → basic/pl-button}/pl-button.vue.d.ts +7 -7
  3. package/dist/components/{button → basic/pl-button}/types/index.d.ts +1 -1
  4. package/dist/components/{pl-dialog → basic/pl-dialog}/pl-dialog-plus.vue.d.ts +11 -14
  5. package/dist/components/{pl-link → basic/pl-link}/pl-link.vue.d.ts +5 -5
  6. package/dist/components/{pl-scrollbar → basic/pl-scrollbar}/pl-scrollbar.vue.d.ts +6 -6
  7. package/dist/components/{pl-skeleton → basic/pl-skeleton}/pl-skeleton.vue.d.ts +5 -5
  8. package/dist/components/{pl-tooltip-plus → basic/pl-tooltip-plus}/pl-tooltip-plus.vue.d.ts +6 -6
  9. package/dist/components/components.d.ts +37 -37
  10. package/dist/components/{pl-multitab → data/pl-multitab}/components/pl-tab-card.vue.d.ts +6 -6
  11. package/dist/components/{pl-multitab → data/pl-multitab}/pl-multitab.vue.d.ts +4 -4
  12. package/dist/components/{pl-multitab → data/pl-multitab}/types/index.d.ts +1 -1
  13. package/dist/components/{pl-snackbar → data/pl-snackbar}/pl-snackbar.vue.d.ts +5 -11
  14. package/dist/components/data/pl-snackbar/renderSnackbar.d.ts +4 -0
  15. package/dist/components/data/pl-snackbar/types.d.ts +26 -0
  16. package/dist/components/data/pl-stepper/pl-stepper.vue.d.ts +57 -0
  17. package/dist/components/{pl-table-plus → data/pl-table-plus}/components/row-mask.vue.d.ts +4 -4
  18. package/dist/components/{pl-table-plus → data/pl-table-plus}/pl-table-plus.vue.d.ts +6 -6
  19. package/dist/components/{pl-tabs → data/pl-tabs}/components/pl-tab-counter.vue.d.ts +1 -1
  20. package/dist/components/{pl-tabs → data/pl-tabs}/components/pl-tab.vue.d.ts +5 -5
  21. package/dist/components/{pl-tabs → data/pl-tabs}/pl-tabs.vue.d.ts +4 -4
  22. package/dist/components/deprecated/pl-date-picker/pl-date-picker-range.vue.d.ts +77 -0
  23. package/dist/components/deprecated/pl-date-picker/pl-date-picker.vue.d.ts +72 -0
  24. package/dist/components/deprecated/pl-dialog/index.d.ts +6 -0
  25. package/dist/components/{pl-dialog → deprecated/pl-dialog}/pl-dialog.vue.d.ts +9 -9
  26. package/dist/components/deprecated/pl-select/pl-select.vue.d.ts +147 -0
  27. package/dist/components/deprecated/pl-suggestions/pl-suggestions.vue.d.ts +112 -0
  28. package/dist/components/deprecated/pl-table/pl-table.vue.d.ts +133 -0
  29. package/dist/components/{pl-tooltip → deprecated/pl-tooltip}/pl-tooltip.vue.d.ts +5 -5
  30. package/dist/components/deprecated/pl-upload/pl-upload.vue.d.ts +124 -0
  31. package/dist/components/deprecated/pl-upload-legacy/pl-upload-legacy.vue.d.ts +112 -0
  32. package/dist/components/{pl-autocomplete → form/pl-autocomplete}/components/pl-autocomplete-dropdown.vue.d.ts +7 -7
  33. package/dist/components/{pl-autocomplete → form/pl-autocomplete}/components/pl-default.vue.d.ts +8 -8
  34. package/dist/components/{pl-autocomplete → form/pl-autocomplete}/pl-autocompete.vue.d.ts +14 -14
  35. package/dist/components/{pl-autocomplete → form/pl-autocomplete}/types/index.d.ts +1 -1
  36. package/dist/components/{pl-checkbox-plus → form/pl-checkbox-plus}/pl-checkbox-plus.vue.d.ts +1 -1
  37. package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/common/components/PlDatePickerRangeWrapper.vue.d.ts +8 -11
  38. package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/common/components/PlDatePickerWrapper.vue.d.ts +6 -9
  39. package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/common/types/index.d.ts +2 -2
  40. package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/common/utils/wrapperFunctions.d.ts +2 -2
  41. package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +11 -11
  42. package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +11 -11
  43. package/dist/components/{pl-form → form/pl-form}/pl-form.vue.d.ts +5 -5
  44. package/dist/components/{pl-input-plus → form/pl-input-plus}/components/pl-currency.vue.d.ts +6 -6
  45. package/dist/components/{pl-input-plus → form/pl-input-plus}/components/pl-default.vue.d.ts +12 -12
  46. package/dist/components/{pl-input-plus → form/pl-input-plus}/components/pl-password.vue.d.ts +6 -6
  47. package/dist/components/{pl-input-plus → form/pl-input-plus}/components/pl-textarea.vue.d.ts +6 -6
  48. package/dist/components/{pl-input-plus → form/pl-input-plus}/pl-input-plus.vue.d.ts +18 -18
  49. package/dist/components/{pl-input-plus → form/pl-input-plus}/types/index.d.ts +3 -3
  50. package/dist/components/{pl-multi-select → form/pl-multi-select}/components/pl-default.vue.d.ts +9 -9
  51. package/dist/components/{pl-multi-select → form/pl-multi-select}/components/pl-multi-select-dropdown.vue.d.ts +5 -5
  52. package/dist/components/{pl-multi-select → form/pl-multi-select}/pl-multi-select.vue.d.ts +10 -10
  53. package/dist/components/{pl-multi-select → form/pl-multi-select}/types/index.d.ts +1 -1
  54. package/dist/components/form/pl-select-plus/components/pl-account.vue.d.ts +68 -0
  55. package/dist/components/{pl-select-plus → form/pl-select-plus}/components/pl-default.vue.d.ts +10 -10
  56. package/dist/components/{pl-select-plus → form/pl-select-plus}/components/pl-select-dropdown.vue.d.ts +5 -7
  57. package/dist/components/{pl-select-plus → form/pl-select-plus}/pl-select-plus.vue.d.ts +12 -12
  58. package/dist/components/{pl-select-plus → form/pl-select-plus}/types/index.d.ts +5 -5
  59. package/dist/components/{pl-upload-plus → form/pl-upload-plus}/pl-upload-plus.vue.d.ts +12 -12
  60. package/dist/components/form/pl-upload-plus/types/FileExtension.d.ts +1 -0
  61. package/dist/components/{pl-icon → shared/pl-icon}/pl-icon.vue.d.ts +2 -2
  62. package/dist/components/{pl-label → shared/pl-label}/pl-label.vue.d.ts +1 -1
  63. package/dist/components/shared/pl-mark-text/index.d.ts +16 -0
  64. package/dist/components/shared/pl-mark-text/pl-mark-text.vue.d.ts +16 -0
  65. package/dist/components/{pl-option → shared/pl-option}/pl-option.vue.d.ts +4 -4
  66. package/dist/components/{pl-tab-pane → shared/pl-tab-pane}/pl-tab-pane.vue.d.ts +6 -6
  67. package/dist/components/{pl-tab-pane → shared/pl-tab-pane}/types/index.d.ts +1 -1
  68. package/dist/components/{pl-tags/pl-tags.vue.d.ts → shared/pl-tags-chips/pl-tags-chips.vue.d.ts} +8 -8
  69. package/dist/components/{pl-text → shared/pl-text}/components/pl-body1.vue.d.ts +3 -3
  70. package/dist/components/{pl-text → shared/pl-text}/components/pl-body2.vue.d.ts +3 -3
  71. package/dist/components/{pl-text → shared/pl-text}/components/pl-body3.vue.d.ts +3 -3
  72. package/dist/components/{pl-text → shared/pl-text}/components/pl-bodyu.vue.d.ts +3 -3
  73. package/dist/components/{pl-text → shared/pl-text}/components/pl-btn1.vue.d.ts +3 -3
  74. package/dist/components/{pl-text → shared/pl-text}/components/pl-btn2.vue.d.ts +3 -3
  75. package/dist/components/{pl-text → shared/pl-text}/components/pl-btn3.vue.d.ts +3 -3
  76. package/dist/components/{pl-text → shared/pl-text}/components/pl-cap.vue.d.ts +3 -3
  77. package/dist/components/{pl-text → shared/pl-text}/components/pl-h1.vue.d.ts +3 -3
  78. package/dist/components/{pl-text → shared/pl-text}/components/pl-h2.vue.d.ts +3 -3
  79. package/dist/components/{pl-text → shared/pl-text}/components/pl-h3.vue.d.ts +3 -3
  80. package/dist/components/{pl-text → shared/pl-text}/components/pl-h4.vue.d.ts +3 -3
  81. package/dist/components/{pl-text → shared/pl-text}/components/pl-sub1.vue.d.ts +1 -1
  82. package/dist/components/{pl-text → shared/pl-text}/components/pl-sub2.vue.d.ts +1 -1
  83. package/dist/components/{pl-text → shared/pl-text}/components/pl-system.vue.d.ts +1 -1
  84. package/dist/components/{pl-text → shared/pl-text}/components/pl-tag.vue.d.ts +1 -1
  85. package/dist/components/{pl-text → shared/pl-text}/components/pl-title1.vue.d.ts +1 -1
  86. package/dist/components/{pl-text → shared/pl-text}/components/pl-title2.vue.d.ts +1 -1
  87. package/dist/components/{pl-text → shared/pl-text}/components/pl-title3.vue.d.ts +1 -1
  88. package/dist/directives/index.d.ts +3 -1
  89. package/dist/install-function/index.d.ts +2 -2
  90. package/dist/pl-components-pack-v3.d.ts +0 -2
  91. package/dist/pl-components-pack-v3.es.js +23809 -26838
  92. package/dist/pl-components-pack-v3.umd.js +49 -55
  93. package/dist/plugins/filters.d.ts +3 -2
  94. package/dist/plugins/loading/loading.d.ts +3 -1
  95. package/dist/services/plLoading.d.ts +1 -1
  96. package/dist/style.css +1 -1
  97. package/dist/utils/deepSet.d.ts +3 -2
  98. package/dist/utils/formatAccount.d.ts +1 -1
  99. package/dist/utils/getSourceCode.d.ts +4 -1
  100. package/package.json +67 -79
  101. package/dist/components/entry.d.ts +0 -82
  102. package/dist/components/pl-mark-text/index.d.ts +0 -2
  103. package/dist/components/pl-snackbar/renderSnackbar.d.ts +0 -4
  104. package/dist/components/pl-snackbar/types.d.ts +0 -22
  105. package/dist/components/pl-upload-plus/types/FileExtension.d.ts +0 -1
  106. package/dist/mockServiceWorker.js +0 -364
  107. package/dist/services/SigningService/SigningService.vue.d.ts +0 -43
  108. package/dist/services/SigningService/components/AddingES/AddingES.vue.d.ts +0 -43
  109. package/dist/services/SigningService/components/LoadingTemplate.vue.d.ts +0 -31
  110. package/dist/services/SigningService/components/ModalTemplate.vue.d.ts +0 -49
  111. package/dist/services/SigningService/components/SignFiles/SIgnFiles.vue.d.ts +0 -39
  112. package/dist/services/SigningService/index.d.ts +0 -30
  113. package/dist/services/SigningService/types/index.d.ts +0 -41
  114. /package/dist/components/{pl-dialog → basic/pl-dialog}/index.d.ts +0 -0
  115. /package/dist/components/{pl-link → basic/pl-link}/index.d.ts +0 -0
  116. /package/dist/components/{pl-scrollbar → basic/pl-scrollbar}/index.d.ts +0 -0
  117. /package/dist/components/{pl-scrollbar → basic/pl-scrollbar}/utils/getSizeWithUnits.d.ts +0 -0
  118. /package/dist/components/{pl-skeleton → basic/pl-skeleton}/index.d.ts +0 -0
  119. /package/dist/components/{pl-tooltip-plus → basic/pl-tooltip-plus}/index.d.ts +0 -0
  120. /package/dist/components/{pl-card → data/pl-card}/index.d.ts +0 -0
  121. /package/dist/components/{pl-multitab → data/pl-multitab}/index.d.ts +0 -0
  122. /package/dist/components/{pl-snackbar → data/pl-snackbar}/index.d.ts +0 -0
  123. /package/dist/components/{pl-stepper → data/pl-stepper}/index.d.ts +0 -0
  124. /package/dist/components/{pl-table-plus → data/pl-table-plus}/index.d.ts +0 -0
  125. /package/dist/components/{pl-tabs → data/pl-tabs}/index.d.ts +0 -0
  126. /package/dist/components/{currency-input → deprecated/currency-input}/index.d.ts +0 -0
  127. /package/dist/components/{pl-checkbox → deprecated/pl-checkbox}/index.d.ts +0 -0
  128. /package/dist/components/{pl-date-picker → deprecated/pl-date-picker}/index.d.ts +0 -0
  129. /package/dist/components/{pl-date-picker-legacy → deprecated/pl-date-picker-legacy}/index.d.ts +0 -0
  130. /package/dist/components/{pl-form-item → deprecated/pl-form-item}/index.d.ts +0 -0
  131. /package/dist/components/{pl-input → deprecated/pl-input}/index.d.ts +0 -0
  132. /package/dist/components/{pl-input-native → deprecated/pl-input-native}/index.d.ts +0 -0
  133. /package/dist/components/{pl-select → deprecated/pl-select}/index.d.ts +0 -0
  134. /package/dist/components/{pl-suggestions → deprecated/pl-suggestions}/index.d.ts +0 -0
  135. /package/dist/components/{pl-table → deprecated/pl-table}/index.d.ts +0 -0
  136. /package/dist/components/{pl-tooltip → deprecated/pl-tooltip}/index.d.ts +0 -0
  137. /package/dist/components/{pl-upload → deprecated/pl-upload}/index.d.ts +0 -0
  138. /package/dist/components/{pl-upload-legacy → deprecated/pl-upload-legacy}/index.d.ts +0 -0
  139. /package/dist/components/{pl-autocomplete → form/pl-autocomplete}/index.d.ts +0 -0
  140. /package/dist/components/{pl-checkbox-plus → form/pl-checkbox-plus}/index.d.ts +0 -0
  141. /package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/common/constants.d.ts +0 -0
  142. /package/dist/components/{pl-date-picker-plus → form/pl-date-picker-plus}/index.d.ts +0 -0
  143. /package/dist/components/{pl-form → form/pl-form}/index.d.ts +0 -0
  144. /package/dist/components/{pl-input-plus → form/pl-input-plus}/index.d.ts +0 -0
  145. /package/dist/components/{pl-multi-select → form/pl-multi-select}/index.d.ts +0 -0
  146. /package/dist/components/{pl-radio → form/pl-radio}/index.d.ts +0 -0
  147. /package/dist/components/{pl-radio → form/pl-radio}/pl-radio.vue.d.ts +0 -0
  148. /package/dist/components/{pl-select-plus → form/pl-select-plus}/index.d.ts +0 -0
  149. /package/dist/components/{pl-switch → form/pl-switch}/index.d.ts +0 -0
  150. /package/dist/components/{pl-switch → form/pl-switch}/pl-switch.vue.d.ts +0 -0
  151. /package/dist/components/{pl-upload-plus → form/pl-upload-plus}/index.d.ts +0 -0
  152. /package/dist/components/{pl-icon → shared/pl-icon}/index.d.ts +0 -0
  153. /package/dist/components/{pl-icon → shared/pl-icon}/types/iconsType.d.ts +0 -0
  154. /package/dist/components/{pl-icon → shared/pl-icon}/types/index.d.ts +0 -0
  155. /package/dist/components/{pl-option → shared/pl-option}/index.d.ts +0 -0
  156. /package/dist/components/{pl-tab-pane → shared/pl-tab-pane}/index.d.ts +0 -0
  157. /package/dist/components/{pl-text → shared/pl-text}/index.d.ts +0 -0
@@ -1,15 +1,15 @@
1
1
  import { TButtonProps } from './types';
2
2
 
3
- export declare const PlButton: import('../../install-function').SFCInstallWithContext<{
3
+ export declare const PlButton: import('../../../install-function').SFCInstallWithContext<{
4
4
  new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
5
- type: {
6
- type: import('vue').PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
7
- default: string;
8
- };
9
5
  size: {
10
6
  type: import('vue').PropType<"small" | "large" | "medium">;
11
7
  default: string;
12
8
  };
9
+ type: {
10
+ type: import('vue').PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
11
+ default: string;
12
+ };
13
13
  fullWidth: {
14
14
  type: import('vue').PropType<boolean>;
15
15
  default: boolean;
@@ -19,7 +19,7 @@ export declare const PlButton: import('../../install-function').SFCInstallWithCo
19
19
  default: boolean;
20
20
  };
21
21
  icon: {
22
- type: import('vue').PropType<import('../pl-icon').TIcon>;
22
+ type: import('vue').PropType<any>;
23
23
  default: string;
24
24
  };
25
25
  iconColor: {
@@ -39,14 +39,14 @@ export declare const PlButton: import('../../install-function').SFCInstallWithCo
39
39
  }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
40
40
  click: (...args: any[]) => void;
41
41
  }, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
42
- type: {
43
- type: import('vue').PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
44
- default: string;
45
- };
46
42
  size: {
47
43
  type: import('vue').PropType<"small" | "large" | "medium">;
48
44
  default: string;
49
45
  };
46
+ type: {
47
+ type: import('vue').PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
48
+ default: string;
49
+ };
50
50
  fullWidth: {
51
51
  type: import('vue').PropType<boolean>;
52
52
  default: boolean;
@@ -56,7 +56,7 @@ export declare const PlButton: import('../../install-function').SFCInstallWithCo
56
56
  default: boolean;
57
57
  };
58
58
  icon: {
59
- type: import('vue').PropType<import('../pl-icon').TIcon>;
59
+ type: import('vue').PropType<any>;
60
60
  default: string;
61
61
  };
62
62
  iconColor: {
@@ -74,11 +74,11 @@ export declare const PlButton: import('../../install-function').SFCInstallWithCo
74
74
  }>> & {
75
75
  onClick?: (...args: any[]) => any;
76
76
  }, {
77
- type: "primary" | "secondary" | "alternative" | "error" | "empty";
78
77
  size: "small" | "large" | "medium";
78
+ type: "primary" | "secondary" | "alternative" | "error" | "empty";
79
79
  fullWidth: boolean;
80
80
  disabled: boolean;
81
- icon: import('../pl-icon').TIcon;
81
+ icon: any;
82
82
  iconColor: string;
83
83
  iconPosition: "left" | "right";
84
84
  nativeType: "button" | "submit" | "reset";
@@ -90,14 +90,14 @@ export declare const PlButton: import('../../install-function').SFCInstallWithCo
90
90
  M: {};
91
91
  Defaults: {};
92
92
  }, Readonly<import('vue').ExtractPropTypes<{
93
- type: {
94
- type: import('vue').PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
95
- default: string;
96
- };
97
93
  size: {
98
94
  type: import('vue').PropType<"small" | "large" | "medium">;
99
95
  default: string;
100
96
  };
97
+ type: {
98
+ type: import('vue').PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
99
+ default: string;
100
+ };
101
101
  fullWidth: {
102
102
  type: import('vue').PropType<boolean>;
103
103
  default: boolean;
@@ -107,7 +107,7 @@ export declare const PlButton: import('../../install-function').SFCInstallWithCo
107
107
  default: boolean;
108
108
  };
109
109
  icon: {
110
- type: import('vue').PropType<import('../pl-icon').TIcon>;
110
+ type: import('vue').PropType<any>;
111
111
  default: string;
112
112
  };
113
113
  iconColor: {
@@ -125,11 +125,11 @@ export declare const PlButton: import('../../install-function').SFCInstallWithCo
125
125
  }>> & {
126
126
  onClick?: (...args: any[]) => any;
127
127
  }, {}, {}, {}, {}, {
128
- type: "primary" | "secondary" | "alternative" | "error" | "empty";
129
128
  size: "small" | "large" | "medium";
129
+ type: "primary" | "secondary" | "alternative" | "error" | "empty";
130
130
  fullWidth: boolean;
131
131
  disabled: boolean;
132
- icon: import('../pl-icon').TIcon;
132
+ icon: any;
133
133
  iconColor: string;
134
134
  iconPosition: "left" | "right";
135
135
  nativeType: "button" | "submit" | "reset";
@@ -138,14 +138,14 @@ export declare const PlButton: import('../../install-function').SFCInstallWithCo
138
138
  __isTeleport?: never;
139
139
  __isSuspense?: never;
140
140
  } & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
141
- type: {
142
- type: import('vue').PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
143
- default: string;
144
- };
145
141
  size: {
146
142
  type: import('vue').PropType<"small" | "large" | "medium">;
147
143
  default: string;
148
144
  };
145
+ type: {
146
+ type: import('vue').PropType<"primary" | "secondary" | "alternative" | "error" | "empty">;
147
+ default: string;
148
+ };
149
149
  fullWidth: {
150
150
  type: import('vue').PropType<boolean>;
151
151
  default: boolean;
@@ -155,7 +155,7 @@ export declare const PlButton: import('../../install-function').SFCInstallWithCo
155
155
  default: boolean;
156
156
  };
157
157
  icon: {
158
- type: import('vue').PropType<import('../pl-icon').TIcon>;
158
+ type: import('vue').PropType<any>;
159
159
  default: string;
160
160
  };
161
161
  iconColor: {
@@ -175,11 +175,11 @@ export declare const PlButton: import('../../install-function').SFCInstallWithCo
175
175
  }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
176
176
  click: (...args: any[]) => void;
177
177
  }, string, {
178
- type: "primary" | "secondary" | "alternative" | "error" | "empty";
179
178
  size: "small" | "large" | "medium";
179
+ type: "primary" | "secondary" | "alternative" | "error" | "empty";
180
180
  fullWidth: boolean;
181
181
  disabled: boolean;
182
- icon: import('../pl-icon').TIcon;
182
+ icon: any;
183
183
  iconColor: string;
184
184
  iconPosition: "left" | "right";
185
185
  nativeType: "button" | "submit" | "reset";
@@ -29,11 +29,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
29
29
  }>>> & {
30
30
  onClick?: (...args: any[]) => any;
31
31
  }, {
32
- type: "primary" | "secondary" | "alternative" | "error" | "empty";
33
32
  size: "small" | "large" | "medium";
33
+ type: "primary" | "secondary" | "alternative" | "error" | "empty";
34
34
  fullWidth: boolean;
35
35
  disabled: boolean;
36
- icon: import('../pl-icon').TIcon;
36
+ icon: any;
37
37
  iconColor: string;
38
38
  iconPosition: "left" | "right";
39
39
  nativeType: "button" | "submit" | "reset";
@@ -41,8 +41,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
41
41
  default?(_: {}): any;
42
42
  }>;
43
43
  export default _default;
44
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
45
- declare type __VLS_TypePropsToRuntimeProps<T> = {
44
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
45
+ type __VLS_TypePropsToRuntimeProps<T> = {
46
46
  [K in keyof T]-?: {} extends Pick<T, K> ? {
47
47
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
48
48
  } : {
@@ -50,15 +50,15 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
50
50
  required: true;
51
51
  };
52
52
  };
53
- declare type __VLS_WithDefaults<P, D> = {
53
+ type __VLS_WithDefaults<P, D> = {
54
54
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
55
55
  default: D[K];
56
56
  }> : P[K];
57
57
  };
58
- declare type __VLS_Prettify<T> = {
58
+ type __VLS_Prettify<T> = {
59
59
  [K in keyof T]: T[K];
60
60
  } & {};
61
- declare type __VLS_WithTemplateSlots<T, S> = T & {
61
+ type __VLS_WithTemplateSlots<T, S> = T & {
62
62
  new (): {
63
63
  $slots: S;
64
64
  };
@@ -1,4 +1,4 @@
1
- import { TIcon } from '../../pl-icon/types';
1
+ import { TIcon } from '../../../pl-icon/types';
2
2
 
3
3
  /**
4
4
  * @param fullWidth boolean;
@@ -1,8 +1,8 @@
1
- import { TIcon } from '../pl-icon/types';
1
+ import { TIcon } from '../../pl-icon/types';
2
2
 
3
3
  interface IPlDialogPlusProps {
4
4
  modelValue: boolean;
5
- beforeClose?: Function;
5
+ beforeClose?: () => void;
6
6
  width?: string;
7
7
  showHeader?: boolean;
8
8
  showClose?: boolean;
@@ -25,7 +25,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
25
25
  showHeader: boolean;
26
26
  showClose: boolean;
27
27
  disabledTeleport: boolean;
28
- beforeClose: () => void;
29
28
  closeOnOverlay: boolean;
30
29
  innerScroll: boolean;
31
30
  type: string;
@@ -46,7 +45,6 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
46
45
  showHeader: boolean;
47
46
  showClose: boolean;
48
47
  disabledTeleport: boolean;
49
- beforeClose: () => void;
50
48
  closeOnOverlay: boolean;
51
49
  innerScroll: boolean;
52
50
  type: string;
@@ -61,17 +59,16 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
61
59
  "onClose-modal"?: (...args: any[]) => any;
62
60
  }, {
63
61
  type: "standart" | "status" | "illustration" | "side";
64
- icon: TIcon;
65
- modelValue: boolean;
62
+ icon: any;
66
63
  width: string;
67
- beforeClose: Function;
64
+ status: "delete" | "successful" | "info" | "attention" | "neutral";
65
+ modelValue: boolean;
68
66
  showHeader: boolean;
69
67
  showClose: boolean;
70
68
  disabledTeleport: boolean;
71
- loading: boolean;
72
- status: "delete" | "successful" | "info" | "attention" | "neutral";
73
69
  closeOnOverlay: boolean;
74
70
  innerScroll: boolean;
71
+ loading: boolean;
75
72
  overlayClass: string;
76
73
  dialogClass: string;
77
74
  manualClose: boolean;
@@ -84,8 +81,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
84
81
  footer?(_: {}): any;
85
82
  }>;
86
83
  export default _default;
87
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
88
- declare type __VLS_TypePropsToRuntimeProps<T> = {
84
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
85
+ type __VLS_TypePropsToRuntimeProps<T> = {
89
86
  [K in keyof T]-?: {} extends Pick<T, K> ? {
90
87
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
91
88
  } : {
@@ -93,15 +90,15 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
93
90
  required: true;
94
91
  };
95
92
  };
96
- declare type __VLS_WithDefaults<P, D> = {
93
+ type __VLS_WithDefaults<P, D> = {
97
94
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
98
95
  default: D[K];
99
96
  }> : P[K];
100
97
  };
101
- declare type __VLS_Prettify<T> = {
98
+ type __VLS_Prettify<T> = {
102
99
  [K in keyof T]: T[K];
103
100
  } & {};
104
- declare type __VLS_WithTemplateSlots<T, S> = T & {
101
+ type __VLS_WithTemplateSlots<T, S> = T & {
105
102
  new (): {
106
103
  $slots: S;
107
104
  };
@@ -24,8 +24,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
24
24
  default?(_: {}): any;
25
25
  }>;
26
26
  export default _default;
27
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
28
- declare type __VLS_TypePropsToRuntimeProps<T> = {
27
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
28
+ type __VLS_TypePropsToRuntimeProps<T> = {
29
29
  [K in keyof T]-?: {} extends Pick<T, K> ? {
30
30
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
31
31
  } : {
@@ -33,15 +33,15 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
33
33
  required: true;
34
34
  };
35
35
  };
36
- declare type __VLS_WithDefaults<P, D> = {
36
+ type __VLS_WithDefaults<P, D> = {
37
37
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
38
38
  default: D[K];
39
39
  }> : P[K];
40
40
  };
41
- declare type __VLS_Prettify<T> = {
41
+ type __VLS_Prettify<T> = {
42
42
  [K in keyof T]: T[K];
43
43
  } & {};
44
- declare type __VLS_WithTemplateSlots<T, S> = T & {
44
+ type __VLS_WithTemplateSlots<T, S> = T & {
45
45
  new (): {
46
46
  $slots: S;
47
47
  };
@@ -31,8 +31,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
31
31
  onScroll?: (...args: any[]) => any;
32
32
  onWheel?: (...args: any[]) => any;
33
33
  }, {
34
- maxHeight: string | number;
35
34
  height: string | number;
35
+ maxHeight: string | number;
36
36
  wrapClass: string;
37
37
  viewClass: string;
38
38
  hideScrollThumb: boolean;
@@ -41,8 +41,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
41
41
  default?(_: {}): any;
42
42
  }>;
43
43
  export default _default;
44
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
45
- declare type __VLS_TypePropsToRuntimeProps<T> = {
44
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
45
+ type __VLS_TypePropsToRuntimeProps<T> = {
46
46
  [K in keyof T]-?: {} extends Pick<T, K> ? {
47
47
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
48
48
  } : {
@@ -50,15 +50,15 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
50
50
  required: true;
51
51
  };
52
52
  };
53
- declare type __VLS_WithDefaults<P, D> = {
53
+ type __VLS_WithDefaults<P, D> = {
54
54
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
55
55
  default: D[K];
56
56
  }> : P[K];
57
57
  };
58
- declare type __VLS_Prettify<T> = {
58
+ type __VLS_Prettify<T> = {
59
59
  [K in keyof T]: T[K];
60
60
  } & {};
61
- declare type __VLS_WithTemplateSlots<T, S> = T & {
61
+ type __VLS_WithTemplateSlots<T, S> = T & {
62
62
  new (): {
63
63
  $slots: S;
64
64
  };
@@ -17,12 +17,12 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
17
17
  }>>>, {
18
18
  width: string;
19
19
  height: string;
20
- borderRadius: string;
21
20
  variant: string;
21
+ borderRadius: string;
22
22
  }, {}>;
23
23
  export default _default;
24
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
25
- declare type __VLS_TypePropsToRuntimeProps<T> = {
24
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
25
+ type __VLS_TypePropsToRuntimeProps<T> = {
26
26
  [K in keyof T]-?: {} extends Pick<T, K> ? {
27
27
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
28
28
  } : {
@@ -30,11 +30,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
30
30
  required: true;
31
31
  };
32
32
  };
33
- declare type __VLS_WithDefaults<P, D> = {
33
+ type __VLS_WithDefaults<P, D> = {
34
34
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
35
35
  default: D[K];
36
36
  }> : P[K];
37
37
  };
38
- declare type __VLS_Prettify<T> = {
38
+ type __VLS_Prettify<T> = {
39
39
  [K in keyof T]: T[K];
40
40
  } & {};
@@ -20,7 +20,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
20
20
  disabled: boolean;
21
21
  }>>>, {
22
22
  disabled: boolean;
23
- placement: "left" | "right" | "top" | "top-right" | "top-left" | "right-top" | "right-bottom" | "bottom-left" | "bottom" | "bottom-right" | "left-bottom" | "left-top";
23
+ placement: "left" | "right" | "top-right" | "top" | "top-left" | "right-top" | "right-bottom" | "bottom-left" | "bottom" | "bottom-right" | "left-bottom" | "left-top";
24
24
  delay: boolean;
25
25
  truncated: boolean;
26
26
  trigger: "click" | "hover";
@@ -29,8 +29,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
29
29
  "tooltip-text"?(_: {}): any;
30
30
  }>;
31
31
  export default _default;
32
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
33
- declare type __VLS_TypePropsToRuntimeProps<T> = {
32
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
33
+ type __VLS_TypePropsToRuntimeProps<T> = {
34
34
  [K in keyof T]-?: {} extends Pick<T, K> ? {
35
35
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
36
36
  } : {
@@ -38,15 +38,15 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
38
38
  required: true;
39
39
  };
40
40
  };
41
- declare type __VLS_WithDefaults<P, D> = {
41
+ type __VLS_WithDefaults<P, D> = {
42
42
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
43
43
  default: D[K];
44
44
  }> : P[K];
45
45
  };
46
- declare type __VLS_Prettify<T> = {
46
+ type __VLS_Prettify<T> = {
47
47
  [K in keyof T]: T[K];
48
48
  } & {};
49
- declare type __VLS_WithTemplateSlots<T, S> = T & {
49
+ type __VLS_WithTemplateSlots<T, S> = T & {
50
50
  new (): {
51
51
  $slots: S;
52
52
  };
@@ -1,42 +1,42 @@
1
1
  import { Plugin } from 'vue';
2
2
 
3
- export * from '../services/SigningService';
4
- export * from './button';
5
- export * from './currency-input';
6
- export * from './pl-autocomplete';
7
- export * from './pl-card';
8
- export * from './pl-checkbox';
9
- export * from './pl-checkbox-plus';
10
- export * from './pl-date-picker';
11
- export * from './pl-date-picker-legacy';
12
- export * from './pl-date-picker-plus';
13
- export * from './pl-dialog';
14
- export * from './pl-form';
15
- export * from './pl-icon';
16
- export * from './pl-input';
17
- export * from './pl-input-plus';
18
- export * from './pl-link';
19
- export * from './pl-multitab';
20
- export * from './pl-radio';
21
- export * from './pl-scrollbar';
22
- export * from './pl-select';
23
- export * from './pl-select-plus';
24
- export * from './pl-skeleton';
25
- export * from './pl-snackbar';
26
- export * from './pl-stepper';
27
- export * from './pl-suggestions';
28
- export * from './pl-switch';
29
- export * from './pl-tab-pane';
30
- export * from './pl-table';
31
- export * from './pl-table-plus';
32
- export * from './pl-tabs';
33
- export * from './pl-text';
34
- export * from './pl-tooltip';
35
- export * from './pl-upload';
36
- export * from './pl-upload-legacy';
37
- export * from './pl-upload-plus';
38
- export * from './pl-tooltip-plus';
39
- export * from './pl-mark-text';
3
+ export * from './deprecated/pl-checkbox';
4
+ export * from './deprecated/pl-date-picker';
5
+ export * from './deprecated/pl-date-picker-legacy';
6
+ export * from './deprecated/pl-input';
7
+ export * from './deprecated/pl-select';
8
+ export * from './deprecated/pl-suggestions';
9
+ export * from './deprecated/pl-table';
10
+ export * from './deprecated/pl-tooltip';
11
+ export * from './deprecated/pl-upload';
12
+ export * from './deprecated/pl-upload-legacy';
13
+ export * from './deprecated/pl-dialog';
14
+ export * from './basic/pl-button';
15
+ export * from './deprecated/currency-input';
16
+ export * from './form/pl-autocomplete';
17
+ export * from './data/pl-card';
18
+ export * from './form/pl-checkbox-plus';
19
+ export * from './form/pl-date-picker-plus';
20
+ export * from './basic/pl-dialog';
21
+ export * from './form/pl-form';
22
+ export * from './shared/pl-icon';
23
+ export * from './form/pl-input-plus';
24
+ export * from './basic/pl-link';
25
+ export * from './data/pl-multitab';
26
+ export * from './form/pl-radio';
27
+ export * from './basic/pl-scrollbar';
28
+ export * from './form/pl-select-plus';
29
+ export * from './basic/pl-skeleton';
30
+ export * from './data/pl-snackbar';
31
+ export * from './data/pl-stepper';
32
+ export * from './form/pl-switch';
33
+ export * from './shared/pl-tab-pane';
34
+ export * from './data/pl-table-plus';
35
+ export * from './data/pl-tabs';
36
+ export * from './shared/pl-text';
37
+ export * from './form/pl-upload-plus';
38
+ export * from './basic/pl-tooltip-plus';
39
+ export * from './shared/pl-mark-text';
40
40
  export * from '../utils/formatCurrency';
41
41
  export * from '../utils/declOfNum';
42
42
  export * from '../utils/isEqual';
@@ -15,13 +15,13 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
15
15
  }>>>, {
16
16
  label: string;
17
17
  disabled: boolean;
18
- icon: import('../../pl-icon').TIcon;
19
- active: boolean;
18
+ icon: TIcon;
20
19
  width: string;
20
+ active: boolean;
21
21
  }, {}>;
22
22
  export default _default;
23
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
24
- declare type __VLS_TypePropsToRuntimeProps<T> = {
23
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
24
+ type __VLS_TypePropsToRuntimeProps<T> = {
25
25
  [K in keyof T]-?: {} extends Pick<T, K> ? {
26
26
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
27
27
  } : {
@@ -29,11 +29,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
29
29
  required: true;
30
30
  };
31
31
  };
32
- declare type __VLS_WithDefaults<P, D> = {
32
+ type __VLS_WithDefaults<P, D> = {
33
33
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
34
34
  default: D[K];
35
35
  }> : P[K];
36
36
  };
37
- declare type __VLS_Prettify<T> = {
37
+ type __VLS_Prettify<T> = {
38
38
  [K in keyof T]: T[K];
39
39
  } & {};
@@ -21,8 +21,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
21
21
  tabWidth: string;
22
22
  }, {}>;
23
23
  export default _default;
24
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
25
- declare type __VLS_TypePropsToRuntimeProps<T> = {
24
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
25
+ type __VLS_TypePropsToRuntimeProps<T> = {
26
26
  [K in keyof T]-?: {} extends Pick<T, K> ? {
27
27
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
28
28
  } : {
@@ -30,11 +30,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
30
30
  required: true;
31
31
  };
32
32
  };
33
- declare type __VLS_WithDefaults<P, D> = {
33
+ type __VLS_WithDefaults<P, D> = {
34
34
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
35
35
  default: D[K];
36
36
  }> : P[K];
37
37
  };
38
- declare type __VLS_Prettify<T> = {
38
+ type __VLS_Prettify<T> = {
39
39
  [K in keyof T]: T[K];
40
40
  } & {};
@@ -1,4 +1,4 @@
1
- import { TIcon } from '../../pl-icon';
1
+ import { TIcon } from '../../../pl-icon';
2
2
 
3
3
  export interface ITabCardProps {
4
4
  label: string;
@@ -7,8 +7,6 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
7
7
  title: string;
8
8
  button: string;
9
9
  buttonAdd: string;
10
- action: () => void;
11
- actionAdd: () => void;
12
10
  message: string;
13
11
  blockHide: boolean;
14
12
  }>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
@@ -18,25 +16,21 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
18
16
  title: string;
19
17
  button: string;
20
18
  buttonAdd: string;
21
- action: () => void;
22
- actionAdd: () => void;
23
19
  message: string;
24
20
  blockHide: boolean;
25
21
  }>>>, {
26
22
  color: string;
27
23
  button: string;
28
24
  title: string;
25
+ icon: TIcon;
29
26
  id: number;
30
- icon: import('../pl-icon').TIcon;
31
27
  message: string;
32
28
  buttonAdd: string;
33
- action: Function;
34
- actionAdd: Function;
35
29
  blockHide: boolean;
36
30
  }, {}>;
37
31
  export default _default;
38
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
39
- declare type __VLS_TypePropsToRuntimeProps<T> = {
32
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
33
+ type __VLS_TypePropsToRuntimeProps<T> = {
40
34
  [K in keyof T]-?: {} extends Pick<T, K> ? {
41
35
  type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
42
36
  } : {
@@ -44,11 +38,11 @@ declare type __VLS_TypePropsToRuntimeProps<T> = {
44
38
  required: true;
45
39
  };
46
40
  };
47
- declare type __VLS_WithDefaults<P, D> = {
41
+ type __VLS_WithDefaults<P, D> = {
48
42
  [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
49
43
  default: D[K];
50
44
  }> : P[K];
51
45
  };
52
- declare type __VLS_Prettify<T> = {
46
+ type __VLS_Prettify<T> = {
53
47
  [K in keyof T]: T[K];
54
48
  } & {};
@@ -0,0 +1,4 @@
1
+ import { IPlNotification } from './types';
2
+
3
+ export declare const PlNotification: import('../../../install-function').SFCInstallWithContext<IPlNotification>;
4
+ export default PlNotification;
@@ -0,0 +1,26 @@
1
+ import { TIcon } from '../../pl-icon';
2
+
3
+ export interface IProps {
4
+ id: number;
5
+ icon: TIcon;
6
+ color: string;
7
+ title: string;
8
+ button: string;
9
+ buttonAdd: string;
10
+ action?: any;
11
+ actionAdd?: any;
12
+ message: string;
13
+ blockHide: boolean;
14
+ }
15
+ export interface IRenderSnackbar {
16
+ id: string;
17
+ close: () => void;
18
+ }
19
+ export interface IPlNotification {
20
+ success: (options: IProps) => IRenderSnackbar;
21
+ error: (options: IProps) => IRenderSnackbar;
22
+ warning: (options: IProps) => IRenderSnackbar;
23
+ info: (options: IProps) => IRenderSnackbar;
24
+ custom: (options: IProps) => IRenderSnackbar;
25
+ closeAll: () => void;
26
+ }