@maltjoy/core-vue 5.21.0 → 5.22.0-beta.1
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/JoyDropzone/VJoyDropzone.vue.d.ts +18 -0
- package/dist/components/JoyDropzone/VJoyDropzoneFileItem.vue.d.ts +3 -0
- package/dist/components/JoyDropzone/VJoyDropzoneIcon.vue.d.ts +14 -1
- package/dist/core-vue.js +2313 -2291
- package/dist/core-vue.umd.cjs +2 -2
- package/dist/joy-core-vue-manifest.json +3 -3
- package/dist/style.css +1 -1
- package/package.json +41 -40
- package/LICENSE +0 -21
|
@@ -13,12 +13,16 @@ declare const _default: <T extends {
|
|
|
13
13
|
errorTextMaxSize?: string | undefined;
|
|
14
14
|
errorTextFormatAndMaxSize?: string | undefined;
|
|
15
15
|
canDelete?: boolean | undefined;
|
|
16
|
+
disabled?: boolean | undefined;
|
|
17
|
+
invalid?: boolean | undefined;
|
|
16
18
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
17
19
|
slots: Readonly<{
|
|
18
20
|
/** Legend displayed at the bottom of the dropzone */
|
|
19
21
|
'dropzone-legend'?: (() => any) | undefined;
|
|
20
22
|
/** Block description of the dropzone */
|
|
21
23
|
'dropzone-description'?: (() => any) | undefined;
|
|
24
|
+
/** Block subtitle of the dropzone */
|
|
25
|
+
'dropzone-subtitle'?: (() => any) | undefined;
|
|
22
26
|
/** Add information under the file name */
|
|
23
27
|
'file-information'?: (() => any) | undefined;
|
|
24
28
|
/** Add file actions next to the update button */
|
|
@@ -28,6 +32,8 @@ declare const _default: <T extends {
|
|
|
28
32
|
'dropzone-legend'?: (() => any) | undefined;
|
|
29
33
|
/** Block description of the dropzone */
|
|
30
34
|
'dropzone-description'?: (() => any) | undefined;
|
|
35
|
+
/** Block subtitle of the dropzone */
|
|
36
|
+
'dropzone-subtitle'?: (() => any) | undefined;
|
|
31
37
|
/** Add information under the file name */
|
|
32
38
|
'file-information'?: (() => any) | undefined;
|
|
33
39
|
/** Add file actions next to the update button */
|
|
@@ -53,6 +59,8 @@ declare const _default: <T extends {
|
|
|
53
59
|
errorTextMaxSize?: string | undefined;
|
|
54
60
|
errorTextFormatAndMaxSize?: string | undefined;
|
|
55
61
|
canDelete?: boolean | undefined;
|
|
62
|
+
disabled?: boolean | undefined;
|
|
63
|
+
invalid?: boolean | undefined;
|
|
56
64
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
57
65
|
expose(exposed: import("vue").ShallowUnwrapRef<{
|
|
58
66
|
invalid: import("vue").Ref<boolean, boolean>;
|
|
@@ -63,6 +71,8 @@ declare const _default: <T extends {
|
|
|
63
71
|
'dropzone-legend'?: (() => any) | undefined;
|
|
64
72
|
/** Block description of the dropzone */
|
|
65
73
|
'dropzone-description'?: (() => any) | undefined;
|
|
74
|
+
/** Block subtitle of the dropzone */
|
|
75
|
+
'dropzone-subtitle'?: (() => any) | undefined;
|
|
66
76
|
/** Add information under the file name */
|
|
67
77
|
'file-information'?: (() => any) | undefined;
|
|
68
78
|
/** Add file actions next to the update button */
|
|
@@ -72,6 +82,8 @@ declare const _default: <T extends {
|
|
|
72
82
|
'dropzone-legend'?: (() => any) | undefined;
|
|
73
83
|
/** Block description of the dropzone */
|
|
74
84
|
'dropzone-description'?: (() => any) | undefined;
|
|
85
|
+
/** Block subtitle of the dropzone */
|
|
86
|
+
'dropzone-subtitle'?: (() => any) | undefined;
|
|
75
87
|
/** Add information under the file name */
|
|
76
88
|
'file-information'?: (() => any) | undefined;
|
|
77
89
|
/** Add file actions next to the update button */
|
|
@@ -97,6 +109,8 @@ declare const _default: <T extends {
|
|
|
97
109
|
errorTextMaxSize?: string | undefined;
|
|
98
110
|
errorTextFormatAndMaxSize?: string | undefined;
|
|
99
111
|
canDelete?: boolean | undefined;
|
|
112
|
+
disabled?: boolean | undefined;
|
|
113
|
+
invalid?: boolean | undefined;
|
|
100
114
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
101
115
|
expose(exposed: import("vue").ShallowUnwrapRef<{
|
|
102
116
|
invalid: import("vue").Ref<boolean, boolean>;
|
|
@@ -107,6 +121,8 @@ declare const _default: <T extends {
|
|
|
107
121
|
'dropzone-legend'?: (() => any) | undefined;
|
|
108
122
|
/** Block description of the dropzone */
|
|
109
123
|
'dropzone-description'?: (() => any) | undefined;
|
|
124
|
+
/** Block subtitle of the dropzone */
|
|
125
|
+
'dropzone-subtitle'?: (() => any) | undefined;
|
|
110
126
|
/** Add information under the file name */
|
|
111
127
|
'file-information'?: (() => any) | undefined;
|
|
112
128
|
/** Add file actions next to the update button */
|
|
@@ -116,6 +132,8 @@ declare const _default: <T extends {
|
|
|
116
132
|
'dropzone-legend'?: (() => any) | undefined;
|
|
117
133
|
/** Block description of the dropzone */
|
|
118
134
|
'dropzone-description'?: (() => any) | undefined;
|
|
135
|
+
/** Block subtitle of the dropzone */
|
|
136
|
+
'dropzone-subtitle'?: (() => any) | undefined;
|
|
119
137
|
/** Add information under the file name */
|
|
120
138
|
'file-information'?: (() => any) | undefined;
|
|
121
139
|
/** Add file actions next to the update button */
|
|
@@ -8,6 +8,7 @@ declare const _default: <T extends {
|
|
|
8
8
|
updateLabel: string;
|
|
9
9
|
error?: string | undefined;
|
|
10
10
|
canDelete?: boolean | undefined;
|
|
11
|
+
disabled?: boolean | undefined;
|
|
11
12
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
12
13
|
slots: Readonly<{
|
|
13
14
|
/** Information under the file name */
|
|
@@ -31,6 +32,7 @@ declare const _default: <T extends {
|
|
|
31
32
|
updateLabel: string;
|
|
32
33
|
error?: string | undefined;
|
|
33
34
|
canDelete?: boolean | undefined;
|
|
35
|
+
disabled?: boolean | undefined;
|
|
34
36
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
35
37
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
36
38
|
attrs: any;
|
|
@@ -58,6 +60,7 @@ declare const _default: <T extends {
|
|
|
58
60
|
updateLabel: string;
|
|
59
61
|
error?: string | undefined;
|
|
60
62
|
canDelete?: boolean | undefined;
|
|
63
|
+
disabled?: boolean | undefined;
|
|
61
64
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
62
65
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
63
66
|
attrs: any;
|
|
@@ -1,13 +1,26 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
+
import type { TJoyIconsColors } from '../JoyIcon/JoyIcon.types';
|
|
2
3
|
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
3
4
|
name: {
|
|
4
5
|
type: PropType<import("@maltjoy/icons").JoyIconsId>;
|
|
5
6
|
required: true;
|
|
6
7
|
};
|
|
8
|
+
color: {
|
|
9
|
+
type: PropType<TJoyIconsColors>;
|
|
10
|
+
required: false;
|
|
11
|
+
default: string;
|
|
12
|
+
};
|
|
7
13
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
8
14
|
name: {
|
|
9
15
|
type: PropType<import("@maltjoy/icons").JoyIconsId>;
|
|
10
16
|
required: true;
|
|
11
17
|
};
|
|
12
|
-
|
|
18
|
+
color: {
|
|
19
|
+
type: PropType<TJoyIconsColors>;
|
|
20
|
+
required: false;
|
|
21
|
+
default: string;
|
|
22
|
+
};
|
|
23
|
+
}>> & Readonly<{}>, {
|
|
24
|
+
color: TJoyIconsColors;
|
|
25
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
13
26
|
export default _default;
|