@factoringplus/pl-components-pack-v3 1.13.0 → 1.13.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.
- package/README.md +48 -48
- package/dist/CNAME +1 -1
- package/dist/Close40-4bcbc3bd.cjs +1 -0
- package/dist/{Close40-33b3f990.js → Close40-d450a063.js} +2 -2
- package/dist/{crypto-pro-actual-cades-plugin-54e213c4.cjs → crypto-pro-actual-cades-plugin-00e94b0e.cjs} +1 -1
- package/dist/{crypto-pro-actual-cades-plugin-7f197d8a.js → crypto-pro-actual-cades-plugin-6de44578.js} +1 -1
- package/dist/{entry-e7802dab.js → entry-408d6e03.js} +10940 -10921
- package/dist/entry-a17d0f2b.cjs +115 -0
- package/dist/favicon.svg +4 -4
- package/dist/icon/cube20.svg +6 -6
- package/dist/icon/cube24.svg +6 -6
- package/dist/pl-components-pack-v3.cjs.js +1 -1
- package/dist/pl-components-pack-v3.es.js +1 -1
- package/dist/src/assets/calendar.json.d.ts +134 -134
- package/dist/src/components/basic/pl-button/index.d.ts +21 -20
- 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 +21 -20
- package/dist/src/components/basic/pl-button-dropdown/pl-button-dropdown.vue.d.ts +9 -9
- package/dist/src/components/basic/pl-dialog/index.d.ts +21 -20
- package/dist/src/components/basic/pl-dialog/pl-dialog-plus.vue.d.ts +9 -9
- package/dist/src/components/basic/pl-link/index.d.ts +2 -1
- package/dist/src/components/basic/pl-scrollbar/index.d.ts +2 -1
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-button/index.d.ts +8 -7
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-button/pl-skeleton-button.vue.d.ts +2 -2
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-control/index.d.ts +4 -3
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-icon/index.d.ts +2 -1
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-input/index.d.ts +2 -1
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tabs/index.d.ts +2 -1
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tags-chips/index.d.ts +5 -4
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tags-chips/pl-skeleton-tags-chips.vue.d.ts +1 -1
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text/index.d.ts +2 -1
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-text-cell/index.d.ts +2 -1
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-upload/index.d.ts +2 -1
- package/dist/src/components/basic/pl-skeleton/index.d.ts +7 -6
- package/dist/src/components/basic/pl-skeleton/pl-skeleton.vue.d.ts +1 -1
- package/dist/src/components/basic/pl-tooltip-plus/index.d.ts +9 -8
- package/dist/src/components/basic/pl-tooltip-plus/pl-tooltip-plus.vue.d.ts +1 -1
- package/dist/src/components/data/pl-action-bar/components/pl-action-button/index.d.ts +2 -1
- package/dist/src/components/data/pl-action-bar/index.d.ts +2 -1
- package/dist/src/components/data/pl-banner/index.d.ts +2 -1
- package/dist/src/components/data/pl-card/index.d.ts +2 -1
- package/dist/src/components/data/pl-multitab/components/pl-tab-card.vue.d.ts +1 -1
- package/dist/src/components/data/pl-multitab/index.d.ts +2 -1
- package/dist/src/components/data/pl-multitab/types/index.d.ts +1 -1
- package/dist/src/components/data/pl-onboarding/index.d.ts +25 -24
- package/dist/src/components/data/pl-onboarding/pl-onboarding.vue.d.ts +11 -11
- package/dist/src/components/data/pl-progress/index.d.ts +5 -4
- package/dist/src/components/data/pl-progress/pl-progress.vue.d.ts +1 -1
- package/dist/src/components/data/pl-sign-error/index.d.ts +2 -1
- package/dist/src/components/data/pl-signing/index.d.ts +2 -1
- package/dist/src/components/data/pl-snackbar/index.d.ts +3 -3
- package/dist/src/components/data/pl-snackbar/pl-snackbar.vue.d.ts +1 -1
- package/dist/src/components/data/pl-stepper/index.d.ts +21 -20
- package/dist/src/components/data/pl-table-plus/index.d.ts +150 -149
- package/dist/src/components/data/pl-table-plus/pl-table-plus.vue.d.ts +72 -72
- package/dist/src/components/data/pl-tabs/index.d.ts +2 -1
- package/dist/src/components/data/pl-tags-chips/index.d.ts +9 -8
- package/dist/src/components/data/pl-tags-chips/pl-tags-chips.vue.d.ts +1 -1
- package/dist/src/components/data/pl-text-cell/index.d.ts +2 -1
- package/dist/src/components/deprecated/pl-tooltip/pl-tooltip.vue.d.ts +3 -3
- package/dist/src/components/form/pl-autocomplete/components/pl-autocomplete-dropdown.vue.d.ts +1 -1
- package/dist/src/components/form/pl-autocomplete/components/pl-default.vue.d.ts +30 -21
- package/dist/src/components/form/pl-autocomplete/index.d.ts +75 -55
- package/dist/src/components/form/pl-autocomplete/pl-autocompete.vue.d.ts +35 -26
- package/dist/src/components/form/pl-autocomplete/types/index.d.ts +2 -0
- package/dist/src/components/form/pl-checkbox-plus/index.d.ts +9 -8
- package/dist/src/components/form/pl-checkbox-plus/pl-checkbox-plus.vue.d.ts +3 -3
- package/dist/src/components/form/pl-date-picker-plus/common/components/PlDatePickerRangeWrapper.vue.d.ts +9 -9
- package/dist/src/components/form/pl-date-picker-plus/common/components/PlDatePickerWrapper.vue.d.ts +9 -9
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +18 -18
- package/dist/src/components/form/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +18 -18
- package/dist/src/components/form/pl-form/index.d.ts +26 -25
- package/dist/src/components/form/pl-input-plus/components/pl-currency.vue.d.ts +30 -30
- package/dist/src/components/form/pl-input-plus/components/pl-default.vue.d.ts +24 -24
- package/dist/src/components/form/pl-input-plus/components/pl-password.vue.d.ts +18 -18
- package/dist/src/components/form/pl-input-plus/components/pl-textarea.vue.d.ts +33 -33
- package/dist/src/components/form/pl-input-plus/index.d.ts +127 -126
- package/dist/src/components/form/pl-input-plus/pl-input-plus.vue.d.ts +7 -7
- package/dist/src/components/form/pl-multi-select/components/pl-default.vue.d.ts +18 -18
- package/dist/src/components/form/pl-multi-select/index.d.ts +40 -39
- package/dist/src/components/form/pl-multi-select/pl-multi-select.vue.d.ts +18 -18
- package/dist/src/components/form/pl-radio/index.d.ts +9 -8
- package/dist/src/components/form/pl-radio/pl-radio.vue.d.ts +3 -3
- package/dist/src/components/form/pl-select-plus/components/pl-default.vue.d.ts +18 -18
- package/dist/src/components/form/pl-select-plus/index.d.ts +40 -39
- package/dist/src/components/form/pl-select-plus/pl-select-plus.vue.d.ts +18 -18
- package/dist/src/components/form/pl-switch/index.d.ts +2 -1
- package/dist/src/components/form/pl-upload-plus/index.d.ts +21 -20
- package/dist/src/components/form/pl-upload-plus/pl-upload-plus.vue.d.ts +9 -9
- package/dist/src/components/shared/pl-dropdown/index.d.ts +29 -28
- package/dist/src/components/shared/pl-dropdown/pl-dropdown.vue.d.ts +13 -13
- package/dist/src/components/shared/pl-icon/index.d.ts +2 -1
- package/dist/src/components/shared/pl-label/index.d.ts +2 -1
- package/dist/src/components/shared/pl-mark-text/index.d.ts +2 -1
- package/dist/src/components/shared/pl-option/index.d.ts +2 -1
- package/dist/src/components/shared/pl-status-icon/index.d.ts +2 -1
- package/dist/src/components/shared/pl-tab-pane/index.d.ts +2 -1
- package/dist/src/directives/vTap.d.ts +1 -1
- package/dist/style.css +1 -1
- package/package.json +128 -125
- package/dist/Close40-49678fc0.cjs +0 -1
- package/dist/entry-dff9093b.cjs +0 -115
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { default as Skeleton } from './pl-skeleton.vue';
|
|
1
2
|
import { ISkeletonProps } from './types';
|
|
2
3
|
|
|
3
4
|
export declare const PlSkeleton: import('../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
|
@@ -9,11 +10,11 @@ export declare const PlSkeleton: import('../../../install-function').SFCInstallW
|
|
|
9
10
|
type: import('vue').PropType<string>;
|
|
10
11
|
default: string;
|
|
11
12
|
};
|
|
12
|
-
|
|
13
|
+
borderRadius: {
|
|
13
14
|
type: import('vue').PropType<string>;
|
|
14
15
|
default: string;
|
|
15
16
|
};
|
|
16
|
-
|
|
17
|
+
variant: {
|
|
17
18
|
type: import('vue').PropType<string>;
|
|
18
19
|
default: string;
|
|
19
20
|
};
|
|
@@ -26,24 +27,24 @@ export declare const PlSkeleton: import('../../../install-function').SFCInstallW
|
|
|
26
27
|
type: import('vue').PropType<string>;
|
|
27
28
|
default: string;
|
|
28
29
|
};
|
|
29
|
-
|
|
30
|
+
borderRadius: {
|
|
30
31
|
type: import('vue').PropType<string>;
|
|
31
32
|
default: string;
|
|
32
33
|
};
|
|
33
|
-
|
|
34
|
+
variant: {
|
|
34
35
|
type: import('vue').PropType<string>;
|
|
35
36
|
default: string;
|
|
36
37
|
};
|
|
37
38
|
}>>, {
|
|
38
39
|
width: string;
|
|
39
40
|
height: string;
|
|
40
|
-
variant: string;
|
|
41
41
|
borderRadius: string;
|
|
42
|
+
variant: string;
|
|
42
43
|
}, {}>>;
|
|
43
44
|
export default PlSkeleton;
|
|
44
45
|
export type { ISkeletonProps };
|
|
45
46
|
declare module 'vue' {
|
|
46
47
|
interface GlobalComponents {
|
|
47
|
-
PlSkeleton:
|
|
48
|
+
PlSkeleton: typeof Skeleton;
|
|
48
49
|
}
|
|
49
50
|
}
|
|
@@ -13,8 +13,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
13
13
|
}>>>, {
|
|
14
14
|
width: string;
|
|
15
15
|
height: string;
|
|
16
|
-
variant: string;
|
|
17
16
|
borderRadius: string;
|
|
17
|
+
variant: string;
|
|
18
18
|
}, {}>;
|
|
19
19
|
export default _default;
|
|
20
20
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { default as TooltipPlus } from './pl-tooltip-plus.vue';
|
|
1
2
|
import { ITooltipPlusProps } from './types';
|
|
2
3
|
|
|
3
4
|
export declare const PlTooltipPlus: import('../../../install-function').SFCInstallWithContext<{
|
|
@@ -11,7 +12,7 @@ export declare const PlTooltipPlus: import('../../../install-function').SFCInsta
|
|
|
11
12
|
default: string;
|
|
12
13
|
};
|
|
13
14
|
placement: {
|
|
14
|
-
type: import('vue').PropType<"left" | "right" | "top
|
|
15
|
+
type: import('vue').PropType<"left" | "right" | "top" | "top-right" | "top-left" | "right-top" | "right-bottom" | "bottom-left" | "bottom" | "bottom-right" | "left-bottom" | "left-top">;
|
|
15
16
|
default: string;
|
|
16
17
|
};
|
|
17
18
|
delay: {
|
|
@@ -40,7 +41,7 @@ export declare const PlTooltipPlus: import('../../../install-function').SFCInsta
|
|
|
40
41
|
default: string;
|
|
41
42
|
};
|
|
42
43
|
placement: {
|
|
43
|
-
type: import('vue').PropType<"left" | "right" | "top
|
|
44
|
+
type: import('vue').PropType<"left" | "right" | "top" | "top-right" | "top-left" | "right-top" | "right-bottom" | "bottom-left" | "bottom" | "bottom-right" | "left-bottom" | "left-top">;
|
|
44
45
|
default: string;
|
|
45
46
|
};
|
|
46
47
|
delay: {
|
|
@@ -62,7 +63,7 @@ export declare const PlTooltipPlus: import('../../../install-function').SFCInsta
|
|
|
62
63
|
}>>, {
|
|
63
64
|
disabled: boolean;
|
|
64
65
|
width: string;
|
|
65
|
-
placement: "left" | "right" | "top
|
|
66
|
+
placement: "left" | "right" | "top" | "top-right" | "top-left" | "right-top" | "right-bottom" | "bottom-left" | "bottom" | "bottom-right" | "left-bottom" | "left-top";
|
|
66
67
|
delay: boolean;
|
|
67
68
|
truncated: boolean;
|
|
68
69
|
trigger: "click" | "hover";
|
|
@@ -84,7 +85,7 @@ export declare const PlTooltipPlus: import('../../../install-function').SFCInsta
|
|
|
84
85
|
default: string;
|
|
85
86
|
};
|
|
86
87
|
placement: {
|
|
87
|
-
type: import('vue').PropType<"left" | "right" | "top
|
|
88
|
+
type: import('vue').PropType<"left" | "right" | "top" | "top-right" | "top-left" | "right-top" | "right-bottom" | "bottom-left" | "bottom" | "bottom-right" | "left-bottom" | "left-top">;
|
|
88
89
|
default: string;
|
|
89
90
|
};
|
|
90
91
|
delay: {
|
|
@@ -106,7 +107,7 @@ export declare const PlTooltipPlus: import('../../../install-function').SFCInsta
|
|
|
106
107
|
}>>, {}, {}, {}, {}, {
|
|
107
108
|
disabled: boolean;
|
|
108
109
|
width: string;
|
|
109
|
-
placement: "left" | "right" | "top
|
|
110
|
+
placement: "left" | "right" | "top" | "top-right" | "top-left" | "right-top" | "right-bottom" | "bottom-left" | "bottom" | "bottom-right" | "left-bottom" | "left-top";
|
|
110
111
|
delay: boolean;
|
|
111
112
|
truncated: boolean;
|
|
112
113
|
trigger: "click" | "hover";
|
|
@@ -125,7 +126,7 @@ export declare const PlTooltipPlus: import('../../../install-function').SFCInsta
|
|
|
125
126
|
default: string;
|
|
126
127
|
};
|
|
127
128
|
placement: {
|
|
128
|
-
type: import('vue').PropType<"left" | "right" | "top
|
|
129
|
+
type: import('vue').PropType<"left" | "right" | "top" | "top-right" | "top-left" | "right-top" | "right-bottom" | "bottom-left" | "bottom" | "bottom-right" | "left-bottom" | "left-top">;
|
|
129
130
|
default: string;
|
|
130
131
|
};
|
|
131
132
|
delay: {
|
|
@@ -147,7 +148,7 @@ export declare const PlTooltipPlus: import('../../../install-function').SFCInsta
|
|
|
147
148
|
}>>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
148
149
|
disabled: boolean;
|
|
149
150
|
width: string;
|
|
150
|
-
placement: "left" | "right" | "top
|
|
151
|
+
placement: "left" | "right" | "top" | "top-right" | "top-left" | "right-top" | "right-bottom" | "bottom-left" | "bottom" | "bottom-right" | "left-bottom" | "left-top";
|
|
151
152
|
delay: boolean;
|
|
152
153
|
truncated: boolean;
|
|
153
154
|
trigger: "click" | "hover";
|
|
@@ -162,6 +163,6 @@ export default PlTooltipPlus;
|
|
|
162
163
|
export type { ITooltipPlusProps };
|
|
163
164
|
declare module 'vue' {
|
|
164
165
|
interface GlobalComponents {
|
|
165
|
-
PlTooltipPlus:
|
|
166
|
+
PlTooltipPlus: typeof TooltipPlus;
|
|
166
167
|
}
|
|
167
168
|
}
|
|
@@ -19,7 +19,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__
|
|
|
19
19
|
}>>>, {
|
|
20
20
|
disabled: boolean;
|
|
21
21
|
width: string;
|
|
22
|
-
placement: "left" | "right" | "top
|
|
22
|
+
placement: "left" | "right" | "top" | "top-right" | "top-left" | "right-top" | "right-bottom" | "bottom-left" | "bottom" | "bottom-right" | "left-bottom" | "left-top";
|
|
23
23
|
delay: boolean;
|
|
24
24
|
truncated: boolean;
|
|
25
25
|
trigger: "click" | "hover";
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { default as ActionButton } from './pl-action-button.vue';
|
|
1
2
|
import { IActionButtonsProps } from './types';
|
|
2
3
|
|
|
3
4
|
export declare const PlActionButton: import('../../../../../install-function').SFCInstallWithContext<{
|
|
@@ -227,6 +228,6 @@ declare module 'vue' {
|
|
|
227
228
|
*
|
|
228
229
|
* @slot default — текст кнопки (для полноценных кнопок)
|
|
229
230
|
*/
|
|
230
|
-
PlActionButton:
|
|
231
|
+
PlActionButton: typeof ActionButton;
|
|
231
232
|
}
|
|
232
233
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { default as ActionBar } from './pl-action-bar.vue';
|
|
1
2
|
import { IActionBarProps } from './types';
|
|
2
3
|
|
|
3
4
|
export declare const PlActionBar: import('../../../install-function').SFCInstallWithContext<{
|
|
@@ -189,6 +190,6 @@ declare module 'vue' {
|
|
|
189
190
|
* @slot buttons — Слот для размещения основных кнопок с текстом (компоненты Action Button)
|
|
190
191
|
* @slot icons — Слот для иконок-кнопок (второстепенные действия, компоненты Action Button)
|
|
191
192
|
*/
|
|
192
|
-
PlActionBar:
|
|
193
|
+
PlActionBar: typeof ActionBar;
|
|
193
194
|
}
|
|
194
195
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { default as Banner } from './pl-banner.vue';
|
|
1
2
|
import { TBannerProps, ICustomColors } from './types';
|
|
2
3
|
|
|
3
4
|
export declare const PlBanner: import('../../../install-function').SFCInstallWithContext<{
|
|
@@ -204,6 +205,6 @@ declare module 'vue' {
|
|
|
204
205
|
* @property closeButton - Показывать ли кнопку закрытия (крестик)
|
|
205
206
|
* @property customColors - Пользовательские цвета для баннера (используется, если тип 'custom')
|
|
206
207
|
*/
|
|
207
|
-
PlBanner:
|
|
208
|
+
PlBanner: typeof Banner;
|
|
208
209
|
}
|
|
209
210
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { default as Card } from './pl-card.vue';
|
|
1
2
|
import { ICardProps } from './types';
|
|
2
3
|
|
|
3
4
|
export declare const PlCard: import('../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
|
@@ -43,6 +44,6 @@ export default PlCard;
|
|
|
43
44
|
export type { ICardProps };
|
|
44
45
|
declare module 'vue' {
|
|
45
46
|
interface GlobalComponents {
|
|
46
|
-
PlCard:
|
|
47
|
+
PlCard: typeof Card;
|
|
47
48
|
}
|
|
48
49
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { default as Multitab } from './pl-multitab.vue';
|
|
1
2
|
import { IMultitabProps } from './types';
|
|
2
3
|
|
|
3
4
|
export declare const PlMultitab: import('../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
|
@@ -37,6 +38,6 @@ export default PlMultitab;
|
|
|
37
38
|
export type { IMultitabProps };
|
|
38
39
|
declare module 'vue' {
|
|
39
40
|
interface GlobalComponents {
|
|
40
|
-
PlMultitab:
|
|
41
|
+
PlMultitab: typeof Multitab;
|
|
41
42
|
}
|
|
42
43
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { default as Onboarding } from './pl-onboarding.vue';
|
|
1
2
|
import { IOnboardingProps, ISlide } from './types';
|
|
2
3
|
|
|
3
4
|
export declare const PlOnboarding: import('../../../install-function').SFCInstallWithContext<{
|
|
@@ -14,13 +15,9 @@ export declare const PlOnboarding: import('../../../install-function').SFCInstal
|
|
|
14
15
|
default: string;
|
|
15
16
|
};
|
|
16
17
|
placement: {
|
|
17
|
-
type: import('vue').PropType<"left" | "right" | "top
|
|
18
|
+
type: import('vue').PropType<"left" | "right" | "top" | "top-right" | "top-left" | "right-top" | "right-bottom" | "bottom-left" | "bottom" | "bottom-right" | "left-bottom" | "left-top">;
|
|
18
19
|
default: string;
|
|
19
20
|
};
|
|
20
|
-
slides: {
|
|
21
|
-
type: import('vue').PropType<ISlide[]>;
|
|
22
|
-
required: true;
|
|
23
|
-
};
|
|
24
21
|
hideCloseButton: {
|
|
25
22
|
type: import('vue').PropType<boolean>;
|
|
26
23
|
default: boolean;
|
|
@@ -29,6 +26,10 @@ export declare const PlOnboarding: import('../../../install-function').SFCInstal
|
|
|
29
26
|
type: import('vue').PropType<boolean>;
|
|
30
27
|
default: boolean;
|
|
31
28
|
};
|
|
29
|
+
slides: {
|
|
30
|
+
type: import('vue').PropType<ISlide[]>;
|
|
31
|
+
required: true;
|
|
32
|
+
};
|
|
32
33
|
}>> & {
|
|
33
34
|
onClose?: () => any;
|
|
34
35
|
onNext?: () => any;
|
|
@@ -48,13 +49,9 @@ export declare const PlOnboarding: import('../../../install-function').SFCInstal
|
|
|
48
49
|
default: string;
|
|
49
50
|
};
|
|
50
51
|
placement: {
|
|
51
|
-
type: import('vue').PropType<"left" | "right" | "top
|
|
52
|
+
type: import('vue').PropType<"left" | "right" | "top" | "top-right" | "top-left" | "right-top" | "right-bottom" | "bottom-left" | "bottom" | "bottom-right" | "left-bottom" | "left-top">;
|
|
52
53
|
default: string;
|
|
53
54
|
};
|
|
54
|
-
slides: {
|
|
55
|
-
type: import('vue').PropType<ISlide[]>;
|
|
56
|
-
required: true;
|
|
57
|
-
};
|
|
58
55
|
hideCloseButton: {
|
|
59
56
|
type: import('vue').PropType<boolean>;
|
|
60
57
|
default: boolean;
|
|
@@ -63,13 +60,17 @@ export declare const PlOnboarding: import('../../../install-function').SFCInstal
|
|
|
63
60
|
type: import('vue').PropType<boolean>;
|
|
64
61
|
default: boolean;
|
|
65
62
|
};
|
|
63
|
+
slides: {
|
|
64
|
+
type: import('vue').PropType<ISlide[]>;
|
|
65
|
+
required: true;
|
|
66
|
+
};
|
|
66
67
|
}>> & {
|
|
67
68
|
onClose?: () => any;
|
|
68
69
|
onNext?: () => any;
|
|
69
70
|
}, {
|
|
70
71
|
title: string;
|
|
71
72
|
borderRadius: string;
|
|
72
|
-
placement: "left" | "right" | "top
|
|
73
|
+
placement: "left" | "right" | "top" | "top-right" | "top-left" | "right-top" | "right-bottom" | "bottom-left" | "bottom" | "bottom-right" | "left-bottom" | "left-top";
|
|
73
74
|
hideCloseButton: boolean;
|
|
74
75
|
overlay: boolean;
|
|
75
76
|
}, true, {}, {}, {
|
|
@@ -92,13 +93,9 @@ export declare const PlOnboarding: import('../../../install-function').SFCInstal
|
|
|
92
93
|
default: string;
|
|
93
94
|
};
|
|
94
95
|
placement: {
|
|
95
|
-
type: import('vue').PropType<"left" | "right" | "top
|
|
96
|
+
type: import('vue').PropType<"left" | "right" | "top" | "top-right" | "top-left" | "right-top" | "right-bottom" | "bottom-left" | "bottom" | "bottom-right" | "left-bottom" | "left-top">;
|
|
96
97
|
default: string;
|
|
97
98
|
};
|
|
98
|
-
slides: {
|
|
99
|
-
type: import('vue').PropType<ISlide[]>;
|
|
100
|
-
required: true;
|
|
101
|
-
};
|
|
102
99
|
hideCloseButton: {
|
|
103
100
|
type: import('vue').PropType<boolean>;
|
|
104
101
|
default: boolean;
|
|
@@ -107,13 +104,17 @@ export declare const PlOnboarding: import('../../../install-function').SFCInstal
|
|
|
107
104
|
type: import('vue').PropType<boolean>;
|
|
108
105
|
default: boolean;
|
|
109
106
|
};
|
|
107
|
+
slides: {
|
|
108
|
+
type: import('vue').PropType<ISlide[]>;
|
|
109
|
+
required: true;
|
|
110
|
+
};
|
|
110
111
|
}>> & {
|
|
111
112
|
onClose?: () => any;
|
|
112
113
|
onNext?: () => any;
|
|
113
114
|
}, {}, {}, {}, {}, {
|
|
114
115
|
title: string;
|
|
115
116
|
borderRadius: string;
|
|
116
|
-
placement: "left" | "right" | "top
|
|
117
|
+
placement: "left" | "right" | "top" | "top-right" | "top-left" | "right-top" | "right-bottom" | "bottom-left" | "bottom" | "bottom-right" | "left-bottom" | "left-top";
|
|
117
118
|
hideCloseButton: boolean;
|
|
118
119
|
overlay: boolean;
|
|
119
120
|
}>;
|
|
@@ -133,13 +134,9 @@ export declare const PlOnboarding: import('../../../install-function').SFCInstal
|
|
|
133
134
|
default: string;
|
|
134
135
|
};
|
|
135
136
|
placement: {
|
|
136
|
-
type: import('vue').PropType<"left" | "right" | "top
|
|
137
|
+
type: import('vue').PropType<"left" | "right" | "top" | "top-right" | "top-left" | "right-top" | "right-bottom" | "bottom-left" | "bottom" | "bottom-right" | "left-bottom" | "left-top">;
|
|
137
138
|
default: string;
|
|
138
139
|
};
|
|
139
|
-
slides: {
|
|
140
|
-
type: import('vue').PropType<ISlide[]>;
|
|
141
|
-
required: true;
|
|
142
|
-
};
|
|
143
140
|
hideCloseButton: {
|
|
144
141
|
type: import('vue').PropType<boolean>;
|
|
145
142
|
default: boolean;
|
|
@@ -148,6 +145,10 @@ export declare const PlOnboarding: import('../../../install-function').SFCInstal
|
|
|
148
145
|
type: import('vue').PropType<boolean>;
|
|
149
146
|
default: boolean;
|
|
150
147
|
};
|
|
148
|
+
slides: {
|
|
149
|
+
type: import('vue').PropType<ISlide[]>;
|
|
150
|
+
required: true;
|
|
151
|
+
};
|
|
151
152
|
}>> & {
|
|
152
153
|
onClose?: () => any;
|
|
153
154
|
onNext?: () => any;
|
|
@@ -157,7 +158,7 @@ export declare const PlOnboarding: import('../../../install-function').SFCInstal
|
|
|
157
158
|
}, string, {
|
|
158
159
|
title: string;
|
|
159
160
|
borderRadius: string;
|
|
160
|
-
placement: "left" | "right" | "top
|
|
161
|
+
placement: "left" | "right" | "top" | "top-right" | "top-left" | "right-top" | "right-bottom" | "bottom-left" | "bottom" | "bottom-right" | "left-bottom" | "left-top";
|
|
161
162
|
hideCloseButton: boolean;
|
|
162
163
|
overlay: boolean;
|
|
163
164
|
}, {}, string, {}> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
@@ -169,6 +170,6 @@ export default PlOnboarding;
|
|
|
169
170
|
export type { IOnboardingProps, ISlide };
|
|
170
171
|
declare module 'vue' {
|
|
171
172
|
interface GlobalComponents {
|
|
172
|
-
PlOnboarding:
|
|
173
|
+
PlOnboarding: typeof Onboarding;
|
|
173
174
|
}
|
|
174
175
|
}
|
|
@@ -11,13 +11,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
11
11
|
default: string;
|
|
12
12
|
};
|
|
13
13
|
placement: {
|
|
14
|
-
type: import('vue').PropType<"left" | "right" | "top
|
|
14
|
+
type: import('vue').PropType<"left" | "right" | "top" | "top-right" | "top-left" | "right-top" | "right-bottom" | "bottom-left" | "bottom" | "bottom-right" | "left-bottom" | "left-top">;
|
|
15
15
|
default: string;
|
|
16
16
|
};
|
|
17
|
-
slides: {
|
|
18
|
-
type: import('vue').PropType<import('./types').ISlide[]>;
|
|
19
|
-
required: true;
|
|
20
|
-
};
|
|
21
17
|
hideCloseButton: {
|
|
22
18
|
type: import('vue').PropType<boolean>;
|
|
23
19
|
default: boolean;
|
|
@@ -26,6 +22,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
26
22
|
type: import('vue').PropType<boolean>;
|
|
27
23
|
default: boolean;
|
|
28
24
|
};
|
|
25
|
+
slides: {
|
|
26
|
+
type: import('vue').PropType<import('./types').ISlide[]>;
|
|
27
|
+
required: true;
|
|
28
|
+
};
|
|
29
29
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
30
30
|
close: () => void;
|
|
31
31
|
next: () => void;
|
|
@@ -42,13 +42,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
42
42
|
default: string;
|
|
43
43
|
};
|
|
44
44
|
placement: {
|
|
45
|
-
type: import('vue').PropType<"left" | "right" | "top
|
|
45
|
+
type: import('vue').PropType<"left" | "right" | "top" | "top-right" | "top-left" | "right-top" | "right-bottom" | "bottom-left" | "bottom" | "bottom-right" | "left-bottom" | "left-top">;
|
|
46
46
|
default: string;
|
|
47
47
|
};
|
|
48
|
-
slides: {
|
|
49
|
-
type: import('vue').PropType<import('./types').ISlide[]>;
|
|
50
|
-
required: true;
|
|
51
|
-
};
|
|
52
48
|
hideCloseButton: {
|
|
53
49
|
type: import('vue').PropType<boolean>;
|
|
54
50
|
default: boolean;
|
|
@@ -57,13 +53,17 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<{
|
|
|
57
53
|
type: import('vue').PropType<boolean>;
|
|
58
54
|
default: boolean;
|
|
59
55
|
};
|
|
56
|
+
slides: {
|
|
57
|
+
type: import('vue').PropType<import('./types').ISlide[]>;
|
|
58
|
+
required: true;
|
|
59
|
+
};
|
|
60
60
|
}>> & {
|
|
61
61
|
onClose?: () => any;
|
|
62
62
|
onNext?: () => any;
|
|
63
63
|
}, {
|
|
64
64
|
title: string;
|
|
65
65
|
borderRadius: string;
|
|
66
|
-
placement: "left" | "right" | "top
|
|
66
|
+
placement: "left" | "right" | "top" | "top-right" | "top-left" | "right-top" | "right-bottom" | "bottom-left" | "bottom" | "bottom-right" | "left-bottom" | "left-top";
|
|
67
67
|
hideCloseButton: boolean;
|
|
68
68
|
overlay: boolean;
|
|
69
69
|
}, {}>, {
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import { default as Progress } from './pl-progress.vue';
|
|
1
2
|
import { IProgressProps } from './types';
|
|
2
3
|
|
|
3
4
|
export declare const PlProgress: import('../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
|
4
5
|
size: {
|
|
5
|
-
type: import('vue').PropType<"
|
|
6
|
+
type: import('vue').PropType<"large" | "small" | "snackbar">;
|
|
6
7
|
default: string;
|
|
7
8
|
};
|
|
8
9
|
type: {
|
|
@@ -23,7 +24,7 @@ export declare const PlProgress: import('../../../install-function').SFCInstallW
|
|
|
23
24
|
};
|
|
24
25
|
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
25
26
|
size: {
|
|
26
|
-
type: import('vue').PropType<"
|
|
27
|
+
type: import('vue').PropType<"large" | "small" | "snackbar">;
|
|
27
28
|
default: string;
|
|
28
29
|
};
|
|
29
30
|
type: {
|
|
@@ -43,7 +44,7 @@ export declare const PlProgress: import('../../../install-function').SFCInstallW
|
|
|
43
44
|
default: number;
|
|
44
45
|
};
|
|
45
46
|
}>>, {
|
|
46
|
-
size: "
|
|
47
|
+
size: "large" | "small" | "snackbar";
|
|
47
48
|
type: "sectional" | "solid";
|
|
48
49
|
width: string;
|
|
49
50
|
glare: boolean;
|
|
@@ -53,6 +54,6 @@ export default PlProgress;
|
|
|
53
54
|
export type { IProgressProps };
|
|
54
55
|
declare module 'vue' {
|
|
55
56
|
interface GlobalComponents {
|
|
56
|
-
PlProgress:
|
|
57
|
+
PlProgress: typeof Progress;
|
|
57
58
|
}
|
|
58
59
|
}
|
|
@@ -13,7 +13,7 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
13
13
|
width: string;
|
|
14
14
|
percentage: number;
|
|
15
15
|
}>>>, {
|
|
16
|
-
size: "
|
|
16
|
+
size: "large" | "small" | "snackbar";
|
|
17
17
|
type: "sectional" | "solid";
|
|
18
18
|
width: string;
|
|
19
19
|
glare: boolean;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { default as SignError } from './pl-sign-error.vue';
|
|
1
2
|
import { ISignErrorProps } from './types';
|
|
2
3
|
|
|
3
4
|
export declare const PlSignError: import('../../../install-function').SFCInstallWithContext<{
|
|
@@ -86,6 +87,6 @@ export default PlSignError;
|
|
|
86
87
|
export type { ISignErrorProps };
|
|
87
88
|
declare module 'vue' {
|
|
88
89
|
interface GlobalComponents {
|
|
89
|
-
PlSignError:
|
|
90
|
+
PlSignError: typeof SignError;
|
|
90
91
|
}
|
|
91
92
|
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { default as Signing } from './pl-signing.vue';
|
|
1
2
|
import { IFiles, ParsedCertificate, TagTranslation, ISignedFile, IValidatorError, ISigningProps } from './types';
|
|
2
3
|
|
|
3
4
|
export declare const PlSigning: import('../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
|
@@ -63,6 +64,6 @@ export default PlSigning;
|
|
|
63
64
|
export type { IFiles, ParsedCertificate, TagTranslation, ISignedFile, IValidatorError, ISigningProps, };
|
|
64
65
|
declare module 'vue' {
|
|
65
66
|
interface GlobalComponents {
|
|
66
|
-
PlSigning:
|
|
67
|
+
PlSigning: typeof Signing;
|
|
67
68
|
}
|
|
68
69
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { default as Notification } from './renderSnackbar';
|
|
2
2
|
|
|
3
3
|
export declare const PlNotification: import('../../../install-function').SFCInstallWithContext<import('./types').IPlNotification>;
|
|
4
4
|
export default PlNotification;
|
|
5
|
-
export type { IProps, IRenderSnackbar, IPlNotification } from './types';
|
|
5
|
+
export type { IProps, IRenderSnackbar, IPlNotification, ISnackbarProps } from './types';
|
|
6
6
|
declare module 'vue' {
|
|
7
7
|
interface GlobalComponents {
|
|
8
|
-
PlNotification:
|
|
8
|
+
PlNotification: typeof Notification;
|
|
9
9
|
}
|
|
10
10
|
}
|
|
@@ -26,8 +26,8 @@ declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
26
26
|
button: string;
|
|
27
27
|
title: string;
|
|
28
28
|
percentage: number | import('vue').Ref<number>;
|
|
29
|
-
id: number;
|
|
30
29
|
progress: boolean;
|
|
30
|
+
id: number;
|
|
31
31
|
message: string;
|
|
32
32
|
blockHide: boolean;
|
|
33
33
|
}, {}>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { default as Stepper } from './pl-stepper.vue';
|
|
1
2
|
import { IStepperProps } from './types';
|
|
2
3
|
|
|
3
4
|
export declare const PlStepper: import('../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
|
@@ -5,12 +6,6 @@ export declare const PlStepper: import('../../../install-function').SFCInstallWi
|
|
|
5
6
|
type: import('vue').PropType<string>;
|
|
6
7
|
default: string;
|
|
7
8
|
};
|
|
8
|
-
steps: {
|
|
9
|
-
type: import('vue').PropType<{
|
|
10
|
-
[key: string]: string | number;
|
|
11
|
-
}[]>;
|
|
12
|
-
required: true;
|
|
13
|
-
};
|
|
14
9
|
stepName: {
|
|
15
10
|
type: import('vue').PropType<string>;
|
|
16
11
|
default: string;
|
|
@@ -19,25 +14,25 @@ export declare const PlStepper: import('../../../install-function').SFCInstallWi
|
|
|
19
14
|
type: import('vue').PropType<string>;
|
|
20
15
|
default: string;
|
|
21
16
|
};
|
|
22
|
-
currentCount: {
|
|
23
|
-
type: import('vue').PropType<number>;
|
|
24
|
-
required: true;
|
|
25
|
-
};
|
|
26
17
|
remainOnFooter: {
|
|
27
18
|
type: import('vue').PropType<boolean>;
|
|
28
19
|
default: boolean;
|
|
29
20
|
};
|
|
30
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
31
|
-
displayType: {
|
|
32
|
-
type: import('vue').PropType<string>;
|
|
33
|
-
default: string;
|
|
34
|
-
};
|
|
35
21
|
steps: {
|
|
36
22
|
type: import('vue').PropType<{
|
|
37
23
|
[key: string]: string | number;
|
|
38
24
|
}[]>;
|
|
39
25
|
required: true;
|
|
40
26
|
};
|
|
27
|
+
currentCount: {
|
|
28
|
+
type: import('vue').PropType<number>;
|
|
29
|
+
required: true;
|
|
30
|
+
};
|
|
31
|
+
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
32
|
+
displayType: {
|
|
33
|
+
type: import('vue').PropType<string>;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
41
36
|
stepName: {
|
|
42
37
|
type: import('vue').PropType<string>;
|
|
43
38
|
default: string;
|
|
@@ -46,14 +41,20 @@ export declare const PlStepper: import('../../../install-function').SFCInstallWi
|
|
|
46
41
|
type: import('vue').PropType<string>;
|
|
47
42
|
default: string;
|
|
48
43
|
};
|
|
49
|
-
currentCount: {
|
|
50
|
-
type: import('vue').PropType<number>;
|
|
51
|
-
required: true;
|
|
52
|
-
};
|
|
53
44
|
remainOnFooter: {
|
|
54
45
|
type: import('vue').PropType<boolean>;
|
|
55
46
|
default: boolean;
|
|
56
47
|
};
|
|
48
|
+
steps: {
|
|
49
|
+
type: import('vue').PropType<{
|
|
50
|
+
[key: string]: string | number;
|
|
51
|
+
}[]>;
|
|
52
|
+
required: true;
|
|
53
|
+
};
|
|
54
|
+
currentCount: {
|
|
55
|
+
type: import('vue').PropType<number>;
|
|
56
|
+
required: true;
|
|
57
|
+
};
|
|
57
58
|
}>>, {
|
|
58
59
|
displayType: string;
|
|
59
60
|
stepName: string;
|
|
@@ -64,6 +65,6 @@ export default PlStepper;
|
|
|
64
65
|
export type { IStepperProps };
|
|
65
66
|
declare module 'vue' {
|
|
66
67
|
interface GlobalComponents {
|
|
67
|
-
PlStepper:
|
|
68
|
+
PlStepper: typeof Stepper;
|
|
68
69
|
}
|
|
69
70
|
}
|