ll-plus 2.3.19 → 2.4.1
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 +40 -32
- package/es/components/advanced-filtering/index.mjs +1 -1
- package/es/components/advanced-filtering/src/advanced-filtering.d.ts +15 -2
- package/es/components/advanced-filtering/src/advanced-filtering.mjs +60 -2
- package/es/components/advanced-filtering/src/advanced-filtering.mjs.map +1 -1
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +22 -18
- package/es/components/advanced-filtering/src/advanced-filtering.vue2.mjs +4 -3
- package/es/components/advanced-filtering/src/advanced-filtering.vue2.mjs.map +1 -1
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +13 -5
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue2.mjs +67 -10
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue2.mjs.map +1 -1
- package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +5 -9
- package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue2.mjs +33 -61
- package/es/components/advanced-filtering/src/components/advanced-filtering-tags.vue2.mjs.map +1 -1
- package/es/components/api-component/index.d.ts +8 -8
- package/es/components/api-component/src/api-component.vue.d.ts +8 -8
- package/es/components/api-component/src/components/body-component.vue.d.ts +4 -4
- package/es/components/api-component/src/components/params-table-row.vue.d.ts +2 -2
- package/es/components/api-component/src/components/params-table.vue.d.ts +4 -4
- package/es/components/code-editor/index.d.ts +2 -2
- package/es/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/es/components/drawer/src/components/second-confirmation/index.d.ts +2 -2
- package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +2 -2
- package/es/components/easy-cron/index.d.ts +5 -5
- package/es/components/easy-cron/src/easy-cron.vue.d.ts +5 -5
- package/es/components/form/index.d.ts +2 -0
- package/es/components/form/src/form.vue.d.ts +23 -20
- package/es/components/form/src/form.vue2.mjs +21 -1
- package/es/components/form/src/form.vue2.mjs.map +1 -1
- package/es/components/index.mjs +1 -1
- 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 +26 -11
- package/es/components/key-value/src/components/key-value-item.vue.d.ts +44 -38
- package/es/components/key-value/src/components/key-value-item.vue2.mjs +7 -2
- package/es/components/key-value/src/components/key-value-item.vue2.mjs.map +1 -1
- package/es/components/key-value/src/config/key-value-item.d.ts +1 -0
- 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 +26 -11
- package/es/components/number-range/index.d.ts +13 -13
- package/es/components/number-range/src/number-range.d.ts +4 -4
- package/es/components/number-range/src/number-range.mjs +1 -1
- package/es/components/number-range/src/number-range.mjs.map +1 -1
- package/es/components/number-range/src/number-range.vue.d.ts +13 -14
- package/es/components/number-range/src/number-range.vue2.mjs +14 -7
- package/es/components/number-range/src/number-range.vue2.mjs.map +1 -1
- package/es/components/select-group/index.d.ts +1 -1
- package/es/components/select-group/src/select-group.vue.d.ts +1 -1
- package/es/components/textarea/index.d.ts +5 -5
- package/es/components/textarea/src/textarea.vue.d.ts +5 -5
- package/es/index.mjs +1 -1
- package/index.full.js +215 -85
- package/index.full.min.js +24 -24
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +24 -24
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +212 -87
- package/lib/components/advanced-filtering/index.d.ts +40 -32
- package/lib/components/advanced-filtering/index.js +5 -0
- package/lib/components/advanced-filtering/index.js.map +1 -1
- package/lib/components/advanced-filtering/src/advanced-filtering.d.ts +15 -2
- package/lib/components/advanced-filtering/src/advanced-filtering.js +64 -1
- package/lib/components/advanced-filtering/src/advanced-filtering.js.map +1 -1
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +22 -18
- package/lib/components/advanced-filtering/src/advanced-filtering.vue2.js +3 -2
- package/lib/components/advanced-filtering/src/advanced-filtering.vue2.js.map +1 -1
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +13 -5
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue2.js +65 -8
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue2.js.map +1 -1
- package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +5 -9
- package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue2.js +33 -61
- package/lib/components/advanced-filtering/src/components/advanced-filtering-tags.vue2.js.map +1 -1
- package/lib/components/api-component/index.d.ts +8 -8
- package/lib/components/api-component/src/api-component.vue.d.ts +8 -8
- package/lib/components/api-component/src/components/body-component.vue.d.ts +4 -4
- package/lib/components/api-component/src/components/params-table-row.vue.d.ts +2 -2
- package/lib/components/api-component/src/components/params-table.vue.d.ts +4 -4
- package/lib/components/code-editor/index.d.ts +2 -2
- package/lib/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/lib/components/drawer/src/components/second-confirmation/index.d.ts +2 -2
- package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +2 -2
- package/lib/components/easy-cron/index.d.ts +5 -5
- package/lib/components/easy-cron/src/easy-cron.vue.d.ts +5 -5
- package/lib/components/form/index.d.ts +2 -0
- package/lib/components/form/src/form.vue.d.ts +23 -20
- package/lib/components/form/src/form.vue2.js +21 -1
- package/lib/components/form/src/form.vue2.js.map +1 -1
- package/lib/components/index.js +5 -0
- package/lib/components/index.js.map +1 -1
- 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 +26 -11
- package/lib/components/key-value/src/components/key-value-item.vue.d.ts +44 -38
- package/lib/components/key-value/src/components/key-value-item.vue2.js +7 -2
- package/lib/components/key-value/src/components/key-value-item.vue2.js.map +1 -1
- package/lib/components/key-value/src/config/key-value-item.d.ts +1 -0
- 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 +26 -11
- package/lib/components/number-range/index.d.ts +13 -13
- package/lib/components/number-range/src/number-range.d.ts +4 -4
- package/lib/components/number-range/src/number-range.js +1 -1
- package/lib/components/number-range/src/number-range.js.map +1 -1
- package/lib/components/number-range/src/number-range.vue.d.ts +13 -14
- package/lib/components/number-range/src/number-range.vue2.js +14 -7
- package/lib/components/number-range/src/number-range.vue2.js.map +1 -1
- package/lib/components/select-group/index.d.ts +1 -1
- package/lib/components/select-group/src/select-group.vue.d.ts +1 -1
- package/lib/components/textarea/index.d.ts +5 -5
- package/lib/components/textarea/src/textarea.vue.d.ts +5 -5
- package/lib/index.js +5 -0
- package/lib/index.js.map +1 -1
- package/package.json +1 -1
- package/theme-chalk/css/index.css +1 -1
- package/theme-chalk/css/modal.css +1 -1
- package/theme-chalk/css/operate-icon.css +1 -1
- package/types/packages/components/advanced-filtering/index.d.ts +40 -32
- package/types/packages/components/advanced-filtering/src/advanced-filtering.d.ts +15 -2
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +22 -18
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +13 -5
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-tags.vue.d.ts +5 -9
- package/types/packages/components/api-component/index.d.ts +8 -8
- package/types/packages/components/api-component/src/api-component.vue.d.ts +8 -8
- package/types/packages/components/api-component/src/components/body-component.vue.d.ts +4 -4
- package/types/packages/components/api-component/src/components/params-table-row.vue.d.ts +2 -2
- package/types/packages/components/api-component/src/components/params-table.vue.d.ts +4 -4
- package/types/packages/components/code-editor/index.d.ts +2 -2
- package/types/packages/components/code-editor/src/code-editor.vue.d.ts +2 -2
- package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +2 -2
- package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +2 -2
- package/types/packages/components/easy-cron/index.d.ts +5 -5
- package/types/packages/components/easy-cron/src/easy-cron.vue.d.ts +5 -5
- package/types/packages/components/form/index.d.ts +2 -0
- package/types/packages/components/form/src/form.vue.d.ts +23 -20
- 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 +26 -11
- package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +44 -38
- package/types/packages/components/key-value/src/config/key-value-item.d.ts +1 -0
- package/types/packages/components/key-value/src/key-value.vue.d.ts +26 -11
- package/types/packages/components/number-range/index.d.ts +13 -13
- package/types/packages/components/number-range/src/number-range.d.ts +4 -4
- package/types/packages/components/number-range/src/number-range.vue.d.ts +13 -14
- package/types/packages/components/select-group/index.d.ts +1 -1
- package/types/packages/components/select-group/src/select-group.vue.d.ts +1 -1
- package/types/packages/components/textarea/index.d.ts +5 -5
- package/types/packages/components/textarea/src/textarea.vue.d.ts +5 -5
|
@@ -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" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "
|
|
53
|
-
default: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "
|
|
52
|
+
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
53
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "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" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "
|
|
141
|
-
default: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "
|
|
140
|
+
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
141
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "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" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "
|
|
223
|
+
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "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" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "
|
|
249
|
-
default: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "
|
|
248
|
+
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
249
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "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" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "
|
|
331
|
+
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "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" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "
|
|
354
|
-
default: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "
|
|
353
|
+
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
354
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "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" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "
|
|
436
|
+
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "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" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "
|
|
485
|
-
default: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "
|
|
484
|
+
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
485
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "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" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "
|
|
574
|
-
default: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "
|
|
573
|
+
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
574
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "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" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "
|
|
649
|
+
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "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" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "
|
|
694
|
-
default: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "
|
|
693
|
+
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
694
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "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" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "
|
|
793
|
-
default: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "
|
|
792
|
+
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
793
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "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" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "
|
|
861
|
+
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "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" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "
|
|
902
|
-
default: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "
|
|
901
|
+
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
902
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "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" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "
|
|
1001
|
-
default: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "
|
|
1000
|
+
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
1001
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "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" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "
|
|
1075
|
+
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "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" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "
|
|
1117
|
-
default: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "
|
|
1116
|
+
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
1117
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "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" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "
|
|
1216
|
-
default: "number" | "month" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "
|
|
1215
|
+
type: import("vue").PropType<"number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "text" | "submit" | "button" | "reset" | "checkbox" | "radio" | "image" | "range" | "datetime-local" | "file" | "password" | "tel">;
|
|
1216
|
+
default: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "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" | "color" | "search" | "date" | "url" | "email" | "time" | "week" | "
|
|
1290
|
+
type: "number" | "month" | "color" | "hidden" | "search" | "date" | "url" | "email" | "time" | "week" | "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;
|
|
@@ -116,7 +116,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
116
116
|
__epPropKey: true;
|
|
117
117
|
};
|
|
118
118
|
readonly keyTypes: {
|
|
119
|
-
readonly type: import("vue").PropType<KeyType[]>;
|
|
119
|
+
readonly type: import("vue").PropType<import("./src/config").KeyType[]>;
|
|
120
120
|
readonly required: false;
|
|
121
121
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
122
122
|
__epPropKey: true;
|
|
@@ -152,7 +152,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
152
152
|
readonly disabled?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
153
153
|
readonly keyValueType?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt") | ((new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt"))[], unknown, unknown> | undefined;
|
|
154
154
|
readonly keyType?: any;
|
|
155
|
-
readonly keyTypes?: KeyType[] | undefined;
|
|
155
|
+
readonly keyTypes?: import("./src/config").KeyType[] | undefined;
|
|
156
156
|
readonly valueType?: any;
|
|
157
157
|
readonly disabledValue?: number[] | undefined;
|
|
158
158
|
readonly disabledKey?: number[] | undefined;
|
|
@@ -1560,6 +1560,8 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
1560
1560
|
formRef: import("vue").Ref<any>;
|
|
1561
1561
|
validate: () => Promise<any>;
|
|
1562
1562
|
resetFields: () => Promise<any>;
|
|
1563
|
+
clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<any>;
|
|
1564
|
+
scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<any>;
|
|
1563
1565
|
getBindValue: (item: any) => import("lodash").Omit<any, "label">;
|
|
1564
1566
|
getFormItemClass: (item?: any) => string;
|
|
1565
1567
|
readonly isEmpty: {
|
|
@@ -4359,6 +4361,8 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
4359
4361
|
formRef: import("vue").Ref<any>;
|
|
4360
4362
|
validate: () => Promise<any>;
|
|
4361
4363
|
resetFields: () => Promise<any>;
|
|
4364
|
+
clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<any>;
|
|
4365
|
+
scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<any>;
|
|
4362
4366
|
getBindValue: (item: any) => import("lodash").Omit<any, "label">;
|
|
4363
4367
|
getFormItemClass: (item?: any) => string;
|
|
4364
4368
|
readonly isEmpty: {
|
|
@@ -4687,9 +4691,10 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
4687
4691
|
getValueDisabled: import("vue").ComputedRef<any>;
|
|
4688
4692
|
getDeleteDisabled: import("vue").ComputedRef<import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined>;
|
|
4689
4693
|
handleDelete: () => void;
|
|
4690
|
-
handleChange: () => void
|
|
4694
|
+
handleChange: () => Promise<void>;
|
|
4691
4695
|
validate: () => Promise<any>;
|
|
4692
4696
|
resetFields: () => Promise<any>;
|
|
4697
|
+
clearValidate: (namePath?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<any>;
|
|
4693
4698
|
readonly isEmpty: {
|
|
4694
4699
|
<T extends {
|
|
4695
4700
|
__trapAny: any;
|
|
@@ -4972,7 +4977,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
4972
4977
|
__epPropKey: true;
|
|
4973
4978
|
};
|
|
4974
4979
|
readonly keyTypes: {
|
|
4975
|
-
readonly type: import("vue").PropType<KeyType[]>;
|
|
4980
|
+
readonly type: import("vue").PropType<import("./src/config").KeyType[]>;
|
|
4976
4981
|
readonly required: false;
|
|
4977
4982
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
4978
4983
|
__epPropKey: true;
|
|
@@ -5048,7 +5053,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
5048
5053
|
__epPropKey: true;
|
|
5049
5054
|
};
|
|
5050
5055
|
readonly keyTypes: {
|
|
5051
|
-
readonly type: import("vue").PropType<KeyType[]>;
|
|
5056
|
+
readonly type: import("vue").PropType<import("./src/config").KeyType[]>;
|
|
5052
5057
|
readonly required: false;
|
|
5053
5058
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
5054
5059
|
__epPropKey: true;
|
|
@@ -5084,7 +5089,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
5084
5089
|
readonly disabled?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
5085
5090
|
readonly keyValueType?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt") | ((new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt"))[], unknown, unknown> | undefined;
|
|
5086
5091
|
readonly keyType?: any;
|
|
5087
|
-
readonly keyTypes?: KeyType[] | undefined;
|
|
5092
|
+
readonly keyTypes?: import("./src/config").KeyType[] | undefined;
|
|
5088
5093
|
readonly valueType?: any;
|
|
5089
5094
|
readonly disabledValue?: number[] | undefined;
|
|
5090
5095
|
readonly disabledKey?: number[] | undefined;
|
|
@@ -6492,6 +6497,8 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
6492
6497
|
formRef: import("vue").Ref<any>;
|
|
6493
6498
|
validate: () => Promise<any>;
|
|
6494
6499
|
resetFields: () => Promise<any>;
|
|
6500
|
+
clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<any>;
|
|
6501
|
+
scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<any>;
|
|
6495
6502
|
getBindValue: (item: any) => import("lodash").Omit<any, "label">;
|
|
6496
6503
|
getFormItemClass: (item?: any) => string;
|
|
6497
6504
|
readonly isEmpty: {
|
|
@@ -9291,6 +9298,8 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
9291
9298
|
formRef: import("vue").Ref<any>;
|
|
9292
9299
|
validate: () => Promise<any>;
|
|
9293
9300
|
resetFields: () => Promise<any>;
|
|
9301
|
+
clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<any>;
|
|
9302
|
+
scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<any>;
|
|
9294
9303
|
getBindValue: (item: any) => import("lodash").Omit<any, "label">;
|
|
9295
9304
|
getFormItemClass: (item?: any) => string;
|
|
9296
9305
|
readonly isEmpty: {
|
|
@@ -9619,9 +9628,10 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
9619
9628
|
getValueDisabled: import("vue").ComputedRef<any>;
|
|
9620
9629
|
getDeleteDisabled: import("vue").ComputedRef<import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined>;
|
|
9621
9630
|
handleDelete: () => void;
|
|
9622
|
-
handleChange: () => void
|
|
9631
|
+
handleChange: () => Promise<void>;
|
|
9623
9632
|
validate: () => Promise<any>;
|
|
9624
9633
|
resetFields: () => Promise<any>;
|
|
9634
|
+
clearValidate: (namePath?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<any>;
|
|
9625
9635
|
readonly isEmpty: {
|
|
9626
9636
|
<T extends {
|
|
9627
9637
|
__trapAny: any;
|
|
@@ -9911,7 +9921,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
9911
9921
|
__epPropKey: true;
|
|
9912
9922
|
};
|
|
9913
9923
|
readonly keyTypes: {
|
|
9914
|
-
readonly type: import("vue").PropType<KeyType[]>;
|
|
9924
|
+
readonly type: import("vue").PropType<import("./src/config").KeyType[]>;
|
|
9915
9925
|
readonly required: false;
|
|
9916
9926
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
9917
9927
|
__epPropKey: true;
|
|
@@ -9943,7 +9953,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
9943
9953
|
readonly disabled?: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
|
|
9944
9954
|
readonly keyValueType?: import("ll-plus/es/utils").EpPropMergeType<(new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt") | ((new (...args: any[]) => "single" | "doubt") | (() => "single" | "doubt"))[], unknown, unknown> | undefined;
|
|
9945
9955
|
readonly keyType?: any;
|
|
9946
|
-
readonly keyTypes?: KeyType[] | undefined;
|
|
9956
|
+
readonly keyTypes?: import("./src/config").KeyType[] | undefined;
|
|
9947
9957
|
readonly valueType?: any;
|
|
9948
9958
|
readonly disabledValue?: number[] | undefined;
|
|
9949
9959
|
readonly disabledKey?: number[] | undefined;
|
|
@@ -11351,6 +11361,8 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
11351
11361
|
formRef: import("vue").Ref<any>;
|
|
11352
11362
|
validate: () => Promise<any>;
|
|
11353
11363
|
resetFields: () => Promise<any>;
|
|
11364
|
+
clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<any>;
|
|
11365
|
+
scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<any>;
|
|
11354
11366
|
getBindValue: (item: any) => import("lodash").Omit<any, "label">;
|
|
11355
11367
|
getFormItemClass: (item?: any) => string;
|
|
11356
11368
|
readonly isEmpty: {
|
|
@@ -14150,6 +14162,8 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
14150
14162
|
formRef: import("vue").Ref<any>;
|
|
14151
14163
|
validate: () => Promise<any>;
|
|
14152
14164
|
resetFields: () => Promise<any>;
|
|
14165
|
+
clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<any>;
|
|
14166
|
+
scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<any>;
|
|
14153
14167
|
getBindValue: (item: any) => import("lodash").Omit<any, "label">;
|
|
14154
14168
|
getFormItemClass: (item?: any) => string;
|
|
14155
14169
|
readonly isEmpty: {
|
|
@@ -14478,9 +14492,10 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
14478
14492
|
getValueDisabled: import("vue").ComputedRef<any>;
|
|
14479
14493
|
getDeleteDisabled: import("vue").ComputedRef<import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined>;
|
|
14480
14494
|
handleDelete: () => void;
|
|
14481
|
-
handleChange: () => void
|
|
14495
|
+
handleChange: () => Promise<void>;
|
|
14482
14496
|
validate: () => Promise<any>;
|
|
14483
14497
|
resetFields: () => Promise<any>;
|
|
14498
|
+
clearValidate: (namePath?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<any>;
|
|
14484
14499
|
readonly isEmpty: {
|
|
14485
14500
|
<T extends {
|
|
14486
14501
|
__trapAny: any;
|
|
@@ -14763,7 +14778,7 @@ export declare const LlKeyValue: import("ll-plus/es/utils").SFCWithInstall<impor
|
|
|
14763
14778
|
__epPropKey: true;
|
|
14764
14779
|
};
|
|
14765
14780
|
readonly keyTypes: {
|
|
14766
|
-
readonly type: import("vue").PropType<KeyType[]>;
|
|
14781
|
+
readonly type: import("vue").PropType<import("./src/config").KeyType[]>;
|
|
14767
14782
|
readonly required: false;
|
|
14768
14783
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
14769
14784
|
__epPropKey: true;
|