@factoringplus/pl-components-pack-v3 1.0.1-pre-01 → 1.0.2-pre-01

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/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "require": "./dist/pl-components-pack-v3.umd.js"
15
15
  }
16
16
  },
17
- "version": "1.0.1-pre-01",
17
+ "version": "1.0.2-pre-01",
18
18
  "scripts": {
19
19
  "dev": "vite",
20
20
  "build": "vite build",
@@ -1,64 +0,0 @@
1
- import type { TButtonProps } from './types';
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TButtonProps>, {
3
- /**
4
- * Выставляет ширину кнопки в 100%
5
- */
6
- fullWidth: boolean;
7
- disabled: boolean;
8
- type: string;
9
- size: string;
10
- icon: string;
11
- iconColor: string;
12
- iconPosition: string;
13
- nativeType: string;
14
- }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
- click: (...args: any[]) => void;
16
- }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TButtonProps>, {
17
- /**
18
- * Выставляет ширину кнопки в 100%
19
- */
20
- fullWidth: boolean;
21
- disabled: boolean;
22
- type: string;
23
- size: string;
24
- icon: string;
25
- iconColor: string;
26
- iconPosition: string;
27
- nativeType: string;
28
- }>>> & {
29
- onClick?: ((...args: any[]) => any) | undefined;
30
- }, {
31
- type: "primary" | "secondary" | "alternative" | "error" | "empty";
32
- icon: import("../pl-icon").TIcon;
33
- fullWidth: boolean;
34
- disabled: boolean;
35
- size: "small" | "large" | "medium";
36
- iconColor: string;
37
- iconPosition: "left" | "right";
38
- nativeType: "button" | "submit" | "reset";
39
- }, {}>, {
40
- default?(_: {}): any;
41
- }>;
42
- export default _default;
43
- declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
44
- declare type __VLS_TypePropsToRuntimeProps<T> = {
45
- [K in keyof T]-?: {} extends Pick<T, K> ? {
46
- type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
47
- } : {
48
- type: import('vue').PropType<T[K]>;
49
- required: true;
50
- };
51
- };
52
- declare type __VLS_WithDefaults<P, D> = {
53
- [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
54
- default: D[K];
55
- }> : P[K];
56
- };
57
- declare type __VLS_Prettify<T> = {
58
- [K in keyof T]: T[K];
59
- } & {};
60
- declare type __VLS_WithTemplateSlots<T, S> = T & {
61
- new (): {
62
- $slots: S;
63
- };
64
- };
@@ -1,21 +0,0 @@
1
- import type { TIcon } from '../../pl-icon/types';
2
- /**
3
- * @param fullWidth boolean;
4
- * @param disabled boolean;
5
- * @param type 'primary' | 'secondary' | 'alternative' | 'error' | 'empty';
6
- * @param size 'large' | 'medium' | 'small';
7
- * @param icon IIcon;
8
- * @param iconColor string;
9
- * @param iconPosition 'left' | 'right';
10
- * @param nativeType 'button'| 'submit'| 'reset' | undefined
11
- */
12
- export declare type TButtonProps = {
13
- fullWidth?: boolean;
14
- disabled?: boolean;
15
- type?: 'primary' | 'secondary' | 'alternative' | 'error' | 'empty';
16
- size?: 'large' | 'medium' | 'small';
17
- icon?: TIcon;
18
- iconColor?: string;
19
- iconPosition?: 'left' | 'right';
20
- nativeType?: 'button' | 'submit' | 'reset';
21
- };
@@ -1,5 +0,0 @@
1
- export declare type TIconProps = {
2
- name: TIcon;
3
- color?: string | '';
4
- };
5
- export declare type TIcon = '' | 'User20' | 'Group20' | 'Edit20' | 'BlankPan20' | 'Support20' | 'HandKey20' | 'Lock20' | 'Connection20' | 'Picture20' | 'Ruble20' | 'Document20' | 'Clip20' | 'Bell20' | 'USB20' | 'Layers20' | 'BlankKey20' | 'BlankChat20' | 'BlankCheck20' | 'BlankLock20' | 'Calendar20' | 'MailCheck20' | 'Mail20' | 'HandTop20' | 'HandRight20' | 'Pin20' | 'Rotate20' | 'Search20' | 'ArrowTop20' | 'ArrowRight20' | 'ArrowLeft20' | 'ArrowBottom20' | 'Settings20' | 'Chart20' | 'Exit20' | 'Warning20' | 'WarningTwo20' | 'WarningThree20' | 'CircleCheck20' | 'Question20' | 'Library20' | 'Loader20' | 'Share20' | 'Saved20' | 'CloudDownload20' | 'Bin20' | 'Eye20' | 'EyeCrossed20' | 'Chat20' | 'Bell20' | 'DotsHorizontal20' | 'DotsVertical20' | 'Scheduled20' | 'Dashboard20' | 'Clock20' | 'Box20' | 'Sort20' | 'SortTwo20' | 'Filter20' | 'Grid20' | 'Hub20' | 'GridTwo20' | 'Home20' | 'Key20' | 'Bulb20' | 'Attachment20' | 'Download20' | 'Link20' | 'Copy20' | 'Telegram20' | 'SortThree20' | 'Plus20' | 'Minus20' | 'Close20' | 'Check20' | 'Scroll20' | 'Print20' | 'Send20' | 'Block20' | 'Star20' | 'Share20' | 'Sticker20' | 'ChevronDoubleLeft20' | 'Cube20' | 'Menu20' | 'AlertFill20' | 'Main20' | 'Wallet20' | 'Truck20' | 'Percent20' | 'Shield20' | 'ChevronDown20' | 'ChevronUp20' | 'ChevronLeft20' | 'ChevronRight20' | 'CreditCard20' | 'Zap20' | 'User24' | 'Group24' | 'Edit24' | 'BlankPan24' | 'Support24' | 'HandKey24' | 'Lock24' | 'Connection24' | 'Picture24' | 'Ruble24' | 'Document24' | 'Clip24' | 'Bell24' | 'USB24' | 'Layers24' | 'BlankKey24' | 'BlankChat24' | 'BlankCheck24' | 'BlankLock24' | 'Calendar24' | 'MailCheck24' | 'Mail24' | 'HandTop24' | 'HandRight24' | 'Pin24' | 'Rotate24' | 'Search24' | 'ArrowTop24' | 'ArrowRight24' | 'ArrowLeft24' | 'ArrowBottom24' | 'Settings24' | 'Chart24' | 'Exit24' | 'Warning24' | 'WarningTwo24' | 'WarningThree24' | 'CircleCheck24' | 'Question24' | 'Library24' | 'Loader24' | 'Share24' | 'Saved24' | 'CloudDownload24' | 'Bin24' | 'Eye24' | 'EyeCrossed24' | 'Chat24' | 'Bell24' | 'DotsHorizontal24' | 'DotsVertical24' | 'Scheduled24' | 'Dashboard24' | 'Clock24' | 'Box24' | 'Sort24' | 'SortTwo24' | 'Filter24' | 'Grid24' | 'Hub24' | 'GridTwo24' | 'Home24' | 'Key24' | 'Bulb24' | 'Attachment24' | 'Download24' | 'Link24' | 'Copy24' | 'Telegram24' | 'SortThree24' | 'Plus24' | 'Minus24' | 'Close24' | 'Check24' | 'Scroll24' | 'Print24' | 'Send24' | 'Block24' | 'Star24' | 'Share24' | 'Sticker24' | 'ChevronDoubleLeft24' | 'ChevronDoubleRight24' | 'Cube24' | 'Menu24' | 'AlertFill24' | 'Main24' | 'Wallet24' | 'Truck24' | 'Percent24' | 'Shield24' | 'ChevronDown24' | 'ChevronUp24' | 'ChevronLeft24' | 'ChevronRight24' | 'Word24' | 'Exel24' | 'PDF24' | 'JPG24' | 'PNG24' | 'Info24' | 'WB20' | 'Ozon20' | 'Yandex20' | 'WB24' | 'Ozon24' | 'Yandex24' | 'WB40' | 'Ozon40' | 'Yandex40' | 'WB56' | 'Ozon56' | 'Yandex56';
@@ -1,2 +0,0 @@
1
- import type { TIcon, TIconProps } from './iconsType';
2
- export { TIcon, TIconProps };