@factoringplus/pl-components-pack-v3 1.0.9-pre-02 → 1.0.9-pre-04

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.
@@ -1,8 +1,5 @@
1
- import type { TButtonProps } from './types';
1
+ import { TButtonProps } from './types';
2
2
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TButtonProps>, {
3
- /**
4
- * Выставляет ширину кнопки в 100%
5
- */
6
3
  fullWidth: boolean;
7
4
  disabled: boolean;
8
5
  type: string;
@@ -14,9 +11,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
14
11
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
12
  click: (...args: any[]) => void;
16
13
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<TButtonProps>, {
17
- /**
18
- * Выставляет ширину кнопки в 100%
19
- */
20
14
  fullWidth: boolean;
21
15
  disabled: boolean;
22
16
  type: string;
@@ -1,15 +1,15 @@
1
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
2
  export declare type TButtonProps = {
3
+ /**
4
+ * @param fullWidth boolean;
5
+ * @param disabled boolean;
6
+ * @param type 'primary' | 'secondary' | 'alternative' | 'error' | 'empty';
7
+ * @param size 'large' | 'medium' | 'small';
8
+ * @param icon IIcon;
9
+ * @param iconColor string;
10
+ * @param iconPosition 'left' | 'right';
11
+ * @param nativeType 'button'| 'submit'| 'reset' | undefined
12
+ */
13
13
  fullWidth?: boolean;
14
14
  disabled?: boolean;
15
15
  type?: 'primary' | 'secondary' | 'alternative' | 'error' | 'empty';
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.9-pre-02",
17
+ "version": "1.0.9-pre-04",
18
18
  "scripts": {
19
19
  "dev": "vite",
20
20
  "build": "vite build",