@factoringplus/pl-components-pack-v3 1.9.5-pre-11-banner → 1.9.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/dist/{crypto-pro-1e16f0cb.js → crypto-pro-0bdf5224.js} +1 -1
- package/dist/{crypto-pro-5ce1d64f.cjs → crypto-pro-8741830c.cjs} +1 -1
- package/dist/{entry-9730832c.js → entry-161a8f6e.js} +5597 -5797
- package/dist/{entry-9605a7d7.cjs → entry-af51a8f4.cjs} +30 -30
- package/dist/pl-components-pack-v3.cjs.js +1 -1
- package/dist/pl-components-pack-v3.es.js +72 -73
- package/dist/src/components/basic/pl-button/index.d.ts +42 -60
- package/dist/src/components/basic/pl-button/pl-button.vue.d.ts +2 -2
- package/dist/src/components/basic/pl-button/types/index.d.ts +9 -9
- package/dist/src/components/basic/pl-button-dropdown/index.d.ts +38 -38
- package/dist/src/components/basic/pl-button-dropdown/pl-button-dropdown.vue.d.ts +2 -2
- package/dist/src/components/basic/pl-dialog/pl-dialog-plus.vue.d.ts +1 -1
- 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-button/pl-skeleton-button.vue.d.ts +2 -2
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-control/index.d.ts +2 -2
- package/dist/src/components/basic/pl-skeleton/components/pl-skeleton-tags-chips/index.d.ts +3 -3
- 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/components.d.ts +1 -3
- package/dist/src/components/data/pl-multitab/components/pl-tab-card.vue.d.ts +1 -1
- package/dist/src/components/data/pl-progress/index.d.ts +3 -3
- package/dist/src/components/data/pl-progress/pl-progress.vue.d.ts +1 -1
- package/dist/src/components/data/pl-signing/index.d.ts +8 -8
- 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 +41 -41
- 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 +6 -6
- package/dist/src/components/deprecated/pl-date-picker/pl-date-picker-range.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-date-picker/pl-date-picker.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-table/pl-table.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-upload/pl-upload.vue.d.ts +1 -1
- package/dist/src/components/deprecated/pl-upload-legacy/pl-upload-legacy.vue.d.ts +3 -3
- 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 +38 -38
- package/dist/src/components/form/pl-input-plus/pl-input-plus.vue.d.ts +2 -2
- 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 +20 -11
- 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-dropdown/pl-dropdown.vue.d.ts +1 -1
- 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 +2 -2
- package/dist/src/services/pl-navigation/components/NavButton/index.d.ts +12 -12
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/dist/src/components/data/pl-banner/index.d.ts +0 -101
- package/dist/src/components/data/pl-banner/pl-banner.vue.d.ts +0 -51
- package/dist/src/components/data/pl-banner/types/index.d.ts +0 -62
- package/dist/src/components/shared/pl-text/components/pl-system-regular.vue.d.ts +0 -20
package/package.json
CHANGED
@@ -1,101 +0,0 @@
|
|
1
|
-
import { TBannerProps, ICustomColors } from './types';
|
2
|
-
|
3
|
-
export declare const PlBanner: import('../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
4
|
-
type: {
|
5
|
-
type: import('vue').PropType<"info" | "interactive" | "success" | "warning" | "critical" | "custom">;
|
6
|
-
default: string;
|
7
|
-
};
|
8
|
-
icon: {
|
9
|
-
type: import('vue').PropType<import('../../components').TIcon>;
|
10
|
-
default: string;
|
11
|
-
};
|
12
|
-
title: {
|
13
|
-
type: import('vue').PropType<string>;
|
14
|
-
default: string;
|
15
|
-
};
|
16
|
-
description: {
|
17
|
-
type: import('vue').PropType<string>;
|
18
|
-
default: string;
|
19
|
-
};
|
20
|
-
buttonText: {
|
21
|
-
type: import('vue').PropType<string>;
|
22
|
-
default: string;
|
23
|
-
};
|
24
|
-
width: {
|
25
|
-
type: import('vue').PropType<string>;
|
26
|
-
default: string;
|
27
|
-
};
|
28
|
-
closeButton: {
|
29
|
-
type: import('vue').PropType<boolean>;
|
30
|
-
default: boolean;
|
31
|
-
};
|
32
|
-
customColors: {
|
33
|
-
type: import('vue').PropType<ICustomColors>;
|
34
|
-
};
|
35
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
36
|
-
close: () => void;
|
37
|
-
buttonClicked: () => void;
|
38
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
39
|
-
type: {
|
40
|
-
type: import('vue').PropType<"info" | "interactive" | "success" | "warning" | "critical" | "custom">;
|
41
|
-
default: string;
|
42
|
-
};
|
43
|
-
icon: {
|
44
|
-
type: import('vue').PropType<import('../../components').TIcon>;
|
45
|
-
default: string;
|
46
|
-
};
|
47
|
-
title: {
|
48
|
-
type: import('vue').PropType<string>;
|
49
|
-
default: string;
|
50
|
-
};
|
51
|
-
description: {
|
52
|
-
type: import('vue').PropType<string>;
|
53
|
-
default: string;
|
54
|
-
};
|
55
|
-
buttonText: {
|
56
|
-
type: import('vue').PropType<string>;
|
57
|
-
default: string;
|
58
|
-
};
|
59
|
-
width: {
|
60
|
-
type: import('vue').PropType<string>;
|
61
|
-
default: string;
|
62
|
-
};
|
63
|
-
closeButton: {
|
64
|
-
type: import('vue').PropType<boolean>;
|
65
|
-
default: boolean;
|
66
|
-
};
|
67
|
-
customColors: {
|
68
|
-
type: import('vue').PropType<ICustomColors>;
|
69
|
-
};
|
70
|
-
}>> & {
|
71
|
-
onClose?: () => any;
|
72
|
-
onButtonClicked?: () => any;
|
73
|
-
}, {
|
74
|
-
type: "info" | "interactive" | "success" | "warning" | "critical" | "custom";
|
75
|
-
icon: import('../../components').TIcon;
|
76
|
-
title: string;
|
77
|
-
description: string;
|
78
|
-
buttonText: string;
|
79
|
-
width: string;
|
80
|
-
closeButton: boolean;
|
81
|
-
}, {}>>;
|
82
|
-
export default PlBanner;
|
83
|
-
export type { TBannerProps, ICustomColors };
|
84
|
-
declare module 'vue' {
|
85
|
-
interface GlobalComponents {
|
86
|
-
/**
|
87
|
-
* Свойства баннера.
|
88
|
-
*
|
89
|
-
* @property type - Тип баннера: определяет стиль отображения. Может быть:
|
90
|
-
* 'info' | 'interactive' | 'success' | 'warning' | 'critical' | 'custom'
|
91
|
-
* @property title - Заголовок баннера
|
92
|
-
* @property description - Описание или дополнительный текст баннера
|
93
|
-
* @property buttonText - Текст кнопки действия
|
94
|
-
* @property icon - Иконка, отображаемая в баннере
|
95
|
-
* @property width - Ширина баннера (CSS-значение, например '100%', '400px')
|
96
|
-
* @property closeButton - Показывать ли кнопку закрытия (крестик)
|
97
|
-
* @property customColors - Пользовательские цвета для баннера (используется, если тип 'custom')
|
98
|
-
*/
|
99
|
-
PlBanner: import('vue').DefineComponent<TBannerProps>;
|
100
|
-
}
|
101
|
-
}
|
@@ -1,51 +0,0 @@
|
|
1
|
-
import { TBannerProps } from './types';
|
2
|
-
|
3
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TBannerProps>, {
|
4
|
-
width: string;
|
5
|
-
icon: string;
|
6
|
-
buttonText: string;
|
7
|
-
title: string;
|
8
|
-
description: string;
|
9
|
-
type: string;
|
10
|
-
closeButton: boolean;
|
11
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
12
|
-
close: () => void;
|
13
|
-
buttonClicked: () => void;
|
14
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TBannerProps>, {
|
15
|
-
width: string;
|
16
|
-
icon: string;
|
17
|
-
buttonText: string;
|
18
|
-
title: string;
|
19
|
-
description: string;
|
20
|
-
type: string;
|
21
|
-
closeButton: boolean;
|
22
|
-
}>>> & {
|
23
|
-
onClose?: () => any;
|
24
|
-
onButtonClicked?: () => any;
|
25
|
-
}, {
|
26
|
-
type: "info" | "interactive" | "success" | "warning" | "critical" | "custom";
|
27
|
-
icon: import('../../components').TIcon;
|
28
|
-
title: string;
|
29
|
-
description: string;
|
30
|
-
buttonText: string;
|
31
|
-
width: string;
|
32
|
-
closeButton: boolean;
|
33
|
-
}, {}>;
|
34
|
-
export default _default;
|
35
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
36
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
37
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
38
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
39
|
-
} : {
|
40
|
-
type: import('vue').PropType<T[K]>;
|
41
|
-
required: true;
|
42
|
-
};
|
43
|
-
};
|
44
|
-
type __VLS_WithDefaults<P, D> = {
|
45
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
46
|
-
default: D[K];
|
47
|
-
}> : P[K];
|
48
|
-
};
|
49
|
-
type __VLS_Prettify<T> = {
|
50
|
-
[K in keyof T]: T[K];
|
51
|
-
} & {};
|
@@ -1,62 +0,0 @@
|
|
1
|
-
import { TIcon } from '../../../shared/pl-icon';
|
2
|
-
|
3
|
-
/**
|
4
|
-
* Интерфейс для задания пользовательских цветов различных элементов UI.
|
5
|
-
*/
|
6
|
-
export declare interface ICustomColors {
|
7
|
-
/**
|
8
|
-
* @property backgroundBanner - Цвет фона баннера
|
9
|
-
*/
|
10
|
-
backgroundBanner?: string;
|
11
|
-
/**
|
12
|
-
* @property backgroundButton - Цвет фона кнопки
|
13
|
-
*/
|
14
|
-
backgroundButton?: string;
|
15
|
-
/**
|
16
|
-
* @property borderButton - Цвет обводки кнопки
|
17
|
-
*/
|
18
|
-
borderButton?: string;
|
19
|
-
/**
|
20
|
-
* @property textButton - Цвет текста кнопки
|
21
|
-
*/
|
22
|
-
textButton?: string;
|
23
|
-
/**
|
24
|
-
* @property icon - Цвет иконки
|
25
|
-
*/
|
26
|
-
icon?: string;
|
27
|
-
}
|
28
|
-
export declare interface TBannerProps {
|
29
|
-
/**
|
30
|
-
* @property type - Тип баннера: определяет стиль отображения. Может быть:
|
31
|
-
* 'info' | 'interactive' | 'success' | 'warning' | 'critical' | 'custom'
|
32
|
-
*/
|
33
|
-
type?: 'info' | 'interactive' | 'success' | 'warning' | 'critical' | 'custom';
|
34
|
-
/**
|
35
|
-
* @property title - Заголовок баннера
|
36
|
-
*/
|
37
|
-
title?: string;
|
38
|
-
/**
|
39
|
-
* @property description - Описание или дополнительный текст баннера
|
40
|
-
*/
|
41
|
-
description?: string;
|
42
|
-
/**
|
43
|
-
* @property buttonText - Текст кнопки действия
|
44
|
-
*/
|
45
|
-
buttonText?: string;
|
46
|
-
/**
|
47
|
-
* @property icon - Иконка, отображаемая в баннере
|
48
|
-
*/
|
49
|
-
icon?: TIcon;
|
50
|
-
/**
|
51
|
-
* @property width - Ширина баннера (CSS-значение, например '100%', '400px')
|
52
|
-
*/
|
53
|
-
width?: string;
|
54
|
-
/**
|
55
|
-
* @property closeButton - Показывать ли кнопку закрытия (крестик)
|
56
|
-
*/
|
57
|
-
closeButton?: boolean;
|
58
|
-
/**
|
59
|
-
* @property customColors - Пользовательские цвета для баннера (используется, если тип 'custom')
|
60
|
-
*/
|
61
|
-
customColors?: ICustomColors;
|
62
|
-
}
|
@@ -1,20 +0,0 @@
|
|
1
|
-
import { ITextProps } from '../types';
|
2
|
-
|
3
|
-
declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<__VLS_TypePropsToRuntimeProps<ITextProps>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<ITextProps>>>, {}, {}>, {
|
4
|
-
default?(_: {}): any;
|
5
|
-
}>;
|
6
|
-
export default _default;
|
7
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
8
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
9
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
10
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
11
|
-
} : {
|
12
|
-
type: import('vue').PropType<T[K]>;
|
13
|
-
required: true;
|
14
|
-
};
|
15
|
-
};
|
16
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
17
|
-
new (): {
|
18
|
-
$slots: S;
|
19
|
-
};
|
20
|
-
};
|