@a2simcode/ui 0.0.7 → 0.0.8
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/autocomplete/index.d.ts +6 -6
- package/dist/components/barcode/index.d.ts +6 -6
- package/dist/components/buttons/index.d.ts +12 -12
- package/dist/components/cascader-select/index.d.ts +6 -6
- package/dist/components/checkbox/index.d.ts +6 -6
- package/dist/components/code-mirror/index.d.ts +3 -3
- package/dist/components/comp/index.d.ts +6 -6
- package/dist/components/dialog/index.d.ts +6 -6
- package/dist/components/dialog-full/index.d.ts +6 -6
- package/dist/components/drawer/index.d.ts +6 -6
- package/dist/components/dynamic-layer/index.d.ts +3 -3
- package/dist/components/form/index.d.ts +3 -3
- package/dist/components/form-item/index.d.ts +6 -6
- package/dist/components/icon/index.d.ts +3 -3
- package/dist/components/index.d.ts +19 -0
- package/dist/components/input/index.d.ts +3 -3
- package/dist/components/input-tag/index.d.ts +3 -3
- package/dist/components/layer/index.d.ts +6 -6
- package/dist/components/number/index.d.ts +3 -3
- package/dist/components/page/index.d.ts +6 -6
- package/dist/components/rate/index.d.ts +3 -3
- package/dist/components/select/index.d.ts +11 -11
- package/dist/components/slider/index.d.ts +3 -3
- package/dist/components/table/index.d.ts +18 -18
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const JAutocomplete: {
|
|
2
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('..').AutocompleteProps> & Readonly<{
|
|
3
3
|
onSelect?: ((value: any) => any) | undefined;
|
|
4
4
|
onFocus?: (() => any) | undefined;
|
|
5
5
|
onBlur?: (() => any) | undefined;
|
|
@@ -19,7 +19,7 @@ declare const JAutocomplete: {
|
|
|
19
19
|
readonly: boolean;
|
|
20
20
|
placeholder: string;
|
|
21
21
|
clearable: boolean;
|
|
22
|
-
options: import('
|
|
22
|
+
options: import('..').AutocompleteOption[];
|
|
23
23
|
teleported: boolean;
|
|
24
24
|
placement: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end";
|
|
25
25
|
valueKey: string;
|
|
@@ -39,7 +39,7 @@ declare const JAutocomplete: {
|
|
|
39
39
|
C: {};
|
|
40
40
|
M: {};
|
|
41
41
|
Defaults: {};
|
|
42
|
-
}, Readonly<import('
|
|
42
|
+
}, Readonly<import('..').AutocompleteProps> & Readonly<{
|
|
43
43
|
onSelect?: ((value: any) => any) | undefined;
|
|
44
44
|
onFocus?: (() => any) | undefined;
|
|
45
45
|
onBlur?: (() => any) | undefined;
|
|
@@ -53,7 +53,7 @@ declare const JAutocomplete: {
|
|
|
53
53
|
readonly: boolean;
|
|
54
54
|
placeholder: string;
|
|
55
55
|
clearable: boolean;
|
|
56
|
-
options: import('
|
|
56
|
+
options: import('..').AutocompleteOption[];
|
|
57
57
|
teleported: boolean;
|
|
58
58
|
placement: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end";
|
|
59
59
|
valueKey: string;
|
|
@@ -68,7 +68,7 @@ declare const JAutocomplete: {
|
|
|
68
68
|
__isFragment?: never;
|
|
69
69
|
__isTeleport?: never;
|
|
70
70
|
__isSuspense?: never;
|
|
71
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('
|
|
71
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('..').AutocompleteProps> & Readonly<{
|
|
72
72
|
onSelect?: ((value: any) => any) | undefined;
|
|
73
73
|
onFocus?: (() => any) | undefined;
|
|
74
74
|
onBlur?: (() => any) | undefined;
|
|
@@ -88,7 +88,7 @@ declare const JAutocomplete: {
|
|
|
88
88
|
readonly: boolean;
|
|
89
89
|
placeholder: string;
|
|
90
90
|
clearable: boolean;
|
|
91
|
-
options: import('
|
|
91
|
+
options: import('..').AutocompleteOption[];
|
|
92
92
|
teleported: boolean;
|
|
93
93
|
placement: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end";
|
|
94
94
|
valueKey: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const JBarcode: {
|
|
2
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('..').BarcodeProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
3
3
|
size: number;
|
|
4
4
|
flat: boolean;
|
|
5
5
|
color: string;
|
|
@@ -8,7 +8,7 @@ declare const JBarcode: {
|
|
|
8
8
|
width: number;
|
|
9
9
|
font: string;
|
|
10
10
|
modelValue: string | number;
|
|
11
|
-
format: import('
|
|
11
|
+
format: import('..').BarcodeFormat;
|
|
12
12
|
displayValue: boolean;
|
|
13
13
|
fontOptions: string;
|
|
14
14
|
textAlign: string;
|
|
@@ -40,7 +40,7 @@ declare const JBarcode: {
|
|
|
40
40
|
C: {};
|
|
41
41
|
M: {};
|
|
42
42
|
Defaults: {};
|
|
43
|
-
}, Readonly<import('
|
|
43
|
+
}, Readonly<import('..').BarcodeProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
44
44
|
size: number;
|
|
45
45
|
flat: boolean;
|
|
46
46
|
color: string;
|
|
@@ -49,7 +49,7 @@ declare const JBarcode: {
|
|
|
49
49
|
width: number;
|
|
50
50
|
font: string;
|
|
51
51
|
modelValue: string | number;
|
|
52
|
-
format: import('
|
|
52
|
+
format: import('..').BarcodeFormat;
|
|
53
53
|
displayValue: boolean;
|
|
54
54
|
fontOptions: string;
|
|
55
55
|
textAlign: string;
|
|
@@ -76,7 +76,7 @@ declare const JBarcode: {
|
|
|
76
76
|
__isFragment?: never;
|
|
77
77
|
__isTeleport?: never;
|
|
78
78
|
__isSuspense?: never;
|
|
79
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('
|
|
79
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('..').BarcodeProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
80
80
|
size: number;
|
|
81
81
|
flat: boolean;
|
|
82
82
|
color: string;
|
|
@@ -85,7 +85,7 @@ declare const JBarcode: {
|
|
|
85
85
|
width: number;
|
|
86
86
|
font: string;
|
|
87
87
|
modelValue: string | number;
|
|
88
|
-
format: import('
|
|
88
|
+
format: import('..').BarcodeFormat;
|
|
89
89
|
displayValue: boolean;
|
|
90
90
|
fontOptions: string;
|
|
91
91
|
textAlign: string;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
declare const JButtons: {
|
|
2
2
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
3
3
|
list: {
|
|
4
|
-
type: import('vue').PropType<import('
|
|
4
|
+
type: import('vue').PropType<import('..').buttonItem[]>;
|
|
5
5
|
default: () => never[];
|
|
6
6
|
};
|
|
7
7
|
group: {
|
|
8
|
-
type: import('vue').PropType<Record<string, import('
|
|
8
|
+
type: import('vue').PropType<Record<string, import('..').buttonItem[]>>;
|
|
9
9
|
default: () => {};
|
|
10
10
|
};
|
|
11
11
|
isLink: BooleanConstructor;
|
|
@@ -16,8 +16,8 @@ declare const JButtons: {
|
|
|
16
16
|
readonly: BooleanConstructor;
|
|
17
17
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
18
18
|
size: "small" | "default" | "large";
|
|
19
|
-
list: import('
|
|
20
|
-
group: Record<string, import('
|
|
19
|
+
list: import('..').buttonItem[];
|
|
20
|
+
group: Record<string, import('..').buttonItem[]>;
|
|
21
21
|
isLink: boolean;
|
|
22
22
|
readonly: boolean;
|
|
23
23
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
@@ -31,11 +31,11 @@ declare const JButtons: {
|
|
|
31
31
|
Defaults: {};
|
|
32
32
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
33
33
|
list: {
|
|
34
|
-
type: import('vue').PropType<import('
|
|
34
|
+
type: import('vue').PropType<import('..').buttonItem[]>;
|
|
35
35
|
default: () => never[];
|
|
36
36
|
};
|
|
37
37
|
group: {
|
|
38
|
-
type: import('vue').PropType<Record<string, import('
|
|
38
|
+
type: import('vue').PropType<Record<string, import('..').buttonItem[]>>;
|
|
39
39
|
default: () => {};
|
|
40
40
|
};
|
|
41
41
|
isLink: BooleanConstructor;
|
|
@@ -46,8 +46,8 @@ declare const JButtons: {
|
|
|
46
46
|
readonly: BooleanConstructor;
|
|
47
47
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
48
48
|
size: "small" | "default" | "large";
|
|
49
|
-
list: import('
|
|
50
|
-
group: Record<string, import('
|
|
49
|
+
list: import('..').buttonItem[];
|
|
50
|
+
group: Record<string, import('..').buttonItem[]>;
|
|
51
51
|
isLink: boolean;
|
|
52
52
|
readonly: boolean;
|
|
53
53
|
}>;
|
|
@@ -56,11 +56,11 @@ declare const JButtons: {
|
|
|
56
56
|
__isSuspense?: never;
|
|
57
57
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
58
58
|
list: {
|
|
59
|
-
type: import('vue').PropType<import('
|
|
59
|
+
type: import('vue').PropType<import('..').buttonItem[]>;
|
|
60
60
|
default: () => never[];
|
|
61
61
|
};
|
|
62
62
|
group: {
|
|
63
|
-
type: import('vue').PropType<Record<string, import('
|
|
63
|
+
type: import('vue').PropType<Record<string, import('..').buttonItem[]>>;
|
|
64
64
|
default: () => {};
|
|
65
65
|
};
|
|
66
66
|
isLink: BooleanConstructor;
|
|
@@ -71,8 +71,8 @@ declare const JButtons: {
|
|
|
71
71
|
readonly: BooleanConstructor;
|
|
72
72
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
73
73
|
size: "small" | "default" | "large";
|
|
74
|
-
list: import('
|
|
75
|
-
group: Record<string, import('
|
|
74
|
+
list: import('..').buttonItem[];
|
|
75
|
+
group: Record<string, import('..').buttonItem[]>;
|
|
76
76
|
isLink: boolean;
|
|
77
77
|
readonly: boolean;
|
|
78
78
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const JCascaderSelect: {
|
|
2
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('..').CascaderSelectProps> & Readonly<{
|
|
3
3
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
4
4
|
onChange?: ((value: {
|
|
5
5
|
value: string;
|
|
@@ -20,7 +20,7 @@ declare const JCascaderSelect: {
|
|
|
20
20
|
readonly: boolean;
|
|
21
21
|
placeholder: string;
|
|
22
22
|
clearable: boolean;
|
|
23
|
-
options: import('
|
|
23
|
+
options: import('..').CascaderSelectOption[];
|
|
24
24
|
multiple: boolean;
|
|
25
25
|
collapseTags: boolean;
|
|
26
26
|
filterable: boolean | object;
|
|
@@ -45,7 +45,7 @@ declare const JCascaderSelect: {
|
|
|
45
45
|
C: {};
|
|
46
46
|
M: {};
|
|
47
47
|
Defaults: {};
|
|
48
|
-
}, Readonly<import('
|
|
48
|
+
}, Readonly<import('..').CascaderSelectProps> & Readonly<{
|
|
49
49
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
50
50
|
onChange?: ((value: {
|
|
51
51
|
value: string;
|
|
@@ -60,7 +60,7 @@ declare const JCascaderSelect: {
|
|
|
60
60
|
readonly: boolean;
|
|
61
61
|
placeholder: string;
|
|
62
62
|
clearable: boolean;
|
|
63
|
-
options: import('
|
|
63
|
+
options: import('..').CascaderSelectOption[];
|
|
64
64
|
multiple: boolean;
|
|
65
65
|
collapseTags: boolean;
|
|
66
66
|
filterable: boolean | object;
|
|
@@ -80,7 +80,7 @@ declare const JCascaderSelect: {
|
|
|
80
80
|
__isFragment?: never;
|
|
81
81
|
__isTeleport?: never;
|
|
82
82
|
__isSuspense?: never;
|
|
83
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('
|
|
83
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('..').CascaderSelectProps> & Readonly<{
|
|
84
84
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
85
85
|
onChange?: ((value: {
|
|
86
86
|
value: string;
|
|
@@ -101,7 +101,7 @@ declare const JCascaderSelect: {
|
|
|
101
101
|
readonly: boolean;
|
|
102
102
|
placeholder: string;
|
|
103
103
|
clearable: boolean;
|
|
104
|
-
options: import('
|
|
104
|
+
options: import('..').CascaderSelectOption[];
|
|
105
105
|
multiple: boolean;
|
|
106
106
|
collapseTags: boolean;
|
|
107
107
|
filterable: boolean | object;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const JCheckbox: {
|
|
2
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('..').CheckboxProps> & Readonly<{
|
|
3
3
|
"onUpdate:modelValue"?: ((value: string[] | undefined) => any) | undefined;
|
|
4
4
|
onChange?: ((value: string[]) => any) | undefined;
|
|
5
5
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -16,7 +16,7 @@ declare const JCheckbox: {
|
|
|
16
16
|
max: number;
|
|
17
17
|
min: number;
|
|
18
18
|
validateEvent: boolean;
|
|
19
|
-
options: import('
|
|
19
|
+
options: import('..').CheckboxOption[];
|
|
20
20
|
tag: string;
|
|
21
21
|
textColor: string;
|
|
22
22
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
@@ -26,7 +26,7 @@ declare const JCheckbox: {
|
|
|
26
26
|
C: {};
|
|
27
27
|
M: {};
|
|
28
28
|
Defaults: {};
|
|
29
|
-
}, Readonly<import('
|
|
29
|
+
}, Readonly<import('..').CheckboxProps> & Readonly<{
|
|
30
30
|
"onUpdate:modelValue"?: ((value: string[] | undefined) => any) | undefined;
|
|
31
31
|
onChange?: ((value: string[]) => any) | undefined;
|
|
32
32
|
}>, {}, {}, {}, {}, {
|
|
@@ -40,14 +40,14 @@ declare const JCheckbox: {
|
|
|
40
40
|
max: number;
|
|
41
41
|
min: number;
|
|
42
42
|
validateEvent: boolean;
|
|
43
|
-
options: import('
|
|
43
|
+
options: import('..').CheckboxOption[];
|
|
44
44
|
tag: string;
|
|
45
45
|
textColor: string;
|
|
46
46
|
}>;
|
|
47
47
|
__isFragment?: never;
|
|
48
48
|
__isTeleport?: never;
|
|
49
49
|
__isSuspense?: never;
|
|
50
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('
|
|
50
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('..').CheckboxProps> & Readonly<{
|
|
51
51
|
"onUpdate:modelValue"?: ((value: string[] | undefined) => any) | undefined;
|
|
52
52
|
onChange?: ((value: string[]) => any) | undefined;
|
|
53
53
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -64,7 +64,7 @@ declare const JCheckbox: {
|
|
|
64
64
|
max: number;
|
|
65
65
|
min: number;
|
|
66
66
|
validateEvent: boolean;
|
|
67
|
-
options: import('
|
|
67
|
+
options: import('..').CheckboxOption[];
|
|
68
68
|
tag: string;
|
|
69
69
|
textColor: string;
|
|
70
70
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const JCodeMirror: {
|
|
2
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('..').CodeMirrorProps> & Readonly<{
|
|
3
3
|
onChange?: ((data: {
|
|
4
4
|
value: string;
|
|
5
5
|
}) => any) | undefined;
|
|
@@ -29,7 +29,7 @@ declare const JCodeMirror: {
|
|
|
29
29
|
C: {};
|
|
30
30
|
M: {};
|
|
31
31
|
Defaults: {};
|
|
32
|
-
}, Readonly<import('
|
|
32
|
+
}, Readonly<import('..').CodeMirrorProps> & Readonly<{
|
|
33
33
|
onChange?: ((data: {
|
|
34
34
|
value: string;
|
|
35
35
|
}) => any) | undefined;
|
|
@@ -48,7 +48,7 @@ declare const JCodeMirror: {
|
|
|
48
48
|
__isFragment?: never;
|
|
49
49
|
__isTeleport?: never;
|
|
50
50
|
__isSuspense?: never;
|
|
51
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('
|
|
51
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('..').CodeMirrorProps> & Readonly<{
|
|
52
52
|
onChange?: ((data: {
|
|
53
53
|
value: string;
|
|
54
54
|
}) => any) | undefined;
|
|
@@ -29,7 +29,7 @@ declare const JComp: {
|
|
|
29
29
|
default: undefined;
|
|
30
30
|
};
|
|
31
31
|
children: {
|
|
32
|
-
type: import('vue').PropType<import('
|
|
32
|
+
type: import('vue').PropType<import('..').SchemaRuntimeConfig[]>;
|
|
33
33
|
default: () => never[];
|
|
34
34
|
};
|
|
35
35
|
}>> & Readonly<{
|
|
@@ -42,7 +42,7 @@ declare const JComp: {
|
|
|
42
42
|
type: string;
|
|
43
43
|
id: string;
|
|
44
44
|
modelValue: string | number | boolean | any[] | Record<string, any>;
|
|
45
|
-
children: import('
|
|
45
|
+
children: import('..').SchemaRuntimeConfig[];
|
|
46
46
|
row: Record<string, any>;
|
|
47
47
|
getCompType: Function;
|
|
48
48
|
config: Record<string, any>;
|
|
@@ -84,7 +84,7 @@ declare const JComp: {
|
|
|
84
84
|
default: undefined;
|
|
85
85
|
};
|
|
86
86
|
children: {
|
|
87
|
-
type: import('vue').PropType<import('
|
|
87
|
+
type: import('vue').PropType<import('..').SchemaRuntimeConfig[]>;
|
|
88
88
|
default: () => never[];
|
|
89
89
|
};
|
|
90
90
|
}>> & Readonly<{
|
|
@@ -94,7 +94,7 @@ declare const JComp: {
|
|
|
94
94
|
type: string;
|
|
95
95
|
id: string;
|
|
96
96
|
modelValue: string | number | boolean | any[] | Record<string, any>;
|
|
97
|
-
children: import('
|
|
97
|
+
children: import('..').SchemaRuntimeConfig[];
|
|
98
98
|
row: Record<string, any>;
|
|
99
99
|
getCompType: Function;
|
|
100
100
|
config: Record<string, any>;
|
|
@@ -133,7 +133,7 @@ declare const JComp: {
|
|
|
133
133
|
default: undefined;
|
|
134
134
|
};
|
|
135
135
|
children: {
|
|
136
|
-
type: import('vue').PropType<import('
|
|
136
|
+
type: import('vue').PropType<import('..').SchemaRuntimeConfig[]>;
|
|
137
137
|
default: () => never[];
|
|
138
138
|
};
|
|
139
139
|
}>> & Readonly<{
|
|
@@ -146,7 +146,7 @@ declare const JComp: {
|
|
|
146
146
|
type: string;
|
|
147
147
|
id: string;
|
|
148
148
|
modelValue: string | number | boolean | any[] | Record<string, any>;
|
|
149
|
-
children: import('
|
|
149
|
+
children: import('..').SchemaRuntimeConfig[];
|
|
150
150
|
row: Record<string, any>;
|
|
151
151
|
getCompType: Function;
|
|
152
152
|
config: Record<string, any>;
|
|
@@ -93,7 +93,7 @@ export declare const JDialog: {
|
|
|
93
93
|
default: undefined;
|
|
94
94
|
};
|
|
95
95
|
buttons: {
|
|
96
|
-
type: import('vue').PropType<import('
|
|
96
|
+
type: import('vue').PropType<import('..').buttonItem[]>;
|
|
97
97
|
default: () => never[];
|
|
98
98
|
};
|
|
99
99
|
}>> & Readonly<{
|
|
@@ -116,7 +116,7 @@ export declare const JDialog: {
|
|
|
116
116
|
mask: boolean;
|
|
117
117
|
height: number;
|
|
118
118
|
width: number;
|
|
119
|
-
buttons: import('
|
|
119
|
+
buttons: import('..').buttonItem[];
|
|
120
120
|
minWidth: number;
|
|
121
121
|
minHeight: number;
|
|
122
122
|
visible: boolean;
|
|
@@ -234,7 +234,7 @@ export declare const JDialog: {
|
|
|
234
234
|
default: undefined;
|
|
235
235
|
};
|
|
236
236
|
buttons: {
|
|
237
|
-
type: import('vue').PropType<import('
|
|
237
|
+
type: import('vue').PropType<import('..').buttonItem[]>;
|
|
238
238
|
default: () => never[];
|
|
239
239
|
};
|
|
240
240
|
}>> & Readonly<{
|
|
@@ -251,7 +251,7 @@ export declare const JDialog: {
|
|
|
251
251
|
mask: boolean;
|
|
252
252
|
height: number;
|
|
253
253
|
width: number;
|
|
254
|
-
buttons: import('
|
|
254
|
+
buttons: import('..').buttonItem[];
|
|
255
255
|
minWidth: number;
|
|
256
256
|
minHeight: number;
|
|
257
257
|
visible: boolean;
|
|
@@ -366,7 +366,7 @@ export declare const JDialog: {
|
|
|
366
366
|
default: undefined;
|
|
367
367
|
};
|
|
368
368
|
buttons: {
|
|
369
|
-
type: import('vue').PropType<import('
|
|
369
|
+
type: import('vue').PropType<import('..').buttonItem[]>;
|
|
370
370
|
default: () => never[];
|
|
371
371
|
};
|
|
372
372
|
}>> & Readonly<{
|
|
@@ -389,7 +389,7 @@ export declare const JDialog: {
|
|
|
389
389
|
mask: boolean;
|
|
390
390
|
height: number;
|
|
391
391
|
width: number;
|
|
392
|
-
buttons: import('
|
|
392
|
+
buttons: import('..').buttonItem[];
|
|
393
393
|
minWidth: number;
|
|
394
394
|
minHeight: number;
|
|
395
395
|
visible: boolean;
|
|
@@ -61,7 +61,7 @@ export declare const JDialogFull: {
|
|
|
61
61
|
default: undefined;
|
|
62
62
|
};
|
|
63
63
|
buttons: {
|
|
64
|
-
type: import('vue').PropType<import('
|
|
64
|
+
type: import('vue').PropType<import('..').buttonItem[]>;
|
|
65
65
|
default: () => never[];
|
|
66
66
|
};
|
|
67
67
|
subtitle: {
|
|
@@ -85,7 +85,7 @@ export declare const JDialogFull: {
|
|
|
85
85
|
closed: (...args: any[]) => void;
|
|
86
86
|
}, import('vue').PublicProps, {
|
|
87
87
|
title: string;
|
|
88
|
-
buttons: import('
|
|
88
|
+
buttons: import('..').buttonItem[];
|
|
89
89
|
visible: boolean;
|
|
90
90
|
subtitle: Function;
|
|
91
91
|
destroyOnClose: boolean;
|
|
@@ -167,7 +167,7 @@ export declare const JDialogFull: {
|
|
|
167
167
|
default: undefined;
|
|
168
168
|
};
|
|
169
169
|
buttons: {
|
|
170
|
-
type: import('vue').PropType<import('
|
|
170
|
+
type: import('vue').PropType<import('..').buttonItem[]>;
|
|
171
171
|
default: () => never[];
|
|
172
172
|
};
|
|
173
173
|
subtitle: {
|
|
@@ -185,7 +185,7 @@ export declare const JDialogFull: {
|
|
|
185
185
|
hideLoading: () => void;
|
|
186
186
|
}, {}, {}, {}, {
|
|
187
187
|
title: string;
|
|
188
|
-
buttons: import('
|
|
188
|
+
buttons: import('..').buttonItem[];
|
|
189
189
|
visible: boolean;
|
|
190
190
|
subtitle: Function;
|
|
191
191
|
destroyOnClose: boolean;
|
|
@@ -264,7 +264,7 @@ export declare const JDialogFull: {
|
|
|
264
264
|
default: undefined;
|
|
265
265
|
};
|
|
266
266
|
buttons: {
|
|
267
|
-
type: import('vue').PropType<import('
|
|
267
|
+
type: import('vue').PropType<import('..').buttonItem[]>;
|
|
268
268
|
default: () => never[];
|
|
269
269
|
};
|
|
270
270
|
subtitle: {
|
|
@@ -288,7 +288,7 @@ export declare const JDialogFull: {
|
|
|
288
288
|
closed: (...args: any[]) => void;
|
|
289
289
|
}, string, {
|
|
290
290
|
title: string;
|
|
291
|
-
buttons: import('
|
|
291
|
+
buttons: import('..').buttonItem[];
|
|
292
292
|
visible: boolean;
|
|
293
293
|
subtitle: Function;
|
|
294
294
|
destroyOnClose: boolean;
|
|
@@ -65,7 +65,7 @@ export declare const JDrawer: {
|
|
|
65
65
|
default: string;
|
|
66
66
|
};
|
|
67
67
|
buttons: {
|
|
68
|
-
type: import('vue').PropType<import('
|
|
68
|
+
type: import('vue').PropType<import('..').buttonItem[]>;
|
|
69
69
|
default: () => never[];
|
|
70
70
|
};
|
|
71
71
|
subtitle: {
|
|
@@ -92,7 +92,7 @@ export declare const JDrawer: {
|
|
|
92
92
|
mask: boolean;
|
|
93
93
|
height: number;
|
|
94
94
|
width: number;
|
|
95
|
-
buttons: import('
|
|
95
|
+
buttons: import('..').buttonItem[];
|
|
96
96
|
direction: "ltr" | "rtl" | "ttb" | "btt";
|
|
97
97
|
visible: boolean;
|
|
98
98
|
subtitle: Function;
|
|
@@ -179,7 +179,7 @@ export declare const JDrawer: {
|
|
|
179
179
|
default: string;
|
|
180
180
|
};
|
|
181
181
|
buttons: {
|
|
182
|
-
type: import('vue').PropType<import('
|
|
182
|
+
type: import('vue').PropType<import('..').buttonItem[]>;
|
|
183
183
|
default: () => never[];
|
|
184
184
|
};
|
|
185
185
|
subtitle: {
|
|
@@ -200,7 +200,7 @@ export declare const JDrawer: {
|
|
|
200
200
|
mask: boolean;
|
|
201
201
|
height: number;
|
|
202
202
|
width: number;
|
|
203
|
-
buttons: import('
|
|
203
|
+
buttons: import('..').buttonItem[];
|
|
204
204
|
direction: "ltr" | "rtl" | "ttb" | "btt";
|
|
205
205
|
visible: boolean;
|
|
206
206
|
subtitle: Function;
|
|
@@ -284,7 +284,7 @@ export declare const JDrawer: {
|
|
|
284
284
|
default: string;
|
|
285
285
|
};
|
|
286
286
|
buttons: {
|
|
287
|
-
type: import('vue').PropType<import('
|
|
287
|
+
type: import('vue').PropType<import('..').buttonItem[]>;
|
|
288
288
|
default: () => never[];
|
|
289
289
|
};
|
|
290
290
|
subtitle: {
|
|
@@ -311,7 +311,7 @@ export declare const JDrawer: {
|
|
|
311
311
|
mask: boolean;
|
|
312
312
|
height: number;
|
|
313
313
|
width: number;
|
|
314
|
-
buttons: import('
|
|
314
|
+
buttons: import('..').buttonItem[];
|
|
315
315
|
direction: "ltr" | "rtl" | "ttb" | "btt";
|
|
316
316
|
visible: boolean;
|
|
317
317
|
subtitle: Function;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare const JDynamicLayer: {
|
|
2
2
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
3
|
-
open: (data: import('
|
|
3
|
+
open: (data: import('..').FormLayerParamType) => void;
|
|
4
4
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
5
5
|
layerRef: unknown;
|
|
6
6
|
componentRef: unknown;
|
|
@@ -12,13 +12,13 @@ export declare const JDynamicLayer: {
|
|
|
12
12
|
M: {};
|
|
13
13
|
Defaults: {};
|
|
14
14
|
}, Readonly<{}> & Readonly<{}>, {
|
|
15
|
-
open: (data: import('
|
|
15
|
+
open: (data: import('..').FormLayerParamType) => void;
|
|
16
16
|
}, {}, {}, {}, {}>;
|
|
17
17
|
__isFragment?: never;
|
|
18
18
|
__isTeleport?: never;
|
|
19
19
|
__isSuspense?: never;
|
|
20
20
|
} & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {
|
|
21
|
-
open: (data: import('
|
|
21
|
+
open: (data: import('..').FormLayerParamType) => void;
|
|
22
22
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
|
|
23
23
|
install: (app: import('vue').App) => void;
|
|
24
24
|
};
|
|
@@ -26,7 +26,7 @@ export declare const JForm: {
|
|
|
26
26
|
}>> & Readonly<{
|
|
27
27
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
28
28
|
}>, {
|
|
29
|
-
init: (schemas: import('
|
|
29
|
+
init: (schemas: import('..').FormSchemaConfig[], _data?: Record<string, any>) => Promise<void>;
|
|
30
30
|
reset: () => void;
|
|
31
31
|
validate: () => Promise<boolean>;
|
|
32
32
|
setValue: ({ id, i, value, type }: {
|
|
@@ -93,7 +93,7 @@ export declare const JForm: {
|
|
|
93
93
|
}>> & Readonly<{
|
|
94
94
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
95
95
|
}>, {
|
|
96
|
-
init: (schemas: import('
|
|
96
|
+
init: (schemas: import('..').FormSchemaConfig[], _data?: Record<string, any>) => Promise<void>;
|
|
97
97
|
reset: () => void;
|
|
98
98
|
validate: () => Promise<boolean>;
|
|
99
99
|
setValue: ({ id, i, value, type }: {
|
|
@@ -155,7 +155,7 @@ export declare const JForm: {
|
|
|
155
155
|
}>> & Readonly<{
|
|
156
156
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
157
157
|
}>, {
|
|
158
|
-
init: (schemas: import('
|
|
158
|
+
init: (schemas: import('..').FormSchemaConfig[], _data?: Record<string, any>) => Promise<void>;
|
|
159
159
|
reset: () => void;
|
|
160
160
|
validate: () => Promise<boolean>;
|
|
161
161
|
setValue: ({ id, i, value, type }: {
|
|
@@ -21,13 +21,13 @@ export declare const JFormItem: {
|
|
|
21
21
|
default: undefined;
|
|
22
22
|
};
|
|
23
23
|
children: {
|
|
24
|
-
type: import('vue').PropType<import('
|
|
24
|
+
type: import('vue').PropType<import('..').SchemaRuntimeConfig[]>;
|
|
25
25
|
default: () => never[];
|
|
26
26
|
};
|
|
27
27
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
28
28
|
type: string;
|
|
29
29
|
id: string;
|
|
30
|
-
children: import('
|
|
30
|
+
children: import('..').SchemaRuntimeConfig[];
|
|
31
31
|
getCompType: Function;
|
|
32
32
|
config: Record<string, any>;
|
|
33
33
|
getCompConfig: Function;
|
|
@@ -60,13 +60,13 @@ export declare const JFormItem: {
|
|
|
60
60
|
default: undefined;
|
|
61
61
|
};
|
|
62
62
|
children: {
|
|
63
|
-
type: import('vue').PropType<import('
|
|
63
|
+
type: import('vue').PropType<import('..').SchemaRuntimeConfig[]>;
|
|
64
64
|
default: () => never[];
|
|
65
65
|
};
|
|
66
66
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
67
67
|
type: string;
|
|
68
68
|
id: string;
|
|
69
|
-
children: import('
|
|
69
|
+
children: import('..').SchemaRuntimeConfig[];
|
|
70
70
|
getCompType: Function;
|
|
71
71
|
config: Record<string, any>;
|
|
72
72
|
getCompConfig: Function;
|
|
@@ -96,13 +96,13 @@ export declare const JFormItem: {
|
|
|
96
96
|
default: undefined;
|
|
97
97
|
};
|
|
98
98
|
children: {
|
|
99
|
-
type: import('vue').PropType<import('
|
|
99
|
+
type: import('vue').PropType<import('..').SchemaRuntimeConfig[]>;
|
|
100
100
|
default: () => never[];
|
|
101
101
|
};
|
|
102
102
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
103
103
|
type: string;
|
|
104
104
|
id: string;
|
|
105
|
-
children: import('
|
|
105
|
+
children: import('..').SchemaRuntimeConfig[];
|
|
106
106
|
getCompType: Function;
|
|
107
107
|
config: Record<string, any>;
|
|
108
108
|
getCompConfig: Function;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const JIcon: {
|
|
2
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('..').IconProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
3
3
|
size: number;
|
|
4
4
|
color: string;
|
|
5
5
|
rotate: number;
|
|
@@ -11,7 +11,7 @@ export declare const JIcon: {
|
|
|
11
11
|
C: {};
|
|
12
12
|
M: {};
|
|
13
13
|
Defaults: {};
|
|
14
|
-
}, Readonly<import('
|
|
14
|
+
}, Readonly<import('..').IconProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
15
15
|
size: number;
|
|
16
16
|
color: string;
|
|
17
17
|
rotate: number;
|
|
@@ -20,7 +20,7 @@ export declare const JIcon: {
|
|
|
20
20
|
__isFragment?: never;
|
|
21
21
|
__isTeleport?: never;
|
|
22
22
|
__isSuspense?: never;
|
|
23
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('
|
|
23
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('..').IconProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
24
24
|
size: number;
|
|
25
25
|
color: string;
|
|
26
26
|
rotate: number;
|
|
@@ -29,6 +29,25 @@ import { default as JFormItem } from './form-item';
|
|
|
29
29
|
import { default as JPage } from './page';
|
|
30
30
|
export { JButton, JButtons, JInput, JIcon, JRadio, JSelect, JCascaderSelect, JCheckbox, JNumber, JAutoComplete, JLayout, JTable, JDialog, JDialogFull, JDrawer, JLayer, JDynamicLayer, JInputTag, JRate, JSlider, JUpload, JEcharts, JBarcode, JCodeMirror, JComp, JForm, JFormItem, JPage };
|
|
31
31
|
export * from '../core';
|
|
32
|
+
export type { InputProps } from './input/src/input.vue';
|
|
33
|
+
export type { SelectOption, SelectProps } from './select/src/select.vue';
|
|
34
|
+
export type { TableColumn, TableRecord } from './table/src/table.vue';
|
|
35
|
+
export type { BarcodeFormat, BarcodeProps } from './barcode/src/barcode.vue';
|
|
36
|
+
export type { Option as AutocompleteOption, AutocompleteProps } from './autocomplete/src/autocomplete.vue';
|
|
37
|
+
export type { CascaderSelectOption, CascaderSelectProps } from './cascader-select/src/cascader-select.vue';
|
|
38
|
+
export type { CheckboxOption, CheckboxProps } from './checkbox/src/checkbox.vue';
|
|
39
|
+
export type { CodeMirrorProps } from './code-mirror/src/code-mirror.vue';
|
|
40
|
+
export type { IconProps } from './icon/src/icon.vue';
|
|
41
|
+
export type { InputTagProps } from './input-tag/src/input-tag.vue';
|
|
42
|
+
export type { NumberProps } from './number/src/number.vue';
|
|
43
|
+
export type { RateProps } from './rate/src/rate.vue';
|
|
44
|
+
export type { SliderProps } from './slider/src/slider.vue';
|
|
45
|
+
export type { SchemaRuntimeConfig } from './comp/src/comp.vue';
|
|
46
|
+
export type { buttonItem } from './buttons/src/interface';
|
|
47
|
+
export type { FormLayerParamType } from './dynamic-layer/src/interface';
|
|
48
|
+
export type { FormSchemaConfig, RuleType } from './form/src/interface';
|
|
49
|
+
export type { PageSchemaConfig } from './page/src/interface';
|
|
50
|
+
export type { FormLabelAlign, InternalNamePath, NamePath, StoreValue, Store, Meta, InternalFieldData, FieldData, RuleObject, Rule, ValidateErrorEntity, FieldError, RuleError, ValidateOptions, ValidateFields, ValidateMessages, } from './form/src/useForm/interface';
|
|
32
51
|
declare const _default: {
|
|
33
52
|
install: (app: App) => void;
|
|
34
53
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const JInput: {
|
|
2
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('..').InputProps> & Readonly<{
|
|
3
3
|
onClear?: (() => any) | undefined;
|
|
4
4
|
onInput?: ((value: string | number) => any) | undefined;
|
|
5
5
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -40,7 +40,7 @@ declare const JInput: {
|
|
|
40
40
|
C: {};
|
|
41
41
|
M: {};
|
|
42
42
|
Defaults: {};
|
|
43
|
-
}, Readonly<import('
|
|
43
|
+
}, Readonly<import('..').InputProps> & Readonly<{
|
|
44
44
|
onClear?: (() => any) | undefined;
|
|
45
45
|
onInput?: ((value: string | number) => any) | undefined;
|
|
46
46
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -71,7 +71,7 @@ declare const JInput: {
|
|
|
71
71
|
__isFragment?: never;
|
|
72
72
|
__isTeleport?: never;
|
|
73
73
|
__isSuspense?: never;
|
|
74
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('
|
|
74
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('..').InputProps> & Readonly<{
|
|
75
75
|
onClear?: (() => any) | undefined;
|
|
76
76
|
onInput?: ((value: string | number) => any) | undefined;
|
|
77
77
|
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const JInputTag: {
|
|
2
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('..').InputTagProps> & Readonly<{
|
|
3
3
|
onSearch?: ((value: any) => any) | undefined;
|
|
4
4
|
onSelect?: ((value: any) => any) | undefined;
|
|
5
5
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
@@ -28,7 +28,7 @@ export declare const JInputTag: {
|
|
|
28
28
|
C: {};
|
|
29
29
|
M: {};
|
|
30
30
|
Defaults: {};
|
|
31
|
-
}, Readonly<import('
|
|
31
|
+
}, Readonly<import('..').InputTagProps> & Readonly<{
|
|
32
32
|
onSearch?: ((value: any) => any) | undefined;
|
|
33
33
|
onSelect?: ((value: any) => any) | undefined;
|
|
34
34
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
@@ -47,7 +47,7 @@ export declare const JInputTag: {
|
|
|
47
47
|
__isFragment?: never;
|
|
48
48
|
__isTeleport?: never;
|
|
49
49
|
__isSuspense?: never;
|
|
50
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('
|
|
50
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('..').InputTagProps> & Readonly<{
|
|
51
51
|
onSearch?: ((value: any) => any) | undefined;
|
|
52
52
|
onSelect?: ((value: any) => any) | undefined;
|
|
53
53
|
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
|
|
@@ -46,7 +46,7 @@ export declare const JLayer: {
|
|
|
46
46
|
default: string;
|
|
47
47
|
};
|
|
48
48
|
buttons: {
|
|
49
|
-
type: import('vue').PropType<import('
|
|
49
|
+
type: import('vue').PropType<import('..').buttonItem[]>;
|
|
50
50
|
default: () => never[];
|
|
51
51
|
};
|
|
52
52
|
destroyOnClose: {
|
|
@@ -77,7 +77,7 @@ export declare const JLayer: {
|
|
|
77
77
|
}, import('vue').PublicProps, {
|
|
78
78
|
height: number;
|
|
79
79
|
width: number;
|
|
80
|
-
buttons: import('
|
|
80
|
+
buttons: import('..').buttonItem[];
|
|
81
81
|
destroyOnClose: boolean;
|
|
82
82
|
hasBtns: boolean;
|
|
83
83
|
hasSaveBtn: boolean;
|
|
@@ -143,7 +143,7 @@ export declare const JLayer: {
|
|
|
143
143
|
default: string;
|
|
144
144
|
};
|
|
145
145
|
buttons: {
|
|
146
|
-
type: import('vue').PropType<import('
|
|
146
|
+
type: import('vue').PropType<import('..').buttonItem[]>;
|
|
147
147
|
default: () => never[];
|
|
148
148
|
};
|
|
149
149
|
destroyOnClose: {
|
|
@@ -170,7 +170,7 @@ export declare const JLayer: {
|
|
|
170
170
|
}, {}, {}, {}, {
|
|
171
171
|
height: number;
|
|
172
172
|
width: number;
|
|
173
|
-
buttons: import('
|
|
173
|
+
buttons: import('..').buttonItem[];
|
|
174
174
|
destroyOnClose: boolean;
|
|
175
175
|
hasBtns: boolean;
|
|
176
176
|
hasSaveBtn: boolean;
|
|
@@ -231,7 +231,7 @@ export declare const JLayer: {
|
|
|
231
231
|
default: string;
|
|
232
232
|
};
|
|
233
233
|
buttons: {
|
|
234
|
-
type: import('vue').PropType<import('
|
|
234
|
+
type: import('vue').PropType<import('..').buttonItem[]>;
|
|
235
235
|
default: () => never[];
|
|
236
236
|
};
|
|
237
237
|
destroyOnClose: {
|
|
@@ -262,7 +262,7 @@ export declare const JLayer: {
|
|
|
262
262
|
}, string, {
|
|
263
263
|
height: number;
|
|
264
264
|
width: number;
|
|
265
|
-
buttons: import('
|
|
265
|
+
buttons: import('..').buttonItem[];
|
|
266
266
|
destroyOnClose: boolean;
|
|
267
267
|
hasBtns: boolean;
|
|
268
268
|
hasSaveBtn: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const JNumber: {
|
|
2
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('..').NumberProps> & Readonly<{
|
|
3
3
|
onFocus?: (() => any) | undefined;
|
|
4
4
|
onBlur?: (() => any) | undefined;
|
|
5
5
|
"onUpdate:modelValue"?: ((value: number | undefined) => any) | undefined;
|
|
@@ -32,7 +32,7 @@ declare const JNumber: {
|
|
|
32
32
|
C: {};
|
|
33
33
|
M: {};
|
|
34
34
|
Defaults: {};
|
|
35
|
-
}, Readonly<import('
|
|
35
|
+
}, Readonly<import('..').NumberProps> & Readonly<{
|
|
36
36
|
onFocus?: (() => any) | undefined;
|
|
37
37
|
onBlur?: (() => any) | undefined;
|
|
38
38
|
"onUpdate:modelValue"?: ((value: number | undefined) => any) | undefined;
|
|
@@ -55,7 +55,7 @@ declare const JNumber: {
|
|
|
55
55
|
__isFragment?: never;
|
|
56
56
|
__isTeleport?: never;
|
|
57
57
|
__isSuspense?: never;
|
|
58
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('
|
|
58
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('..').NumberProps> & Readonly<{
|
|
59
59
|
onFocus?: (() => any) | undefined;
|
|
60
60
|
onBlur?: (() => any) | undefined;
|
|
61
61
|
"onUpdate:modelValue"?: ((value: number | undefined) => any) | undefined;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const JPage: {
|
|
2
2
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
3
3
|
schema: {
|
|
4
|
-
type: import('vue').PropType<import('
|
|
4
|
+
type: import('vue').PropType<import('..').PageSchemaConfig[]>;
|
|
5
5
|
default: () => never[];
|
|
6
6
|
};
|
|
7
7
|
noPadding: {
|
|
@@ -13,7 +13,7 @@ export declare const JPage: {
|
|
|
13
13
|
default: () => {};
|
|
14
14
|
};
|
|
15
15
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
16
|
-
schema: import('
|
|
16
|
+
schema: import('..').PageSchemaConfig[];
|
|
17
17
|
noPadding: boolean;
|
|
18
18
|
actions: Record<string, any>;
|
|
19
19
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
@@ -25,7 +25,7 @@ export declare const JPage: {
|
|
|
25
25
|
Defaults: {};
|
|
26
26
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
27
27
|
schema: {
|
|
28
|
-
type: import('vue').PropType<import('
|
|
28
|
+
type: import('vue').PropType<import('..').PageSchemaConfig[]>;
|
|
29
29
|
default: () => never[];
|
|
30
30
|
};
|
|
31
31
|
noPadding: {
|
|
@@ -37,7 +37,7 @@ export declare const JPage: {
|
|
|
37
37
|
default: () => {};
|
|
38
38
|
};
|
|
39
39
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
40
|
-
schema: import('
|
|
40
|
+
schema: import('..').PageSchemaConfig[];
|
|
41
41
|
noPadding: boolean;
|
|
42
42
|
actions: Record<string, any>;
|
|
43
43
|
}>;
|
|
@@ -46,7 +46,7 @@ export declare const JPage: {
|
|
|
46
46
|
__isSuspense?: never;
|
|
47
47
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
48
48
|
schema: {
|
|
49
|
-
type: import('vue').PropType<import('
|
|
49
|
+
type: import('vue').PropType<import('..').PageSchemaConfig[]>;
|
|
50
50
|
default: () => never[];
|
|
51
51
|
};
|
|
52
52
|
noPadding: {
|
|
@@ -58,7 +58,7 @@ export declare const JPage: {
|
|
|
58
58
|
default: () => {};
|
|
59
59
|
};
|
|
60
60
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
61
|
-
schema: import('
|
|
61
|
+
schema: import('..').PageSchemaConfig[];
|
|
62
62
|
noPadding: boolean;
|
|
63
63
|
actions: Record<string, any>;
|
|
64
64
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const JRate: {
|
|
2
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('..').RateProps> & Readonly<{
|
|
3
3
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
4
4
|
onChange?: ((value: {
|
|
5
5
|
value: number;
|
|
@@ -26,7 +26,7 @@ export declare const JRate: {
|
|
|
26
26
|
C: {};
|
|
27
27
|
M: {};
|
|
28
28
|
Defaults: {};
|
|
29
|
-
}, Readonly<import('
|
|
29
|
+
}, Readonly<import('..').RateProps> & Readonly<{
|
|
30
30
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
31
31
|
onChange?: ((value: {
|
|
32
32
|
value: number;
|
|
@@ -45,7 +45,7 @@ export declare const JRate: {
|
|
|
45
45
|
__isFragment?: never;
|
|
46
46
|
__isTeleport?: never;
|
|
47
47
|
__isSuspense?: never;
|
|
48
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('
|
|
48
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('..').RateProps> & Readonly<{
|
|
49
49
|
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
50
50
|
onChange?: ((value: {
|
|
51
51
|
value: number;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
declare const JSelect: {
|
|
2
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('..').SelectProps> & Readonly<{
|
|
3
3
|
"onUpdate:modelValue"?: ((value: string | number | (string | number)[] | undefined) => any) | undefined;
|
|
4
|
-
onChange?: ((value: import('
|
|
4
|
+
onChange?: ((value: import('..').SelectOption | import('..').SelectOption[] | undefined) => any) | undefined;
|
|
5
5
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
6
6
|
"update:modelValue": (value: string | number | (string | number)[] | undefined) => any;
|
|
7
|
-
change: (value: import('
|
|
7
|
+
change: (value: import('..').SelectOption | import('..').SelectOption[] | undefined) => any;
|
|
8
8
|
}, import('vue').PublicProps, {
|
|
9
9
|
size: "large" | "default" | "small";
|
|
10
10
|
disabled: boolean;
|
|
11
11
|
readonly: boolean;
|
|
12
12
|
placeholder: string;
|
|
13
13
|
clearable: boolean;
|
|
14
|
-
options: import('
|
|
14
|
+
options: import('..').SelectOption[];
|
|
15
15
|
teleported: boolean;
|
|
16
16
|
noBorder: boolean;
|
|
17
17
|
multiple: boolean;
|
|
@@ -31,16 +31,16 @@ declare const JSelect: {
|
|
|
31
31
|
C: {};
|
|
32
32
|
M: {};
|
|
33
33
|
Defaults: {};
|
|
34
|
-
}, Readonly<import('
|
|
34
|
+
}, Readonly<import('..').SelectProps> & Readonly<{
|
|
35
35
|
"onUpdate:modelValue"?: ((value: string | number | (string | number)[] | undefined) => any) | undefined;
|
|
36
|
-
onChange?: ((value: import('
|
|
36
|
+
onChange?: ((value: import('..').SelectOption | import('..').SelectOption[] | undefined) => any) | undefined;
|
|
37
37
|
}>, {}, {}, {}, {}, {
|
|
38
38
|
size: "large" | "default" | "small";
|
|
39
39
|
disabled: boolean;
|
|
40
40
|
readonly: boolean;
|
|
41
41
|
placeholder: string;
|
|
42
42
|
clearable: boolean;
|
|
43
|
-
options: import('
|
|
43
|
+
options: import('..').SelectOption[];
|
|
44
44
|
teleported: boolean;
|
|
45
45
|
noBorder: boolean;
|
|
46
46
|
multiple: boolean;
|
|
@@ -57,19 +57,19 @@ declare const JSelect: {
|
|
|
57
57
|
__isFragment?: never;
|
|
58
58
|
__isTeleport?: never;
|
|
59
59
|
__isSuspense?: never;
|
|
60
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('
|
|
60
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('..').SelectProps> & Readonly<{
|
|
61
61
|
"onUpdate:modelValue"?: ((value: string | number | (string | number)[] | undefined) => any) | undefined;
|
|
62
|
-
onChange?: ((value: import('
|
|
62
|
+
onChange?: ((value: import('..').SelectOption | import('..').SelectOption[] | undefined) => any) | undefined;
|
|
63
63
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
64
64
|
"update:modelValue": (value: string | number | (string | number)[] | undefined) => any;
|
|
65
|
-
change: (value: import('
|
|
65
|
+
change: (value: import('..').SelectOption | import('..').SelectOption[] | undefined) => any;
|
|
66
66
|
}, string, {
|
|
67
67
|
size: "large" | "default" | "small";
|
|
68
68
|
disabled: boolean;
|
|
69
69
|
readonly: boolean;
|
|
70
70
|
placeholder: string;
|
|
71
71
|
clearable: boolean;
|
|
72
|
-
options: import('
|
|
72
|
+
options: import('..').SelectOption[];
|
|
73
73
|
teleported: boolean;
|
|
74
74
|
noBorder: boolean;
|
|
75
75
|
multiple: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const JSlider: {
|
|
2
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('..').SliderProps> & Readonly<{
|
|
3
3
|
"onUpdate:modelValue"?: ((value: number | number[]) => any) | undefined;
|
|
4
4
|
onChange?: ((value: {
|
|
5
5
|
value: number | number[];
|
|
@@ -32,7 +32,7 @@ export declare const JSlider: {
|
|
|
32
32
|
C: {};
|
|
33
33
|
M: {};
|
|
34
34
|
Defaults: {};
|
|
35
|
-
}, Readonly<import('
|
|
35
|
+
}, Readonly<import('..').SliderProps> & Readonly<{
|
|
36
36
|
"onUpdate:modelValue"?: ((value: number | number[]) => any) | undefined;
|
|
37
37
|
onChange?: ((value: {
|
|
38
38
|
value: number | number[];
|
|
@@ -57,7 +57,7 @@ export declare const JSlider: {
|
|
|
57
57
|
__isFragment?: never;
|
|
58
58
|
__isTeleport?: never;
|
|
59
59
|
__isSuspense?: never;
|
|
60
|
-
} & import('vue').ComponentOptionsBase<Readonly<import('
|
|
60
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('..').SliderProps> & Readonly<{
|
|
61
61
|
"onUpdate:modelValue"?: ((value: number | number[]) => any) | undefined;
|
|
62
62
|
onChange?: ((value: {
|
|
63
63
|
value: number | number[];
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
declare const JTable: {
|
|
2
2
|
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
3
3
|
columns: {
|
|
4
|
-
type: import('vue').PropType<import('
|
|
4
|
+
type: import('vue').PropType<import('..').TableColumn[]>;
|
|
5
5
|
required: true;
|
|
6
6
|
default: () => never[];
|
|
7
7
|
};
|
|
8
8
|
records: {
|
|
9
|
-
type: import('vue').PropType<import('
|
|
9
|
+
type: import('vue').PropType<import('..').TableRecord[]>;
|
|
10
10
|
required: true;
|
|
11
11
|
default: () => never[];
|
|
12
12
|
};
|
|
@@ -34,15 +34,15 @@ declare const JTable: {
|
|
|
34
34
|
onReady?: ((instance: any) => any) | undefined;
|
|
35
35
|
}>, {
|
|
36
36
|
getInstance: () => any;
|
|
37
|
-
setRecords: (records: import('
|
|
38
|
-
setColumns: (columns: import('
|
|
37
|
+
setRecords: (records: import('..').TableRecord[]) => void;
|
|
38
|
+
setColumns: (columns: import('..').TableColumn[]) => void;
|
|
39
39
|
refresh: () => void;
|
|
40
40
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
41
41
|
ready: (instance: any) => any;
|
|
42
42
|
}, import('vue').PublicProps, {
|
|
43
43
|
height: number;
|
|
44
|
-
columns: import('
|
|
45
|
-
records: import('
|
|
44
|
+
columns: import('..').TableColumn[];
|
|
45
|
+
records: import('..').TableRecord[];
|
|
46
46
|
widthMode: "standard" | "adaptive" | "autoWidth";
|
|
47
47
|
border: boolean;
|
|
48
48
|
stripe: boolean;
|
|
@@ -58,12 +58,12 @@ declare const JTable: {
|
|
|
58
58
|
Defaults: {};
|
|
59
59
|
}, Readonly<import('vue').ExtractPropTypes<{
|
|
60
60
|
columns: {
|
|
61
|
-
type: import('vue').PropType<import('
|
|
61
|
+
type: import('vue').PropType<import('..').TableColumn[]>;
|
|
62
62
|
required: true;
|
|
63
63
|
default: () => never[];
|
|
64
64
|
};
|
|
65
65
|
records: {
|
|
66
|
-
type: import('vue').PropType<import('
|
|
66
|
+
type: import('vue').PropType<import('..').TableRecord[]>;
|
|
67
67
|
required: true;
|
|
68
68
|
default: () => never[];
|
|
69
69
|
};
|
|
@@ -91,13 +91,13 @@ declare const JTable: {
|
|
|
91
91
|
onReady?: ((instance: any) => any) | undefined;
|
|
92
92
|
}>, {
|
|
93
93
|
getInstance: () => any;
|
|
94
|
-
setRecords: (records: import('
|
|
95
|
-
setColumns: (columns: import('
|
|
94
|
+
setRecords: (records: import('..').TableRecord[]) => void;
|
|
95
|
+
setColumns: (columns: import('..').TableColumn[]) => void;
|
|
96
96
|
refresh: () => void;
|
|
97
97
|
}, {}, {}, {}, {
|
|
98
98
|
height: number;
|
|
99
|
-
columns: import('
|
|
100
|
-
records: import('
|
|
99
|
+
columns: import('..').TableColumn[];
|
|
100
|
+
records: import('..').TableRecord[];
|
|
101
101
|
widthMode: "standard" | "adaptive" | "autoWidth";
|
|
102
102
|
border: boolean;
|
|
103
103
|
stripe: boolean;
|
|
@@ -108,12 +108,12 @@ declare const JTable: {
|
|
|
108
108
|
__isSuspense?: never;
|
|
109
109
|
} & import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
110
110
|
columns: {
|
|
111
|
-
type: import('vue').PropType<import('
|
|
111
|
+
type: import('vue').PropType<import('..').TableColumn[]>;
|
|
112
112
|
required: true;
|
|
113
113
|
default: () => never[];
|
|
114
114
|
};
|
|
115
115
|
records: {
|
|
116
|
-
type: import('vue').PropType<import('
|
|
116
|
+
type: import('vue').PropType<import('..').TableRecord[]>;
|
|
117
117
|
required: true;
|
|
118
118
|
default: () => never[];
|
|
119
119
|
};
|
|
@@ -141,15 +141,15 @@ declare const JTable: {
|
|
|
141
141
|
onReady?: ((instance: any) => any) | undefined;
|
|
142
142
|
}>, {
|
|
143
143
|
getInstance: () => any;
|
|
144
|
-
setRecords: (records: import('
|
|
145
|
-
setColumns: (columns: import('
|
|
144
|
+
setRecords: (records: import('..').TableRecord[]) => void;
|
|
145
|
+
setColumns: (columns: import('..').TableColumn[]) => void;
|
|
146
146
|
refresh: () => void;
|
|
147
147
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
148
148
|
ready: (instance: any) => any;
|
|
149
149
|
}, string, {
|
|
150
150
|
height: number;
|
|
151
|
-
columns: import('
|
|
152
|
-
records: import('
|
|
151
|
+
columns: import('..').TableColumn[];
|
|
152
|
+
records: import('..').TableRecord[];
|
|
153
153
|
widthMode: "standard" | "adaptive" | "autoWidth";
|
|
154
154
|
border: boolean;
|
|
155
155
|
stripe: boolean;
|