@factoringplus/pl-components-pack-v3 1.2.12-pre-03 → 1.2.12-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.
package/README.md CHANGED
@@ -1,17 +1,17 @@
1
- # Библиотека компонентов Vue 3
2
-
3
- ## Установка
4
-
5
- ```bash
6
- npm i @factoringplus/pl-components-pack-v3
7
- ```
8
-
9
- ### Добавление компонентов в проект
10
-
11
- ```bash
12
- // src/main.js
13
- import components from '@factoringplus/pl-components-pack-v3';
14
- import '@factoringplus/pl-components-pack-v3/dist/style.css';
15
-
16
- app.use(components)
17
- ```
1
+ # Библиотека компонентов Vue 3
2
+
3
+ ## Установка
4
+
5
+ ```bash
6
+ npm i @factoringplus/pl-components-pack-v3
7
+ ```
8
+
9
+ ### Добавление компонентов в проект
10
+
11
+ ```bash
12
+ // src/main.js
13
+ import components from '@factoringplus/pl-components-pack-v3';
14
+ import '@factoringplus/pl-components-pack-v3/dist/style.css';
15
+
16
+ app.use(components)
17
+ ```
@@ -8,12 +8,15 @@ import loadingAndSetup from '../plugins/loading/loading';
8
8
 
9
9
 
10
10
  import type { IPlNotification } from './pl-snackbar/types';
11
+ import declOfNum from '../utils/declOfNum';
11
12
  declare const Storybook: {
12
13
  install: (app: App) => void;
13
14
  PlNotification: IPlNotification;
14
15
  apiJs: (optionsRequest: any, isGetResourse: boolean, token: any) => Promise<unknown>;
15
16
  plLoading: typeof plLoading;
16
17
  loader: typeof loadingAndSetup;
18
+ formatCurrency: (number: string | number, showDecimal?: boolean, digitCount?: number) => string;
19
+ declOfNum: typeof declOfNum;
17
20
  };
18
21
  export * from './components';
19
22
  export default Storybook;
@@ -81,6 +81,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
81
81
  clearable: boolean;
82
82
  leftIcon: import("../pl-icon").TIcon;
83
83
  password: boolean;
84
+ currency: boolean;
84
85
  rightIcon: import("../pl-icon").TIcon;
85
86
  width: string;
86
87
  helpertext: string;
@@ -88,7 +89,6 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
88
89
  tooltip: string;
89
90
  focusOnReset: boolean;
90
91
  showWordLimit: boolean;
91
- currency: boolean;
92
92
  round: boolean;
93
93
  'show-word-limit': boolean;
94
94
  maxlength: number;
@@ -15,7 +15,6 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
15
15
  clearable: boolean;
16
16
  buttons: boolean;
17
17
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
18
- reset: (...args: any[]) => void;
19
18
  "update:modelValue": (...args: any[]) => void;
20
19
  change: (...args: any[]) => void;
21
20
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<ISelectProps>, {
@@ -35,7 +34,6 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
35
34
  buttons: boolean;
36
35
  }>>> & {
37
36
  onChange?: (...args: any[]) => any;
38
- onReset?: (...args: any[]) => any;
39
37
  "onUpdate:modelValue"?: (...args: any[]) => any;
40
38
  }, {
41
39
  label: string;