@a2simcode/ui 0.0.304 → 0.0.305
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 +3 -3
- package/dist/components/autocomplete/src/autocomplete.vue.d.ts +1 -1
- package/dist/components/buttons/index.d.ts +6 -0
- package/dist/components/buttons/src/index.vue.d.ts +9 -0
- package/dist/components/cascader-select/index.d.ts +3 -3
- package/dist/components/cascader-select/src/cascader-select.vue.d.ts +1 -1
- package/dist/components/checkbox/index.d.ts +3 -3
- package/dist/components/checkbox/src/checkbox.vue.d.ts +1 -1
- package/dist/components/code-mirror/index.d.ts +3 -3
- package/dist/components/code-mirror/src/code-mirror.vue.d.ts +1 -1
- package/dist/components/date/index.d.ts +3 -3
- package/dist/components/date/src/date.vue.d.ts +1 -1
- package/dist/components/editor/index.d.ts +3 -3
- package/dist/components/editor/src/editor.vue.d.ts +1 -1
- package/dist/components/input/index.d.ts +3 -3
- package/dist/components/input/src/input.vue.d.ts +1 -1
- package/dist/components/input-color/index.d.ts +3 -3
- package/dist/components/input-color/src/input-color.vue.d.ts +1 -1
- package/dist/components/input-layer/index.d.ts +3 -3
- package/dist/components/input-layer/src/input-layer.vue.d.ts +1 -1
- package/dist/components/input-map/index.d.ts +3 -3
- package/dist/components/input-map/src/input-map.vue.d.ts +1 -1
- package/dist/components/input-tag/index.d.ts +3 -3
- package/dist/components/input-tag/src/input-tag.vue.d.ts +1 -1
- package/dist/components/now-time/index.d.ts +3 -3
- package/dist/components/now-time/src/now-time.vue.d.ts +1 -1
- package/dist/components/number/index.d.ts +3 -3
- package/dist/components/number/src/number.vue.d.ts +1 -1
- package/dist/components/radio/index.d.ts +3 -3
- package/dist/components/radio/src/radio.vue.d.ts +1 -1
- package/dist/components/rate/index.d.ts +3 -3
- package/dist/components/rate/src/rate.vue.d.ts +1 -1
- package/dist/components/select/index.d.ts +3 -3
- package/dist/components/select/src/select.vue.d.ts +1 -1
- package/dist/components/slider/index.d.ts +3 -3
- package/dist/components/slider/src/slider.vue.d.ts +1 -1
- package/dist/components/switch/index.d.ts +3 -3
- package/dist/components/switch/src/switch.vue.d.ts +1 -1
- package/dist/components/time/index.d.ts +3 -3
- package/dist/components/time/src/time.vue.d.ts +1 -1
- package/dist/components/tree-select/index.d.ts +3 -3
- package/dist/components/tree-select/src/tree-select.vue.d.ts +1 -1
- package/dist/components/upload/index.d.ts +3 -3
- package/dist/components/upload/src/list.vue.d.ts +1 -1
- package/dist/components/upload/src/upload.vue.d.ts +1 -1
- package/dist/simcode-ui.es.js +6 -1
- package/dist/simcode-ui.umd.js +1 -1
- package/dist/stats.html +1 -1
- package/docs/components/meta/buttons.ts +81 -76
- package/package.json +1 -1
|
@@ -21,9 +21,9 @@ declare const JAutocomplete: {
|
|
|
21
21
|
dataType: string;
|
|
22
22
|
valueKey: string;
|
|
23
23
|
labelKey: string;
|
|
24
|
+
readonly: boolean;
|
|
24
25
|
placeholder: string;
|
|
25
26
|
clearable: boolean;
|
|
26
|
-
readonly: boolean;
|
|
27
27
|
autoFocus: boolean;
|
|
28
28
|
teleported: boolean;
|
|
29
29
|
placement: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end";
|
|
@@ -60,9 +60,9 @@ declare const JAutocomplete: {
|
|
|
60
60
|
dataType: string;
|
|
61
61
|
valueKey: string;
|
|
62
62
|
labelKey: string;
|
|
63
|
+
readonly: boolean;
|
|
63
64
|
placeholder: string;
|
|
64
65
|
clearable: boolean;
|
|
65
|
-
readonly: boolean;
|
|
66
66
|
autoFocus: boolean;
|
|
67
67
|
teleported: boolean;
|
|
68
68
|
placement: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end";
|
|
@@ -100,9 +100,9 @@ declare const JAutocomplete: {
|
|
|
100
100
|
dataType: string;
|
|
101
101
|
valueKey: string;
|
|
102
102
|
labelKey: string;
|
|
103
|
+
readonly: boolean;
|
|
103
104
|
placeholder: string;
|
|
104
105
|
clearable: boolean;
|
|
105
|
-
readonly: boolean;
|
|
106
106
|
autoFocus: boolean;
|
|
107
107
|
teleported: boolean;
|
|
108
108
|
placement: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end";
|
|
@@ -98,9 +98,9 @@ declare const __VLS_component: import('vue').DefineComponent<AutocompleteProps,
|
|
|
98
98
|
dataType: string;
|
|
99
99
|
valueKey: string;
|
|
100
100
|
labelKey: string;
|
|
101
|
+
readonly: boolean;
|
|
101
102
|
placeholder: string;
|
|
102
103
|
clearable: boolean;
|
|
103
|
-
readonly: boolean;
|
|
104
104
|
autoFocus: boolean;
|
|
105
105
|
teleported: boolean;
|
|
106
106
|
placement: "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end";
|
|
@@ -9,10 +9,12 @@ declare const JButtons: {
|
|
|
9
9
|
default: string;
|
|
10
10
|
};
|
|
11
11
|
isLink: BooleanConstructor;
|
|
12
|
+
readonly: BooleanConstructor;
|
|
12
13
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
13
14
|
size: "small" | "default" | "large";
|
|
14
15
|
list: import('.').ButtonCompType[];
|
|
15
16
|
isLink: boolean;
|
|
17
|
+
readonly: boolean;
|
|
16
18
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
17
19
|
P: {};
|
|
18
20
|
B: {};
|
|
@@ -30,10 +32,12 @@ declare const JButtons: {
|
|
|
30
32
|
default: string;
|
|
31
33
|
};
|
|
32
34
|
isLink: BooleanConstructor;
|
|
35
|
+
readonly: BooleanConstructor;
|
|
33
36
|
}>> & Readonly<{}>, {}, {}, {}, {}, {
|
|
34
37
|
size: "small" | "default" | "large";
|
|
35
38
|
list: import('.').ButtonCompType[];
|
|
36
39
|
isLink: boolean;
|
|
40
|
+
readonly: boolean;
|
|
37
41
|
}>;
|
|
38
42
|
__isFragment?: never;
|
|
39
43
|
__isTeleport?: never;
|
|
@@ -48,10 +52,12 @@ declare const JButtons: {
|
|
|
48
52
|
default: string;
|
|
49
53
|
};
|
|
50
54
|
isLink: BooleanConstructor;
|
|
55
|
+
readonly: BooleanConstructor;
|
|
51
56
|
}>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
52
57
|
size: "small" | "default" | "large";
|
|
53
58
|
list: import('.').ButtonCompType[];
|
|
54
59
|
isLink: boolean;
|
|
60
|
+
readonly: boolean;
|
|
55
61
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
|
|
56
62
|
install: (app: import('vue').App) => void;
|
|
57
63
|
};
|
|
@@ -20,6 +20,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
20
20
|
* @zh 是否是链接按钮
|
|
21
21
|
*/
|
|
22
22
|
isLink: BooleanConstructor;
|
|
23
|
+
/**
|
|
24
|
+
* @zh 按钮组是否为禁用状态
|
|
25
|
+
*/
|
|
26
|
+
readonly: BooleanConstructor;
|
|
23
27
|
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
24
28
|
/**
|
|
25
29
|
* @zh 按钮数据
|
|
@@ -40,9 +44,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
40
44
|
* @zh 是否是链接按钮
|
|
41
45
|
*/
|
|
42
46
|
isLink: BooleanConstructor;
|
|
47
|
+
/**
|
|
48
|
+
* @zh 按钮组是否为禁用状态
|
|
49
|
+
*/
|
|
50
|
+
readonly: BooleanConstructor;
|
|
43
51
|
}>> & Readonly<{}>, {
|
|
44
52
|
size: "small" | "default" | "large";
|
|
45
53
|
list: ButtonCompType[];
|
|
46
54
|
isLink: boolean;
|
|
55
|
+
readonly: boolean;
|
|
47
56
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
48
57
|
export default _default;
|
|
@@ -18,9 +18,9 @@ declare const JCascaderSelect: {
|
|
|
18
18
|
size: "large" | "default" | "small";
|
|
19
19
|
disabled: boolean;
|
|
20
20
|
options: import('..').CascaderSelectOption[];
|
|
21
|
+
readonly: boolean;
|
|
21
22
|
placeholder: string;
|
|
22
23
|
clearable: boolean;
|
|
23
|
-
readonly: boolean;
|
|
24
24
|
autoFocus: boolean;
|
|
25
25
|
multiple: boolean;
|
|
26
26
|
collapseTags: boolean;
|
|
@@ -59,9 +59,9 @@ declare const JCascaderSelect: {
|
|
|
59
59
|
size: "large" | "default" | "small";
|
|
60
60
|
disabled: boolean;
|
|
61
61
|
options: import('..').CascaderSelectOption[];
|
|
62
|
+
readonly: boolean;
|
|
62
63
|
placeholder: string;
|
|
63
64
|
clearable: boolean;
|
|
64
|
-
readonly: boolean;
|
|
65
65
|
autoFocus: boolean;
|
|
66
66
|
multiple: boolean;
|
|
67
67
|
collapseTags: boolean;
|
|
@@ -101,9 +101,9 @@ declare const JCascaderSelect: {
|
|
|
101
101
|
size: "large" | "default" | "small";
|
|
102
102
|
disabled: boolean;
|
|
103
103
|
options: import('..').CascaderSelectOption[];
|
|
104
|
+
readonly: boolean;
|
|
104
105
|
placeholder: string;
|
|
105
106
|
clearable: boolean;
|
|
106
|
-
readonly: boolean;
|
|
107
107
|
autoFocus: boolean;
|
|
108
108
|
multiple: boolean;
|
|
109
109
|
collapseTags: boolean;
|
|
@@ -74,9 +74,9 @@ declare const _default: import('vue').DefineComponent<CascaderSelectProps, {
|
|
|
74
74
|
size: "large" | "default" | "small";
|
|
75
75
|
disabled: boolean;
|
|
76
76
|
options: CascaderSelectOption[];
|
|
77
|
+
readonly: boolean;
|
|
77
78
|
placeholder: string;
|
|
78
79
|
clearable: boolean;
|
|
79
|
-
readonly: boolean;
|
|
80
80
|
autoFocus: boolean;
|
|
81
81
|
multiple: boolean;
|
|
82
82
|
collapseTags: boolean;
|
|
@@ -12,8 +12,8 @@ declare const JCheckbox: {
|
|
|
12
12
|
label: string;
|
|
13
13
|
disabled: boolean;
|
|
14
14
|
options: import('..').CheckboxOption[];
|
|
15
|
-
modelValue: string[];
|
|
16
15
|
readonly: boolean;
|
|
16
|
+
modelValue: string[];
|
|
17
17
|
max: number;
|
|
18
18
|
min: number;
|
|
19
19
|
validateEvent: boolean;
|
|
@@ -36,8 +36,8 @@ declare const JCheckbox: {
|
|
|
36
36
|
label: string;
|
|
37
37
|
disabled: boolean;
|
|
38
38
|
options: import('..').CheckboxOption[];
|
|
39
|
-
modelValue: string[];
|
|
40
39
|
readonly: boolean;
|
|
40
|
+
modelValue: string[];
|
|
41
41
|
max: number;
|
|
42
42
|
min: number;
|
|
43
43
|
validateEvent: boolean;
|
|
@@ -60,8 +60,8 @@ declare const JCheckbox: {
|
|
|
60
60
|
label: string;
|
|
61
61
|
disabled: boolean;
|
|
62
62
|
options: import('..').CheckboxOption[];
|
|
63
|
-
modelValue: string[];
|
|
64
63
|
readonly: boolean;
|
|
64
|
+
modelValue: string[];
|
|
65
65
|
max: number;
|
|
66
66
|
min: number;
|
|
67
67
|
validateEvent: boolean;
|
|
@@ -44,8 +44,8 @@ declare const _default: import('vue').DefineComponent<CheckboxProps, {}, {}, {},
|
|
|
44
44
|
label: string;
|
|
45
45
|
disabled: boolean;
|
|
46
46
|
options: CheckboxOption[];
|
|
47
|
-
modelValue: string[];
|
|
48
47
|
readonly: boolean;
|
|
48
|
+
modelValue: string[];
|
|
49
49
|
max: number;
|
|
50
50
|
min: number;
|
|
51
51
|
validateEvent: boolean;
|
|
@@ -14,8 +14,8 @@ declare const JCodeMirror: {
|
|
|
14
14
|
}, import('vue').PublicProps, {
|
|
15
15
|
height: number;
|
|
16
16
|
mode: string;
|
|
17
|
-
modelValue: string;
|
|
18
17
|
readonly: boolean;
|
|
18
|
+
modelValue: string;
|
|
19
19
|
isHint: boolean;
|
|
20
20
|
handleHint: (str: string) => any[];
|
|
21
21
|
isScrollToBottom: boolean;
|
|
@@ -38,8 +38,8 @@ declare const JCodeMirror: {
|
|
|
38
38
|
}, {}, {}, {}, {
|
|
39
39
|
height: number;
|
|
40
40
|
mode: string;
|
|
41
|
-
modelValue: string;
|
|
42
41
|
readonly: boolean;
|
|
42
|
+
modelValue: string;
|
|
43
43
|
isHint: boolean;
|
|
44
44
|
handleHint: (str: string) => any[];
|
|
45
45
|
isScrollToBottom: boolean;
|
|
@@ -62,8 +62,8 @@ declare const JCodeMirror: {
|
|
|
62
62
|
}, string, {
|
|
63
63
|
height: number;
|
|
64
64
|
mode: string;
|
|
65
|
-
modelValue: string;
|
|
66
65
|
readonly: boolean;
|
|
66
|
+
modelValue: string;
|
|
67
67
|
isHint: boolean;
|
|
68
68
|
handleHint: (str: string) => any[];
|
|
69
69
|
isScrollToBottom: boolean;
|
|
@@ -33,8 +33,8 @@ declare const _default: import('vue').DefineComponent<CodeMirrorProps, {
|
|
|
33
33
|
}>, {
|
|
34
34
|
height: number;
|
|
35
35
|
mode: string;
|
|
36
|
-
modelValue: string;
|
|
37
36
|
readonly: boolean;
|
|
37
|
+
modelValue: string;
|
|
38
38
|
isHint: boolean;
|
|
39
39
|
handleHint: (str: string) => any[];
|
|
40
40
|
isScrollToBottom: boolean;
|
|
@@ -21,9 +21,9 @@ declare const JDate: {
|
|
|
21
21
|
size: "large" | "default" | "small";
|
|
22
22
|
id: string | string[];
|
|
23
23
|
disabled: boolean;
|
|
24
|
+
readonly: boolean;
|
|
24
25
|
placeholder: string;
|
|
25
26
|
clearable: boolean;
|
|
26
|
-
readonly: boolean;
|
|
27
27
|
selectType: "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange";
|
|
28
28
|
editable: boolean;
|
|
29
29
|
startPlaceholder: string;
|
|
@@ -52,9 +52,9 @@ declare const JDate: {
|
|
|
52
52
|
size: "large" | "default" | "small";
|
|
53
53
|
id: string | string[];
|
|
54
54
|
disabled: boolean;
|
|
55
|
+
readonly: boolean;
|
|
55
56
|
placeholder: string;
|
|
56
57
|
clearable: boolean;
|
|
57
|
-
readonly: boolean;
|
|
58
58
|
selectType: "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange";
|
|
59
59
|
editable: boolean;
|
|
60
60
|
startPlaceholder: string;
|
|
@@ -86,9 +86,9 @@ declare const JDate: {
|
|
|
86
86
|
size: "large" | "default" | "small";
|
|
87
87
|
id: string | string[];
|
|
88
88
|
disabled: boolean;
|
|
89
|
+
readonly: boolean;
|
|
89
90
|
placeholder: string;
|
|
90
91
|
clearable: boolean;
|
|
91
|
-
readonly: boolean;
|
|
92
92
|
selectType: "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange";
|
|
93
93
|
editable: boolean;
|
|
94
94
|
startPlaceholder: string;
|
|
@@ -68,9 +68,9 @@ declare const _default: import('vue').DefineComponent<DateProps, {
|
|
|
68
68
|
size: "large" | "default" | "small";
|
|
69
69
|
id: string | string[];
|
|
70
70
|
disabled: boolean;
|
|
71
|
+
readonly: boolean;
|
|
71
72
|
placeholder: string;
|
|
72
73
|
clearable: boolean;
|
|
73
|
-
readonly: boolean;
|
|
74
74
|
selectType: "year" | "month" | "date" | "dates" | "week" | "datetime" | "datetimerange" | "daterange" | "monthrange";
|
|
75
75
|
editable: boolean;
|
|
76
76
|
startPlaceholder: string;
|
|
@@ -42,8 +42,8 @@ export declare const JEditorComp: {
|
|
|
42
42
|
height: string | number;
|
|
43
43
|
value: string;
|
|
44
44
|
options: Record<string, any>;
|
|
45
|
-
placeholder: string;
|
|
46
45
|
readonly: boolean;
|
|
46
|
+
placeholder: string;
|
|
47
47
|
isUploadImg: boolean;
|
|
48
48
|
apiUrl: string;
|
|
49
49
|
token: string;
|
|
@@ -97,8 +97,8 @@ export declare const JEditorComp: {
|
|
|
97
97
|
height: string | number;
|
|
98
98
|
value: string;
|
|
99
99
|
options: Record<string, any>;
|
|
100
|
-
placeholder: string;
|
|
101
100
|
readonly: boolean;
|
|
101
|
+
placeholder: string;
|
|
102
102
|
isUploadImg: boolean;
|
|
103
103
|
apiUrl: string;
|
|
104
104
|
token: string;
|
|
@@ -149,8 +149,8 @@ export declare const JEditorComp: {
|
|
|
149
149
|
height: string | number;
|
|
150
150
|
value: string;
|
|
151
151
|
options: Record<string, any>;
|
|
152
|
-
placeholder: string;
|
|
153
152
|
readonly: boolean;
|
|
153
|
+
placeholder: string;
|
|
154
154
|
isUploadImg: boolean;
|
|
155
155
|
apiUrl: string;
|
|
156
156
|
token: string;
|
|
@@ -74,8 +74,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
74
74
|
height: string | number;
|
|
75
75
|
value: string;
|
|
76
76
|
options: Record<string, any>;
|
|
77
|
-
placeholder: string;
|
|
78
77
|
readonly: boolean;
|
|
78
|
+
placeholder: string;
|
|
79
79
|
isUploadImg: boolean;
|
|
80
80
|
apiUrl: string;
|
|
81
81
|
token: string;
|
|
@@ -18,6 +18,7 @@ declare const JInput: {
|
|
|
18
18
|
type: string;
|
|
19
19
|
disabled: boolean;
|
|
20
20
|
rows: number;
|
|
21
|
+
readonly: boolean;
|
|
21
22
|
placeholder: string;
|
|
22
23
|
modelValue: string | number;
|
|
23
24
|
showWordLimit: boolean;
|
|
@@ -31,7 +32,6 @@ declare const JInput: {
|
|
|
31
32
|
maxRows?: number;
|
|
32
33
|
};
|
|
33
34
|
autocomplete: string;
|
|
34
|
-
readonly: boolean;
|
|
35
35
|
autofocus: boolean;
|
|
36
36
|
validateEvent: boolean;
|
|
37
37
|
inputStyle: string | Record<string, string | number>;
|
|
@@ -56,6 +56,7 @@ declare const JInput: {
|
|
|
56
56
|
type: string;
|
|
57
57
|
disabled: boolean;
|
|
58
58
|
rows: number;
|
|
59
|
+
readonly: boolean;
|
|
59
60
|
placeholder: string;
|
|
60
61
|
modelValue: string | number;
|
|
61
62
|
showWordLimit: boolean;
|
|
@@ -69,7 +70,6 @@ declare const JInput: {
|
|
|
69
70
|
maxRows?: number;
|
|
70
71
|
};
|
|
71
72
|
autocomplete: string;
|
|
72
|
-
readonly: boolean;
|
|
73
73
|
autofocus: boolean;
|
|
74
74
|
validateEvent: boolean;
|
|
75
75
|
inputStyle: string | Record<string, string | number>;
|
|
@@ -96,6 +96,7 @@ declare const JInput: {
|
|
|
96
96
|
type: string;
|
|
97
97
|
disabled: boolean;
|
|
98
98
|
rows: number;
|
|
99
|
+
readonly: boolean;
|
|
99
100
|
placeholder: string;
|
|
100
101
|
modelValue: string | number;
|
|
101
102
|
showWordLimit: boolean;
|
|
@@ -109,7 +110,6 @@ declare const JInput: {
|
|
|
109
110
|
maxRows?: number;
|
|
110
111
|
};
|
|
111
112
|
autocomplete: string;
|
|
112
|
-
readonly: boolean;
|
|
113
113
|
autofocus: boolean;
|
|
114
114
|
validateEvent: boolean;
|
|
115
115
|
inputStyle: string | Record<string, string | number>;
|
|
@@ -101,6 +101,7 @@ declare const _default: import('vue').DefineComponent<InputProps, {}, {}, {}, {}
|
|
|
101
101
|
type: string;
|
|
102
102
|
disabled: boolean;
|
|
103
103
|
rows: number;
|
|
104
|
+
readonly: boolean;
|
|
104
105
|
placeholder: string;
|
|
105
106
|
modelValue: string | number;
|
|
106
107
|
showWordLimit: boolean;
|
|
@@ -114,7 +115,6 @@ declare const _default: import('vue').DefineComponent<InputProps, {}, {}, {}, {}
|
|
|
114
115
|
maxRows?: number;
|
|
115
116
|
};
|
|
116
117
|
autocomplete: string;
|
|
117
|
-
readonly: boolean;
|
|
118
118
|
autofocus: boolean;
|
|
119
119
|
validateEvent: boolean;
|
|
120
120
|
inputStyle: string | Record<string, string | number>;
|
|
@@ -24,9 +24,9 @@ declare const JInputColor: {
|
|
|
24
24
|
}, import('vue').PublicProps, {
|
|
25
25
|
size: "large" | "default" | "small";
|
|
26
26
|
disabled: boolean;
|
|
27
|
+
readonly: boolean;
|
|
27
28
|
placeholder: string;
|
|
28
29
|
clearable: boolean;
|
|
29
|
-
readonly: boolean;
|
|
30
30
|
validateEvent: boolean;
|
|
31
31
|
inputStyle: string | Record<string, string | number>;
|
|
32
32
|
onlyButton: boolean;
|
|
@@ -59,9 +59,9 @@ declare const JInputColor: {
|
|
|
59
59
|
}, {}, {}, {}, {
|
|
60
60
|
size: "large" | "default" | "small";
|
|
61
61
|
disabled: boolean;
|
|
62
|
+
readonly: boolean;
|
|
62
63
|
placeholder: string;
|
|
63
64
|
clearable: boolean;
|
|
64
|
-
readonly: boolean;
|
|
65
65
|
validateEvent: boolean;
|
|
66
66
|
inputStyle: string | Record<string, string | number>;
|
|
67
67
|
onlyButton: boolean;
|
|
@@ -98,9 +98,9 @@ declare const JInputColor: {
|
|
|
98
98
|
}, string, {
|
|
99
99
|
size: "large" | "default" | "small";
|
|
100
100
|
disabled: boolean;
|
|
101
|
+
readonly: boolean;
|
|
101
102
|
placeholder: string;
|
|
102
103
|
clearable: boolean;
|
|
103
|
-
readonly: boolean;
|
|
104
104
|
validateEvent: boolean;
|
|
105
105
|
inputStyle: string | Record<string, string | number>;
|
|
106
106
|
onlyButton: boolean;
|
|
@@ -57,9 +57,9 @@ declare const _default: import('vue').DefineComponent<InputColorProps, {
|
|
|
57
57
|
}>, {
|
|
58
58
|
size: "large" | "default" | "small";
|
|
59
59
|
disabled: boolean;
|
|
60
|
+
readonly: boolean;
|
|
60
61
|
placeholder: string;
|
|
61
62
|
clearable: boolean;
|
|
62
|
-
readonly: boolean;
|
|
63
63
|
validateEvent: boolean;
|
|
64
64
|
inputStyle: string | Record<string, string | number>;
|
|
65
65
|
onlyButton: boolean;
|
|
@@ -22,10 +22,10 @@ export declare const JInputLayer: {
|
|
|
22
22
|
valueKey: string;
|
|
23
23
|
labelKey: string;
|
|
24
24
|
buttons: any[];
|
|
25
|
+
readonly: boolean;
|
|
25
26
|
placeholder: string;
|
|
26
27
|
modelValue: string;
|
|
27
28
|
clearable: boolean;
|
|
28
|
-
readonly: boolean;
|
|
29
29
|
isPage: boolean;
|
|
30
30
|
columns: any[];
|
|
31
31
|
searchList: any[];
|
|
@@ -62,10 +62,10 @@ export declare const JInputLayer: {
|
|
|
62
62
|
valueKey: string;
|
|
63
63
|
labelKey: string;
|
|
64
64
|
buttons: any[];
|
|
65
|
+
readonly: boolean;
|
|
65
66
|
placeholder: string;
|
|
66
67
|
modelValue: string;
|
|
67
68
|
clearable: boolean;
|
|
68
|
-
readonly: boolean;
|
|
69
69
|
isPage: boolean;
|
|
70
70
|
columns: any[];
|
|
71
71
|
searchList: any[];
|
|
@@ -102,10 +102,10 @@ export declare const JInputLayer: {
|
|
|
102
102
|
valueKey: string;
|
|
103
103
|
labelKey: string;
|
|
104
104
|
buttons: any[];
|
|
105
|
+
readonly: boolean;
|
|
105
106
|
placeholder: string;
|
|
106
107
|
modelValue: string;
|
|
107
108
|
clearable: boolean;
|
|
108
|
-
readonly: boolean;
|
|
109
109
|
isPage: boolean;
|
|
110
110
|
columns: any[];
|
|
111
111
|
searchList: any[];
|
|
@@ -99,10 +99,10 @@ declare const _default: import('vue').DefineComponent<InputLayerProps, {
|
|
|
99
99
|
valueKey: string;
|
|
100
100
|
labelKey: string;
|
|
101
101
|
buttons: any[];
|
|
102
|
+
readonly: boolean;
|
|
102
103
|
placeholder: string;
|
|
103
104
|
modelValue: string;
|
|
104
105
|
clearable: boolean;
|
|
105
|
-
readonly: boolean;
|
|
106
106
|
isPage: boolean;
|
|
107
107
|
columns: any[];
|
|
108
108
|
searchList: any[];
|
|
@@ -23,10 +23,10 @@ declare const JInputMap: {
|
|
|
23
23
|
"update:modelValue": (...args: any[]) => void;
|
|
24
24
|
change: (...args: any[]) => void;
|
|
25
25
|
}, import('vue').PublicProps, {
|
|
26
|
+
readonly: boolean;
|
|
26
27
|
placeholder: string;
|
|
27
28
|
modelValue: string;
|
|
28
29
|
clearable: boolean;
|
|
29
|
-
readonly: boolean;
|
|
30
30
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
|
|
31
31
|
inputRef: unknown;
|
|
32
32
|
layerRef: unknown;
|
|
@@ -59,10 +59,10 @@ declare const JInputMap: {
|
|
|
59
59
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
60
60
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
61
61
|
}>, {}, {}, {}, {}, {
|
|
62
|
+
readonly: boolean;
|
|
62
63
|
placeholder: string;
|
|
63
64
|
modelValue: string;
|
|
64
65
|
clearable: boolean;
|
|
65
|
-
readonly: boolean;
|
|
66
66
|
}>;
|
|
67
67
|
__isFragment?: never;
|
|
68
68
|
__isTeleport?: never;
|
|
@@ -91,10 +91,10 @@ declare const JInputMap: {
|
|
|
91
91
|
"update:modelValue": (...args: any[]) => void;
|
|
92
92
|
change: (...args: any[]) => void;
|
|
93
93
|
}, string, {
|
|
94
|
+
readonly: boolean;
|
|
94
95
|
placeholder: string;
|
|
95
96
|
modelValue: string;
|
|
96
97
|
clearable: boolean;
|
|
97
|
-
readonly: boolean;
|
|
98
98
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
|
|
99
99
|
install: (app: import('vue').App) => void;
|
|
100
100
|
};
|
|
@@ -74,10 +74,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
74
74
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
75
75
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
76
76
|
}>, {
|
|
77
|
+
readonly: boolean;
|
|
77
78
|
placeholder: string;
|
|
78
79
|
modelValue: string;
|
|
79
80
|
clearable: boolean;
|
|
80
|
-
readonly: boolean;
|
|
81
81
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
82
82
|
inputRef: unknown;
|
|
83
83
|
layerRef: unknown;
|
|
@@ -16,9 +16,9 @@ export declare const JInputTag: {
|
|
|
16
16
|
}, import('vue').PublicProps, {
|
|
17
17
|
size: "small" | "default" | "large";
|
|
18
18
|
options: any[];
|
|
19
|
+
readonly: boolean;
|
|
19
20
|
placeholder: string;
|
|
20
21
|
modelValue: string;
|
|
21
|
-
readonly: boolean;
|
|
22
22
|
colors: any[];
|
|
23
23
|
isStyleLoop: boolean;
|
|
24
24
|
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
@@ -38,9 +38,9 @@ export declare const JInputTag: {
|
|
|
38
38
|
}>, {}, {}, {}, {}, {
|
|
39
39
|
size: "small" | "default" | "large";
|
|
40
40
|
options: any[];
|
|
41
|
+
readonly: boolean;
|
|
41
42
|
placeholder: string;
|
|
42
43
|
modelValue: string;
|
|
43
|
-
readonly: boolean;
|
|
44
44
|
colors: any[];
|
|
45
45
|
isStyleLoop: boolean;
|
|
46
46
|
}>;
|
|
@@ -64,9 +64,9 @@ export declare const JInputTag: {
|
|
|
64
64
|
}, string, {
|
|
65
65
|
size: "small" | "default" | "large";
|
|
66
66
|
options: any[];
|
|
67
|
+
readonly: boolean;
|
|
67
68
|
placeholder: string;
|
|
68
69
|
modelValue: string;
|
|
69
|
-
readonly: boolean;
|
|
70
70
|
colors: any[];
|
|
71
71
|
isStyleLoop: boolean;
|
|
72
72
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
|
|
@@ -31,9 +31,9 @@ declare const _default: import('vue').DefineComponent<InputTagProps, {}, {}, {},
|
|
|
31
31
|
}>, {
|
|
32
32
|
size: "small" | "default" | "large";
|
|
33
33
|
options: any[];
|
|
34
|
+
readonly: boolean;
|
|
34
35
|
placeholder: string;
|
|
35
36
|
modelValue: string;
|
|
36
|
-
readonly: boolean;
|
|
37
37
|
colors: any[];
|
|
38
38
|
isStyleLoop: boolean;
|
|
39
39
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
@@ -21,8 +21,8 @@ declare const JNowTime: {
|
|
|
21
21
|
change: (...args: any[]) => void;
|
|
22
22
|
}, import('vue').PublicProps, {
|
|
23
23
|
mode: "create" | "modify";
|
|
24
|
-
modelValue: string;
|
|
25
24
|
readonly: boolean;
|
|
25
|
+
modelValue: string;
|
|
26
26
|
isEditState: boolean;
|
|
27
27
|
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
28
28
|
P: {};
|
|
@@ -50,8 +50,8 @@ declare const JNowTime: {
|
|
|
50
50
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
51
51
|
}>, {}, {}, {}, {}, {
|
|
52
52
|
mode: "create" | "modify";
|
|
53
|
-
modelValue: string;
|
|
54
53
|
readonly: boolean;
|
|
54
|
+
modelValue: string;
|
|
55
55
|
isEditState: boolean;
|
|
56
56
|
}>;
|
|
57
57
|
__isFragment?: never;
|
|
@@ -79,8 +79,8 @@ declare const JNowTime: {
|
|
|
79
79
|
change: (...args: any[]) => void;
|
|
80
80
|
}, string, {
|
|
81
81
|
mode: "create" | "modify";
|
|
82
|
-
modelValue: string;
|
|
83
82
|
readonly: boolean;
|
|
83
|
+
modelValue: string;
|
|
84
84
|
isEditState: boolean;
|
|
85
85
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
|
|
86
86
|
install: (app: import('vue').App) => void;
|
|
@@ -67,8 +67,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
67
67
|
onChange?: ((...args: any[]) => any) | undefined;
|
|
68
68
|
}>, {
|
|
69
69
|
mode: "create" | "modify";
|
|
70
|
-
modelValue: string;
|
|
71
70
|
readonly: boolean;
|
|
71
|
+
modelValue: string;
|
|
72
72
|
isEditState: boolean;
|
|
73
73
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
74
74
|
export default _default;
|
|
@@ -15,8 +15,8 @@ declare const JNumber: {
|
|
|
15
15
|
}, import('vue').PublicProps, {
|
|
16
16
|
size: "large" | "default" | "small";
|
|
17
17
|
disabled: boolean;
|
|
18
|
-
placeholder: string;
|
|
19
18
|
readonly: boolean;
|
|
19
|
+
placeholder: string;
|
|
20
20
|
step: number;
|
|
21
21
|
stepStrictly: boolean;
|
|
22
22
|
controls: boolean;
|
|
@@ -43,8 +43,8 @@ declare const JNumber: {
|
|
|
43
43
|
}, {}, {}, {}, {
|
|
44
44
|
size: "large" | "default" | "small";
|
|
45
45
|
disabled: boolean;
|
|
46
|
-
placeholder: string;
|
|
47
46
|
readonly: boolean;
|
|
47
|
+
placeholder: string;
|
|
48
48
|
step: number;
|
|
49
49
|
stepStrictly: boolean;
|
|
50
50
|
controls: boolean;
|
|
@@ -71,8 +71,8 @@ declare const JNumber: {
|
|
|
71
71
|
}, string, {
|
|
72
72
|
size: "large" | "default" | "small";
|
|
73
73
|
disabled: boolean;
|
|
74
|
-
placeholder: string;
|
|
75
74
|
readonly: boolean;
|
|
75
|
+
placeholder: string;
|
|
76
76
|
step: number;
|
|
77
77
|
stepStrictly: boolean;
|
|
78
78
|
controls: boolean;
|
|
@@ -64,8 +64,8 @@ declare const _default: import('vue').DefineComponent<NumberProps, {
|
|
|
64
64
|
}>, {
|
|
65
65
|
size: "large" | "default" | "small";
|
|
66
66
|
disabled: boolean;
|
|
67
|
-
placeholder: string;
|
|
68
67
|
readonly: boolean;
|
|
68
|
+
placeholder: string;
|
|
69
69
|
step: number;
|
|
70
70
|
stepStrictly: boolean;
|
|
71
71
|
controls: boolean;
|