@factoringplus/pl-components-pack-v3 1.9.14-pre-01-ellipse → 1.9.14-pre-13
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/{crypto-pro-actual-cades-plugin-2e0fbdf6.js → crypto-pro-actual-cades-plugin-1b7b35a3.js} +1 -1
- package/dist/{crypto-pro-actual-cades-plugin-24640d49.cjs → crypto-pro-actual-cades-plugin-88616d3a.cjs} +1 -1
- package/dist/{entry-ca2f7fc8.js → entry-4853846d.js} +11904 -11872
- package/dist/entry-80eef4fb.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 +59 -60
- package/dist/src/assets/calendar.json.d.ts +134 -134
- package/dist/src/components/components.d.ts +1 -3
- package/dist/src/components/data/pl-onboarding/pl-onboarding.vue.d.ts +8 -0
- package/dist/src/components/form/pl-input-plus/components/pl-currency.vue.d.ts +3 -0
- package/dist/src/components/form/pl-input-plus/types/index.d.ts +1 -0
- package/dist/src/components/form/pl-select-plus/index.d.ts +2 -0
- package/dist/src/utils/screenSizes.d.ts +1 -0
- package/dist/style.css +1 -1
- package/package.json +117 -117
- package/dist/entry-79854ee9.cjs +0 -115
- package/dist/src/components/shared/pl-ellipse/index.d.ts +0 -67
- package/dist/src/components/shared/pl-ellipse/pl-ellipse.vue.d.ts +0 -31
- package/dist/src/components/shared/pl-ellipse/types/index.d.ts +0 -42
|
@@ -1,67 +0,0 @@
|
|
|
1
|
-
import { TEllipseProps } from './types';
|
|
2
|
-
|
|
3
|
-
export declare const PlEllipse: import('../../../install-function').SFCInstallWithContext<import('vue').DefineComponent<{
|
|
4
|
-
customColors: {
|
|
5
|
-
type: import('vue').PropType<never>;
|
|
6
|
-
};
|
|
7
|
-
status: {
|
|
8
|
-
type: import('vue').PropType<"delete" | "info" | "successful" | "attention" | "neutral">;
|
|
9
|
-
required: true;
|
|
10
|
-
default: string;
|
|
11
|
-
};
|
|
12
|
-
} | {
|
|
13
|
-
customColors: {
|
|
14
|
-
type: import('vue').PropType<import('./types').TEllipseCustomColors>;
|
|
15
|
-
required: true;
|
|
16
|
-
};
|
|
17
|
-
status: {
|
|
18
|
-
type: import('vue').PropType<"custom">;
|
|
19
|
-
required: true;
|
|
20
|
-
default: string;
|
|
21
|
-
};
|
|
22
|
-
}, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
23
|
-
customColors: {
|
|
24
|
-
type: import('vue').PropType<never>;
|
|
25
|
-
};
|
|
26
|
-
status: {
|
|
27
|
-
type: import('vue').PropType<"delete" | "info" | "successful" | "attention" | "neutral">;
|
|
28
|
-
required: true;
|
|
29
|
-
default: string;
|
|
30
|
-
};
|
|
31
|
-
}>> | Readonly<import('vue').ExtractPropTypes<{
|
|
32
|
-
customColors: {
|
|
33
|
-
type: import('vue').PropType<import('./types').TEllipseCustomColors>;
|
|
34
|
-
required: true;
|
|
35
|
-
};
|
|
36
|
-
status: {
|
|
37
|
-
type: import('vue').PropType<"custom">;
|
|
38
|
-
required: true;
|
|
39
|
-
default: string;
|
|
40
|
-
};
|
|
41
|
-
}>>, {
|
|
42
|
-
status: "delete" | "info" | "successful" | "attention" | "neutral";
|
|
43
|
-
} | {
|
|
44
|
-
status: "custom";
|
|
45
|
-
}, {}>>;
|
|
46
|
-
export default PlEllipse;
|
|
47
|
-
export type { TEllipseProps };
|
|
48
|
-
declare module 'vue' {
|
|
49
|
-
interface GlobalComponents {
|
|
50
|
-
/**
|
|
51
|
-
* Базовые свойства для компонента Ellipse.
|
|
52
|
-
*
|
|
53
|
-
* @property {('successful' | 'attention' | 'delete' | 'info' | 'neutral')} [status] - Вариант статуса эллипса. Определяет стиль в зависимости от состояния.
|
|
54
|
-
*
|
|
55
|
-
* Свойства для кастомного статуса.
|
|
56
|
-
*
|
|
57
|
-
* @property {'custom'} status - Кастомный статус.
|
|
58
|
-
* @property {{ icon: TIcon, colorIcon: string, colorIconOverlay: string }} customColors - Объект с настройками иконки и цветовыми значениями для кастомного статуса.
|
|
59
|
-
* @property {TIcon} customColors.icon - Иконка для кастомного статуса.
|
|
60
|
-
* @property {string} customColors.colorIcon - Цвет иконки для кастомного статуса.
|
|
61
|
-
* @property {string} customColors.colorIconOverlay - Цвет наложения для иконки в кастомном статусе.
|
|
62
|
-
*
|
|
63
|
-
* Итоговый тип: либо базовый статус (с необязательными полями), либо кастомный (с обязательными).
|
|
64
|
-
*/
|
|
65
|
-
PlEllipse: import('vue').DefineComponent<TEllipseProps>;
|
|
66
|
-
}
|
|
67
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { TEllipseProps } from './types';
|
|
2
|
-
|
|
3
|
-
declare const _default: import('vue').DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TEllipseProps>, {
|
|
4
|
-
status: string;
|
|
5
|
-
}>, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<import('./types').TEllipseBaseProps>, {
|
|
6
|
-
status: string;
|
|
7
|
-
}>>> | Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<import('./types').TEllipseCustomProps>, {
|
|
8
|
-
status: string;
|
|
9
|
-
}>>>, {
|
|
10
|
-
status: "delete" | "info" | "successful" | "attention" | "neutral";
|
|
11
|
-
} | {
|
|
12
|
-
status: "custom";
|
|
13
|
-
}, {}>;
|
|
14
|
-
export default _default;
|
|
15
|
-
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
16
|
-
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
17
|
-
[K in keyof T]-?: {} extends Pick<T, K> ? {
|
|
18
|
-
type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
|
|
19
|
-
} : {
|
|
20
|
-
type: import('vue').PropType<T[K]>;
|
|
21
|
-
required: true;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
type __VLS_WithDefaults<P, D> = {
|
|
25
|
-
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
26
|
-
default: D[K];
|
|
27
|
-
}> : P[K];
|
|
28
|
-
};
|
|
29
|
-
type __VLS_Prettify<T> = {
|
|
30
|
-
[K in keyof T]: T[K];
|
|
31
|
-
} & {};
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { TIcon } from '../../pl-icon';
|
|
2
|
-
|
|
3
|
-
type TEllipseStatuses = 'successful' | 'attention' | 'delete' | 'info' | 'neutral' | 'custom';
|
|
4
|
-
/**
|
|
5
|
-
* Базовые свойства для компонента Ellipse.
|
|
6
|
-
*
|
|
7
|
-
* @property {('successful' | 'attention' | 'delete' | 'info' | 'neutral')} [status] - Вариант статуса эллипса. Определяет стиль в зависимости от состояния.
|
|
8
|
-
*/
|
|
9
|
-
export interface TEllipseBaseProps {
|
|
10
|
-
status: Exclude<TEllipseStatuses, 'custom'>;
|
|
11
|
-
customColors?: never;
|
|
12
|
-
}
|
|
13
|
-
/**
|
|
14
|
-
* Объект с настройками иконки и цветовыми значениями для кастомного статуса.
|
|
15
|
-
*
|
|
16
|
-
* @property {TIcon} customColors.icon - Иконка для кастомного статуса.
|
|
17
|
-
* @property {string} customColors.colorIcon - Цвет иконки для кастомного статуса.
|
|
18
|
-
* @property {string} customColors.colorIconOverlay - Цвет наложения для иконки в кастомном статусе.
|
|
19
|
-
*/
|
|
20
|
-
export interface TEllipseCustomColors {
|
|
21
|
-
icon: TIcon;
|
|
22
|
-
colorIcon: string;
|
|
23
|
-
colorIconOverlay: string;
|
|
24
|
-
}
|
|
25
|
-
/**
|
|
26
|
-
* Свойства для кастомного статуса.
|
|
27
|
-
*
|
|
28
|
-
* @property {'custom'} status - Кастомный статус.
|
|
29
|
-
* @property {{ icon: TIcon, colorIcon: string, colorIconOverlay: string }} customColors - Объект с настройками иконки и цветовыми значениями для кастомного статуса.
|
|
30
|
-
* @property {TIcon} customColors.icon - Иконка для кастомного статуса.
|
|
31
|
-
* @property {string} customColors.colorIcon - Цвет иконки для кастомного статуса.
|
|
32
|
-
* @property {string} customColors.colorIconOverlay - Цвет наложения для иконки в кастомном статусе.
|
|
33
|
-
*/
|
|
34
|
-
export interface TEllipseCustomProps {
|
|
35
|
-
status: 'custom';
|
|
36
|
-
customColors: TEllipseCustomColors;
|
|
37
|
-
}
|
|
38
|
-
/**
|
|
39
|
-
* Итоговый тип: либо базовый статус (с необязательными полями), либо кастомный (с обязательными).
|
|
40
|
-
*/
|
|
41
|
-
export type TEllipseProps = TEllipseBaseProps | TEllipseCustomProps;
|
|
42
|
-
export {};
|