@factoringplus/pl-components-pack-v3 1.9.5-pre-04-banner → 1.9.5-pre-06-banner
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.
- package/dist/{crypto-pro-92591877.js → crypto-pro-c7da00ef.js} +1 -1
- package/dist/{crypto-pro-f3dbe587.cjs → crypto-pro-f90f952a.cjs} +1 -1
- package/dist/{entry-3c4b2a75.cjs → entry-1c17b3ba.cjs} +27 -27
- package/dist/{entry-84adcfdc.js → entry-7625bbbd.js} +4362 -4360
- package/dist/pl-components-pack-v3.cjs.js +1 -1
- package/dist/pl-components-pack-v3.es.js +1 -1
- package/dist/src/components/basic/pl-button/index.d.ts +19 -19
- package/dist/src/components/basic/pl-button/pl-button.vue.d.ts +1 -1
- package/dist/src/components/basic/pl-button-dropdown/index.d.ts +19 -19
- package/dist/src/components/basic/pl-button-dropdown/pl-button-dropdown.vue.d.ts +1 -1
- package/dist/src/components/basic/pl-dialog/pl-dialog-plus.vue.d.ts +3 -3
- package/dist/src/components/basic/pl-link/pl-link.vue.d.ts +1 -1
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-button/index.d.ts +6 -6
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-input/index.d.ts +4 -4
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tags-chips/index.d.ts +6 -6
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text/index.d.ts +4 -4
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text-cell/index.d.ts +6 -6
- package/dist/src/components/data/pl-banner/index.d.ts +31 -0
- package/dist/src/components/data/pl-banner/pl-banner.vue.d.ts +4 -4
- package/dist/src/components/data/pl-multitab/components/pl-tab-card.vue.d.ts +2 -2
- package/dist/src/components/data/pl-progress/index.d.ts +9 -9
- package/dist/src/components/data/pl-progress/pl-progress.vue.d.ts +1 -1
- package/dist/src/components/data/pl-snackbar/pl-snackbar.vue.d.ts +2 -2
- package/dist/src/components/data/pl-tabs/components/pl-tab.vue.d.ts +1 -1
- package/dist/src/components/data/pl-tags-chips/index.d.ts +45 -45
- package/dist/src/components/data/pl-tags-chips/pl-tags-chips.vue.d.ts +3 -3
- package/dist/src/components/data/pl-text-cell/index.d.ts +8 -8
- package/dist/src/components/deprecated/pl-date-picker/pl-date-picker-range.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-select/pl-select.vue.d.ts +2 -2
- package/dist/src/components/deprecated/pl-upload-legacy/pl-upload-legacy.vue.d.ts +1 -1
- package/dist/src/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +1 -1
- package/dist/src/components/form/pl-checkbox-plus/pl-checkbox-plus.vue.d.ts +1 -1
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +1 -1
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +1 -1
- package/dist/src/components/form/pl-input-plus/index.d.ts +19 -19
- package/dist/src/components/form/pl-input-plus/pl-input-plus.vue.d.ts +1 -1
- package/dist/src/components/form/pl-multi-select/pl-multi-select.vue.d.ts +1 -1
- package/dist/src/components/form/pl-radio/pl-radio.vue.d.ts +6 -6
- package/dist/src/components/form/pl-select-plus/pl-select-plus.vue.d.ts +1 -1
- package/dist/src/components/form/pl-switch/pl-switch.vue.d.ts +1 -1
- package/dist/src/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +2 -2
- package/dist/src/components/shared/pl-label/pl-label.vue.d.ts +1 -1
- package/dist/src/components/shared/pl-option/pl-option.vue.d.ts +2 -2
- package/dist/src/components/shared/pl-tab-pane/pl-tab-pane.vue.d.ts +1 -1
- package/dist/src/services/pl-navigation/components/NavButton/NavButton.vue.d.ts +1 -1
- package/dist/src/services/pl-navigation/components/NavButton/index.d.ts +19 -19
- package/package.json +1 -1
@@ -1,5 +1,9 @@
|
|
1
1
|
export declare const PlNavButton: import('../../../../install-function').SFCInstallWithContext<{
|
2
2
|
new (...args: any[]): import('vue').CreateComponentPublicInstance<Readonly<import('vue').ExtractPropTypes<{
|
3
|
+
icon: {
|
4
|
+
type: import('vue').PropType<import('../../../../components/components').TIcon>;
|
5
|
+
default: string;
|
6
|
+
};
|
3
7
|
type: {
|
4
8
|
type: import('vue').PropType<"new" | "company">;
|
5
9
|
};
|
@@ -7,10 +11,6 @@ export declare const PlNavButton: import('../../../../install-function').SFCInst
|
|
7
11
|
type: import('vue').PropType<boolean>;
|
8
12
|
default: boolean;
|
9
13
|
};
|
10
|
-
icon: {
|
11
|
-
type: import('vue').PropType<import('../../../../components/components').TIcon>;
|
12
|
-
default: string;
|
13
|
-
};
|
14
14
|
isClicked: {
|
15
15
|
type: import('vue').PropType<boolean>;
|
16
16
|
default: boolean;
|
@@ -22,6 +22,10 @@ export declare const PlNavButton: import('../../../../install-function').SFCInst
|
|
22
22
|
click: (...args: any[]) => void;
|
23
23
|
"update:isClicked": (...args: any[]) => void;
|
24
24
|
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
25
|
+
icon: {
|
26
|
+
type: import('vue').PropType<import('../../../../components/components').TIcon>;
|
27
|
+
default: string;
|
28
|
+
};
|
25
29
|
type: {
|
26
30
|
type: import('vue').PropType<"new" | "company">;
|
27
31
|
};
|
@@ -29,10 +33,6 @@ export declare const PlNavButton: import('../../../../install-function').SFCInst
|
|
29
33
|
type: import('vue').PropType<boolean>;
|
30
34
|
default: boolean;
|
31
35
|
};
|
32
|
-
icon: {
|
33
|
-
type: import('vue').PropType<import('../../../../components/components').TIcon>;
|
34
|
-
default: string;
|
35
|
-
};
|
36
36
|
isClicked: {
|
37
37
|
type: import('vue').PropType<boolean>;
|
38
38
|
default: boolean;
|
@@ -41,8 +41,8 @@ export declare const PlNavButton: import('../../../../install-function').SFCInst
|
|
41
41
|
onClick?: (...args: any[]) => any;
|
42
42
|
"onUpdate:isClicked"?: (...args: any[]) => any;
|
43
43
|
}, {
|
44
|
-
disabled: boolean;
|
45
44
|
icon: import('../../../../components/components').TIcon;
|
45
|
+
disabled: boolean;
|
46
46
|
isClicked: boolean;
|
47
47
|
}, true, {}, {}, {
|
48
48
|
P: {};
|
@@ -52,6 +52,10 @@ export declare const PlNavButton: import('../../../../install-function').SFCInst
|
|
52
52
|
M: {};
|
53
53
|
Defaults: {};
|
54
54
|
}, Readonly<import('vue').ExtractPropTypes<{
|
55
|
+
icon: {
|
56
|
+
type: import('vue').PropType<import('../../../../components/components').TIcon>;
|
57
|
+
default: string;
|
58
|
+
};
|
55
59
|
type: {
|
56
60
|
type: import('vue').PropType<"new" | "company">;
|
57
61
|
};
|
@@ -59,10 +63,6 @@ export declare const PlNavButton: import('../../../../install-function').SFCInst
|
|
59
63
|
type: import('vue').PropType<boolean>;
|
60
64
|
default: boolean;
|
61
65
|
};
|
62
|
-
icon: {
|
63
|
-
type: import('vue').PropType<import('../../../../components/components').TIcon>;
|
64
|
-
default: string;
|
65
|
-
};
|
66
66
|
isClicked: {
|
67
67
|
type: import('vue').PropType<boolean>;
|
68
68
|
default: boolean;
|
@@ -71,14 +71,18 @@ export declare const PlNavButton: import('../../../../install-function').SFCInst
|
|
71
71
|
onClick?: (...args: any[]) => any;
|
72
72
|
"onUpdate:isClicked"?: (...args: any[]) => any;
|
73
73
|
}, {}, {}, {}, {}, {
|
74
|
-
disabled: boolean;
|
75
74
|
icon: import('../../../../components/components').TIcon;
|
75
|
+
disabled: boolean;
|
76
76
|
isClicked: boolean;
|
77
77
|
}>;
|
78
78
|
__isFragment?: never;
|
79
79
|
__isTeleport?: never;
|
80
80
|
__isSuspense?: never;
|
81
81
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
82
|
+
icon: {
|
83
|
+
type: import('vue').PropType<import('../../../../components/components').TIcon>;
|
84
|
+
default: string;
|
85
|
+
};
|
82
86
|
type: {
|
83
87
|
type: import('vue').PropType<"new" | "company">;
|
84
88
|
};
|
@@ -86,10 +90,6 @@ export declare const PlNavButton: import('../../../../install-function').SFCInst
|
|
86
90
|
type: import('vue').PropType<boolean>;
|
87
91
|
default: boolean;
|
88
92
|
};
|
89
|
-
icon: {
|
90
|
-
type: import('vue').PropType<import('../../../../components/components').TIcon>;
|
91
|
-
default: string;
|
92
|
-
};
|
93
93
|
isClicked: {
|
94
94
|
type: import('vue').PropType<boolean>;
|
95
95
|
default: boolean;
|
@@ -101,8 +101,8 @@ export declare const PlNavButton: import('../../../../install-function').SFCInst
|
|
101
101
|
click: (...args: any[]) => void;
|
102
102
|
"update:isClicked": (...args: any[]) => void;
|
103
103
|
}, string, {
|
104
|
-
disabled: boolean;
|
105
104
|
icon: import('../../../../components/components').TIcon;
|
105
|
+
disabled: boolean;
|
106
106
|
isClicked: boolean;
|
107
107
|
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
108
108
|
$slots: {
|