@factoringplus/pl-components-pack-v3 1.2.5-pre-01 → 1.2.5

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.
@@ -40,6 +40,10 @@ declare const _default: {
40
40
  type: import("vue").PropType<boolean>;
41
41
  default: boolean;
42
42
  };
43
+ loading: {
44
+ type: import("vue").PropType<boolean>;
45
+ default: boolean;
46
+ };
43
47
  status: {
44
48
  type: import("vue").PropType<"delete" | "successful" | "info" | "attention" | "neutral">;
45
49
  default: string;
@@ -100,6 +104,10 @@ declare const _default: {
100
104
  type: import("vue").PropType<boolean>;
101
105
  default: boolean;
102
106
  };
107
+ loading: {
108
+ type: import("vue").PropType<boolean>;
109
+ default: boolean;
110
+ };
103
111
  status: {
104
112
  type: import("vue").PropType<"delete" | "successful" | "info" | "attention" | "neutral">;
105
113
  default: string;
@@ -127,6 +135,7 @@ declare const _default: {
127
135
  showHeader: boolean;
128
136
  showClose: boolean;
129
137
  disabledTeleport: boolean;
138
+ loading: boolean;
130
139
  status: "delete" | "successful" | "info" | "attention" | "neutral";
131
140
  closeOnOverlay: boolean;
132
141
  innerScroll: boolean;
@@ -174,6 +183,10 @@ declare const _default: {
174
183
  type: import("vue").PropType<boolean>;
175
184
  default: boolean;
176
185
  };
186
+ loading: {
187
+ type: import("vue").PropType<boolean>;
188
+ default: boolean;
189
+ };
177
190
  status: {
178
191
  type: import("vue").PropType<"delete" | "successful" | "info" | "attention" | "neutral">;
179
192
  default: string;
@@ -203,6 +216,7 @@ declare const _default: {
203
216
  showHeader: boolean;
204
217
  showClose: boolean;
205
218
  disabledTeleport: boolean;
219
+ loading: boolean;
206
220
  status: "delete" | "successful" | "info" | "attention" | "neutral";
207
221
  closeOnOverlay: boolean;
208
222
  innerScroll: boolean;
@@ -247,6 +261,10 @@ declare const _default: {
247
261
  type: import("vue").PropType<boolean>;
248
262
  default: boolean;
249
263
  };
264
+ loading: {
265
+ type: import("vue").PropType<boolean>;
266
+ default: boolean;
267
+ };
250
268
  status: {
251
269
  type: import("vue").PropType<"delete" | "successful" | "info" | "attention" | "neutral">;
252
270
  default: string;
@@ -279,6 +297,7 @@ declare const _default: {
279
297
  showHeader: boolean;
280
298
  showClose: boolean;
281
299
  disabledTeleport: boolean;
300
+ loading: boolean;
282
301
  status: "delete" | "successful" | "info" | "attention" | "neutral";
283
302
  closeOnOverlay: boolean;
284
303
  innerScroll: boolean;
@@ -13,6 +13,7 @@ interface IPlDialogPlusProps {
13
13
  icon?: TIcon;
14
14
  status?: 'successful' | 'info' | 'delete' | 'attention' | 'neutral';
15
15
  type?: 'standart' | 'status' | 'illustration' | 'side';
16
+ loading?: boolean;
16
17
  }
17
18
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlDialogPlusProps>, {
18
19
  modelValue: boolean;
@@ -26,6 +27,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
26
27
  type: string;
27
28
  status: string;
28
29
  icon: string;
30
+ loading: boolean;
29
31
  }>, {
30
32
  closeModal: () => void;
31
33
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
@@ -43,6 +45,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
43
45
  type: string;
44
46
  status: string;
45
47
  icon: string;
48
+ loading: boolean;
46
49
  }>>> & {
47
50
  "onUpdate:modelValue"?: (...args: any[]) => any;
48
51
  "onClose-modal"?: (...args: any[]) => any;
@@ -55,6 +58,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
55
58
  showHeader: boolean;
56
59
  showClose: boolean;
57
60
  disabledTeleport: boolean;
61
+ loading: boolean;
58
62
  status: "delete" | "successful" | "info" | "attention" | "neutral";
59
63
  closeOnOverlay: boolean;
60
64
  innerScroll: boolean;