@factoringplus/pl-components-pack-v3 0.16.1-pre-4 → 0.16.1-pre-5

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.
Files changed (84) hide show
  1. package/dist/components/currency-input/index.d.ts +5 -2
  2. package/dist/components/entry.d.ts +8 -2
  3. package/dist/components/pl-autocomplete/index.d.ts +5 -2
  4. package/dist/components/pl-card/index.d.ts +5 -2
  5. package/dist/components/pl-checkbox/index.d.ts +5 -2
  6. package/dist/components/pl-checkbox-plus/index.d.ts +5 -2
  7. package/dist/components/pl-checkbox-plus/pl-checkbox-plus.vue.d.ts +65 -0
  8. package/dist/components/pl-date-picker/index.d.ts +5 -3
  9. package/dist/components/pl-date-picker-legacy/index.d.ts +5 -3
  10. package/dist/components/pl-date-picker-plus/common/components/PlDatePickerRangeWrapper.vue.d.ts +83 -0
  11. package/dist/components/pl-date-picker-plus/common/components/PlDatePickerWrapper.vue.d.ts +69 -0
  12. package/dist/components/pl-date-picker-plus/index.d.ts +5 -3
  13. package/dist/components/pl-date-picker-plus/pl-date-picker-plus/pl-date-picker-plus.vue.d.ts +92 -0
  14. package/dist/components/pl-date-picker-plus/pl-date-picker-range-plus/pl-date-picker-range-plus.vue.d.ts +102 -0
  15. package/dist/components/pl-dialog/index.d.ts +5 -2
  16. package/dist/components/pl-dialog/pl-dialog.vue.d.ts +106 -0
  17. package/dist/components/pl-form/index.d.ts +4 -4
  18. package/dist/components/pl-form-item/index.d.ts +5 -2
  19. package/dist/components/pl-icon/index.d.ts +5 -2
  20. package/dist/components/pl-input/index.d.ts +5 -2
  21. package/dist/components/pl-input-native/index.d.ts +5 -2
  22. package/dist/components/pl-input-plus/index.d.ts +5 -2
  23. package/dist/components/pl-label/pl-label.vue.d.ts +32 -0
  24. package/dist/components/pl-link/index.d.ts +5 -2
  25. package/dist/components/pl-multitab/components/pl-tab-card.vue.d.ts +50 -0
  26. package/dist/components/pl-multitab/index.d.ts +5 -2
  27. package/dist/components/pl-option/index.d.ts +5 -2
  28. package/dist/components/pl-option/pl-option.vue.d.ts +122 -0
  29. package/dist/components/pl-radio/index.d.ts +5 -2
  30. package/dist/components/pl-radio/pl-radio.vue.d.ts +69 -0
  31. package/dist/components/pl-scrollbar/index.d.ts +5 -2
  32. package/dist/components/pl-scrollbar/pl-scrollbar.vue.d.ts +61 -0
  33. package/dist/components/pl-select/index.d.ts +5 -2
  34. package/dist/components/pl-select-plus/index.d.ts +5 -2
  35. package/dist/components/pl-skeleton/index.d.ts +5 -2
  36. package/dist/components/pl-skeleton/pl-skeleton.vue.d.ts +38 -0
  37. package/dist/components/pl-snackbar/index.d.ts +5 -2
  38. package/dist/components/pl-snackbar/pl-snackbar.vue.d.ts +53 -0
  39. package/dist/components/pl-snackbar/renderSnackbar.d.ts +4 -0
  40. package/dist/components/pl-snackbar/types.d.ts +20 -0
  41. package/dist/components/pl-stepper/index.d.ts +5 -2
  42. package/dist/components/pl-suggestions/index.d.ts +5 -2
  43. package/dist/components/pl-switch/index.d.ts +5 -2
  44. package/dist/components/pl-switch/pl-switch.vue.d.ts +47 -0
  45. package/dist/components/pl-tab-pane/index.d.ts +5 -2
  46. package/dist/components/pl-table/index.d.ts +5 -3
  47. package/dist/components/pl-table-plus/components/row-mask.vue.d.ts +52 -0
  48. package/dist/components/pl-table-plus/index.d.ts +5 -2
  49. package/dist/components/pl-table-plus/pl-table-plus.vue.d.ts +93 -0
  50. package/dist/components/pl-tabs/components/pl-tab-counter.vue.d.ts +21 -0
  51. package/dist/components/pl-tabs/components/pl-tab.vue.d.ts +50 -0
  52. package/dist/components/pl-tabs/index.d.ts +5 -2
  53. package/dist/components/pl-text/components/pl-body1.vue.d.ts +9 -0
  54. package/dist/components/pl-text/components/pl-body2.vue.d.ts +9 -0
  55. package/dist/components/pl-text/components/pl-body3.vue.d.ts +9 -0
  56. package/dist/components/pl-text/components/pl-bodyu.vue.d.ts +9 -0
  57. package/dist/components/pl-text/components/pl-btn1.vue.d.ts +9 -0
  58. package/dist/components/pl-text/components/pl-btn2.vue.d.ts +9 -0
  59. package/dist/components/pl-text/components/pl-btn3.vue.d.ts +9 -0
  60. package/dist/components/pl-text/components/pl-cap.vue.d.ts +9 -0
  61. package/dist/components/pl-text/components/pl-h1.vue.d.ts +9 -0
  62. package/dist/components/pl-text/components/pl-h2.vue.d.ts +9 -0
  63. package/dist/components/pl-text/components/pl-h3.vue.d.ts +9 -0
  64. package/dist/components/pl-text/components/pl-h4.vue.d.ts +9 -0
  65. package/dist/components/pl-text/components/pl-sub1.vue.d.ts +9 -0
  66. package/dist/components/pl-text/components/pl-sub2.vue.d.ts +9 -0
  67. package/dist/components/pl-text/components/pl-system.vue.d.ts +9 -0
  68. package/dist/components/pl-text/components/pl-tag.vue.d.ts +9 -0
  69. package/dist/components/pl-text/components/pl-title1.vue.d.ts +9 -0
  70. package/dist/components/pl-text/components/pl-title2.vue.d.ts +9 -0
  71. package/dist/components/pl-text/components/pl-title3.vue.d.ts +9 -0
  72. package/dist/components/pl-text/index.d.ts +5 -20
  73. package/dist/components/pl-tooltip/index.d.ts +5 -2
  74. package/dist/components/pl-upload/index.d.ts +5 -2
  75. package/dist/components/pl-upload-plus/index.d.ts +5 -2
  76. package/dist/directives/index.d.ts +4 -3
  77. package/dist/directives/vTap.d.ts +2 -1
  78. package/dist/directives/vTouchOutside.d.ts +2 -1
  79. package/dist/pl-components-pack-v3.es.js +31126 -881
  80. package/dist/pl-components-pack-v3.umd.js +90 -5
  81. package/dist/plugins/api/api.d.ts +2 -0
  82. package/dist/plugins/loading/loading.d.ts +1 -0
  83. package/dist/style.css +1 -1
  84. package/package.json +1 -1
@@ -1,2 +1,5 @@
1
- import PlCurrency from './pl-currency.vue';
2
- export { PlCurrency };
1
+ import type { App } from 'vue';
2
+ declare const PlCurrency: {
3
+ install(app: App): void;
4
+ };
5
+ export default PlCurrency;
@@ -1,8 +1,14 @@
1
1
  import type { App } from 'vue';
2
+ import loadingAndSetup from '../plugins/loading/loading';
2
3
 
3
4
 
4
5
 
5
6
 
6
7
 
7
- declare const install: (app: App) => void;
8
- export default install;
8
+ declare const Storybook: {
9
+ install: (app: App) => void;
10
+ PlNotification: import("./pl-snackbar/types").IPlNotification;
11
+ apiJs: (optionsRequest: any, isGetResourse: boolean | undefined, token: any) => Promise<unknown>;
12
+ loader: typeof loadingAndSetup;
13
+ };
14
+ export default Storybook;
@@ -1,2 +1,5 @@
1
- import PlAutocomplete from './pl-autocompete.vue';
2
- export { PlAutocomplete };
1
+ import type { App } from 'vue';
2
+ declare const PlAutocomplete: {
3
+ install(app: App): void;
4
+ };
5
+ export default PlAutocomplete;
@@ -1,2 +1,5 @@
1
- import PlCard from './pl-card.vue';
2
- export { PlCard };
1
+ import type { App } from 'vue';
2
+ declare const PlCard: {
3
+ install(app: App): void;
4
+ };
5
+ export default PlCard;
@@ -1,2 +1,5 @@
1
- import PlCheckbox from './pl-checkbox.vue';
2
- export { PlCheckbox };
1
+ import type { App } from 'vue';
2
+ declare const PlCheckbox: {
3
+ install(app: App): void;
4
+ };
5
+ export default PlCheckbox;
@@ -1,2 +1,5 @@
1
- import PlCheckboxPlus from './pl-checkbox-plus.vue';
2
- export { PlCheckboxPlus };
1
+ import { App } from 'vue';
2
+ declare const PlCheckboxPlus: {
3
+ install(app: App): void;
4
+ };
5
+ export default PlCheckboxPlus;
@@ -0,0 +1,65 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ size: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ label: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ description: {
11
+ type: StringConstructor;
12
+ default: string;
13
+ };
14
+ modelValue: {
15
+ type: BooleanConstructor;
16
+ default: boolean;
17
+ };
18
+ disabled: {
19
+ type: BooleanConstructor;
20
+ default: boolean;
21
+ };
22
+ isIndeterminate: {
23
+ type: BooleanConstructor;
24
+ default: boolean;
25
+ };
26
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
27
+ "update:modelValue": (...args: any[]) => void;
28
+ change: (...args: any[]) => void;
29
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
30
+ size: {
31
+ type: StringConstructor;
32
+ default: string;
33
+ };
34
+ label: {
35
+ type: StringConstructor;
36
+ default: string;
37
+ };
38
+ description: {
39
+ type: StringConstructor;
40
+ default: string;
41
+ };
42
+ modelValue: {
43
+ type: BooleanConstructor;
44
+ default: boolean;
45
+ };
46
+ disabled: {
47
+ type: BooleanConstructor;
48
+ default: boolean;
49
+ };
50
+ isIndeterminate: {
51
+ type: BooleanConstructor;
52
+ default: boolean;
53
+ };
54
+ }>> & {
55
+ onChange?: ((...args: any[]) => any) | undefined;
56
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
57
+ }, {
58
+ label: string;
59
+ description: string;
60
+ size: string;
61
+ modelValue: boolean;
62
+ disabled: boolean;
63
+ isIndeterminate: boolean;
64
+ }, {}>;
65
+ export default _default;
@@ -1,3 +1,5 @@
1
- import PlDatePicker from './pl-date-picker.vue';
2
- import PlDatePickerRange from './pl-date-picker-range.vue';
3
- export { PlDatePicker, PlDatePickerRange };
1
+ import type { App } from 'vue';
2
+ declare const PlDatePickerPlugin: {
3
+ install(app: App): void;
4
+ };
5
+ export default PlDatePickerPlugin;
@@ -1,3 +1,5 @@
1
- import PlDatePickerLegacy from './pl-date-picker-legacy.vue';
2
- import PlDatePickerRangeLegacy from './pl-date-picker-range-legacy.vue';
3
- export { PlDatePickerLegacy, PlDatePickerRangeLegacy };
1
+ import type { App } from 'vue';
2
+ declare const PlDatePickerLegacyPlugin: {
3
+ install(app: App): void;
4
+ };
5
+ export default PlDatePickerLegacyPlugin;
@@ -0,0 +1,83 @@
1
+
2
+ interface Props {
3
+ modelValue: string[] | null;
4
+ isOpen: boolean;
5
+ dateValue: string;
6
+ idProp: string;
7
+ mobile?: boolean;
8
+ periods?: boolean;
9
+ monthSwitch?: boolean;
10
+ yearSwitch?: boolean;
11
+ disabledDate?: Function;
12
+ periodOptions?: string[];
13
+ }
14
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
15
+ modelValue: () => never[];
16
+ isOpen: boolean;
17
+ dateValue: string;
18
+ mobile: boolean;
19
+ periods: boolean;
20
+ monthSwitch: boolean;
21
+ yearSwitch: boolean;
22
+ periodOptions: () => never[];
23
+ disabledDate: () => void;
24
+ idProp: string;
25
+ }>, {
26
+ openPopup: () => void;
27
+ checkRangeInput: () => void;
28
+ startUpdateDate: (event: Event & {
29
+ target: HTMLInputElement;
30
+ }) => void;
31
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
32
+ "update:modelValue": (...args: any[]) => void;
33
+ "update:isOpen": (...args: any[]) => void;
34
+ "update:dateValue": (...args: any[]) => void;
35
+ closePickerOnMobile: (...args: any[]) => void;
36
+ changeOpen: (...args: any[]) => void;
37
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
38
+ modelValue: () => never[];
39
+ isOpen: boolean;
40
+ dateValue: string;
41
+ mobile: boolean;
42
+ periods: boolean;
43
+ monthSwitch: boolean;
44
+ yearSwitch: boolean;
45
+ periodOptions: () => never[];
46
+ disabledDate: () => void;
47
+ idProp: string;
48
+ }>>> & {
49
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
50
+ "onUpdate:isOpen"?: ((...args: any[]) => any) | undefined;
51
+ "onUpdate:dateValue"?: ((...args: any[]) => any) | undefined;
52
+ onClosePickerOnMobile?: ((...args: any[]) => any) | undefined;
53
+ onChangeOpen?: ((...args: any[]) => any) | undefined;
54
+ }, {
55
+ modelValue: string[] | null;
56
+ isOpen: boolean;
57
+ dateValue: string;
58
+ idProp: string;
59
+ mobile: boolean;
60
+ periods: boolean;
61
+ monthSwitch: boolean;
62
+ yearSwitch: boolean;
63
+ disabledDate: Function;
64
+ periodOptions: string[];
65
+ }, {}>;
66
+ export default _default;
67
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
68
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
69
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
70
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
71
+ } : {
72
+ type: import('vue').PropType<T[K]>;
73
+ required: true;
74
+ };
75
+ };
76
+ declare type __VLS_WithDefaults<P, D> = {
77
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
78
+ default: D[K];
79
+ }> : P[K];
80
+ };
81
+ declare type __VLS_Prettify<T> = {
82
+ [K in keyof T]: T[K];
83
+ } & {};
@@ -0,0 +1,69 @@
1
+
2
+ interface Props {
3
+ modelValue: string | null;
4
+ isOpen: boolean;
5
+ dateValue: string;
6
+ idProp: string;
7
+ mobile?: boolean;
8
+ monthSwitch?: boolean;
9
+ yearSwitch?: boolean;
10
+ disabledDate?: Function;
11
+ }
12
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
13
+ modelValue: null;
14
+ dateValue: string;
15
+ mobile: boolean;
16
+ monthSwitch: boolean;
17
+ yearSwitch: boolean;
18
+ disabledDate: () => void;
19
+ idProp: string;
20
+ }>, {
21
+ openPopup: () => void;
22
+ checkInput: () => void;
23
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
24
+ "update:modelValue": (...args: any[]) => void;
25
+ "update:isOpen": (...args: any[]) => void;
26
+ "update:dateValue": (...args: any[]) => void;
27
+ closePickerOnMobile: (...args: any[]) => void;
28
+ changeOpen: (...args: any[]) => void;
29
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
30
+ modelValue: null;
31
+ dateValue: string;
32
+ mobile: boolean;
33
+ monthSwitch: boolean;
34
+ yearSwitch: boolean;
35
+ disabledDate: () => void;
36
+ idProp: string;
37
+ }>>> & {
38
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
39
+ "onUpdate:isOpen"?: ((...args: any[]) => any) | undefined;
40
+ "onUpdate:dateValue"?: ((...args: any[]) => any) | undefined;
41
+ onClosePickerOnMobile?: ((...args: any[]) => any) | undefined;
42
+ onChangeOpen?: ((...args: any[]) => any) | undefined;
43
+ }, {
44
+ modelValue: string | null;
45
+ dateValue: string;
46
+ idProp: string;
47
+ mobile: boolean;
48
+ monthSwitch: boolean;
49
+ yearSwitch: boolean;
50
+ disabledDate: Function;
51
+ }, {}>;
52
+ export default _default;
53
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
54
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
55
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
56
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
57
+ } : {
58
+ type: import('vue').PropType<T[K]>;
59
+ required: true;
60
+ };
61
+ };
62
+ declare type __VLS_WithDefaults<P, D> = {
63
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
64
+ default: D[K];
65
+ }> : P[K];
66
+ };
67
+ declare type __VLS_Prettify<T> = {
68
+ [K in keyof T]: T[K];
69
+ } & {};
@@ -1,3 +1,5 @@
1
- import PlDatePickerRangePlus from './pl-date-picker-range-plus/pl-date-picker-range-plus.vue';
2
- import PlDatePickerPlus from './pl-date-picker-plus/pl-date-picker-plus.vue';
3
- export { PlDatePickerPlus, PlDatePickerRangePlus };
1
+ import type { App } from 'vue';
2
+ declare const PlDatePickerPlusPlugin: {
3
+ install(app: App): void;
4
+ };
5
+ export default PlDatePickerPlusPlugin;
@@ -0,0 +1,92 @@
1
+ interface Props {
2
+ modelValue: string | null;
3
+ width?: string;
4
+ placeholder?: string;
5
+ label?: string;
6
+ optional?: string;
7
+ helpertext?: string;
8
+ tooltip?: string;
9
+ showInput?: boolean;
10
+ monthSwitch?: boolean;
11
+ yearSwitch?: boolean;
12
+ prop?: string;
13
+ clearable?: boolean;
14
+ disabledDate?: Function;
15
+ disabled?: boolean;
16
+ }
17
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
18
+ modelValue: null;
19
+ width: string;
20
+ placeholder: string;
21
+ label: string;
22
+ optional: string;
23
+ helpertext: string;
24
+ tooltip: string;
25
+ showInput: boolean;
26
+ periods: boolean;
27
+ monthSwitch: boolean;
28
+ yearSwitch: boolean;
29
+ prop: string;
30
+ clearable: boolean;
31
+ disabledDate: () => void;
32
+ disabled: boolean;
33
+ }>, {
34
+ openPopup: () => void;
35
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
36
+ "update:modelValue": (...args: any[]) => void;
37
+ changeOpen: (...args: any[]) => void;
38
+ blur: (...args: any[]) => void;
39
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
40
+ modelValue: null;
41
+ width: string;
42
+ placeholder: string;
43
+ label: string;
44
+ optional: string;
45
+ helpertext: string;
46
+ tooltip: string;
47
+ showInput: boolean;
48
+ periods: boolean;
49
+ monthSwitch: boolean;
50
+ yearSwitch: boolean;
51
+ prop: string;
52
+ clearable: boolean;
53
+ disabledDate: () => void;
54
+ disabled: boolean;
55
+ }>>> & {
56
+ onBlur?: ((...args: any[]) => any) | undefined;
57
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
58
+ onChangeOpen?: ((...args: any[]) => any) | undefined;
59
+ }, {
60
+ label: string;
61
+ modelValue: string | null;
62
+ disabled: boolean;
63
+ width: string;
64
+ monthSwitch: boolean;
65
+ yearSwitch: boolean;
66
+ disabledDate: Function;
67
+ placeholder: string;
68
+ optional: string;
69
+ helpertext: string;
70
+ tooltip: string;
71
+ showInput: boolean;
72
+ prop: string;
73
+ clearable: boolean;
74
+ }, {}>;
75
+ export default _default;
76
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
77
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
78
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
79
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
80
+ } : {
81
+ type: import('vue').PropType<T[K]>;
82
+ required: true;
83
+ };
84
+ };
85
+ declare type __VLS_WithDefaults<P, D> = {
86
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
87
+ default: D[K];
88
+ }> : P[K];
89
+ };
90
+ declare type __VLS_Prettify<T> = {
91
+ [K in keyof T]: T[K];
92
+ } & {};
@@ -0,0 +1,102 @@
1
+ interface Props {
2
+ modelValue: string[] | null;
3
+ width?: string;
4
+ placeholder?: string;
5
+ label?: string;
6
+ optional?: string;
7
+ helpertext?: string;
8
+ tooltip?: string;
9
+ showInput?: boolean;
10
+ periods?: boolean;
11
+ periodOptions?: string[];
12
+ monthSwitch?: boolean;
13
+ yearSwitch?: boolean;
14
+ prop?: string;
15
+ clearable?: boolean;
16
+ disabledDate?: Function;
17
+ disabled?: boolean;
18
+ focusOnReset?: boolean;
19
+ }
20
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
21
+ modelValue: () => never[];
22
+ width: string;
23
+ placeholder: string;
24
+ label: string;
25
+ optional: string;
26
+ helpertext: string;
27
+ tooltip: string;
28
+ showInput: boolean;
29
+ periods: boolean;
30
+ periodOptions: () => never[];
31
+ monthSwitch: boolean;
32
+ yearSwitch: boolean;
33
+ prop: string;
34
+ clearable: boolean;
35
+ disabledDate: () => void;
36
+ disabled: boolean;
37
+ focusOnReset: boolean;
38
+ }>, {
39
+ openPopup: () => void;
40
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
41
+ "update:modelValue": (...args: any[]) => void;
42
+ changeOpen: (...args: any[]) => void;
43
+ blur: (...args: any[]) => void;
44
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
45
+ modelValue: () => never[];
46
+ width: string;
47
+ placeholder: string;
48
+ label: string;
49
+ optional: string;
50
+ helpertext: string;
51
+ tooltip: string;
52
+ showInput: boolean;
53
+ periods: boolean;
54
+ periodOptions: () => never[];
55
+ monthSwitch: boolean;
56
+ yearSwitch: boolean;
57
+ prop: string;
58
+ clearable: boolean;
59
+ disabledDate: () => void;
60
+ disabled: boolean;
61
+ focusOnReset: boolean;
62
+ }>>> & {
63
+ onBlur?: ((...args: any[]) => any) | undefined;
64
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
65
+ onChangeOpen?: ((...args: any[]) => any) | undefined;
66
+ }, {
67
+ label: string;
68
+ modelValue: string[] | null;
69
+ disabled: boolean;
70
+ width: string;
71
+ periods: boolean;
72
+ monthSwitch: boolean;
73
+ yearSwitch: boolean;
74
+ disabledDate: Function;
75
+ periodOptions: string[];
76
+ placeholder: string;
77
+ optional: string;
78
+ helpertext: string;
79
+ tooltip: string;
80
+ showInput: boolean;
81
+ prop: string;
82
+ clearable: boolean;
83
+ focusOnReset: boolean;
84
+ }, {}>;
85
+ export default _default;
86
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
87
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
88
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
89
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
90
+ } : {
91
+ type: import('vue').PropType<T[K]>;
92
+ required: true;
93
+ };
94
+ };
95
+ declare type __VLS_WithDefaults<P, D> = {
96
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
97
+ default: D[K];
98
+ }> : P[K];
99
+ };
100
+ declare type __VLS_Prettify<T> = {
101
+ [K in keyof T]: T[K];
102
+ } & {};
@@ -1,2 +1,5 @@
1
- import PlDialog from './pl-dialog.vue';
2
- export { PlDialog };
1
+ import type { App } from 'vue';
2
+ declare const PlDialog: {
3
+ install(app: App): void;
4
+ };
5
+ export default PlDialog;
@@ -0,0 +1,106 @@
1
+ interface IProps {
2
+ modelValue: boolean;
3
+ showHeader?: boolean;
4
+ showGrabber?: boolean;
5
+ widthThis?: string;
6
+ padding?: string;
7
+ headerPadding?: string;
8
+ showClose?: boolean;
9
+ customClass?: string;
10
+ slide?: boolean;
11
+ simple?: boolean;
12
+ disabledTeleport?: boolean;
13
+ logout?: boolean;
14
+ scroll?: boolean;
15
+ modalOnMobile?: boolean;
16
+ isTranches?: boolean;
17
+ contentCustomClass?: string;
18
+ }
19
+ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
20
+ modelValue: boolean;
21
+ showHeader: boolean;
22
+ showGrabber: boolean;
23
+ widthThis: string;
24
+ padding: string;
25
+ headerPadding: string;
26
+ showClose: boolean;
27
+ customClass: string;
28
+ slide: boolean;
29
+ simple: boolean;
30
+ disabledTeleport: boolean;
31
+ logout: boolean;
32
+ scroll: boolean;
33
+ modalOnMobile: boolean;
34
+ isTranches: boolean;
35
+ contentCustomClass: string;
36
+ }>, {
37
+ scrollTop: () => void;
38
+ closeModalOnMobile: () => void;
39
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
40
+ "update:modelValue": (...args: any[]) => void;
41
+ changeVisibleModalValue: (...args: any[]) => void;
42
+ }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<IProps>, {
43
+ modelValue: boolean;
44
+ showHeader: boolean;
45
+ showGrabber: boolean;
46
+ widthThis: string;
47
+ padding: string;
48
+ headerPadding: string;
49
+ showClose: boolean;
50
+ customClass: string;
51
+ slide: boolean;
52
+ simple: boolean;
53
+ disabledTeleport: boolean;
54
+ logout: boolean;
55
+ scroll: boolean;
56
+ modalOnMobile: boolean;
57
+ isTranches: boolean;
58
+ contentCustomClass: string;
59
+ }>>> & {
60
+ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
61
+ onChangeVisibleModalValue?: ((...args: any[]) => any) | undefined;
62
+ }, {
63
+ modelValue: boolean;
64
+ showHeader: boolean;
65
+ showGrabber: boolean;
66
+ widthThis: string;
67
+ padding: string;
68
+ headerPadding: string;
69
+ showClose: boolean;
70
+ customClass: string;
71
+ slide: boolean;
72
+ simple: boolean;
73
+ disabledTeleport: boolean;
74
+ logout: boolean;
75
+ scroll: boolean;
76
+ modalOnMobile: boolean;
77
+ isTranches: boolean;
78
+ contentCustomClass: string;
79
+ }, {}>, {
80
+ header?(_: {}): any;
81
+ headerBtns?(_: {}): any;
82
+ default?(_: {}): any;
83
+ }>;
84
+ export default _default;
85
+ declare type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
86
+ declare type __VLS_TypePropsToRuntimeProps<T> = {
87
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
88
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
89
+ } : {
90
+ type: import('vue').PropType<T[K]>;
91
+ required: true;
92
+ };
93
+ };
94
+ declare type __VLS_WithDefaults<P, D> = {
95
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
96
+ default: D[K];
97
+ }> : P[K];
98
+ };
99
+ declare type __VLS_Prettify<T> = {
100
+ [K in keyof T]: T[K];
101
+ } & {};
102
+ declare type __VLS_WithTemplateSlots<T, S> = T & {
103
+ new (): {
104
+ $slots: S;
105
+ };
106
+ };
@@ -1,5 +1,5 @@
1
- import PlForm from './pl-form.vue';
2
- export declare const PlFormPlugin: {
3
- install(app: any): void;
1
+ import type { App } from 'vue';
2
+ declare const PlForm: {
3
+ install(app: App): void;
4
4
  };
5
- export { PlForm };
5
+ export default PlForm;
@@ -1,2 +1,5 @@
1
- import PlFormItem from './pl-form-item.vue';
2
- export { PlFormItem };
1
+ import type { App } from 'vue';
2
+ declare const PlFormItem: {
3
+ install(app: App): void;
4
+ };
5
+ export default PlFormItem;
@@ -1,2 +1,5 @@
1
- import PlIcon from './pl-icon.vue';
2
- export { PlIcon };
1
+ import type { App } from 'vue';
2
+ declare const PlIcon: {
3
+ install(app: App): void;
4
+ };
5
+ export default PlIcon;
@@ -1,2 +1,5 @@
1
- import PlInput from './pl-input.vue';
2
- export { PlInput };
1
+ import type { App } from 'vue';
2
+ declare const PlInput: {
3
+ install(app: App): void;
4
+ };
5
+ export default PlInput;
@@ -1,2 +1,5 @@
1
- import PlInputNative from './pl-input-native.vue';
2
- export { PlInputNative };
1
+ import type { App } from 'vue';
2
+ declare const PlInputNative: {
3
+ install(app: App): void;
4
+ };
5
+ export default PlInputNative;
@@ -1,2 +1,5 @@
1
- import PlInputPlus from './pl-input-plus.vue';
2
- export { PlInputPlus };
1
+ import type { App } from 'vue';
2
+ declare const PlInputPlus: {
3
+ install(app: App): void;
4
+ };
5
+ export default PlInputPlus;