@point-hub/papp 0.0.93 → 0.0.95
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/dist/components/app-header.vue.d.ts +114 -1
- package/dist/components/app-preloader.vue.d.ts +3 -1
- package/dist/components/base-accordion-item.vue.d.ts +3 -1
- package/dist/components/base-autocomplete.vue.d.ts +130 -1
- package/dist/components/base-checkbox.vue.d.ts +3 -1
- package/dist/components/base-choosen.vue.d.ts +4 -1
- package/dist/components/base-datepicker.vue.d.ts +4 -1
- package/dist/components/base-file-upload.vue.d.ts +4 -1
- package/dist/components/base-input-mask.vue.d.ts +3 -1
- package/dist/components/base-input-number.vue.d.ts +5 -1
- package/dist/components/base-input.vue.d.ts +12 -3
- package/dist/components/base-popover.vue.d.ts +3 -1
- package/dist/components/base-textarea.vue.d.ts +3 -1
- package/dist/components/base-treeview.vue.d.ts +3 -1
- package/dist/index.css +1 -1
- package/dist/index.js +1446 -1439
- package/dist/index.umd.cjs +6 -6
- package/package.json +12 -12
|
@@ -1,2 +1,115 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
2
|
+
notificationPopoverRef: ({
|
|
3
|
+
$: import('vue').ComponentInternalInstance;
|
|
4
|
+
$data: {};
|
|
5
|
+
$props: {
|
|
6
|
+
readonly placement?: import('./base-popover.vue').BasePopoverPlacementType | undefined;
|
|
7
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
8
|
+
$attrs: {
|
|
9
|
+
[x: string]: unknown;
|
|
10
|
+
};
|
|
11
|
+
$refs: {
|
|
12
|
+
[x: string]: unknown;
|
|
13
|
+
} & {
|
|
14
|
+
ignoreOutsideRef: HTMLButtonElement;
|
|
15
|
+
};
|
|
16
|
+
$slots: Readonly<{
|
|
17
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
18
|
+
}>;
|
|
19
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
20
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
21
|
+
$host: Element | null;
|
|
22
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
23
|
+
$el: any;
|
|
24
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('./base-popover.vue').Props> & Readonly<{}>, {
|
|
25
|
+
toggle: (val: boolean) => void;
|
|
26
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
27
|
+
placement: import('./base-popover.vue').BasePopoverPlacementType;
|
|
28
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
29
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
30
|
+
created?: (() => void) | (() => void)[];
|
|
31
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
32
|
+
mounted?: (() => void) | (() => void)[];
|
|
33
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
34
|
+
updated?: (() => void) | (() => void)[];
|
|
35
|
+
activated?: (() => void) | (() => void)[];
|
|
36
|
+
deactivated?: (() => void) | (() => void)[];
|
|
37
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
38
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
39
|
+
destroyed?: (() => void) | (() => void)[];
|
|
40
|
+
unmounted?: (() => void) | (() => void)[];
|
|
41
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
42
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
43
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
44
|
+
};
|
|
45
|
+
$forceUpdate: () => void;
|
|
46
|
+
$nextTick: typeof import('vue').nextTick;
|
|
47
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
48
|
+
} & Readonly<{
|
|
49
|
+
placement: import('./base-popover.vue').BasePopoverPlacementType;
|
|
50
|
+
}> & Omit<Readonly<import('./base-popover.vue').Props> & Readonly<{}>, "placement" | "toggle"> & import('vue').ShallowUnwrapRef<{
|
|
51
|
+
toggle: (val: boolean) => void;
|
|
52
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
53
|
+
$slots: {
|
|
54
|
+
default?(_: {}): any;
|
|
55
|
+
content?(_: any): any;
|
|
56
|
+
};
|
|
57
|
+
}) | null;
|
|
58
|
+
accountPopoverRef: ({
|
|
59
|
+
$: import('vue').ComponentInternalInstance;
|
|
60
|
+
$data: {};
|
|
61
|
+
$props: {
|
|
62
|
+
readonly placement?: import('./base-popover.vue').BasePopoverPlacementType | undefined;
|
|
63
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
64
|
+
$attrs: {
|
|
65
|
+
[x: string]: unknown;
|
|
66
|
+
};
|
|
67
|
+
$refs: {
|
|
68
|
+
[x: string]: unknown;
|
|
69
|
+
} & {
|
|
70
|
+
ignoreOutsideRef: HTMLButtonElement;
|
|
71
|
+
};
|
|
72
|
+
$slots: Readonly<{
|
|
73
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
74
|
+
}>;
|
|
75
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
76
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
77
|
+
$host: Element | null;
|
|
78
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
79
|
+
$el: any;
|
|
80
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('./base-popover.vue').Props> & Readonly<{}>, {
|
|
81
|
+
toggle: (val: boolean) => void;
|
|
82
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
83
|
+
placement: import('./base-popover.vue').BasePopoverPlacementType;
|
|
84
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
85
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
86
|
+
created?: (() => void) | (() => void)[];
|
|
87
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
88
|
+
mounted?: (() => void) | (() => void)[];
|
|
89
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
90
|
+
updated?: (() => void) | (() => void)[];
|
|
91
|
+
activated?: (() => void) | (() => void)[];
|
|
92
|
+
deactivated?: (() => void) | (() => void)[];
|
|
93
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
94
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
95
|
+
destroyed?: (() => void) | (() => void)[];
|
|
96
|
+
unmounted?: (() => void) | (() => void)[];
|
|
97
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
98
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
99
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
100
|
+
};
|
|
101
|
+
$forceUpdate: () => void;
|
|
102
|
+
$nextTick: typeof import('vue').nextTick;
|
|
103
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
104
|
+
} & Readonly<{
|
|
105
|
+
placement: import('./base-popover.vue').BasePopoverPlacementType;
|
|
106
|
+
}> & Omit<Readonly<import('./base-popover.vue').Props> & Readonly<{}>, "placement" | "toggle"> & import('vue').ShallowUnwrapRef<{
|
|
107
|
+
toggle: (val: boolean) => void;
|
|
108
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
109
|
+
$slots: {
|
|
110
|
+
default?(_: {}): any;
|
|
111
|
+
content?(_: any): any;
|
|
112
|
+
};
|
|
113
|
+
}) | null;
|
|
114
|
+
}, HTMLElement>;
|
|
2
115
|
export default _default;
|
|
@@ -1,2 +1,4 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
2
|
+
preloaderRef: HTMLDivElement;
|
|
3
|
+
}, HTMLDivElement>;
|
|
2
4
|
export default _default;
|
|
@@ -18,7 +18,9 @@ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
|
18
18
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
19
19
|
title: string;
|
|
20
20
|
content: string;
|
|
21
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
21
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
22
|
+
contentRef: HTMLDivElement;
|
|
23
|
+
}, HTMLDivElement>;
|
|
22
24
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
23
25
|
export default _default;
|
|
24
26
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -42,5 +42,134 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
42
42
|
layout: BaseFormLayoutType;
|
|
43
43
|
border: BaseAutocompleteBorderType;
|
|
44
44
|
autofocus: boolean;
|
|
45
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
45
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
46
|
+
inputRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
47
|
+
as: {
|
|
48
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
49
|
+
default: string;
|
|
50
|
+
};
|
|
51
|
+
static: {
|
|
52
|
+
type: BooleanConstructor;
|
|
53
|
+
default: boolean;
|
|
54
|
+
};
|
|
55
|
+
unmount: {
|
|
56
|
+
type: BooleanConstructor;
|
|
57
|
+
default: boolean;
|
|
58
|
+
};
|
|
59
|
+
displayValue: {
|
|
60
|
+
type: import('vue').PropType<(item: unknown) => string>;
|
|
61
|
+
};
|
|
62
|
+
defaultValue: {
|
|
63
|
+
type: StringConstructor;
|
|
64
|
+
default: undefined;
|
|
65
|
+
};
|
|
66
|
+
id: {
|
|
67
|
+
type: StringConstructor;
|
|
68
|
+
default: null;
|
|
69
|
+
};
|
|
70
|
+
}>> & {
|
|
71
|
+
onChange?: ((_value: Event & {
|
|
72
|
+
target: HTMLInputElement;
|
|
73
|
+
}) => any) | undefined;
|
|
74
|
+
}, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
75
|
+
[key: string]: any;
|
|
76
|
+
}> | import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
77
|
+
[key: string]: any;
|
|
78
|
+
}>[] | null, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
79
|
+
change: (_value: Event & {
|
|
80
|
+
target: HTMLInputElement;
|
|
81
|
+
}) => true;
|
|
82
|
+
}, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
|
|
83
|
+
id: string;
|
|
84
|
+
as: string | Record<string, any>;
|
|
85
|
+
unmount: boolean;
|
|
86
|
+
static: boolean;
|
|
87
|
+
defaultValue: string;
|
|
88
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
89
|
+
P: {};
|
|
90
|
+
B: {};
|
|
91
|
+
D: {};
|
|
92
|
+
C: {};
|
|
93
|
+
M: {};
|
|
94
|
+
Defaults: {};
|
|
95
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
96
|
+
as: {
|
|
97
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
98
|
+
default: string;
|
|
99
|
+
};
|
|
100
|
+
static: {
|
|
101
|
+
type: BooleanConstructor;
|
|
102
|
+
default: boolean;
|
|
103
|
+
};
|
|
104
|
+
unmount: {
|
|
105
|
+
type: BooleanConstructor;
|
|
106
|
+
default: boolean;
|
|
107
|
+
};
|
|
108
|
+
displayValue: {
|
|
109
|
+
type: import('vue').PropType<(item: unknown) => string>;
|
|
110
|
+
};
|
|
111
|
+
defaultValue: {
|
|
112
|
+
type: StringConstructor;
|
|
113
|
+
default: undefined;
|
|
114
|
+
};
|
|
115
|
+
id: {
|
|
116
|
+
type: StringConstructor;
|
|
117
|
+
default: null;
|
|
118
|
+
};
|
|
119
|
+
}>> & {
|
|
120
|
+
onChange?: ((_value: Event & {
|
|
121
|
+
target: HTMLInputElement;
|
|
122
|
+
}) => any) | undefined;
|
|
123
|
+
}, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
124
|
+
[key: string]: any;
|
|
125
|
+
}> | import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
126
|
+
[key: string]: any;
|
|
127
|
+
}>[] | null, {}, {}, {}, {
|
|
128
|
+
id: string;
|
|
129
|
+
as: string | Record<string, any>;
|
|
130
|
+
unmount: boolean;
|
|
131
|
+
static: boolean;
|
|
132
|
+
defaultValue: string;
|
|
133
|
+
}> | null;
|
|
134
|
+
buttonRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
135
|
+
as: {
|
|
136
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
137
|
+
default: string;
|
|
138
|
+
};
|
|
139
|
+
id: {
|
|
140
|
+
type: StringConstructor;
|
|
141
|
+
default: null;
|
|
142
|
+
};
|
|
143
|
+
}>>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
144
|
+
[key: string]: any;
|
|
145
|
+
}> | import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
146
|
+
[key: string]: any;
|
|
147
|
+
}>[] | null, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record<string, any>, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
|
|
148
|
+
id: string;
|
|
149
|
+
as: string | Record<string, any>;
|
|
150
|
+
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
151
|
+
P: {};
|
|
152
|
+
B: {};
|
|
153
|
+
D: {};
|
|
154
|
+
C: {};
|
|
155
|
+
M: {};
|
|
156
|
+
Defaults: {};
|
|
157
|
+
}, Readonly<import('vue').ExtractPropTypes<{
|
|
158
|
+
as: {
|
|
159
|
+
type: (ObjectConstructor | StringConstructor)[];
|
|
160
|
+
default: string;
|
|
161
|
+
};
|
|
162
|
+
id: {
|
|
163
|
+
type: StringConstructor;
|
|
164
|
+
default: null;
|
|
165
|
+
};
|
|
166
|
+
}>>, () => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
167
|
+
[key: string]: any;
|
|
168
|
+
}> | import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
|
169
|
+
[key: string]: any;
|
|
170
|
+
}>[] | null, {}, {}, {}, {
|
|
171
|
+
id: string;
|
|
172
|
+
as: string | Record<string, any>;
|
|
173
|
+
}> | null;
|
|
174
|
+
}, HTMLDivElement>;
|
|
46
175
|
export default _default;
|
|
@@ -32,5 +32,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
32
32
|
modelValue: boolean;
|
|
33
33
|
theme: BaseCheckboxThemeType;
|
|
34
34
|
layout: BaseFormLayoutType;
|
|
35
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
35
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
36
|
+
inputRef: HTMLInputElement;
|
|
37
|
+
}, HTMLDivElement>;
|
|
36
38
|
export default _default;
|
|
@@ -62,7 +62,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
62
62
|
layout: BaseFormLayoutType;
|
|
63
63
|
border: BaseChoosenBorderType;
|
|
64
64
|
autofocus: boolean;
|
|
65
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
65
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
66
|
+
modalRef: unknown;
|
|
67
|
+
inputRef: unknown;
|
|
68
|
+
}, any>;
|
|
66
69
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
67
70
|
export default _default;
|
|
68
71
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -34,5 +34,8 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
34
34
|
layout: BaseFormLayoutType;
|
|
35
35
|
border: BaseDatepickerBorderType;
|
|
36
36
|
autofocus: boolean;
|
|
37
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
37
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
38
|
+
dateRef: HTMLInputElement;
|
|
39
|
+
inputRef: HTMLInputElement;
|
|
40
|
+
}, HTMLDivElement>;
|
|
38
41
|
export default _default;
|
|
@@ -48,7 +48,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
48
48
|
border: BaseFileUploadBorderType;
|
|
49
49
|
autofocus: boolean;
|
|
50
50
|
multiple: boolean;
|
|
51
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
51
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
52
|
+
inputRef: HTMLInputElement;
|
|
53
|
+
fileRef: HTMLInputElement;
|
|
54
|
+
}, HTMLDivElement>;
|
|
52
55
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
53
56
|
export default _default;
|
|
54
57
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -33,5 +33,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
33
33
|
layout: BaseFormLayoutType;
|
|
34
34
|
border: BaseInputMaskBorderType;
|
|
35
35
|
autofocus: boolean;
|
|
36
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
36
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
37
|
+
inputRef: HTMLInputElement;
|
|
38
|
+
}, HTMLDivElement>;
|
|
37
39
|
export default _default;
|
|
@@ -58,7 +58,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
58
58
|
resetErrorsOnUpdate: boolean;
|
|
59
59
|
align: "left" | "right";
|
|
60
60
|
decimalLength: number;
|
|
61
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
61
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
62
|
+
inputRef: HTMLInputElement;
|
|
63
|
+
suffixRef: HTMLDivElement;
|
|
64
|
+
prefixRef: HTMLDivElement;
|
|
65
|
+
}, HTMLDivElement>;
|
|
62
66
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
63
67
|
export default _default;
|
|
64
68
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -7,7 +7,6 @@ export interface Props {
|
|
|
7
7
|
label?: string;
|
|
8
8
|
description?: string;
|
|
9
9
|
placeholder?: string;
|
|
10
|
-
type?: BaseInputType;
|
|
11
10
|
border?: BaseInputBorderType;
|
|
12
11
|
layout?: BaseFormLayoutType;
|
|
13
12
|
maxlength?: number;
|
|
@@ -27,7 +26,12 @@ export interface Props {
|
|
|
27
26
|
helpers?: string[];
|
|
28
27
|
}
|
|
29
28
|
type __VLS_Props = Props;
|
|
29
|
+
/**
|
|
30
|
+
* Input type text or password for visibility
|
|
31
|
+
*/
|
|
32
|
+
declare const type: import('vue').ModelRef<string, string, string, string>;
|
|
30
33
|
type __VLS_PublicProps = {
|
|
34
|
+
'type'?: typeof type['value'];
|
|
31
35
|
'errors'?: string[];
|
|
32
36
|
} & __VLS_Props;
|
|
33
37
|
declare function __VLS_template(): {
|
|
@@ -48,13 +52,14 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
48
52
|
inputRef: import('vue').Ref<any, any>;
|
|
49
53
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
50
54
|
"update:errors": (value: string[]) => any;
|
|
55
|
+
"update:type": (value: string) => any;
|
|
51
56
|
} & {
|
|
52
57
|
"update:modelValue": (value: string) => any;
|
|
53
58
|
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
54
59
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
55
60
|
"onUpdate:errors"?: ((value: string[]) => any) | undefined;
|
|
61
|
+
"onUpdate:type"?: ((value: string) => any) | undefined;
|
|
56
62
|
}>, {
|
|
57
|
-
type: BaseInputType;
|
|
58
63
|
required: boolean;
|
|
59
64
|
disabled: boolean;
|
|
60
65
|
layout: BaseFormLayoutType;
|
|
@@ -62,7 +67,11 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
62
67
|
autofocus: boolean;
|
|
63
68
|
readonly: boolean;
|
|
64
69
|
resetErrorsOnUpdate: boolean;
|
|
65
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
70
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
71
|
+
inputRef: HTMLInputElement;
|
|
72
|
+
suffixRef: HTMLDivElement;
|
|
73
|
+
prefixRef: HTMLDivElement;
|
|
74
|
+
}, HTMLDivElement>;
|
|
66
75
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
67
76
|
export default _default;
|
|
68
77
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -18,7 +18,9 @@ declare const __VLS_component: import('vue').DefineComponent<Props, {
|
|
|
18
18
|
toggle: (val: boolean) => void;
|
|
19
19
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {
|
|
20
20
|
placement: BasePopoverPlacementType;
|
|
21
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
21
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
22
|
+
ignoreOutsideRef: HTMLButtonElement;
|
|
23
|
+
}, any>;
|
|
22
24
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
23
25
|
export default _default;
|
|
24
26
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -35,5 +35,7 @@ declare const _default: import('vue').DefineComponent<__VLS_PublicProps, {
|
|
|
35
35
|
layout: BaseFormLayoutType;
|
|
36
36
|
border: BaseTextareaBorderType;
|
|
37
37
|
autofocus: boolean;
|
|
38
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
38
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
39
|
+
textareaRef: HTMLTextAreaElement;
|
|
40
|
+
}, HTMLDivElement>;
|
|
39
41
|
export default _default;
|
|
@@ -19,7 +19,9 @@ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
|
19
19
|
declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
|
|
20
20
|
title: string;
|
|
21
21
|
isOpen: boolean;
|
|
22
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
22
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
23
|
+
content: HTMLDivElement;
|
|
24
|
+
}, HTMLDivElement>;
|
|
23
25
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
24
26
|
export default _default;
|
|
25
27
|
type __VLS_WithTemplateSlots<T, S> = T & {
|