@factoringplus/pl-components-pack-v3 1.1.0-pre-03 → 1.1.0-pre-04
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.
|
@@ -234,7 +234,7 @@ export declare const PlDialogPlusStory: () => {
|
|
|
234
234
|
$: import("vue").ComponentInternalInstance;
|
|
235
235
|
$data: {};
|
|
236
236
|
$props: {
|
|
237
|
-
type?: "standart" | "status" | "illustration" |
|
|
237
|
+
type?: "standart" | "status" | "illustration" | undefined;
|
|
238
238
|
modelValue?: boolean | undefined;
|
|
239
239
|
width?: string | undefined;
|
|
240
240
|
showHeader?: boolean | undefined;
|
|
@@ -307,7 +307,7 @@ export declare const PlDialogPlusStory: () => {
|
|
|
307
307
|
$el: any;
|
|
308
308
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
309
309
|
type: {
|
|
310
|
-
type: import("vue").PropType<"standart" | "status" | "illustration"
|
|
310
|
+
type: import("vue").PropType<"standart" | "status" | "illustration">;
|
|
311
311
|
default: string;
|
|
312
312
|
};
|
|
313
313
|
title: {
|
|
@@ -358,7 +358,7 @@ export declare const PlDialogPlusStory: () => {
|
|
|
358
358
|
"update:modelValue": (...args: any[]) => void;
|
|
359
359
|
"close-modal": (...args: any[]) => void;
|
|
360
360
|
}, string, {
|
|
361
|
-
type: "standart" | "status" | "illustration"
|
|
361
|
+
type: "standart" | "status" | "illustration";
|
|
362
362
|
modelValue: boolean;
|
|
363
363
|
width: string;
|
|
364
364
|
showHeader: boolean;
|
|
@@ -389,7 +389,7 @@ export declare const PlDialogPlusStory: () => {
|
|
|
389
389
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
390
390
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
391
391
|
type: {
|
|
392
|
-
type: import("vue").PropType<"standart" | "status" | "illustration"
|
|
392
|
+
type: import("vue").PropType<"standart" | "status" | "illustration">;
|
|
393
393
|
default: string;
|
|
394
394
|
};
|
|
395
395
|
title: {
|
|
@@ -442,7 +442,7 @@ export declare const PlDialogPlusStory: () => {
|
|
|
442
442
|
__isSuspense?: undefined;
|
|
443
443
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
444
444
|
type: {
|
|
445
|
-
type: import("vue").PropType<"standart" | "status" | "illustration"
|
|
445
|
+
type: import("vue").PropType<"standart" | "status" | "illustration">;
|
|
446
446
|
default: string;
|
|
447
447
|
};
|
|
448
448
|
title: {
|
|
@@ -493,7 +493,7 @@ export declare const PlDialogPlusStory: () => {
|
|
|
493
493
|
"update:modelValue": (...args: any[]) => void;
|
|
494
494
|
"close-modal": (...args: any[]) => void;
|
|
495
495
|
}, string, {
|
|
496
|
-
type: "standart" | "status" | "illustration"
|
|
496
|
+
type: "standart" | "status" | "illustration";
|
|
497
497
|
modelValue: boolean;
|
|
498
498
|
width: string;
|
|
499
499
|
showHeader: boolean;
|
|
@@ -862,7 +862,7 @@ declare const _default: {
|
|
|
862
862
|
$: import("vue").ComponentInternalInstance;
|
|
863
863
|
$data: {};
|
|
864
864
|
$props: {
|
|
865
|
-
type?: "standart" | "status" | "illustration" |
|
|
865
|
+
type?: "standart" | "status" | "illustration" | undefined;
|
|
866
866
|
modelValue?: boolean | undefined;
|
|
867
867
|
width?: string | undefined;
|
|
868
868
|
showHeader?: boolean | undefined;
|
|
@@ -935,7 +935,7 @@ declare const _default: {
|
|
|
935
935
|
$el: any;
|
|
936
936
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
937
937
|
type: {
|
|
938
|
-
type: import("vue").PropType<"standart" | "status" | "illustration"
|
|
938
|
+
type: import("vue").PropType<"standart" | "status" | "illustration">;
|
|
939
939
|
default: string;
|
|
940
940
|
};
|
|
941
941
|
title: {
|
|
@@ -986,7 +986,7 @@ declare const _default: {
|
|
|
986
986
|
"update:modelValue": (...args: any[]) => void;
|
|
987
987
|
"close-modal": (...args: any[]) => void;
|
|
988
988
|
}, string, {
|
|
989
|
-
type: "standart" | "status" | "illustration"
|
|
989
|
+
type: "standart" | "status" | "illustration";
|
|
990
990
|
modelValue: boolean;
|
|
991
991
|
width: string;
|
|
992
992
|
showHeader: boolean;
|
|
@@ -1017,7 +1017,7 @@ declare const _default: {
|
|
|
1017
1017
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
1018
1018
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
1019
1019
|
type: {
|
|
1020
|
-
type: import("vue").PropType<"standart" | "status" | "illustration"
|
|
1020
|
+
type: import("vue").PropType<"standart" | "status" | "illustration">;
|
|
1021
1021
|
default: string;
|
|
1022
1022
|
};
|
|
1023
1023
|
title: {
|
|
@@ -1070,7 +1070,7 @@ declare const _default: {
|
|
|
1070
1070
|
__isSuspense?: undefined;
|
|
1071
1071
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1072
1072
|
type: {
|
|
1073
|
-
type: import("vue").PropType<"standart" | "status" | "illustration"
|
|
1073
|
+
type: import("vue").PropType<"standart" | "status" | "illustration">;
|
|
1074
1074
|
default: string;
|
|
1075
1075
|
};
|
|
1076
1076
|
title: {
|
|
@@ -1121,7 +1121,7 @@ declare const _default: {
|
|
|
1121
1121
|
"update:modelValue": (...args: any[]) => void;
|
|
1122
1122
|
"close-modal": (...args: any[]) => void;
|
|
1123
1123
|
}, string, {
|
|
1124
|
-
type: "standart" | "status" | "illustration"
|
|
1124
|
+
type: "standart" | "status" | "illustration";
|
|
1125
1125
|
modelValue: boolean;
|
|
1126
1126
|
width: string;
|
|
1127
1127
|
showHeader: boolean;
|
|
@@ -9,7 +9,7 @@ interface IPlDialogPlusProps {
|
|
|
9
9
|
innerScroll?: boolean;
|
|
10
10
|
title?: string;
|
|
11
11
|
subTitle?: string;
|
|
12
|
-
type?: 'standart' | 'status' | 'illustration'
|
|
12
|
+
type?: 'standart' | 'status' | 'illustration';
|
|
13
13
|
}
|
|
14
14
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IPlDialogPlusProps>, {
|
|
15
15
|
modelValue: boolean;
|
|
@@ -40,7 +40,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
40
40
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
41
41
|
"onClose-modal"?: ((...args: any[]) => any) | undefined;
|
|
42
42
|
}, {
|
|
43
|
-
type: "standart" | "status" | "illustration"
|
|
43
|
+
type: "standart" | "status" | "illustration";
|
|
44
44
|
modelValue: boolean;
|
|
45
45
|
width: string;
|
|
46
46
|
showHeader: boolean;
|