ll-plus 2.2.13 → 2.2.14
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/components/advanced-filtering/index.d.ts +303 -303
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +154 -154
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
- package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
- package/es/components/api-component/index.d.ts +30 -30
- package/es/components/api-component/src/api-component.vue.d.ts +30 -30
- package/es/components/api-component/src/components/api-modal.vue.d.ts +6 -6
- package/es/components/api-component/src/components/api-url.vue.d.ts +5 -5
- package/es/components/api-component/src/components/click-input.vue.d.ts +10 -10
- package/es/components/api-component/src/components/params-table-row.vue.d.ts +16 -16
- package/es/components/api-component/src/components/params-table.vue.d.ts +20 -20
- package/es/components/api-component/src/config/api-component.d.ts +1 -1
- package/es/components/api-component/src/config/api-modal.d.ts +1 -1
- package/es/components/api-component/src/config/click-input.d.ts +1 -1
- package/es/components/button/index.d.ts +1 -1
- package/es/components/button/src/button.vue.d.ts +1 -1
- package/es/components/checkbox/index.d.ts +217 -217
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/es/components/checkbox/src/checkbox-group.vue2.mjs +3 -2
- package/es/components/checkbox/src/checkbox-group.vue2.mjs.map +1 -1
- package/es/components/checkbox/src/checkbox.d.ts +56 -56
- package/es/components/drawer/index.d.ts +11 -11
- package/es/components/drawer/src/components/second-confirmation/index.d.ts +8 -8
- package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +8 -8
- package/es/components/drawer/src/drawer.vue.d.ts +11 -11
- package/es/components/easy-cron/index.d.ts +82 -82
- package/es/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
- package/es/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
- package/es/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
- package/es/components/form/index.d.ts +142 -142
- package/es/components/form/src/config/form.d.ts +56 -56
- package/es/components/form/src/form.vue.d.ts +142 -142
- package/es/components/icon-base/index.d.ts +2 -2
- package/es/components/icon-base/src/icon-base.vue.d.ts +2 -2
- package/es/components/input/index.d.ts +31 -31
- package/es/components/input/src/input.vue.d.ts +31 -31
- package/es/components/key-value/index.d.ts +5 -17
- package/es/components/key-value/src/components/key-value-item.vue.d.ts +3 -15
- package/es/components/key-value/src/config/key-value-item.d.ts +3 -9
- package/es/components/key-value/src/config/key-value-item.mjs.map +1 -1
- package/es/components/key-value/src/key-value.vue.d.ts +5 -17
- package/es/components/modal/index.d.ts +5 -5
- package/es/components/modal/src/modal.vue.d.ts +5 -5
- package/es/components/operate-icon/index.d.ts +6 -6
- package/es/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
- package/es/components/select/index.d.ts +11 -11
- package/es/components/select/src/select.vue.d.ts +11 -11
- package/es/components/table/index.d.ts +6 -6
- package/es/components/table/src/components/main-table.vue.d.ts +2 -2
- package/es/components/table/src/config/table.d.ts +2 -2
- package/es/components/table/src/table.vue.d.ts +6 -6
- package/es/components/textarea/index.d.ts +5 -5
- package/es/components/textarea/src/textarea.vue.d.ts +5 -5
- package/es/components/tooltip/index.d.ts +4 -4
- package/es/components/tooltip/src/tooltip.d.ts +1 -1
- package/es/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/es/components/tree/index.d.ts +2 -2
- package/es/components/tree/src/tree.vue.d.ts +2 -2
- package/es/components/tree-search/index.d.ts +17 -17
- package/es/components/tree-search/src/config/tree-search.d.ts +4 -4
- package/es/components/tree-search/src/tree-search.vue.d.ts +17 -17
- package/es/components/upload-drag/index.d.ts +4 -4
- package/es/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
- package/index.full.js +3 -2
- package/index.full.min.js +1 -1
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +1 -1
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +3 -2
- package/lib/components/advanced-filtering/index.d.ts +303 -303
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +154 -154
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
- package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
- package/lib/components/api-component/index.d.ts +30 -30
- package/lib/components/api-component/src/api-component.vue.d.ts +30 -30
- package/lib/components/api-component/src/components/api-modal.vue.d.ts +6 -6
- package/lib/components/api-component/src/components/api-url.vue.d.ts +5 -5
- package/lib/components/api-component/src/components/click-input.vue.d.ts +10 -10
- package/lib/components/api-component/src/components/params-table-row.vue.d.ts +16 -16
- package/lib/components/api-component/src/components/params-table.vue.d.ts +20 -20
- package/lib/components/api-component/src/config/api-component.d.ts +1 -1
- package/lib/components/api-component/src/config/api-modal.d.ts +1 -1
- package/lib/components/api-component/src/config/click-input.d.ts +1 -1
- package/lib/components/button/index.d.ts +1 -1
- package/lib/components/button/src/button.vue.d.ts +1 -1
- package/lib/components/checkbox/index.d.ts +217 -217
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/lib/components/checkbox/src/checkbox-group.vue2.js +3 -2
- package/lib/components/checkbox/src/checkbox-group.vue2.js.map +1 -1
- package/lib/components/checkbox/src/checkbox.d.ts +56 -56
- package/lib/components/drawer/index.d.ts +11 -11
- package/lib/components/drawer/src/components/second-confirmation/index.d.ts +8 -8
- package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +8 -8
- package/lib/components/drawer/src/drawer.vue.d.ts +11 -11
- package/lib/components/easy-cron/index.d.ts +82 -82
- package/lib/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
- package/lib/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
- package/lib/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
- package/lib/components/form/index.d.ts +142 -142
- package/lib/components/form/src/config/form.d.ts +56 -56
- package/lib/components/form/src/form.vue.d.ts +142 -142
- package/lib/components/icon-base/index.d.ts +2 -2
- package/lib/components/icon-base/src/icon-base.vue.d.ts +2 -2
- package/lib/components/input/index.d.ts +31 -31
- package/lib/components/input/src/input.vue.d.ts +31 -31
- package/lib/components/key-value/index.d.ts +5 -17
- package/lib/components/key-value/src/components/key-value-item.vue.d.ts +3 -15
- package/lib/components/key-value/src/config/key-value-item.d.ts +3 -9
- package/lib/components/key-value/src/config/key-value-item.js.map +1 -1
- package/lib/components/key-value/src/key-value.vue.d.ts +5 -17
- package/lib/components/modal/index.d.ts +5 -5
- package/lib/components/modal/src/modal.vue.d.ts +5 -5
- package/lib/components/operate-icon/index.d.ts +6 -6
- package/lib/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
- package/lib/components/select/index.d.ts +11 -11
- package/lib/components/select/src/select.vue.d.ts +11 -11
- package/lib/components/table/index.d.ts +6 -6
- package/lib/components/table/src/components/main-table.vue.d.ts +2 -2
- package/lib/components/table/src/config/table.d.ts +2 -2
- package/lib/components/table/src/table.vue.d.ts +6 -6
- package/lib/components/textarea/index.d.ts +5 -5
- package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
- package/lib/components/tooltip/index.d.ts +4 -4
- package/lib/components/tooltip/src/tooltip.d.ts +1 -1
- package/lib/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/lib/components/tree/index.d.ts +2 -2
- package/lib/components/tree/src/tree.vue.d.ts +2 -2
- package/lib/components/tree-search/index.d.ts +17 -17
- package/lib/components/tree-search/src/config/tree-search.d.ts +4 -4
- package/lib/components/tree-search/src/tree-search.vue.d.ts +17 -17
- package/lib/components/upload-drag/index.d.ts +4 -4
- package/lib/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
- package/package.json +1 -1
- package/theme-chalk/css/checkbox.css +1 -1
- package/theme-chalk/css/index.css +1 -1
- package/types/packages/components/advanced-filtering/index.d.ts +303 -303
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +154 -154
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +145 -145
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +4 -4
- package/types/packages/components/api-component/index.d.ts +30 -30
- package/types/packages/components/api-component/src/api-component.vue.d.ts +30 -30
- package/types/packages/components/api-component/src/components/api-modal.vue.d.ts +6 -6
- package/types/packages/components/api-component/src/components/api-url.vue.d.ts +5 -5
- package/types/packages/components/api-component/src/components/click-input.vue.d.ts +10 -10
- package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +16 -16
- package/types/packages/components/api-component/src/components/params-table.vue.d.ts +20 -20
- package/types/packages/components/api-component/src/config/api-component.d.ts +1 -1
- package/types/packages/components/api-component/src/config/api-modal.d.ts +1 -1
- package/types/packages/components/api-component/src/config/click-input.d.ts +1 -1
- package/types/packages/components/button/index.d.ts +1 -1
- package/types/packages/components/button/src/button.vue.d.ts +1 -1
- package/types/packages/components/checkbox/index.d.ts +217 -217
- package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +217 -217
- package/types/packages/components/checkbox/src/checkbox.d.ts +56 -56
- package/types/packages/components/drawer/index.d.ts +11 -11
- package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +8 -8
- package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +8 -8
- package/types/packages/components/drawer/src/drawer.vue.d.ts +11 -11
- package/types/packages/components/easy-cron/index.d.ts +82 -82
- package/types/packages/components/easy-cron/src/components/easy-cron-inner.vue.d.ts +77 -77
- package/types/packages/components/easy-cron/src/components/easy-cron-modal.vue.d.ts +77 -77
- package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +82 -82
- package/types/packages/components/form/index.d.ts +142 -142
- package/types/packages/components/form/src/config/form.d.ts +56 -56
- package/types/packages/components/form/src/form.vue.d.ts +142 -142
- package/types/packages/components/icon-base/index.d.ts +2 -2
- package/types/packages/components/icon-base/src/icon-base.vue.d.ts +2 -2
- 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/key-value/index.d.ts +5 -17
- package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +3 -15
- package/types/packages/components/key-value/src/config/key-value-item.d.ts +3 -9
- package/types/packages/components/key-value/src/key-value.vue.d.ts +5 -17
- package/types/packages/components/modal/index.d.ts +5 -5
- package/types/packages/components/modal/src/modal.vue.d.ts +5 -5
- package/types/packages/components/operate-icon/index.d.ts +6 -6
- package/types/packages/components/operate-icon/src/operate-icon.vue.d.ts +6 -6
- package/types/packages/components/select/index.d.ts +11 -11
- package/types/packages/components/select/src/select.vue.d.ts +11 -11
- package/types/packages/components/table/index.d.ts +6 -6
- package/types/packages/components/table/src/components/main-table.vue.d.ts +2 -2
- package/types/packages/components/table/src/config/table.d.ts +2 -2
- package/types/packages/components/table/src/table.vue.d.ts +6 -6
- 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/tooltip/index.d.ts +4 -4
- package/types/packages/components/tooltip/src/tooltip.d.ts +1 -1
- package/types/packages/components/tooltip/src/tooltip.vue.d.ts +4 -4
- package/types/packages/components/tree/index.d.ts +2 -2
- package/types/packages/components/tree/src/tree.vue.d.ts +2 -2
- package/types/packages/components/tree-search/index.d.ts +17 -17
- package/types/packages/components/tree-search/src/config/tree-search.d.ts +4 -4
- package/types/packages/components/tree-search/src/tree-search.vue.d.ts +17 -17
- package/types/packages/components/upload-drag/index.d.ts +4 -4
- package/types/packages/components/upload-drag/src/upload-drag.vue.d.ts +4 -4
|
@@ -50,8 +50,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
50
50
|
};
|
|
51
51
|
autocomplete: StringConstructor;
|
|
52
52
|
type: {
|
|
53
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
54
|
-
default: "number" | "month" | "
|
|
53
|
+
type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
54
|
+
default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
55
55
|
};
|
|
56
56
|
name: StringConstructor;
|
|
57
57
|
size: {
|
|
@@ -138,8 +138,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
138
138
|
};
|
|
139
139
|
autocomplete: StringConstructor;
|
|
140
140
|
type: {
|
|
141
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
142
|
-
default: "number" | "month" | "
|
|
141
|
+
type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
142
|
+
default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
143
143
|
};
|
|
144
144
|
name: StringConstructor;
|
|
145
145
|
size: {
|
|
@@ -221,7 +221,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
221
221
|
};
|
|
222
222
|
}, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, {
|
|
223
223
|
value: string | number;
|
|
224
|
-
type: "number" | "month" | "
|
|
224
|
+
type: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
225
225
|
focused: boolean;
|
|
226
226
|
hidden: boolean;
|
|
227
227
|
disabled: boolean;
|
|
@@ -246,8 +246,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
246
246
|
};
|
|
247
247
|
autocomplete: StringConstructor;
|
|
248
248
|
type: {
|
|
249
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
250
|
-
default: "number" | "month" | "
|
|
249
|
+
type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
250
|
+
default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
251
251
|
};
|
|
252
252
|
name: StringConstructor;
|
|
253
253
|
size: {
|
|
@@ -329,7 +329,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
329
329
|
};
|
|
330
330
|
}, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
|
|
331
331
|
value: string | number;
|
|
332
|
-
type: "number" | "month" | "
|
|
332
|
+
type: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
333
333
|
focused: boolean;
|
|
334
334
|
hidden: boolean;
|
|
335
335
|
disabled: boolean;
|
|
@@ -351,8 +351,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
351
351
|
};
|
|
352
352
|
autocomplete: StringConstructor;
|
|
353
353
|
type: {
|
|
354
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
355
|
-
default: "number" | "month" | "
|
|
354
|
+
type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
355
|
+
default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
356
356
|
};
|
|
357
357
|
name: StringConstructor;
|
|
358
358
|
size: {
|
|
@@ -434,7 +434,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
434
434
|
};
|
|
435
435
|
}, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
436
436
|
value: string | number;
|
|
437
|
-
type: "number" | "month" | "
|
|
437
|
+
type: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
438
438
|
focused: boolean;
|
|
439
439
|
hidden: boolean;
|
|
440
440
|
disabled: boolean;
|
|
@@ -482,8 +482,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
482
482
|
};
|
|
483
483
|
name: StringConstructor;
|
|
484
484
|
type: {
|
|
485
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
486
|
-
default: "number" | "month" | "
|
|
485
|
+
type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
486
|
+
default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
487
487
|
};
|
|
488
488
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
489
489
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -571,8 +571,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
571
571
|
};
|
|
572
572
|
name: StringConstructor;
|
|
573
573
|
type: {
|
|
574
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
575
|
-
default: "number" | "month" | "
|
|
574
|
+
type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
575
|
+
default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
576
576
|
};
|
|
577
577
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
578
578
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -647,7 +647,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
647
647
|
};
|
|
648
648
|
}>>, {
|
|
649
649
|
value: string | number;
|
|
650
|
-
type: "number" | "month" | "
|
|
650
|
+
type: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
651
651
|
focused: boolean;
|
|
652
652
|
hidden: boolean;
|
|
653
653
|
disabled: boolean;
|
|
@@ -691,8 +691,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
691
691
|
};
|
|
692
692
|
name: StringConstructor;
|
|
693
693
|
type: {
|
|
694
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
695
|
-
default: "number" | "month" | "
|
|
694
|
+
type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
695
|
+
default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
696
696
|
};
|
|
697
697
|
onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
698
698
|
onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
@@ -790,8 +790,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
790
790
|
};
|
|
791
791
|
name: StringConstructor;
|
|
792
792
|
type: {
|
|
793
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
794
|
-
default: "number" | "month" | "
|
|
793
|
+
type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
794
|
+
default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
795
795
|
};
|
|
796
796
|
onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
797
797
|
onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
@@ -859,7 +859,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
859
859
|
};
|
|
860
860
|
}>>, {
|
|
861
861
|
value: string | number;
|
|
862
|
-
type: "number" | "month" | "
|
|
862
|
+
type: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
863
863
|
focused: boolean;
|
|
864
864
|
hidden: boolean;
|
|
865
865
|
disabled: boolean;
|
|
@@ -899,8 +899,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
899
899
|
};
|
|
900
900
|
name: StringConstructor;
|
|
901
901
|
type: {
|
|
902
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
903
|
-
default: "number" | "month" | "
|
|
902
|
+
type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
903
|
+
default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
904
904
|
};
|
|
905
905
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
906
906
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -998,8 +998,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
998
998
|
};
|
|
999
999
|
name: StringConstructor;
|
|
1000
1000
|
type: {
|
|
1001
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
1002
|
-
default: "number" | "month" | "
|
|
1001
|
+
type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
1002
|
+
default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1003
1003
|
};
|
|
1004
1004
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
1005
1005
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -1073,7 +1073,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1073
1073
|
};
|
|
1074
1074
|
}>>, {
|
|
1075
1075
|
value: string | number;
|
|
1076
|
-
type: "number" | "month" | "
|
|
1076
|
+
type: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1077
1077
|
focused: boolean;
|
|
1078
1078
|
hidden: boolean;
|
|
1079
1079
|
visible: boolean;
|
|
@@ -1114,8 +1114,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1114
1114
|
};
|
|
1115
1115
|
name: StringConstructor;
|
|
1116
1116
|
type: {
|
|
1117
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
1118
|
-
default: "number" | "month" | "
|
|
1117
|
+
type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
1118
|
+
default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1119
1119
|
};
|
|
1120
1120
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
1121
1121
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -1213,8 +1213,8 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1213
1213
|
};
|
|
1214
1214
|
name: StringConstructor;
|
|
1215
1215
|
type: {
|
|
1216
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
1217
|
-
default: "number" | "month" | "
|
|
1216
|
+
type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
1217
|
+
default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1218
1218
|
};
|
|
1219
1219
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
1220
1220
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -1288,7 +1288,7 @@ export declare const LlInput: import("ll-plus/es/utils").SFCWithInstall<import("
|
|
|
1288
1288
|
};
|
|
1289
1289
|
}>>, {
|
|
1290
1290
|
value: string | number;
|
|
1291
|
-
type: "number" | "month" | "
|
|
1291
|
+
type: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1292
1292
|
focused: boolean;
|
|
1293
1293
|
hidden: boolean;
|
|
1294
1294
|
visible: boolean;
|
|
@@ -49,8 +49,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
49
49
|
};
|
|
50
50
|
autocomplete: StringConstructor;
|
|
51
51
|
type: {
|
|
52
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
53
|
-
default: "number" | "month" | "
|
|
52
|
+
type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
53
|
+
default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
54
54
|
};
|
|
55
55
|
name: StringConstructor;
|
|
56
56
|
size: {
|
|
@@ -137,8 +137,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
137
137
|
};
|
|
138
138
|
autocomplete: StringConstructor;
|
|
139
139
|
type: {
|
|
140
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
141
|
-
default: "number" | "month" | "
|
|
140
|
+
type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
141
|
+
default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
142
142
|
};
|
|
143
143
|
name: StringConstructor;
|
|
144
144
|
size: {
|
|
@@ -220,7 +220,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
220
220
|
};
|
|
221
221
|
}, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, {
|
|
222
222
|
value: string | number;
|
|
223
|
-
type: "number" | "month" | "
|
|
223
|
+
type: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
224
224
|
focused: boolean;
|
|
225
225
|
hidden: boolean;
|
|
226
226
|
disabled: boolean;
|
|
@@ -245,8 +245,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
245
245
|
};
|
|
246
246
|
autocomplete: StringConstructor;
|
|
247
247
|
type: {
|
|
248
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
249
|
-
default: "number" | "month" | "
|
|
248
|
+
type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
249
|
+
default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
250
250
|
};
|
|
251
251
|
name: StringConstructor;
|
|
252
252
|
size: {
|
|
@@ -328,7 +328,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
328
328
|
};
|
|
329
329
|
}, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, {}, {}, {}, {
|
|
330
330
|
value: string | number;
|
|
331
|
-
type: "number" | "month" | "
|
|
331
|
+
type: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
332
332
|
focused: boolean;
|
|
333
333
|
hidden: boolean;
|
|
334
334
|
disabled: boolean;
|
|
@@ -350,8 +350,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
350
350
|
};
|
|
351
351
|
autocomplete: StringConstructor;
|
|
352
352
|
type: {
|
|
353
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
354
|
-
default: "number" | "month" | "
|
|
353
|
+
type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
354
|
+
default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
355
355
|
};
|
|
356
356
|
name: StringConstructor;
|
|
357
357
|
size: {
|
|
@@ -433,7 +433,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
433
433
|
};
|
|
434
434
|
}, "affixWrapperClassName" | "groupClassName" | "wrapperClassName" | "inputClassName">>>, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
435
435
|
value: string | number;
|
|
436
|
-
type: "number" | "month" | "
|
|
436
|
+
type: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
437
437
|
focused: boolean;
|
|
438
438
|
hidden: boolean;
|
|
439
439
|
disabled: boolean;
|
|
@@ -481,8 +481,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
481
481
|
};
|
|
482
482
|
name: StringConstructor;
|
|
483
483
|
type: {
|
|
484
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
485
|
-
default: "number" | "month" | "
|
|
484
|
+
type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
485
|
+
default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
486
486
|
};
|
|
487
487
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
488
488
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -570,8 +570,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
570
570
|
};
|
|
571
571
|
name: StringConstructor;
|
|
572
572
|
type: {
|
|
573
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
574
|
-
default: "number" | "month" | "
|
|
573
|
+
type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
574
|
+
default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
575
575
|
};
|
|
576
576
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
577
577
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -646,7 +646,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
646
646
|
};
|
|
647
647
|
}>>, {
|
|
648
648
|
value: string | number;
|
|
649
|
-
type: "number" | "month" | "
|
|
649
|
+
type: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
650
650
|
focused: boolean;
|
|
651
651
|
hidden: boolean;
|
|
652
652
|
disabled: boolean;
|
|
@@ -690,8 +690,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
690
690
|
};
|
|
691
691
|
name: StringConstructor;
|
|
692
692
|
type: {
|
|
693
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
694
|
-
default: "number" | "month" | "
|
|
693
|
+
type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
694
|
+
default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
695
695
|
};
|
|
696
696
|
onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
697
697
|
onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
@@ -789,8 +789,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
789
789
|
};
|
|
790
790
|
name: StringConstructor;
|
|
791
791
|
type: {
|
|
792
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
793
|
-
default: "number" | "month" | "
|
|
792
|
+
type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
793
|
+
default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
794
794
|
};
|
|
795
795
|
onFocus: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
796
796
|
onBlur: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").FocusEventHandler>;
|
|
@@ -858,7 +858,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
858
858
|
};
|
|
859
859
|
}>>, {
|
|
860
860
|
value: string | number;
|
|
861
|
-
type: "number" | "month" | "
|
|
861
|
+
type: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
862
862
|
focused: boolean;
|
|
863
863
|
hidden: boolean;
|
|
864
864
|
disabled: boolean;
|
|
@@ -898,8 +898,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
898
898
|
};
|
|
899
899
|
name: StringConstructor;
|
|
900
900
|
type: {
|
|
901
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
902
|
-
default: "number" | "month" | "
|
|
901
|
+
type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
902
|
+
default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
903
903
|
};
|
|
904
904
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
905
905
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -997,8 +997,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
997
997
|
};
|
|
998
998
|
name: StringConstructor;
|
|
999
999
|
type: {
|
|
1000
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
1001
|
-
default: "number" | "month" | "
|
|
1000
|
+
type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
1001
|
+
default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1002
1002
|
};
|
|
1003
1003
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
1004
1004
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -1072,7 +1072,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1072
1072
|
};
|
|
1073
1073
|
}>>, {
|
|
1074
1074
|
value: string | number;
|
|
1075
|
-
type: "number" | "month" | "
|
|
1075
|
+
type: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1076
1076
|
focused: boolean;
|
|
1077
1077
|
hidden: boolean;
|
|
1078
1078
|
visible: boolean;
|
|
@@ -1113,8 +1113,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1113
1113
|
};
|
|
1114
1114
|
name: StringConstructor;
|
|
1115
1115
|
type: {
|
|
1116
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
1117
|
-
default: "number" | "month" | "
|
|
1116
|
+
type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
1117
|
+
default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1118
1118
|
};
|
|
1119
1119
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
1120
1120
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -1212,8 +1212,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1212
1212
|
};
|
|
1213
1213
|
name: StringConstructor;
|
|
1214
1214
|
type: {
|
|
1215
|
-
type: import("vue").PropType<"number" | "month" | "
|
|
1216
|
-
default: "number" | "month" | "
|
|
1215
|
+
type: import("vue").PropType<"number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
1216
|
+
default: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1217
1217
|
};
|
|
1218
1218
|
onCompositionend: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
1219
1219
|
onCompositionstart: import("vue").PropType<import("ant-design-vue/es/_util/EventInterface").CompositionEventHandler>;
|
|
@@ -1287,7 +1287,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1287
1287
|
};
|
|
1288
1288
|
}>>, {
|
|
1289
1289
|
value: string | number;
|
|
1290
|
-
type: "number" | "month" | "
|
|
1290
|
+
type: "number" | "month" | "url" | "search" | "color" | "date" | "email" | "time" | "week" | "hidden" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel";
|
|
1291
1291
|
focused: boolean;
|
|
1292
1292
|
hidden: boolean;
|
|
1293
1293
|
visible: boolean;
|
|
@@ -62,23 +62,17 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
62
62
|
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
63
63
|
is: (name?: string) => string;
|
|
64
64
|
};
|
|
65
|
-
innerValue: import("vue").Ref<
|
|
65
|
+
innerValue: import("vue").Ref<{
|
|
66
66
|
key: string | null;
|
|
67
67
|
value: any;
|
|
68
|
-
}
|
|
68
|
+
}[]>;
|
|
69
69
|
keyValueItems: import("vue").Ref<any[]>;
|
|
70
70
|
keyValueTypeDict: import("vue").ComputedRef<{}>;
|
|
71
71
|
handleAddItem: () => void;
|
|
72
72
|
handleDelete: (idx: number) => void;
|
|
73
73
|
handleChange: () => void;
|
|
74
74
|
keyValueItem: import("vue").DefineComponent<{
|
|
75
|
-
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
76
|
-
key: string | null;
|
|
77
|
-
value: any;
|
|
78
|
-
}) | (() => import("./src/config").KeyValueItem) | ((new (...args: any[]) => Record<string, any> | {
|
|
79
|
-
key: string | null;
|
|
80
|
-
value: any;
|
|
81
|
-
}) | (() => import("./src/config").KeyValueItem))[], unknown, unknown, () => {
|
|
75
|
+
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").KeyValueItem) | (() => import("./src/config").KeyValueItem) | ((new (...args: any[]) => import("./src/config").KeyValueItem) | (() => import("./src/config").KeyValueItem))[], unknown, unknown, () => {
|
|
82
76
|
key: string;
|
|
83
77
|
value: string;
|
|
84
78
|
}, boolean>;
|
|
@@ -107,7 +101,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
107
101
|
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
108
102
|
is: (name?: string) => string;
|
|
109
103
|
};
|
|
110
|
-
innerValue: import("vue").Ref<
|
|
104
|
+
innerValue: import("vue").Ref<{
|
|
111
105
|
key: string | null;
|
|
112
106
|
value: any;
|
|
113
107
|
}>;
|
|
@@ -360,13 +354,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
360
354
|
change: () => boolean;
|
|
361
355
|
'update:value': (value: import("./src/config").KeyValueItem) => boolean;
|
|
362
356
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
363
|
-
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
364
|
-
key: string | null;
|
|
365
|
-
value: any;
|
|
366
|
-
}) | (() => import("./src/config").KeyValueItem) | ((new (...args: any[]) => Record<string, any> | {
|
|
367
|
-
key: string | null;
|
|
368
|
-
value: any;
|
|
369
|
-
}) | (() => import("./src/config").KeyValueItem))[], unknown, unknown, () => {
|
|
357
|
+
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("./src/config").KeyValueItem) | (() => import("./src/config").KeyValueItem) | ((new (...args: any[]) => import("./src/config").KeyValueItem) | (() => import("./src/config").KeyValueItem))[], unknown, unknown, () => {
|
|
370
358
|
key: string;
|
|
371
359
|
value: string;
|
|
372
360
|
}, boolean>;
|
|
@@ -1,11 +1,5 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{
|
|
2
|
-
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
3
|
-
key: string | null;
|
|
4
|
-
value: any;
|
|
5
|
-
}) | (() => import("ll-plus/es/components").KeyValueItem) | ((new (...args: any[]) => Record<string, any> | {
|
|
6
|
-
key: string | null;
|
|
7
|
-
value: any;
|
|
8
|
-
}) | (() => import("ll-plus/es/components").KeyValueItem))[], unknown, unknown, () => {
|
|
2
|
+
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").KeyValueItem) | (() => import("ll-plus/es/components").KeyValueItem) | ((new (...args: any[]) => import("ll-plus/es/components").KeyValueItem) | (() => import("ll-plus/es/components").KeyValueItem))[], unknown, unknown, () => {
|
|
9
3
|
key: string;
|
|
10
4
|
value: string;
|
|
11
5
|
}, boolean>;
|
|
@@ -34,7 +28,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
34
28
|
bem: (blockSuffix: string, element: string, modifier: string) => string;
|
|
35
29
|
is: (name?: string) => string;
|
|
36
30
|
};
|
|
37
|
-
innerValue: import("vue").Ref<
|
|
31
|
+
innerValue: import("vue").Ref<{
|
|
38
32
|
key: string | null;
|
|
39
33
|
value: any;
|
|
40
34
|
}>;
|
|
@@ -287,13 +281,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
287
281
|
change: () => boolean;
|
|
288
282
|
'update:value': (value: import("ll-plus/es/components").KeyValueItem) => boolean;
|
|
289
283
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
290
|
-
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
291
|
-
key: string | null;
|
|
292
|
-
value: any;
|
|
293
|
-
}) | (() => import("ll-plus/es/components").KeyValueItem) | ((new (...args: any[]) => Record<string, any> | {
|
|
294
|
-
key: string | null;
|
|
295
|
-
value: any;
|
|
296
|
-
}) | (() => import("ll-plus/es/components").KeyValueItem))[], unknown, unknown, () => {
|
|
284
|
+
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => import("ll-plus/es/components").KeyValueItem) | (() => import("ll-plus/es/components").KeyValueItem) | ((new (...args: any[]) => import("ll-plus/es/components").KeyValueItem) | (() => import("ll-plus/es/components").KeyValueItem))[], unknown, unknown, () => {
|
|
297
285
|
key: string;
|
|
298
286
|
value: string;
|
|
299
287
|
}, boolean>;
|
|
@@ -233,18 +233,12 @@ export declare const formColumns: {
|
|
|
233
233
|
span: number;
|
|
234
234
|
};
|
|
235
235
|
}[];
|
|
236
|
-
export
|
|
236
|
+
export interface KeyValueItem {
|
|
237
237
|
key: string | null;
|
|
238
238
|
value: any | null;
|
|
239
|
-
}
|
|
239
|
+
}
|
|
240
240
|
export declare const keyValueItemProps: {
|
|
241
|
-
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) =>
|
|
242
|
-
key: string | null;
|
|
243
|
-
value: any | null;
|
|
244
|
-
}) | (() => KeyValueItem) | ((new (...args: any[]) => Record<string, any> | {
|
|
245
|
-
key: string | null;
|
|
246
|
-
value: any | null;
|
|
247
|
-
}) | (() => KeyValueItem))[], unknown, unknown, () => {
|
|
241
|
+
readonly value: import("ll-plus/es/utils").EpPropFinalized<(new (...args: any[]) => KeyValueItem) | (() => KeyValueItem) | ((new (...args: any[]) => KeyValueItem) | (() => KeyValueItem))[], unknown, unknown, () => {
|
|
248
242
|
key: string;
|
|
249
243
|
value: string;
|
|
250
244
|
}, boolean>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"key-value-item.mjs","sources":["../../../../../../packages/components/key-value/src/config/key-value-item.ts"],"sourcesContent":["import { buildProps, definePropType } from '@ll-plus/utils'\nimport type { FormProps } from 'ant-design-vue'\n\nexport const typeRules = [\n {\n trigger: ['blur', 'change'],\n message: '此字段是必需的',\n validator: async (_rule: any, value: any) => {\n if (!value) {\n return Promise.reject(new Error('此字段是必需的'))\n } else {\n return Promise.resolve()\n }\n }\n }\n]\nexport const formOptions = {\n layout: 'horizontal',\n labelAlign: 'left'\n} as FormProps\n\nexport const formColumns = [\n {\n key: 'other',\n labelCol: {\n span: 24\n }\n }\n]\n\nexport
|
|
1
|
+
{"version":3,"file":"key-value-item.mjs","sources":["../../../../../../packages/components/key-value/src/config/key-value-item.ts"],"sourcesContent":["import { buildProps, definePropType } from '@ll-plus/utils'\nimport type { FormProps } from 'ant-design-vue'\n\nexport const typeRules = [\n {\n trigger: ['blur', 'change'],\n message: '此字段是必需的',\n validator: async (_rule: any, value: any) => {\n if (!value) {\n return Promise.reject(new Error('此字段是必需的'))\n } else {\n return Promise.resolve()\n }\n }\n }\n]\nexport const formOptions = {\n layout: 'horizontal',\n labelAlign: 'left'\n} as FormProps\n\nexport const formColumns = [\n {\n key: 'other',\n labelCol: {\n span: 24\n }\n }\n]\n\nexport interface KeyValueItem {\n key: string | null\n value: any | null\n}\n \nexport const keyValueItemProps = buildProps({\n value: {\n type: definePropType<KeyValueItem>(Object),\n default: () => ({\n key: '',\n value: ''\n })\n },\n keyValueTypeDict: {\n type: Object,\n default: () => ({})\n },\n showDelete: {\n type: Boolean,\n default: true\n }\n} as const)\n\nexport const keyValueItemEmits = {\n delete: () => true,\n change: () => true,\n 'update:value': (value: KeyValueItem) => !!value\n}\n"],"names":[],"mappings":";;;;AAGO,MAAM,SAAY,GAAA;AAAA,EACvB;AAAA,IACE,OAAA,EAAS,CAAC,MAAA,EAAQ,QAAQ,CAAA;AAAA,IAC1B,OAAS,EAAA,4CAAA;AAAA,IACT,SAAA,EAAW,OAAO,KAAA,EAAY,KAAe,KAAA;AAC3C,MAAA,IAAI,CAAC,KAAO,EAAA;AACV,QAAA,OAAO,OAAQ,CAAA,MAAA,CAAO,IAAI,KAAA,CAAM,4CAAS,CAAC,CAAA,CAAA;AAAA,OACrC,MAAA;AACL,QAAA,OAAO,QAAQ,OAAQ,EAAA,CAAA;AAAA,OACzB;AAAA,KACF;AAAA,GACF;AACF,EAAA;AACO,MAAM,WAAc,GAAA;AAAA,EACzB,MAAQ,EAAA,YAAA;AAAA,EACR,UAAY,EAAA,MAAA;AACd,EAAA;AAEO,MAAM,WAAc,GAAA;AAAA,EACzB;AAAA,IACE,GAAK,EAAA,OAAA;AAAA,IACL,QAAU,EAAA;AAAA,MACR,IAAM,EAAA,EAAA;AAAA,KACR;AAAA,GACF;AACF,EAAA;AAOO,MAAM,oBAAoB,UAAW,CAAA;AAAA,EAC1C,KAAO,EAAA;AAAA,IACL,IAAA,EAAM,eAA6B,MAAM,CAAA;AAAA,IACzC,SAAS,OAAO;AAAA,MACd,GAAK,EAAA,EAAA;AAAA,MACL,KAAO,EAAA,EAAA;AAAA,KACT,CAAA;AAAA,GACF;AAAA,EACA,gBAAkB,EAAA;AAAA,IAChB,IAAM,EAAA,MAAA;AAAA,IACN,OAAA,EAAS,OAAO,EAAC,CAAA;AAAA,GACnB;AAAA,EACA,UAAY,EAAA;AAAA,IACV,IAAM,EAAA,OAAA;AAAA,IACN,OAAS,EAAA,IAAA;AAAA,GACX;AACF,CAAU,EAAA;AAEH,MAAM,iBAAoB,GAAA;AAAA,EAC/B,QAAQ,MAAM,IAAA;AAAA,EACd,QAAQ,MAAM,IAAA;AAAA,EACd,cAAgB,EAAA,CAAC,KAAwB,KAAA,CAAC,CAAC,KAAA;AAC7C;;;;"}
|