@a2simcode/ui 0.0.7 → 0.0.9
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/count/index.d.ts +73 -0
- package/dist/components/count/src/count.vue.d.ts +41 -0
- package/dist/components/count-up/index.d.ts +87 -0
- package/dist/components/count-up/src/count-up.vue.d.ts +43 -0
- package/dist/components/data-panel/index.d.ts +27 -0
- package/dist/components/data-panel/src/data-panel.vue.d.ts +24 -0
- package/dist/components/dialog/index.d.ts +6 -6
- package/dist/components/dialog-full/index.d.ts +6 -6
- package/dist/components/divider/index.d.ts +25 -0
- package/dist/components/divider/src/divider.vue.d.ts +29 -0
- 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/guid/index.d.ts +35 -0
- package/dist/components/guid/src/guid.vue.d.ts +28 -0
- package/dist/components/hpanel/index.d.ts +22 -0
- package/dist/components/hpanel/src/hpanel.vue.d.ts +19 -0
- package/dist/components/icon/index.d.ts +3 -3
- package/dist/components/index.d.ts +37 -1
- package/dist/components/input/index.d.ts +6 -6
- package/dist/components/input/src/input.vue.d.ts +1 -1
- package/dist/components/input-button/index.d.ts +65 -0
- package/dist/components/input-button/src/input-button.vue.d.ts +65 -0
- package/dist/components/input-code/index.d.ts +52 -0
- package/dist/components/input-code/src/input-code.vue.d.ts +41 -0
- 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/dist/components/title/index.d.ts +37 -0
- package/dist/components/title/src/title.vue.d.ts +35 -0
- package/dist/core/utils/common.d.ts +26 -0
- package/dist/core/utils/is.d.ts +2 -0
- package/dist/simcode-ui.es.js +2325 -1703
- package/dist/simcode-ui.umd.js +16 -1
- package/dist/stats.html +1 -1
- package/dist/ui.css +1 -1
- package/package.json +3 -1
|
@@ -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;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
declare const JDivider: {
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('..').DividerProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
3
|
+
borderStyle: string;
|
|
4
|
+
contentPosition: "left" | "center" | "right";
|
|
5
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
6
|
+
P: {};
|
|
7
|
+
B: {};
|
|
8
|
+
D: {};
|
|
9
|
+
C: {};
|
|
10
|
+
M: {};
|
|
11
|
+
Defaults: {};
|
|
12
|
+
}, Readonly<import('..').DividerProps> & Readonly<{}>, {}, {}, {}, {}, {
|
|
13
|
+
borderStyle: string;
|
|
14
|
+
contentPosition: "left" | "center" | "right";
|
|
15
|
+
}>;
|
|
16
|
+
__isFragment?: never;
|
|
17
|
+
__isTeleport?: never;
|
|
18
|
+
__isSuspense?: never;
|
|
19
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('..').DividerProps> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
20
|
+
borderStyle: string;
|
|
21
|
+
contentPosition: "left" | "center" | "right";
|
|
22
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
|
|
23
|
+
install: (app: import('vue').App) => void;
|
|
24
|
+
};
|
|
25
|
+
export default JDivider;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export interface DividerProps {
|
|
2
|
+
/**
|
|
3
|
+
* 文本内容
|
|
4
|
+
*/
|
|
5
|
+
content?: string;
|
|
6
|
+
/**
|
|
7
|
+
* 分隔符样式,支持 CSS border-style 值
|
|
8
|
+
* @default 'solid'
|
|
9
|
+
*/
|
|
10
|
+
borderStyle?: string;
|
|
11
|
+
/**
|
|
12
|
+
* 文本大小,支持数字(px)或字符串
|
|
13
|
+
*/
|
|
14
|
+
size?: number | string;
|
|
15
|
+
/**
|
|
16
|
+
* 文本颜色
|
|
17
|
+
*/
|
|
18
|
+
color?: string;
|
|
19
|
+
/**
|
|
20
|
+
* 内容对齐方式
|
|
21
|
+
* @default 'center'
|
|
22
|
+
*/
|
|
23
|
+
contentPosition?: 'left' | 'center' | 'right';
|
|
24
|
+
}
|
|
25
|
+
declare const _default: import('vue').DefineComponent<DividerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<DividerProps> & Readonly<{}>, {
|
|
26
|
+
borderStyle: string;
|
|
27
|
+
contentPosition: "left" | "center" | "right";
|
|
28
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
29
|
+
export default _default;
|
|
@@ -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;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
declare const JGuid: {
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('..').GuidProps> & Readonly<{
|
|
3
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
4
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
5
|
+
"update:modelValue": (value: string) => any;
|
|
6
|
+
}, import('vue').PublicProps, {
|
|
7
|
+
size: import('..').GuidSizeType;
|
|
8
|
+
modelValue: string;
|
|
9
|
+
}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
10
|
+
P: {};
|
|
11
|
+
B: {};
|
|
12
|
+
D: {};
|
|
13
|
+
C: {};
|
|
14
|
+
M: {};
|
|
15
|
+
Defaults: {};
|
|
16
|
+
}, Readonly<import('..').GuidProps> & Readonly<{
|
|
17
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
18
|
+
}>, {}, {}, {}, {}, {
|
|
19
|
+
size: import('..').GuidSizeType;
|
|
20
|
+
modelValue: string;
|
|
21
|
+
}>;
|
|
22
|
+
__isFragment?: never;
|
|
23
|
+
__isTeleport?: never;
|
|
24
|
+
__isSuspense?: never;
|
|
25
|
+
} & import('vue').ComponentOptionsBase<Readonly<import('..').GuidProps> & Readonly<{
|
|
26
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
27
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
28
|
+
"update:modelValue": (value: string) => any;
|
|
29
|
+
}, string, {
|
|
30
|
+
size: import('..').GuidSizeType;
|
|
31
|
+
modelValue: string;
|
|
32
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
|
|
33
|
+
install: (app: import('vue').App) => void;
|
|
34
|
+
};
|
|
35
|
+
export default JGuid;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* GUID (Globally Unique Identifier) 组件
|
|
3
|
+
* 用于生成和展示全局唯一标识符
|
|
4
|
+
*/
|
|
5
|
+
export type GuidSizeType = 'large' | 'default' | 'small';
|
|
6
|
+
export interface GuidProps {
|
|
7
|
+
/**
|
|
8
|
+
* @zh 绑定值,当为空时会自动生成UUID
|
|
9
|
+
* @en Bound value, auto-generates UUID when empty
|
|
10
|
+
* @vModel
|
|
11
|
+
*/
|
|
12
|
+
modelValue?: string;
|
|
13
|
+
/**
|
|
14
|
+
* @zh 输入框尺寸
|
|
15
|
+
* @en Input size
|
|
16
|
+
* @default 'default'
|
|
17
|
+
*/
|
|
18
|
+
size?: GuidSizeType;
|
|
19
|
+
}
|
|
20
|
+
declare const _default: import('vue').DefineComponent<GuidProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
21
|
+
"update:modelValue": (value: string) => any;
|
|
22
|
+
}, string, import('vue').PublicProps, Readonly<GuidProps> & Readonly<{
|
|
23
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
24
|
+
}>, {
|
|
25
|
+
size: GuidSizeType;
|
|
26
|
+
modelValue: string;
|
|
27
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
28
|
+
export default _default;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
declare const JHpanel: {
|
|
2
|
+
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
|
|
3
|
+
P: {};
|
|
4
|
+
B: {};
|
|
5
|
+
D: {};
|
|
6
|
+
C: {};
|
|
7
|
+
M: {};
|
|
8
|
+
Defaults: {};
|
|
9
|
+
}, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, {}>;
|
|
10
|
+
__isFragment?: never;
|
|
11
|
+
__isTeleport?: never;
|
|
12
|
+
__isSuspense?: never;
|
|
13
|
+
} & import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, 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 & (new () => {
|
|
14
|
+
$slots: {
|
|
15
|
+
left?(_: {}): any;
|
|
16
|
+
default?(_: {}): any;
|
|
17
|
+
right?(_: {}): any;
|
|
18
|
+
};
|
|
19
|
+
}) & {
|
|
20
|
+
install: (app: import('vue').App) => void;
|
|
21
|
+
};
|
|
22
|
+
export default JHpanel;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
declare function __VLS_template(): {
|
|
2
|
+
attrs: Partial<{}>;
|
|
3
|
+
slots: {
|
|
4
|
+
left?(_: {}): any;
|
|
5
|
+
default?(_: {}): any;
|
|
6
|
+
right?(_: {}): any;
|
|
7
|
+
};
|
|
8
|
+
refs: {};
|
|
9
|
+
rootEl: HTMLDivElement;
|
|
10
|
+
};
|
|
11
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
12
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
13
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
14
|
+
export default _default;
|
|
15
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
16
|
+
new (): {
|
|
17
|
+
$slots: S;
|
|
18
|
+
};
|
|
19
|
+
};
|
|
@@ -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;
|
|
@@ -22,13 +22,49 @@ import { default as JSlider } from './slider';
|
|
|
22
22
|
import { default as JUpload } from './upload';
|
|
23
23
|
import { default as JEcharts } from './echarts';
|
|
24
24
|
import { default as JBarcode } from './barcode';
|
|
25
|
+
import { default as JCount } from './count';
|
|
26
|
+
import { default as JCountUp } from './count-up';
|
|
27
|
+
import { default as JDataPanel } from './data-panel';
|
|
28
|
+
import { default as JDivider } from './divider';
|
|
29
|
+
import { default as JHpanel } from './hpanel';
|
|
30
|
+
import { default as JInputButton } from './input-button';
|
|
31
|
+
import { default as JInputCode } from './input-code';
|
|
32
|
+
import { default as JTitle } from './title';
|
|
25
33
|
import { default as JCodeMirror } from './code-mirror';
|
|
26
34
|
import { default as JComp } from './comp';
|
|
27
35
|
import { default as JForm } from './form';
|
|
28
36
|
import { default as JFormItem } from './form-item';
|
|
29
37
|
import { default as JPage } from './page';
|
|
30
|
-
|
|
38
|
+
import { default as JGuid } from './guid';
|
|
39
|
+
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, JCount, JCountUp, JDataPanel, JDivider, JHpanel, JGuid, JInputButton, JInputCode, JTitle, JComp, JForm, JFormItem, JPage };
|
|
31
40
|
export * from '../core';
|
|
41
|
+
export type { InputProps } from './input/src/input.vue';
|
|
42
|
+
export type { SelectOption, SelectProps } from './select/src/select.vue';
|
|
43
|
+
export type { TableColumn, TableRecord } from './table/src/table.vue';
|
|
44
|
+
export type { BarcodeFormat, BarcodeProps } from './barcode/src/barcode.vue';
|
|
45
|
+
export type { Option as AutocompleteOption, AutocompleteProps } from './autocomplete/src/autocomplete.vue';
|
|
46
|
+
export type { CascaderSelectOption, CascaderSelectProps } from './cascader-select/src/cascader-select.vue';
|
|
47
|
+
export type { CheckboxOption, CheckboxProps } from './checkbox/src/checkbox.vue';
|
|
48
|
+
export type { CodeMirrorProps } from './code-mirror/src/code-mirror.vue';
|
|
49
|
+
export type { DividerProps } from './divider/src/divider.vue';
|
|
50
|
+
export type { IconProps } from './icon/src/icon.vue';
|
|
51
|
+
export type { InputTagProps } from './input-tag/src/input-tag.vue';
|
|
52
|
+
export type { NumberProps } from './number/src/number.vue';
|
|
53
|
+
export type { RateProps } from './rate/src/rate.vue';
|
|
54
|
+
export type { SliderProps } from './slider/src/slider.vue';
|
|
55
|
+
export type { CountProps } from './count/src/count.vue';
|
|
56
|
+
export type { CountUpProps } from './count-up/src/count-up.vue';
|
|
57
|
+
export type { DataPanelProps } from './data-panel/src/data-panel.vue';
|
|
58
|
+
export type { SchemaRuntimeConfig } from './comp/src/comp.vue';
|
|
59
|
+
export type { buttonItem } from './buttons/src/interface';
|
|
60
|
+
export type { FormLayerParamType } from './dynamic-layer/src/interface';
|
|
61
|
+
export type { FormSchemaConfig, RuleType } from './form/src/interface';
|
|
62
|
+
export type { PageSchemaConfig } from './page/src/interface';
|
|
63
|
+
export type { GuidProps, GuidSizeType } from './guid/src/guid.vue';
|
|
64
|
+
export type { InputButtonProps } from './input-button/src/input-button.vue';
|
|
65
|
+
export type { InputCodeProps } from './input-code/src/input-code.vue';
|
|
66
|
+
export type { TitleProps } from './title/src/title.vue';
|
|
67
|
+
export type { FormLabelAlign, InternalNamePath, NamePath, StoreValue, Store, Meta, InternalFieldData, FieldData, RuleObject, Rule, ValidateErrorEntity, FieldError, RuleError, ValidateOptions, ValidateFields, ValidateMessages, } from './form/src/useForm/interface';
|
|
32
68
|
declare const _default: {
|
|
33
69
|
install: (app: App) => void;
|
|
34
70
|
};
|
|
@@ -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;
|
|
@@ -17,6 +17,7 @@ declare const JInput: {
|
|
|
17
17
|
size: "large" | "default" | "small";
|
|
18
18
|
type: string;
|
|
19
19
|
disabled: boolean;
|
|
20
|
+
rows: number;
|
|
20
21
|
readonly: boolean;
|
|
21
22
|
modelValue: string | number;
|
|
22
23
|
showWordLimit: boolean;
|
|
@@ -24,7 +25,6 @@ declare const JInput: {
|
|
|
24
25
|
placeholder: string;
|
|
25
26
|
clearable: boolean;
|
|
26
27
|
showPassword: boolean;
|
|
27
|
-
rows: number;
|
|
28
28
|
autosize: boolean | {
|
|
29
29
|
minRows?: number;
|
|
30
30
|
maxRows?: number;
|
|
@@ -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;
|
|
@@ -51,6 +51,7 @@ declare const JInput: {
|
|
|
51
51
|
size: "large" | "default" | "small";
|
|
52
52
|
type: string;
|
|
53
53
|
disabled: boolean;
|
|
54
|
+
rows: number;
|
|
54
55
|
readonly: boolean;
|
|
55
56
|
modelValue: string | number;
|
|
56
57
|
showWordLimit: boolean;
|
|
@@ -58,7 +59,6 @@ declare const JInput: {
|
|
|
58
59
|
placeholder: string;
|
|
59
60
|
clearable: boolean;
|
|
60
61
|
showPassword: boolean;
|
|
61
|
-
rows: number;
|
|
62
62
|
autosize: boolean | {
|
|
63
63
|
minRows?: number;
|
|
64
64
|
maxRows?: number;
|
|
@@ -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;
|
|
@@ -89,6 +89,7 @@ declare const JInput: {
|
|
|
89
89
|
size: "large" | "default" | "small";
|
|
90
90
|
type: string;
|
|
91
91
|
disabled: boolean;
|
|
92
|
+
rows: number;
|
|
92
93
|
readonly: boolean;
|
|
93
94
|
modelValue: string | number;
|
|
94
95
|
showWordLimit: boolean;
|
|
@@ -96,7 +97,6 @@ declare const JInput: {
|
|
|
96
97
|
placeholder: string;
|
|
97
98
|
clearable: boolean;
|
|
98
99
|
showPassword: boolean;
|
|
99
|
-
rows: number;
|
|
100
100
|
autosize: boolean | {
|
|
101
101
|
minRows?: number;
|
|
102
102
|
maxRows?: number;
|
|
@@ -90,6 +90,7 @@ declare const _default: import('vue').DefineComponent<InputProps, {}, {}, {}, {}
|
|
|
90
90
|
size: "large" | "default" | "small";
|
|
91
91
|
type: string;
|
|
92
92
|
disabled: boolean;
|
|
93
|
+
rows: number;
|
|
93
94
|
readonly: boolean;
|
|
94
95
|
modelValue: string | number;
|
|
95
96
|
showWordLimit: boolean;
|
|
@@ -97,7 +98,6 @@ declare const _default: import('vue').DefineComponent<InputProps, {}, {}, {}, {}
|
|
|
97
98
|
placeholder: string;
|
|
98
99
|
clearable: boolean;
|
|
99
100
|
showPassword: boolean;
|
|
100
|
-
rows: number;
|
|
101
101
|
autosize: boolean | {
|
|
102
102
|
minRows?: number;
|
|
103
103
|
maxRows?: number;
|