@factoringplus/pl-components-pack-v3 1.0.7 → 1.0.8-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/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
+ ```
@@ -5,7 +5,6 @@ export declare const PlDialogStory: () => {
5
5
  $: import("vue").ComponentInternalInstance;
6
6
  $data: {};
7
7
  $props: {
8
- customClass?: string | undefined;
9
8
  modelValue?: boolean | undefined;
10
9
  showHeader?: boolean | undefined;
11
10
  showGrabber?: boolean | undefined;
@@ -13,6 +12,7 @@ export declare const PlDialogStory: () => {
13
12
  padding?: string | undefined;
14
13
  headerPadding?: string | undefined;
15
14
  showClose?: boolean | undefined;
15
+ customClass?: string | undefined;
16
16
  slide?: boolean | undefined;
17
17
  simple?: boolean | undefined;
18
18
  disabledTeleport?: boolean | undefined;
@@ -81,10 +81,6 @@ export declare const PlDialogStory: () => {
81
81
  $emit: ((event: "update:modelValue", ...args: any[]) => void) & ((event: "changeVisibleModalValue", ...args: any[]) => void);
82
82
  $el: any;
83
83
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
84
- customClass: {
85
- type: import("vue").PropType<string>;
86
- default: string;
87
- };
88
84
  modelValue: {
89
85
  type: import("vue").PropType<boolean>;
90
86
  required: true;
@@ -114,6 +110,10 @@ export declare const PlDialogStory: () => {
114
110
  type: import("vue").PropType<boolean>;
115
111
  default: boolean;
116
112
  };
113
+ customClass: {
114
+ type: import("vue").PropType<string>;
115
+ default: string;
116
+ };
117
117
  slide: {
118
118
  type: import("vue").PropType<boolean>;
119
119
  default: boolean;
@@ -152,7 +152,6 @@ export declare const PlDialogStory: () => {
152
152
  "update:modelValue": (...args: any[]) => void;
153
153
  changeVisibleModalValue: (...args: any[]) => void;
154
154
  }, string, {
155
- customClass: string;
156
155
  modelValue: boolean;
157
156
  showHeader: boolean;
158
157
  showGrabber: boolean;
@@ -160,6 +159,7 @@ export declare const PlDialogStory: () => {
160
159
  padding: string;
161
160
  headerPadding: string;
162
161
  showClose: boolean;
162
+ customClass: string;
163
163
  slide: boolean;
164
164
  simple: boolean;
165
165
  disabledTeleport: boolean;
@@ -188,10 +188,6 @@ export declare const PlDialogStory: () => {
188
188
  $nextTick: typeof import("vue").nextTick;
189
189
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
190
190
  } & Readonly<import("vue").ExtractPropTypes<{
191
- customClass: {
192
- type: import("vue").PropType<string>;
193
- default: string;
194
- };
195
191
  modelValue: {
196
192
  type: import("vue").PropType<boolean>;
197
193
  required: true;
@@ -221,6 +217,10 @@ export declare const PlDialogStory: () => {
221
217
  type: import("vue").PropType<boolean>;
222
218
  default: boolean;
223
219
  };
220
+ customClass: {
221
+ type: import("vue").PropType<string>;
222
+ default: string;
223
+ };
224
224
  slide: {
225
225
  type: import("vue").PropType<boolean>;
226
226
  default: boolean;
@@ -260,10 +260,6 @@ export declare const PlDialogStory: () => {
260
260
  __isTeleport?: undefined;
261
261
  __isSuspense?: undefined;
262
262
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
263
- customClass: {
264
- type: import("vue").PropType<string>;
265
- default: string;
266
- };
267
263
  modelValue: {
268
264
  type: import("vue").PropType<boolean>;
269
265
  required: true;
@@ -293,6 +289,10 @@ export declare const PlDialogStory: () => {
293
289
  type: import("vue").PropType<boolean>;
294
290
  default: boolean;
295
291
  };
292
+ customClass: {
293
+ type: import("vue").PropType<string>;
294
+ default: string;
295
+ };
296
296
  slide: {
297
297
  type: import("vue").PropType<boolean>;
298
298
  default: boolean;
@@ -331,7 +331,6 @@ export declare const PlDialogStory: () => {
331
331
  "update:modelValue": (...args: any[]) => void;
332
332
  changeVisibleModalValue: (...args: any[]) => void;
333
333
  }, string, {
334
- customClass: string;
335
334
  modelValue: boolean;
336
335
  showHeader: boolean;
337
336
  showGrabber: boolean;
@@ -339,6 +338,7 @@ export declare const PlDialogStory: () => {
339
338
  padding: string;
340
339
  headerPadding: string;
341
340
  showClose: boolean;
341
+ customClass: string;
342
342
  slide: boolean;
343
343
  simple: boolean;
344
344
  disabledTeleport: boolean;
@@ -594,7 +594,6 @@ declare const _default: {
594
594
  $: import("vue").ComponentInternalInstance;
595
595
  $data: {};
596
596
  $props: {
597
- customClass?: string | undefined;
598
597
  modelValue?: boolean | undefined;
599
598
  showHeader?: boolean | undefined;
600
599
  showGrabber?: boolean | undefined;
@@ -602,6 +601,7 @@ declare const _default: {
602
601
  padding?: string | undefined;
603
602
  headerPadding?: string | undefined;
604
603
  showClose?: boolean | undefined;
604
+ customClass?: string | undefined;
605
605
  slide?: boolean | undefined;
606
606
  simple?: boolean | undefined;
607
607
  disabledTeleport?: boolean | undefined;
@@ -670,10 +670,6 @@ declare const _default: {
670
670
  $emit: ((event: "update:modelValue", ...args: any[]) => void) & ((event: "changeVisibleModalValue", ...args: any[]) => void);
671
671
  $el: any;
672
672
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
673
- customClass: {
674
- type: import("vue").PropType<string>;
675
- default: string;
676
- };
677
673
  modelValue: {
678
674
  type: import("vue").PropType<boolean>;
679
675
  required: true;
@@ -703,6 +699,10 @@ declare const _default: {
703
699
  type: import("vue").PropType<boolean>;
704
700
  default: boolean;
705
701
  };
702
+ customClass: {
703
+ type: import("vue").PropType<string>;
704
+ default: string;
705
+ };
706
706
  slide: {
707
707
  type: import("vue").PropType<boolean>;
708
708
  default: boolean;
@@ -741,7 +741,6 @@ declare const _default: {
741
741
  "update:modelValue": (...args: any[]) => void;
742
742
  changeVisibleModalValue: (...args: any[]) => void;
743
743
  }, string, {
744
- customClass: string;
745
744
  modelValue: boolean;
746
745
  showHeader: boolean;
747
746
  showGrabber: boolean;
@@ -749,6 +748,7 @@ declare const _default: {
749
748
  padding: string;
750
749
  headerPadding: string;
751
750
  showClose: boolean;
751
+ customClass: string;
752
752
  slide: boolean;
753
753
  simple: boolean;
754
754
  disabledTeleport: boolean;
@@ -777,10 +777,6 @@ declare const _default: {
777
777
  $nextTick: typeof import("vue").nextTick;
778
778
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
779
779
  } & Readonly<import("vue").ExtractPropTypes<{
780
- customClass: {
781
- type: import("vue").PropType<string>;
782
- default: string;
783
- };
784
780
  modelValue: {
785
781
  type: import("vue").PropType<boolean>;
786
782
  required: true;
@@ -810,6 +806,10 @@ declare const _default: {
810
806
  type: import("vue").PropType<boolean>;
811
807
  default: boolean;
812
808
  };
809
+ customClass: {
810
+ type: import("vue").PropType<string>;
811
+ default: string;
812
+ };
813
813
  slide: {
814
814
  type: import("vue").PropType<boolean>;
815
815
  default: boolean;
@@ -849,10 +849,6 @@ declare const _default: {
849
849
  __isTeleport?: undefined;
850
850
  __isSuspense?: undefined;
851
851
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
852
- customClass: {
853
- type: import("vue").PropType<string>;
854
- default: string;
855
- };
856
852
  modelValue: {
857
853
  type: import("vue").PropType<boolean>;
858
854
  required: true;
@@ -882,6 +878,10 @@ declare const _default: {
882
878
  type: import("vue").PropType<boolean>;
883
879
  default: boolean;
884
880
  };
881
+ customClass: {
882
+ type: import("vue").PropType<string>;
883
+ default: string;
884
+ };
885
885
  slide: {
886
886
  type: import("vue").PropType<boolean>;
887
887
  default: boolean;
@@ -920,7 +920,6 @@ declare const _default: {
920
920
  "update:modelValue": (...args: any[]) => void;
921
921
  changeVisibleModalValue: (...args: any[]) => void;
922
922
  }, string, {
923
- customClass: string;
924
923
  modelValue: boolean;
925
924
  showHeader: boolean;
926
925
  showGrabber: boolean;
@@ -928,6 +927,7 @@ declare const _default: {
928
927
  padding: string;
929
928
  headerPadding: string;
930
929
  showClose: boolean;
930
+ customClass: string;
931
931
  slide: boolean;
932
932
  simple: boolean;
933
933
  disabledTeleport: boolean;
@@ -57,7 +57,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
57
57
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
58
58
  onChangeVisibleModalValue?: ((...args: any[]) => any) | undefined;
59
59
  }, {
60
- customClass: string;
61
60
  modelValue: boolean;
62
61
  showHeader: boolean;
63
62
  showGrabber: boolean;
@@ -65,6 +64,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
65
64
  padding: string;
66
65
  headerPadding: string;
67
66
  showClose: boolean;
67
+ customClass: string;
68
68
  slide: boolean;
69
69
  simple: boolean;
70
70
  disabledTeleport: boolean;
@@ -28,8 +28,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
28
28
  onScroll?: ((...args: any[]) => any) | undefined;
29
29
  onWheel?: ((...args: any[]) => any) | undefined;
30
30
  }, {
31
- height: string | number;
32
31
  maxHeight: string | number;
32
+ height: string | number;
33
33
  wrapClass: string;
34
34
  viewClass: string;
35
35
  hideScrollThumb: boolean;