ll-plus 2.8.13 → 2.8.15
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/es/component.mjs +2 -0
- package/es/component.mjs.map +1 -1
- package/es/components/drawer/src/components/second-confirmation/index.d.ts +4 -4
- package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +4 -4
- package/es/components/index.d.ts +3 -4
- package/es/components/input/index.d.ts +31 -31
- package/es/components/input/src/input.vue.d.ts +31 -31
- package/es/components/modal/index.d.ts +4 -4
- package/es/components/modal/src/modal.d.ts +1 -1
- package/es/components/modal/src/modal.vue.d.ts +4 -4
- package/es/components/new-modal/index.d.ts +4 -4
- package/es/components/new-modal/src/modal.d.ts +1 -1
- package/es/components/new-modal/src/modal.vue.d.ts +4 -4
- package/es/components/qrcode/index.d.ts +63 -0
- package/es/components/qrcode/src/qrcode.d.ts +23 -0
- package/es/components/qrcode/src/qrcode.vue.d.ts +56 -0
- package/es/components/textarea/index.d.ts +5 -5
- package/es/components/textarea/src/textarea.vue.d.ts +5 -5
- package/es/components/tree-search/index.d.ts +3 -3
- package/es/components/tree-search/src/config/tree-search.d.ts +1 -1
- package/es/components/tree-search/src/tree-search.vue.d.ts +3 -3
- package/es/index.mjs +6 -4
- package/es/index.mjs.map +1 -1
- package/es/packages/components/index.mjs +6 -4
- package/es/packages/components/index.mjs.map +1 -1
- package/es/packages/components/qrcode/index.mjs +10 -0
- package/es/packages/components/qrcode/index.mjs.map +1 -0
- package/es/packages/components/qrcode/src/qrcode.mjs +45 -0
- package/es/packages/components/qrcode/src/qrcode.mjs.map +1 -0
- package/es/packages/components/qrcode/src/qrcode.vue.mjs +8 -0
- package/es/packages/components/qrcode/src/qrcode.vue.mjs.map +1 -0
- package/es/packages/components/qrcode/src/qrcode.vue2.mjs +26 -0
- package/es/packages/components/qrcode/src/qrcode.vue2.mjs.map +1 -0
- package/es/utils/props/runtime.d.ts +2 -2
- package/index.full.js +278 -213
- package/index.full.min.js +20 -20
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +20 -20
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +276 -214
- package/lib/component.js +103 -101
- package/lib/component.js.map +1 -1
- package/lib/components/drawer/src/components/second-confirmation/index.d.ts +4 -4
- package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +4 -4
- package/lib/components/index.d.ts +3 -4
- package/lib/components/input/index.d.ts +31 -31
- package/lib/components/input/src/input.vue.d.ts +31 -31
- package/lib/components/modal/index.d.ts +4 -4
- package/lib/components/modal/src/modal.d.ts +1 -1
- package/lib/components/modal/src/modal.vue.d.ts +4 -4
- package/lib/components/new-modal/index.d.ts +4 -4
- package/lib/components/new-modal/src/modal.d.ts +1 -1
- package/lib/components/new-modal/src/modal.vue.d.ts +4 -4
- package/lib/components/qrcode/index.d.ts +63 -0
- package/lib/components/qrcode/src/qrcode.d.ts +23 -0
- package/lib/components/qrcode/src/qrcode.vue.d.ts +56 -0
- package/lib/components/textarea/index.d.ts +5 -5
- package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
- package/lib/components/tree-search/index.d.ts +3 -3
- package/lib/components/tree-search/src/config/tree-search.d.ts +1 -1
- package/lib/components/tree-search/src/tree-search.vue.d.ts +3 -3
- package/lib/index.js +99 -94
- package/lib/index.js.map +1 -1
- package/lib/packages/components/index.js +87 -82
- package/lib/packages/components/index.js.map +1 -1
- package/lib/packages/components/qrcode/index.js +17 -0
- package/lib/packages/components/qrcode/index.js.map +1 -0
- package/lib/packages/components/qrcode/src/qrcode.js +48 -0
- package/lib/packages/components/qrcode/src/qrcode.js.map +1 -0
- package/lib/packages/components/qrcode/src/qrcode.vue.js +12 -0
- package/lib/packages/components/qrcode/src/qrcode.vue.js.map +1 -0
- package/lib/packages/components/qrcode/src/qrcode.vue2.js +30 -0
- package/lib/packages/components/qrcode/src/qrcode.vue2.js.map +1 -0
- package/lib/utils/props/runtime.d.ts +2 -2
- package/package.json +1 -1
- package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +4 -4
- package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +4 -4
- package/types/packages/components/index.d.ts +3 -4
- package/types/packages/components/input/index.d.ts +31 -31
- package/types/packages/components/input/src/input.vue.d.ts +31 -31
- package/types/packages/components/modal/index.d.ts +4 -4
- package/types/packages/components/modal/src/modal.d.ts +1 -1
- package/types/packages/components/modal/src/modal.vue.d.ts +4 -4
- package/types/packages/components/new-modal/index.d.ts +4 -4
- package/types/packages/components/new-modal/src/modal.d.ts +1 -1
- package/types/packages/components/new-modal/src/modal.vue.d.ts +4 -4
- package/types/packages/components/qrcode/index.d.ts +63 -0
- package/types/packages/components/qrcode/src/qrcode.d.ts +23 -0
- package/types/packages/components/qrcode/src/qrcode.vue.d.ts +56 -0
- package/types/packages/components/textarea/index.d.ts +5 -5
- package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
- package/types/packages/components/tree-search/index.d.ts +3 -3
- package/types/packages/components/tree-search/src/config/tree-search.d.ts +1 -1
- package/types/packages/components/tree-search/src/tree-search.vue.d.ts +3 -3
- package/types/packages/utils/props/runtime.d.ts +2 -2
|
@@ -66,8 +66,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
66
66
|
};
|
|
67
67
|
autocomplete: StringConstructor;
|
|
68
68
|
type: {
|
|
69
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
70
|
-
default: "number" | "month" | "
|
|
69
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
70
|
+
default: "number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
71
71
|
};
|
|
72
72
|
name: StringConstructor;
|
|
73
73
|
size: {
|
|
@@ -154,8 +154,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
154
154
|
};
|
|
155
155
|
autocomplete: StringConstructor;
|
|
156
156
|
type: {
|
|
157
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
158
|
-
default: "number" | "month" | "
|
|
157
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
158
|
+
default: "number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
159
159
|
};
|
|
160
160
|
name: StringConstructor;
|
|
161
161
|
size: {
|
|
@@ -237,7 +237,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
237
237
|
};
|
|
238
238
|
}, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, {
|
|
239
239
|
value: string | number;
|
|
240
|
-
type: "number" | "month" | "
|
|
240
|
+
type: "number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
241
241
|
focused: boolean;
|
|
242
242
|
hidden: boolean;
|
|
243
243
|
disabled: boolean;
|
|
@@ -262,8 +262,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
262
262
|
};
|
|
263
263
|
autocomplete: StringConstructor;
|
|
264
264
|
type: {
|
|
265
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
266
|
-
default: "number" | "month" | "
|
|
265
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
266
|
+
default: "number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
267
267
|
};
|
|
268
268
|
name: StringConstructor;
|
|
269
269
|
size: {
|
|
@@ -345,7 +345,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
345
345
|
};
|
|
346
346
|
}, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
|
|
347
347
|
value: string | number;
|
|
348
|
-
type: "number" | "month" | "
|
|
348
|
+
type: "number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
349
349
|
focused: boolean;
|
|
350
350
|
hidden: boolean;
|
|
351
351
|
disabled: boolean;
|
|
@@ -367,8 +367,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
367
367
|
};
|
|
368
368
|
autocomplete: StringConstructor;
|
|
369
369
|
type: {
|
|
370
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
371
|
-
default: "number" | "month" | "
|
|
370
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
371
|
+
default: "number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
372
372
|
};
|
|
373
373
|
name: StringConstructor;
|
|
374
374
|
size: {
|
|
@@ -450,7 +450,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
450
450
|
};
|
|
451
451
|
}, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
452
452
|
value: string | number;
|
|
453
|
-
type: "number" | "month" | "
|
|
453
|
+
type: "number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
454
454
|
focused: boolean;
|
|
455
455
|
hidden: boolean;
|
|
456
456
|
disabled: boolean;
|
|
@@ -498,8 +498,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
498
498
|
};
|
|
499
499
|
name: StringConstructor;
|
|
500
500
|
type: {
|
|
501
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
502
|
-
default: "number" | "month" | "
|
|
501
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
502
|
+
default: "number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
503
503
|
};
|
|
504
504
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
505
505
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -587,8 +587,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
587
587
|
};
|
|
588
588
|
name: StringConstructor;
|
|
589
589
|
type: {
|
|
590
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
591
|
-
default: "number" | "month" | "
|
|
590
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
591
|
+
default: "number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
592
592
|
};
|
|
593
593
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
594
594
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -663,7 +663,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
663
663
|
};
|
|
664
664
|
}>>, {
|
|
665
665
|
value: string | number;
|
|
666
|
-
type: "number" | "month" | "
|
|
666
|
+
type: "number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
667
667
|
focused: boolean;
|
|
668
668
|
hidden: boolean;
|
|
669
669
|
disabled: boolean;
|
|
@@ -707,8 +707,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
707
707
|
};
|
|
708
708
|
name: StringConstructor;
|
|
709
709
|
type: {
|
|
710
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
711
|
-
default: "number" | "month" | "
|
|
710
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
711
|
+
default: "number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
712
712
|
};
|
|
713
713
|
onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
714
714
|
onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
@@ -806,8 +806,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
806
806
|
};
|
|
807
807
|
name: StringConstructor;
|
|
808
808
|
type: {
|
|
809
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
810
|
-
default: "number" | "month" | "
|
|
809
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
810
|
+
default: "number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
811
811
|
};
|
|
812
812
|
onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
813
813
|
onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
@@ -875,7 +875,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
875
875
|
};
|
|
876
876
|
}>>, {
|
|
877
877
|
value: string | number;
|
|
878
|
-
type: "number" | "month" | "
|
|
878
|
+
type: "number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
879
879
|
focused: boolean;
|
|
880
880
|
hidden: boolean;
|
|
881
881
|
disabled: boolean;
|
|
@@ -915,8 +915,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
915
915
|
};
|
|
916
916
|
name: StringConstructor;
|
|
917
917
|
type: {
|
|
918
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
919
|
-
default: "number" | "month" | "
|
|
918
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
919
|
+
default: "number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
920
920
|
};
|
|
921
921
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
922
922
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -1014,8 +1014,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1014
1014
|
};
|
|
1015
1015
|
name: StringConstructor;
|
|
1016
1016
|
type: {
|
|
1017
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
1018
|
-
default: "number" | "month" | "
|
|
1017
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
1018
|
+
default: "number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1019
1019
|
};
|
|
1020
1020
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
1021
1021
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -1089,7 +1089,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1089
1089
|
};
|
|
1090
1090
|
}>>, {
|
|
1091
1091
|
value: string | number;
|
|
1092
|
-
type: "number" | "month" | "
|
|
1092
|
+
type: "number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1093
1093
|
focused: boolean;
|
|
1094
1094
|
hidden: boolean;
|
|
1095
1095
|
visible: boolean;
|
|
@@ -1130,8 +1130,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1130
1130
|
};
|
|
1131
1131
|
name: StringConstructor;
|
|
1132
1132
|
type: {
|
|
1133
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
1134
|
-
default: "number" | "month" | "
|
|
1133
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
1134
|
+
default: "number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1135
1135
|
};
|
|
1136
1136
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
1137
1137
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -1229,8 +1229,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1229
1229
|
};
|
|
1230
1230
|
name: StringConstructor;
|
|
1231
1231
|
type: {
|
|
1232
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
1233
|
-
default: "number" | "month" | "
|
|
1232
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
1233
|
+
default: "number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1234
1234
|
};
|
|
1235
1235
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
1236
1236
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -1304,7 +1304,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1304
1304
|
};
|
|
1305
1305
|
}>>, {
|
|
1306
1306
|
value: string | number;
|
|
1307
|
-
type: "number" | "month" | "
|
|
1307
|
+
type: "number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1308
1308
|
focused: boolean;
|
|
1309
1309
|
hidden: boolean;
|
|
1310
1310
|
visible: boolean;
|
|
@@ -65,8 +65,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
65
65
|
};
|
|
66
66
|
autocomplete: StringConstructor;
|
|
67
67
|
type: {
|
|
68
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
69
|
-
default: "number" | "month" | "
|
|
68
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
69
|
+
default: "number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
70
70
|
};
|
|
71
71
|
name: StringConstructor;
|
|
72
72
|
size: {
|
|
@@ -153,8 +153,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
153
153
|
};
|
|
154
154
|
autocomplete: StringConstructor;
|
|
155
155
|
type: {
|
|
156
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
157
|
-
default: "number" | "month" | "
|
|
156
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
157
|
+
default: "number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
158
158
|
};
|
|
159
159
|
name: StringConstructor;
|
|
160
160
|
size: {
|
|
@@ -236,7 +236,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
236
236
|
};
|
|
237
237
|
}, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, {
|
|
238
238
|
value: string | number;
|
|
239
|
-
type: "number" | "month" | "
|
|
239
|
+
type: "number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
240
240
|
focused: boolean;
|
|
241
241
|
hidden: boolean;
|
|
242
242
|
disabled: boolean;
|
|
@@ -261,8 +261,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
261
261
|
};
|
|
262
262
|
autocomplete: StringConstructor;
|
|
263
263
|
type: {
|
|
264
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
265
|
-
default: "number" | "month" | "
|
|
264
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
265
|
+
default: "number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
266
266
|
};
|
|
267
267
|
name: StringConstructor;
|
|
268
268
|
size: {
|
|
@@ -344,7 +344,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
344
344
|
};
|
|
345
345
|
}, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
|
|
346
346
|
value: string | number;
|
|
347
|
-
type: "number" | "month" | "
|
|
347
|
+
type: "number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
348
348
|
focused: boolean;
|
|
349
349
|
hidden: boolean;
|
|
350
350
|
disabled: boolean;
|
|
@@ -366,8 +366,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
366
366
|
};
|
|
367
367
|
autocomplete: StringConstructor;
|
|
368
368
|
type: {
|
|
369
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
370
|
-
default: "number" | "month" | "
|
|
369
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
370
|
+
default: "number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
371
371
|
};
|
|
372
372
|
name: StringConstructor;
|
|
373
373
|
size: {
|
|
@@ -449,7 +449,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
449
449
|
};
|
|
450
450
|
}, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
451
451
|
value: string | number;
|
|
452
|
-
type: "number" | "month" | "
|
|
452
|
+
type: "number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
453
453
|
focused: boolean;
|
|
454
454
|
hidden: boolean;
|
|
455
455
|
disabled: boolean;
|
|
@@ -497,8 +497,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
497
497
|
};
|
|
498
498
|
name: StringConstructor;
|
|
499
499
|
type: {
|
|
500
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
501
|
-
default: "number" | "month" | "
|
|
500
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
501
|
+
default: "number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
502
502
|
};
|
|
503
503
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
504
504
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -586,8 +586,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
586
586
|
};
|
|
587
587
|
name: StringConstructor;
|
|
588
588
|
type: {
|
|
589
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
590
|
-
default: "number" | "month" | "
|
|
589
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
590
|
+
default: "number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
591
591
|
};
|
|
592
592
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
593
593
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -662,7 +662,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
662
662
|
};
|
|
663
663
|
}>>, {
|
|
664
664
|
value: string | number;
|
|
665
|
-
type: "number" | "month" | "
|
|
665
|
+
type: "number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
666
666
|
focused: boolean;
|
|
667
667
|
hidden: boolean;
|
|
668
668
|
disabled: boolean;
|
|
@@ -706,8 +706,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
706
706
|
};
|
|
707
707
|
name: StringConstructor;
|
|
708
708
|
type: {
|
|
709
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
710
|
-
default: "number" | "month" | "
|
|
709
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
710
|
+
default: "number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
711
711
|
};
|
|
712
712
|
onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
713
713
|
onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
@@ -805,8 +805,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
805
805
|
};
|
|
806
806
|
name: StringConstructor;
|
|
807
807
|
type: {
|
|
808
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
809
|
-
default: "number" | "month" | "
|
|
808
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
809
|
+
default: "number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
810
810
|
};
|
|
811
811
|
onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
812
812
|
onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
@@ -874,7 +874,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
874
874
|
};
|
|
875
875
|
}>>, {
|
|
876
876
|
value: string | number;
|
|
877
|
-
type: "number" | "month" | "
|
|
877
|
+
type: "number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
878
878
|
focused: boolean;
|
|
879
879
|
hidden: boolean;
|
|
880
880
|
disabled: boolean;
|
|
@@ -914,8 +914,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
914
914
|
};
|
|
915
915
|
name: StringConstructor;
|
|
916
916
|
type: {
|
|
917
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
918
|
-
default: "number" | "month" | "
|
|
917
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
918
|
+
default: "number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
919
919
|
};
|
|
920
920
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
921
921
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -1013,8 +1013,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1013
1013
|
};
|
|
1014
1014
|
name: StringConstructor;
|
|
1015
1015
|
type: {
|
|
1016
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
1017
|
-
default: "number" | "month" | "
|
|
1016
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
1017
|
+
default: "number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1018
1018
|
};
|
|
1019
1019
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
1020
1020
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -1088,7 +1088,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1088
1088
|
};
|
|
1089
1089
|
}>>, {
|
|
1090
1090
|
value: string | number;
|
|
1091
|
-
type: "number" | "month" | "
|
|
1091
|
+
type: "number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1092
1092
|
focused: boolean;
|
|
1093
1093
|
hidden: boolean;
|
|
1094
1094
|
visible: boolean;
|
|
@@ -1129,8 +1129,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1129
1129
|
};
|
|
1130
1130
|
name: StringConstructor;
|
|
1131
1131
|
type: {
|
|
1132
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
1133
|
-
default: "number" | "month" | "
|
|
1132
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
1133
|
+
default: "number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1134
1134
|
};
|
|
1135
1135
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
1136
1136
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -1228,8 +1228,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1228
1228
|
};
|
|
1229
1229
|
name: StringConstructor;
|
|
1230
1230
|
type: {
|
|
1231
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
1232
|
-
default: "number" | "month" | "
|
|
1231
|
+
type: import("vue").PropType<"number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
1232
|
+
default: "number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1233
1233
|
};
|
|
1234
1234
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
1235
1235
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -1303,7 +1303,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1303
1303
|
};
|
|
1304
1304
|
}>>, {
|
|
1305
1305
|
value: string | number;
|
|
1306
|
-
type: "number" | "month" | "
|
|
1306
|
+
type: "number" | "month" | "reset" | "submit" | "search" | "color" | "hidden" | "date" | "url" | "email" | "checkbox" | "radio" | "time" | "week" | "text" | "button" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1307
1307
|
focused: boolean;
|
|
1308
1308
|
hidden: boolean;
|
|
1309
1309
|
visible: boolean;
|
|
@@ -3,7 +3,7 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
3
3
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
4
4
|
readonly title: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
|
|
5
5
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
6
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
6
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown, "operate", boolean>;
|
|
7
7
|
readonly isConfirmModel: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
8
8
|
readonly class: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
9
9
|
readonly wrapClassName: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -13,7 +13,7 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
13
13
|
readonly showFooter: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14
14
|
}, {
|
|
15
15
|
props: import("@vue/shared").LooseRequired<{
|
|
16
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
16
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown>;
|
|
17
17
|
readonly title: string;
|
|
18
18
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
19
19
|
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -1951,7 +1951,7 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1951
1951
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1952
1952
|
readonly title: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
|
|
1953
1953
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1954
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
1954
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown, "operate", boolean>;
|
|
1955
1955
|
readonly isConfirmModel: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1956
1956
|
readonly class: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1957
1957
|
readonly wrapClassName: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -1964,7 +1964,7 @@ export declare const LlModal: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1964
1964
|
onOk?: (() => any) | undefined;
|
|
1965
1965
|
onCancel?: (() => any) | undefined;
|
|
1966
1966
|
}, {
|
|
1967
|
-
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "
|
|
1967
|
+
readonly type: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown>;
|
|
1968
1968
|
readonly title: string;
|
|
1969
1969
|
readonly open: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1970
1970
|
readonly showFooter: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
@@ -9,7 +9,7 @@ export declare const modalProps: {
|
|
|
9
9
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
10
10
|
readonly title: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
|
|
11
11
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
12
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
12
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => IType) | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => IType))[], unknown, unknown, "operate", boolean>;
|
|
13
13
|
readonly isConfirmModel: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
14
14
|
readonly class: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
15
15
|
readonly wrapClassName: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -3,7 +3,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3
3
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
4
4
|
readonly title: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
|
|
5
5
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
6
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
6
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown, "operate", boolean>;
|
|
7
7
|
readonly isConfirmModel: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
8
8
|
readonly class: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
9
9
|
readonly wrapClassName: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -13,7 +13,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13
13
|
readonly showFooter: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
|
|
14
14
|
}, {
|
|
15
15
|
props: import("@vue/shared").LooseRequired<{
|
|
16
|
-
readonly type: import("ll-plus/es/components").AvatarType<(new (...args: any[]) => "
|
|
16
|
+
readonly type: import("ll-plus/es/components").AvatarType<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown>;
|
|
17
17
|
readonly title: string;
|
|
18
18
|
readonly open: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
19
19
|
readonly showFooter: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
@@ -1951,7 +1951,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1951
1951
|
readonly open: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1952
1952
|
readonly title: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "提示", boolean>;
|
|
1953
1953
|
readonly loading: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1954
|
-
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "
|
|
1954
|
+
readonly type: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown, "operate", boolean>;
|
|
1955
1955
|
readonly isConfirmModel: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1956
1956
|
readonly class: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1957
1957
|
readonly wrapClassName: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
@@ -1964,7 +1964,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1964
1964
|
onOk?: (() => any) | undefined;
|
|
1965
1965
|
onCancel?: (() => any) | undefined;
|
|
1966
1966
|
}, {
|
|
1967
|
-
readonly type: import("ll-plus/es/components").AvatarType<(new (...args: any[]) => "
|
|
1967
|
+
readonly type: import("ll-plus/es/components").AvatarType<(new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload") | ((new (...args: any[]) => "operate" | "confirm" | "upload") | (() => "operate" | "confirm" | "upload"))[], unknown, unknown>;
|
|
1968
1968
|
readonly title: string;
|
|
1969
1969
|
readonly open: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|
|
1970
1970
|
readonly showFooter: import("ll-plus/es/components").AvatarType<BooleanConstructor, unknown, unknown>;
|