@factoringplus/pl-components-pack-v3 1.1.7-pre-04 → 1.1.7

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.
@@ -8,14 +8,12 @@ declare const _default: {
8
8
  $data: {};
9
9
  $props: {
10
10
  type?: "standart" | "status" | "illustration" | "side";
11
- icon?: import("../pl-icon").TIcon;
12
11
  modelValue?: boolean;
13
12
  width?: string;
14
13
  beforeClose?: Function;
15
14
  showHeader?: boolean;
16
15
  showClose?: boolean;
17
16
  disabledTeleport?: boolean;
18
- status?: "successful" | "info" | "delete" | "attention" | "neutral";
19
17
  closeOnOverlay?: boolean;
20
18
  innerScroll?: boolean;
21
19
  key?: string | number | symbol;
@@ -88,10 +86,6 @@ declare const _default: {
88
86
  title: {
89
87
  type: import("vue").PropType<string>;
90
88
  };
91
- icon: {
92
- type: import("vue").PropType<import("../pl-icon").TIcon>;
93
- default: string;
94
- };
95
89
  modelValue: {
96
90
  type: import("vue").PropType<boolean>;
97
91
  required: true;
@@ -117,10 +111,6 @@ declare const _default: {
117
111
  type: import("vue").PropType<boolean>;
118
112
  default: boolean;
119
113
  };
120
- status: {
121
- type: import("vue").PropType<"successful" | "info" | "delete" | "attention" | "neutral">;
122
- default: string;
123
- };
124
114
  closeOnOverlay: {
125
115
  type: import("vue").PropType<boolean>;
126
116
  default: boolean;
@@ -142,14 +132,12 @@ declare const _default: {
142
132
  "close-modal": (...args: any[]) => void;
143
133
  }, string, {
144
134
  type: "standart" | "status" | "illustration" | "side";
145
- icon: import("../pl-icon").TIcon;
146
135
  modelValue: boolean;
147
136
  width: string;
148
137
  beforeClose: Function;
149
138
  showHeader: boolean;
150
139
  showClose: boolean;
151
140
  disabledTeleport: boolean;
152
- status: "successful" | "info" | "delete" | "attention" | "neutral";
153
141
  closeOnOverlay: boolean;
154
142
  innerScroll: boolean;
155
143
  }, {}, string, {}> & {
@@ -180,10 +168,6 @@ declare const _default: {
180
168
  title: {
181
169
  type: import("vue").PropType<string>;
182
170
  };
183
- icon: {
184
- type: import("vue").PropType<import("../pl-icon").TIcon>;
185
- default: string;
186
- };
187
171
  modelValue: {
188
172
  type: import("vue").PropType<boolean>;
189
173
  required: true;
@@ -209,10 +193,6 @@ declare const _default: {
209
193
  type: import("vue").PropType<boolean>;
210
194
  default: boolean;
211
195
  };
212
- status: {
213
- type: import("vue").PropType<"successful" | "info" | "delete" | "attention" | "neutral">;
214
- default: string;
215
- };
216
196
  closeOnOverlay: {
217
197
  type: import("vue").PropType<boolean>;
218
198
  default: boolean;
@@ -241,10 +221,6 @@ declare const _default: {
241
221
  title: {
242
222
  type: import("vue").PropType<string>;
243
223
  };
244
- icon: {
245
- type: import("vue").PropType<import("../pl-icon").TIcon>;
246
- default: string;
247
- };
248
224
  modelValue: {
249
225
  type: import("vue").PropType<boolean>;
250
226
  required: true;
@@ -270,10 +246,6 @@ declare const _default: {
270
246
  type: import("vue").PropType<boolean>;
271
247
  default: boolean;
272
248
  };
273
- status: {
274
- type: import("vue").PropType<"successful" | "info" | "delete" | "attention" | "neutral">;
275
- default: string;
276
- };
277
249
  closeOnOverlay: {
278
250
  type: import("vue").PropType<boolean>;
279
251
  default: boolean;
@@ -295,14 +267,12 @@ declare const _default: {
295
267
  "close-modal": (...args: any[]) => void;
296
268
  }, string, {
297
269
  type: "standart" | "status" | "illustration" | "side";
298
- icon: import("../pl-icon").TIcon;
299
270
  modelValue: boolean;
300
271
  width: string;
301
272
  beforeClose: Function;
302
273
  showHeader: boolean;
303
274
  showClose: boolean;
304
275
  disabledTeleport: boolean;
305
- status: "successful" | "info" | "delete" | "attention" | "neutral";
306
276
  closeOnOverlay: boolean;
307
277
  innerScroll: boolean;
308
278
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
@@ -1,4 +1,3 @@
1
- import type { TIcon } from '../pl-icon/types';
2
1
  interface IPlDialogPlusProps {
3
2
  modelValue: boolean;
4
3
  beforeClose?: Function;
@@ -10,8 +9,6 @@ interface IPlDialogPlusProps {
10
9
  innerScroll?: boolean;
11
10
  title?: string;
12
11
  subTitle?: string;
13
- icon?: TIcon;
14
- status?: 'successful' | 'info' | 'delete' | 'attention' | 'neutral';
15
12
  type?: 'standart' | 'status' | 'illustration' | 'side';
16
13
  }
17
14
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlDialogPlusProps>, {
@@ -24,8 +21,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
24
21
  closeOnOverlay: boolean;
25
22
  innerScroll: boolean;
26
23
  type: string;
27
- status: string;
28
- icon: string;
29
24
  }>, {
30
25
  closeModal: () => void;
31
26
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -41,21 +36,17 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
41
36
  closeOnOverlay: boolean;
42
37
  innerScroll: boolean;
43
38
  type: string;
44
- status: string;
45
- icon: string;
46
39
  }>>> & {
47
40
  "onUpdate:modelValue"?: (...args: any[]) => any;
48
41
  "onClose-modal"?: (...args: any[]) => any;
49
42
  }, {
50
43
  type: "standart" | "status" | "illustration" | "side";
51
- icon: TIcon;
52
44
  modelValue: boolean;
53
45
  width: string;
54
46
  beforeClose: Function;
55
47
  showHeader: boolean;
56
48
  showClose: boolean;
57
49
  disabledTeleport: boolean;
58
- status: "successful" | "info" | "delete" | "attention" | "neutral";
59
50
  closeOnOverlay: boolean;
60
51
  innerScroll: boolean;
61
52
  }, {}>, {
@@ -2,4 +2,4 @@ export declare type TIconProps = {
2
2
  name: TIcon;
3
3
  color?: string | '';
4
4
  };
5
- export declare type TIcon = '' | 'Close16' | 'User20' | 'Group20' | 'Edit20' | 'BlankPan20' | 'Support20' | 'HandKey20' | 'Lock20' | 'Connection20' | 'Picture20' | 'Ruble20' | 'Document20' | 'Clip20' | 'Bell20' | 'USB20' | 'Layers20' | 'BlankKey20' | 'BlankChat20' | 'BlankCheck20' | 'BlankLock20' | 'Calendar20' | 'MailCheck20' | 'Mail20' | 'HandTop20' | 'HandRight20' | 'Pin20' | 'Rotate20' | 'Search20' | 'ArrowTop20' | 'ArrowRight20' | 'ArrowLeft20' | 'ArrowBottom20' | 'Settings20' | 'Chart20' | 'Exit20' | 'Warning20' | 'WarningTwo20' | 'WarningThree20' | 'CircleCheck20' | 'Question20' | 'Library20' | 'Loader20' | 'Share20' | 'Saved20' | 'CloudDownload20' | 'Bin20' | 'Eye20' | 'EyeCrossed20' | 'Chat20' | 'Bell20' | 'DotsHorizontal20' | 'DotsVertical20' | 'Scheduled20' | 'Dashboard20' | 'Clock20' | 'Box20' | 'Sort20' | 'SortTwo20' | 'Filter20' | 'Grid20' | 'Hub20' | 'GridTwo20' | 'Home20' | 'Key20' | 'Bulb20' | 'Attachment20' | 'Download20' | 'Link20' | 'Copy20' | 'Telegram20' | 'SortThree20' | 'Plus20' | 'Minus20' | 'Close20' | 'Check20' | 'Scroll20' | 'Print20' | 'Send20' | 'Block20' | 'Star20' | 'Share20' | 'Sticker20' | 'ChevronDoubleLeft20' | 'Cube20' | 'Menu20' | 'AlertFill20' | 'Main20' | 'Wallet20' | 'Truck20' | 'Percent20' | 'Shield20' | 'ChevronDown20' | 'ChevronUp20' | 'ChevronLeft20' | 'ChevronRight20' | 'CreditCard20' | 'Zap20' | 'User24' | 'Group24' | 'Edit24' | 'BlankPan24' | 'Support24' | 'HandKey24' | 'Lock24' | 'Connection24' | 'Picture24' | 'Ruble24' | 'Document24' | 'Clip24' | 'Bell24' | 'USB24' | 'Layers24' | 'BlankKey24' | 'BlankChat24' | 'BlankCheck24' | 'BlankLock24' | 'Calendar24' | 'MailCheck24' | 'Mail24' | 'HandTop24' | 'HandRight24' | 'Pin24' | 'Rotate24' | 'Search24' | 'ArrowTop24' | 'ArrowRight24' | 'ArrowLeft24' | 'ArrowBottom24' | 'Settings24' | 'Chart24' | 'Exit24' | 'Warning24' | 'WarningTwo24' | 'WarningThree24' | 'CircleCheck24' | 'Question24' | 'Library24' | 'Loader24' | 'Share24' | 'Saved24' | 'CloudDownload24' | 'Bin24' | 'Eye24' | 'EyeCrossed24' | 'Chat24' | 'Bell24' | 'DotsHorizontal24' | 'DotsVertical24' | 'Scheduled24' | 'Dashboard24' | 'Clock24' | 'Box24' | 'Sort24' | 'SortTwo24' | 'Filter24' | 'Grid24' | 'Hub24' | 'GridTwo24' | 'Home24' | 'Key24' | 'Bulb24' | 'Attachment24' | 'Download24' | 'Link24' | 'Copy24' | 'Telegram24' | 'SortThree24' | 'Plus24' | 'Minus24' | 'Close24' | 'Check24' | 'Scroll24' | 'Print24' | 'Send24' | 'Block24' | 'Star24' | 'Share24' | 'Sticker24' | 'ChevronDoubleLeft24' | 'ChevronDoubleRight24' | 'Cube24' | 'Menu24' | 'AlertFill24' | 'Main24' | 'Wallet24' | 'Truck24' | 'Percent24' | 'Shield24' | 'ChevronDown24' | 'ChevronUp24' | 'ChevronLeft24' | 'ChevronRight24' | 'Word24' | 'Exel24' | 'PDF24' | 'JPG24' | 'PNG24' | 'Info24' | 'WB20' | 'Ozon20' | 'Yandex20' | 'WB24' | 'Ozon24' | 'Yandex24' | 'WB40' | 'Ozon40' | 'Yandex40' | 'WB56' | 'Ozon56' | 'Yandex56' | 'Bin40' | 'WarningThree40' | 'CircleCheck40';
5
+ export declare type TIcon = '' | 'Close16' | 'User20' | 'Group20' | 'Edit20' | 'BlankPan20' | 'Support20' | 'HandKey20' | 'Lock20' | 'Connection20' | 'Picture20' | 'Ruble20' | 'Document20' | 'Clip20' | 'Bell20' | 'USB20' | 'Layers20' | 'BlankKey20' | 'BlankChat20' | 'BlankCheck20' | 'BlankLock20' | 'Calendar20' | 'MailCheck20' | 'Mail20' | 'HandTop20' | 'HandRight20' | 'Pin20' | 'Rotate20' | 'Search20' | 'ArrowTop20' | 'ArrowRight20' | 'ArrowLeft20' | 'ArrowBottom20' | 'Settings20' | 'Chart20' | 'Exit20' | 'Warning20' | 'WarningTwo20' | 'WarningThree20' | 'CircleCheck20' | 'Question20' | 'Library20' | 'Loader20' | 'Share20' | 'Saved20' | 'CloudDownload20' | 'Bin20' | 'Eye20' | 'EyeCrossed20' | 'Chat20' | 'Bell20' | 'DotsHorizontal20' | 'DotsVertical20' | 'Scheduled20' | 'Dashboard20' | 'Clock20' | 'Box20' | 'Sort20' | 'SortTwo20' | 'Filter20' | 'Grid20' | 'Hub20' | 'GridTwo20' | 'Home20' | 'Key20' | 'Bulb20' | 'Attachment20' | 'Download20' | 'Link20' | 'Copy20' | 'Telegram20' | 'SortThree20' | 'Plus20' | 'Minus20' | 'Close20' | 'Check20' | 'Scroll20' | 'Print20' | 'Send20' | 'Block20' | 'Star20' | 'Share20' | 'Sticker20' | 'ChevronDoubleLeft20' | 'Cube20' | 'Menu20' | 'AlertFill20' | 'Main20' | 'Wallet20' | 'Truck20' | 'Percent20' | 'Shield20' | 'ChevronDown20' | 'ChevronUp20' | 'ChevronLeft20' | 'ChevronRight20' | 'CreditCard20' | 'Zap20' | 'User24' | 'Group24' | 'Edit24' | 'BlankPan24' | 'Support24' | 'HandKey24' | 'Lock24' | 'Connection24' | 'Picture24' | 'Ruble24' | 'Document24' | 'Clip24' | 'Bell24' | 'USB24' | 'Layers24' | 'BlankKey24' | 'BlankChat24' | 'BlankCheck24' | 'BlankLock24' | 'Calendar24' | 'MailCheck24' | 'Mail24' | 'HandTop24' | 'HandRight24' | 'Pin24' | 'Rotate24' | 'Search24' | 'ArrowTop24' | 'ArrowRight24' | 'ArrowLeft24' | 'ArrowBottom24' | 'Settings24' | 'Chart24' | 'Exit24' | 'Warning24' | 'WarningTwo24' | 'WarningThree24' | 'CircleCheck24' | 'Question24' | 'Library24' | 'Loader24' | 'Share24' | 'Saved24' | 'CloudDownload24' | 'Bin24' | 'Eye24' | 'EyeCrossed24' | 'Chat24' | 'Bell24' | 'DotsHorizontal24' | 'DotsVertical24' | 'Scheduled24' | 'Dashboard24' | 'Clock24' | 'Box24' | 'Sort24' | 'SortTwo24' | 'Filter24' | 'Grid24' | 'Hub24' | 'GridTwo24' | 'Home24' | 'Key24' | 'Bulb24' | 'Attachment24' | 'Download24' | 'Link24' | 'Copy24' | 'Telegram24' | 'SortThree24' | 'Plus24' | 'Minus24' | 'Close24' | 'Check24' | 'Scroll24' | 'Print24' | 'Send24' | 'Block24' | 'Star24' | 'Share24' | 'Sticker24' | 'ChevronDoubleLeft24' | 'ChevronDoubleRight24' | 'Cube24' | 'Menu24' | 'AlertFill24' | 'Main24' | 'Wallet24' | 'Truck24' | 'Percent24' | 'Shield24' | 'ChevronDown24' | 'ChevronUp24' | 'ChevronLeft24' | 'ChevronRight24' | 'Word24' | 'Exel24' | 'PDF24' | 'JPG24' | 'PNG24' | 'Info24' | 'WB20' | 'Ozon20' | 'Yandex20' | 'WB24' | 'Ozon24' | 'Yandex24' | 'WB40' | 'Ozon40' | 'Yandex40' | 'WB56' | 'Ozon56' | 'Yandex56';