ll-plus 2.2.21 → 2.2.22
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/checkbox/index.d.ts +4 -58
- package/es/components/checkbox/src/checkbox-group.vue.d.ts +4 -58
- package/es/components/checkbox/src/checkbox-group.vue2.mjs +65 -47
- package/es/components/checkbox/src/checkbox-group.vue2.mjs.map +1 -1
- package/es/components/checkbox/src/checkbox.d.ts +1 -0
- package/es/components/checkbox/src/checkbox.mjs +4 -0
- package/es/components/checkbox/src/checkbox.mjs.map +1 -1
- package/es/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
- package/es/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
- package/es/components/key-value/index.d.ts +1 -0
- package/es/components/key-value/src/config/key-value.mjs +2 -2
- package/es/components/key-value/src/config/key-value.mjs.map +1 -1
- package/es/components/key-value/src/key-value.vue.d.ts +1 -0
- package/es/components/key-value/src/key-value.vue2.mjs +56 -43
- package/es/components/key-value/src/key-value.vue2.mjs.map +1 -1
- package/es/components/modal/index.d.ts +1 -1
- package/es/components/modal/src/modal.vue.d.ts +1 -1
- package/es/components/modal/src/modal.vue2.mjs +11 -8
- package/es/components/modal/src/modal.vue2.mjs.map +1 -1
- package/es/components/tag-group/src/tag-group.vue2.mjs.map +1 -1
- package/es/components/uri-input/index.d.ts +4 -0
- package/es/components/uri-input/src/uri-input.d.ts +1 -0
- package/es/components/uri-input/src/uri-input.mjs +4 -0
- package/es/components/uri-input/src/uri-input.mjs.map +1 -1
- package/es/components/uri-input/src/uri-input.vue.d.ts +4 -0
- package/es/components/uri-input/src/uri-input.vue2.mjs +3 -2
- package/es/components/uri-input/src/uri-input.vue2.mjs.map +1 -1
- package/es/utils/props/runtime.d.ts +2 -2
- package/index.full.js +141 -99
- package/index.full.min.js +14 -14
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +15 -15
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +142 -100
- package/lib/components/checkbox/index.d.ts +4 -58
- package/lib/components/checkbox/src/checkbox-group.vue.d.ts +4 -58
- package/lib/components/checkbox/src/checkbox-group.vue2.js +63 -45
- package/lib/components/checkbox/src/checkbox-group.vue2.js.map +1 -1
- package/lib/components/checkbox/src/checkbox.d.ts +1 -0
- package/lib/components/checkbox/src/checkbox.js +4 -0
- package/lib/components/checkbox/src/checkbox.js.map +1 -1
- package/lib/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
- package/lib/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
- package/lib/components/key-value/index.d.ts +1 -0
- package/lib/components/key-value/src/config/key-value.js +2 -2
- package/lib/components/key-value/src/config/key-value.js.map +1 -1
- package/lib/components/key-value/src/key-value.vue.d.ts +1 -0
- package/lib/components/key-value/src/key-value.vue2.js +55 -42
- package/lib/components/key-value/src/key-value.vue2.js.map +1 -1
- package/lib/components/modal/index.d.ts +1 -1
- package/lib/components/modal/src/modal.vue.d.ts +1 -1
- package/lib/components/modal/src/modal.vue2.js +11 -8
- package/lib/components/modal/src/modal.vue2.js.map +1 -1
- package/lib/components/tag-group/src/tag-group.vue2.js.map +1 -1
- package/lib/components/uri-input/index.d.ts +4 -0
- package/lib/components/uri-input/src/uri-input.d.ts +1 -0
- package/lib/components/uri-input/src/uri-input.js +4 -0
- package/lib/components/uri-input/src/uri-input.js.map +1 -1
- package/lib/components/uri-input/src/uri-input.vue.d.ts +4 -0
- package/lib/components/uri-input/src/uri-input.vue2.js +3 -2
- package/lib/components/uri-input/src/uri-input.vue2.js.map +1 -1
- package/lib/utils/props/runtime.d.ts +2 -2
- package/package.json +1 -1
- package/theme-chalk/css/index.css +1 -1
- package/theme-chalk/css/key-value.css +1 -1
- package/types/packages/components/checkbox/index.d.ts +4 -58
- package/types/packages/components/checkbox/src/checkbox-group.vue.d.ts +4 -58
- package/types/packages/components/checkbox/src/checkbox.d.ts +1 -0
- package/types/packages/components/drawer/src/components/second-confirmation/index.d.ts +1 -1
- package/types/packages/components/drawer/src/components/second-confirmation/src/second-confirmation.vue.d.ts +1 -1
- package/types/packages/components/key-value/index.d.ts +1 -0
- package/types/packages/components/key-value/src/key-value.vue.d.ts +1 -0
- package/types/packages/components/modal/index.d.ts +1 -1
- package/types/packages/components/modal/src/modal.vue.d.ts +1 -1
- package/types/packages/components/uri-input/index.d.ts +4 -0
- package/types/packages/components/uri-input/src/uri-input.d.ts +1 -0
- package/types/packages/components/uri-input/src/uri-input.vue.d.ts +4 -0
- package/types/packages/utils/props/runtime.d.ts +2 -2
package/index.full.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import require$$0, { warn, defineComponent, ref, watch, resolveComponent, openBlock, createBlock, normalizeClass, unref, withCtx, createVNode, createElementVNode, createElementBlock, createTextVNode, createCommentVNode, watchEffect, Fragment, renderList, toDisplayString, withModifiers, computed, useAttrs, mergeProps, normalizeStyle, withDirectives, vShow, reactive, normalizeProps, renderSlot, guardReactiveProps, createSlots, onBeforeUnmount, onMounted, createApp, nextTick, resolveDynamicComponent, inject, getCurrentInstance, h, isRef, provide, toRef, onUnmounted, toRefs } from 'vue';
|
|
2
|
-
import { Button as Button$1, Cascader as Cascader$1, Checkbox as Checkbox$1,
|
|
2
|
+
import { Button as Button$1, Cascader as Cascader$1, Checkbox as Checkbox$1, Row, Col, DatePicker as DatePicker$1, RangePicker, theme, Drawer as Drawer$1, InputNumber as InputNumber$1, RadioGroup as RadioGroup$1, Radio as Radio$1, CheckboxGroup as CheckboxGroup$1, Select as Select$1, Tabs, TabPane, Form as Form$1, InputSearch, FormItem as FormItem$1, Input as Input$1, Modal as Modal$1, RadioButton as RadioButton$1, Segmented as Segmented$1, SelectOption as SelectOption$1, SelectOptGroup as SelectOptGroup$1, Steps as Steps$1, Switch as Switch$1, Popover, Textarea as Textarea$1, TimePicker as TimePicker$1, TimeRangePicker, Tree as Tree$1, message } from 'ant-design-vue';
|
|
3
3
|
import * as monaco from 'monaco-editor';
|
|
4
4
|
import require$$1$1 from 'fs';
|
|
5
5
|
|
|
@@ -4869,6 +4869,10 @@ const checkboxGroupProps = buildProps({
|
|
|
4869
4869
|
allSpan: {
|
|
4870
4870
|
type: Number,
|
|
4871
4871
|
default: 24
|
|
4872
|
+
},
|
|
4873
|
+
useGrid: {
|
|
4874
|
+
type: Boolean,
|
|
4875
|
+
default: false
|
|
4872
4876
|
}
|
|
4873
4877
|
});
|
|
4874
4878
|
|
|
@@ -4935,63 +4939,81 @@ var _sfc_main$10 = /* @__PURE__ */ defineComponent({
|
|
|
4935
4939
|
const bem = createNamespace("checkbox-group");
|
|
4936
4940
|
const attrs = useAttrs();
|
|
4937
4941
|
return (_ctx, _cache) => {
|
|
4938
|
-
|
|
4939
|
-
|
|
4940
|
-
|
|
4941
|
-
|
|
4942
|
-
|
|
4943
|
-
|
|
4944
|
-
|
|
4942
|
+
const _component_a_checkbox_group = resolveComponent("a-checkbox-group");
|
|
4943
|
+
return openBlock(), createElementBlock(
|
|
4944
|
+
"div",
|
|
4945
|
+
{
|
|
4946
|
+
class: normalizeClass(unref(bem).b())
|
|
4947
|
+
},
|
|
4948
|
+
[
|
|
4949
|
+
props.useGrid ? (openBlock(), createBlock(
|
|
4950
|
+
_component_a_checkbox_group,
|
|
4951
|
+
normalizeProps(mergeProps({ key: 0 }, unref(attrs))),
|
|
4945
4952
|
{
|
|
4946
4953
|
default: withCtx(() => [
|
|
4947
|
-
(
|
|
4948
|
-
|
|
4949
|
-
|
|
4950
|
-
|
|
4951
|
-
|
|
4952
|
-
|
|
4953
|
-
|
|
4954
|
-
|
|
4955
|
-
|
|
4956
|
-
|
|
4957
|
-
|
|
4958
|
-
|
|
4959
|
-
|
|
4960
|
-
{
|
|
4954
|
+
createVNode(
|
|
4955
|
+
unref(Row),
|
|
4956
|
+
normalizeProps(guardReactiveProps(props.rowOptions)),
|
|
4957
|
+
{
|
|
4958
|
+
default: withCtx(() => [
|
|
4959
|
+
(openBlock(true), createElementBlock(
|
|
4960
|
+
Fragment,
|
|
4961
|
+
null,
|
|
4962
|
+
renderList(props.options, (item, idx) => {
|
|
4963
|
+
return openBlock(), createBlock(unref(Col), mergeProps({ ref_for: true }, item.colOptions, {
|
|
4964
|
+
key: idx,
|
|
4965
|
+
span: item.span || props.allSpan,
|
|
4966
|
+
class: unref(bem).e("item")
|
|
4967
|
+
}), {
|
|
4961
4968
|
default: withCtx(() => [
|
|
4962
|
-
|
|
4963
|
-
|
|
4964
|
-
|
|
4965
|
-
|
|
4966
|
-
|
|
4967
|
-
|
|
4968
|
-
|
|
4969
|
+
createVNode(
|
|
4970
|
+
Checkbox,
|
|
4971
|
+
mergeProps({ ref_for: true }, item),
|
|
4972
|
+
{
|
|
4973
|
+
default: withCtx(() => [
|
|
4974
|
+
renderSlot(_ctx.$slots, "default", mergeProps({ ref_for: true }, item), () => [
|
|
4975
|
+
createTextVNode(
|
|
4976
|
+
toDisplayString(item.label),
|
|
4977
|
+
1
|
|
4978
|
+
/* TEXT */
|
|
4979
|
+
)
|
|
4980
|
+
])
|
|
4981
|
+
]),
|
|
4982
|
+
_: 2
|
|
4983
|
+
/* DYNAMIC */
|
|
4984
|
+
},
|
|
4985
|
+
1040
|
|
4986
|
+
/* FULL_PROPS, DYNAMIC_SLOTS */
|
|
4987
|
+
)
|
|
4969
4988
|
]),
|
|
4970
4989
|
_: 2
|
|
4971
4990
|
/* DYNAMIC */
|
|
4972
|
-
},
|
|
4973
|
-
|
|
4974
|
-
|
|
4975
|
-
|
|
4976
|
-
|
|
4977
|
-
|
|
4978
|
-
|
|
4979
|
-
|
|
4980
|
-
}
|
|
4981
|
-
|
|
4982
|
-
/*
|
|
4983
|
-
)
|
|
4991
|
+
}, 1040, ["span", "class"]);
|
|
4992
|
+
}),
|
|
4993
|
+
128
|
|
4994
|
+
/* KEYED_FRAGMENT */
|
|
4995
|
+
))
|
|
4996
|
+
]),
|
|
4997
|
+
_: 3
|
|
4998
|
+
/* FORWARDED */
|
|
4999
|
+
},
|
|
5000
|
+
16
|
|
5001
|
+
/* FULL_PROPS */
|
|
5002
|
+
)
|
|
4984
5003
|
]),
|
|
4985
5004
|
_: 3
|
|
4986
5005
|
/* FORWARDED */
|
|
4987
5006
|
},
|
|
4988
5007
|
16
|
|
4989
5008
|
/* FULL_PROPS */
|
|
4990
|
-
)
|
|
4991
|
-
|
|
4992
|
-
|
|
4993
|
-
|
|
4994
|
-
|
|
5009
|
+
)) : (openBlock(), createBlock(_component_a_checkbox_group, mergeProps({
|
|
5010
|
+
key: 1,
|
|
5011
|
+
options: props.options
|
|
5012
|
+
}, unref(attrs)), null, 16, ["options"]))
|
|
5013
|
+
],
|
|
5014
|
+
2
|
|
5015
|
+
/* CLASS */
|
|
5016
|
+
);
|
|
4995
5017
|
};
|
|
4996
5018
|
}
|
|
4997
5019
|
});
|
|
@@ -58080,7 +58102,7 @@ const keyValueProps = buildProps({
|
|
|
58080
58102
|
type: definePropType(Object),
|
|
58081
58103
|
default: () => ({
|
|
58082
58104
|
type: "input",
|
|
58083
|
-
placeholder: "\u8BF7\u8F93\
|
|
58105
|
+
placeholder: "\u8BF7\u8F93\u5165key"
|
|
58084
58106
|
})
|
|
58085
58107
|
},
|
|
58086
58108
|
keyTypes: {
|
|
@@ -58091,7 +58113,7 @@ const keyValueProps = buildProps({
|
|
|
58091
58113
|
type: definePropType(Object),
|
|
58092
58114
|
default: () => ({
|
|
58093
58115
|
type: "input",
|
|
58094
|
-
placeholder: "\u8BF7\u8F93\
|
|
58116
|
+
placeholder: "\u8BF7\u8F93\u5165value"
|
|
58095
58117
|
})
|
|
58096
58118
|
},
|
|
58097
58119
|
disabledValue: {
|
|
@@ -58446,6 +58468,7 @@ var _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
58446
58468
|
const props = __props;
|
|
58447
58469
|
const emits = __emit;
|
|
58448
58470
|
const bem = createNamespace("key-value");
|
|
58471
|
+
const formItemContext = Form$1.useInjectFormItemContext();
|
|
58449
58472
|
const innerValue = ref([]);
|
|
58450
58473
|
const keyValueItems = ref([]);
|
|
58451
58474
|
const keyValueTypeDict = computed(() => {
|
|
@@ -58471,6 +58494,7 @@ var _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
58471
58494
|
};
|
|
58472
58495
|
const handleChange = () => {
|
|
58473
58496
|
try {
|
|
58497
|
+
formItemContext.onFieldChange();
|
|
58474
58498
|
emits("change", innerValue.value);
|
|
58475
58499
|
emits("update:value", innerValue.value);
|
|
58476
58500
|
} catch (error) {
|
|
@@ -58501,48 +58525,58 @@ var _sfc_main$x = /* @__PURE__ */ defineComponent({
|
|
|
58501
58525
|
spinning: props.loading
|
|
58502
58526
|
}, {
|
|
58503
58527
|
default: withCtx(() => [
|
|
58504
|
-
(
|
|
58505
|
-
|
|
58506
|
-
|
|
58507
|
-
|
|
58508
|
-
|
|
58509
|
-
|
|
58510
|
-
|
|
58511
|
-
|
|
58512
|
-
|
|
58513
|
-
|
|
58514
|
-
|
|
58515
|
-
|
|
58516
|
-
|
|
58517
|
-
|
|
58518
|
-
|
|
58519
|
-
|
|
58520
|
-
|
|
58521
|
-
|
|
58522
|
-
|
|
58523
|
-
|
|
58524
|
-
|
|
58525
|
-
|
|
58526
|
-
|
|
58527
|
-
|
|
58528
|
-
|
|
58529
|
-
|
|
58530
|
-
|
|
58531
|
-
|
|
58532
|
-
|
|
58533
|
-
|
|
58534
|
-
|
|
58535
|
-
|
|
58536
|
-
|
|
58537
|
-
|
|
58538
|
-
|
|
58539
|
-
|
|
58540
|
-
|
|
58541
|
-
|
|
58542
|
-
|
|
58543
|
-
|
|
58544
|
-
|
|
58545
|
-
|
|
58528
|
+
createElementVNode(
|
|
58529
|
+
"div",
|
|
58530
|
+
{
|
|
58531
|
+
class: normalizeClass(unref(bem).e("list"))
|
|
58532
|
+
},
|
|
58533
|
+
[
|
|
58534
|
+
(openBlock(true), createElementBlock(
|
|
58535
|
+
Fragment,
|
|
58536
|
+
null,
|
|
58537
|
+
renderList(innerValue.value, (_item, idx) => {
|
|
58538
|
+
return openBlock(), createBlock(keyValueItem, {
|
|
58539
|
+
key: _item,
|
|
58540
|
+
ref_for: true,
|
|
58541
|
+
ref: (el) => keyValueItems.value[idx] = el,
|
|
58542
|
+
value: innerValue.value[idx],
|
|
58543
|
+
"onUpdate:value": ($event) => innerValue.value[idx] = $event,
|
|
58544
|
+
idx,
|
|
58545
|
+
"key-label": props.keyLabel,
|
|
58546
|
+
"value-label": props.valueLabel,
|
|
58547
|
+
"key-value-type-dict": keyValueTypeDict.value,
|
|
58548
|
+
"show-delete": innerValue.value.length > 1,
|
|
58549
|
+
"key-value-type": props.keyValueType,
|
|
58550
|
+
"key-type": props.keyType,
|
|
58551
|
+
"key-types": props.keyTypes,
|
|
58552
|
+
"value-type": props.valueType,
|
|
58553
|
+
disabled: props.disabled,
|
|
58554
|
+
"disabled-value": props.disabledValue,
|
|
58555
|
+
"disabled-key": props.disabledKey,
|
|
58556
|
+
"disabled-delete": props.disabledDelete,
|
|
58557
|
+
onDelete: ($event) => handleDelete(idx),
|
|
58558
|
+
onChange: handleChange
|
|
58559
|
+
}, createSlots({
|
|
58560
|
+
_: 2
|
|
58561
|
+
/* DYNAMIC */
|
|
58562
|
+
}, [
|
|
58563
|
+
renderList(Object.keys(_ctx.$slots), (item) => {
|
|
58564
|
+
return {
|
|
58565
|
+
name: item,
|
|
58566
|
+
fn: withCtx((data) => [
|
|
58567
|
+
renderSlot(_ctx.$slots, item, mergeProps({ ref_for: true }, data || {}, { index: idx }))
|
|
58568
|
+
])
|
|
58569
|
+
};
|
|
58570
|
+
})
|
|
58571
|
+
]), 1032, ["value", "onUpdate:value", "idx", "key-label", "value-label", "key-value-type-dict", "show-delete", "key-value-type", "key-type", "key-types", "value-type", "disabled", "disabled-value", "disabled-key", "disabled-delete", "onDelete"]);
|
|
58572
|
+
}),
|
|
58573
|
+
128
|
|
58574
|
+
/* KEYED_FRAGMENT */
|
|
58575
|
+
))
|
|
58576
|
+
],
|
|
58577
|
+
2
|
|
58578
|
+
/* CLASS */
|
|
58579
|
+
),
|
|
58546
58580
|
createVNode(_component_ll_button, {
|
|
58547
58581
|
class: normalizeClass(unref(bem).e("add")),
|
|
58548
58582
|
loading: _ctx.loading,
|
|
@@ -58703,21 +58737,24 @@ var _sfc_main$w = /* @__PURE__ */ defineComponent({
|
|
|
58703
58737
|
const handleOk = () => {
|
|
58704
58738
|
emits("ok");
|
|
58705
58739
|
};
|
|
58706
|
-
const handleResize = async () => {
|
|
58740
|
+
const handleResize = async (value) => {
|
|
58707
58741
|
await nextTick();
|
|
58708
58742
|
const ele = document.getElementsByClassName(symbolClass.value)[0];
|
|
58709
58743
|
const modalBody = ele.getElementsByClassName(`ant-modal-body`)[0];
|
|
58710
|
-
|
|
58744
|
+
const resizeObserver = new ResizeObserver((entries) => {
|
|
58745
|
+
const { scrollHeight, clientHeight } = entries[0].target;
|
|
58746
|
+
hasScroll.value = scrollHeight > clientHeight;
|
|
58747
|
+
});
|
|
58748
|
+
if (value) {
|
|
58749
|
+
resizeObserver.observe(modalBody);
|
|
58750
|
+
} else {
|
|
58751
|
+
resizeObserver.unobserve(modalBody);
|
|
58752
|
+
}
|
|
58711
58753
|
};
|
|
58712
58754
|
watch(
|
|
58713
58755
|
() => props.open,
|
|
58714
58756
|
(val) => {
|
|
58715
|
-
|
|
58716
|
-
handleResize();
|
|
58717
|
-
window.addEventListener("resize", handleResize);
|
|
58718
|
-
} else {
|
|
58719
|
-
window.removeEventListener("resize", handleResize);
|
|
58720
|
-
}
|
|
58757
|
+
handleResize(val);
|
|
58721
58758
|
}
|
|
58722
58759
|
);
|
|
58723
58760
|
return (_ctx, _cache) => {
|
|
@@ -76302,6 +76339,10 @@ const uriInputProps = buildProps({
|
|
|
76302
76339
|
disabled: {
|
|
76303
76340
|
type: Boolean,
|
|
76304
76341
|
default: false
|
|
76342
|
+
},
|
|
76343
|
+
placeholder: {
|
|
76344
|
+
type: String,
|
|
76345
|
+
default: "\u8BF7\u8F93\u5165"
|
|
76305
76346
|
}
|
|
76306
76347
|
});
|
|
76307
76348
|
const uriInputEmits = {
|
|
@@ -76351,7 +76392,8 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
76351
76392
|
return openBlock(), createBlock(_component_ll_input, mergeProps({
|
|
76352
76393
|
value: innerValue.value,
|
|
76353
76394
|
"onUpdate:value": _cache[1] || (_cache[1] = ($event) => innerValue.value = $event),
|
|
76354
|
-
disabled: props.disabled
|
|
76395
|
+
disabled: props.disabled,
|
|
76396
|
+
placeholder: props.placeholder
|
|
76355
76397
|
}, getBindValue.value), createSlots({
|
|
76356
76398
|
addonBefore: withCtx(() => [
|
|
76357
76399
|
createVNode(_component_ll_select, {
|
|
@@ -76379,7 +76421,7 @@ var _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
76379
76421
|
]),
|
|
76380
76422
|
key: "0"
|
|
76381
76423
|
} : void 0
|
|
76382
|
-
]), 1040, ["value", "disabled"]);
|
|
76424
|
+
]), 1040, ["value", "disabled", "placeholder"]);
|
|
76383
76425
|
};
|
|
76384
76426
|
}
|
|
76385
76427
|
});
|
|
@@ -666,6 +666,7 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
|
|
|
666
666
|
};
|
|
667
667
|
}>>))[], unknown, unknown, () => void, boolean>;
|
|
668
668
|
readonly allSpan: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 24, boolean>;
|
|
669
|
+
readonly useGrid: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
669
670
|
}, {
|
|
670
671
|
props: import("@vue/shared").LooseRequired<{
|
|
671
672
|
readonly options: (import("ant-design-vue").CheckboxOptionType & {
|
|
@@ -753,6 +754,7 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
|
|
|
753
754
|
};
|
|
754
755
|
}>>;
|
|
755
756
|
readonly allSpan: number;
|
|
757
|
+
readonly useGrid: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
756
758
|
} & {}>;
|
|
757
759
|
bem: {
|
|
758
760
|
b: (blockSuffix?: string) => string;
|
|
@@ -1183,64 +1185,6 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
|
|
|
1183
1185
|
md: string | number | import("ant-design-vue/es/grid").ColSize;
|
|
1184
1186
|
xs: string | number | import("ant-design-vue/es/grid").ColSize;
|
|
1185
1187
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
|
|
1186
|
-
readonly CheckboxGroup: import("vue").DefineComponent<{
|
|
1187
|
-
defaultValue: {
|
|
1188
|
-
type: import("vue").PropType<import("ant-design-vue/es/checkbox/interface").CheckboxValueType[]>;
|
|
1189
|
-
default: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[];
|
|
1190
|
-
};
|
|
1191
|
-
value: {
|
|
1192
|
-
type: import("vue").PropType<import("ant-design-vue/es/checkbox/interface").CheckboxValueType[]>;
|
|
1193
|
-
default: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[];
|
|
1194
|
-
};
|
|
1195
|
-
onChange: {
|
|
1196
|
-
type: import("vue").PropType<(checkedValue: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[]) => void>;
|
|
1197
|
-
default: (checkedValue: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[]) => void;
|
|
1198
|
-
};
|
|
1199
|
-
'onUpdate:value': {
|
|
1200
|
-
type: import("vue").PropType<(checkedValue: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[]) => void>;
|
|
1201
|
-
default: (checkedValue: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[]) => void;
|
|
1202
|
-
};
|
|
1203
|
-
name: StringConstructor;
|
|
1204
|
-
prefixCls: StringConstructor;
|
|
1205
|
-
options: {
|
|
1206
|
-
type: import("vue").PropType<(string | number | import("ant-design-vue").CheckboxOptionType)[]>;
|
|
1207
|
-
default: (string | number | import("ant-design-vue").CheckboxOptionType)[];
|
|
1208
|
-
};
|
|
1209
|
-
disabled: BooleanConstructor;
|
|
1210
|
-
id: StringConstructor;
|
|
1211
|
-
}, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1212
|
-
defaultValue: {
|
|
1213
|
-
type: import("vue").PropType<import("ant-design-vue/es/checkbox/interface").CheckboxValueType[]>;
|
|
1214
|
-
default: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[];
|
|
1215
|
-
};
|
|
1216
|
-
value: {
|
|
1217
|
-
type: import("vue").PropType<import("ant-design-vue/es/checkbox/interface").CheckboxValueType[]>;
|
|
1218
|
-
default: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[];
|
|
1219
|
-
};
|
|
1220
|
-
onChange: {
|
|
1221
|
-
type: import("vue").PropType<(checkedValue: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[]) => void>;
|
|
1222
|
-
default: (checkedValue: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[]) => void;
|
|
1223
|
-
};
|
|
1224
|
-
'onUpdate:value': {
|
|
1225
|
-
type: import("vue").PropType<(checkedValue: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[]) => void>;
|
|
1226
|
-
default: (checkedValue: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[]) => void;
|
|
1227
|
-
};
|
|
1228
|
-
name: StringConstructor;
|
|
1229
|
-
prefixCls: StringConstructor;
|
|
1230
|
-
options: {
|
|
1231
|
-
type: import("vue").PropType<(string | number | import("ant-design-vue").CheckboxOptionType)[]>;
|
|
1232
|
-
default: (string | number | import("ant-design-vue").CheckboxOptionType)[];
|
|
1233
|
-
};
|
|
1234
|
-
disabled: BooleanConstructor;
|
|
1235
|
-
id: StringConstructor;
|
|
1236
|
-
}>>, {
|
|
1237
|
-
value: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[];
|
|
1238
|
-
onChange: (checkedValue: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[]) => void;
|
|
1239
|
-
disabled: boolean;
|
|
1240
|
-
defaultValue: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[];
|
|
1241
|
-
'onUpdate:value': (checkedValue: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[]) => void;
|
|
1242
|
-
options: (string | number | import("ant-design-vue").CheckboxOptionType)[];
|
|
1243
|
-
}, {}>;
|
|
1244
1188
|
Checkbox: import("vue").DefineComponent<{
|
|
1245
1189
|
readonly checkboxLabel: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
1246
1190
|
}, {
|
|
@@ -1907,6 +1851,7 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
|
|
|
1907
1851
|
};
|
|
1908
1852
|
}>>))[], unknown, unknown, () => void, boolean>;
|
|
1909
1853
|
readonly allSpan: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 24, boolean>;
|
|
1854
|
+
readonly useGrid: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1910
1855
|
}>>, {
|
|
1911
1856
|
readonly options: (import("ant-design-vue").CheckboxOptionType & {
|
|
1912
1857
|
colOptions?: Partial<import("vue").ExtractPropTypes<{
|
|
@@ -1993,6 +1938,7 @@ export declare const LlCheckboxGroup: import("ll-plus/es/utils").SFCWithInstall<
|
|
|
1993
1938
|
};
|
|
1994
1939
|
}>>;
|
|
1995
1940
|
readonly allSpan: number;
|
|
1941
|
+
readonly useGrid: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1996
1942
|
}, {}>>;
|
|
1997
1943
|
export * from './src/checkbox';
|
|
1998
1944
|
declare module 'vue' {
|
|
@@ -330,6 +330,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
330
330
|
};
|
|
331
331
|
}>>))[], unknown, unknown, () => void, boolean>;
|
|
332
332
|
readonly allSpan: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 24, boolean>;
|
|
333
|
+
readonly useGrid: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
333
334
|
}, {
|
|
334
335
|
props: import("@vue/shared").LooseRequired<{
|
|
335
336
|
readonly options: (import("ant-design-vue").CheckboxOptionType & {
|
|
@@ -417,6 +418,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
417
418
|
};
|
|
418
419
|
}>>;
|
|
419
420
|
readonly allSpan: number;
|
|
421
|
+
readonly useGrid: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
420
422
|
} & {}>;
|
|
421
423
|
bem: {
|
|
422
424
|
b: (blockSuffix?: string) => string;
|
|
@@ -847,64 +849,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
847
849
|
md: string | number | import("ant-design-vue/es/grid").ColSize;
|
|
848
850
|
xs: string | number | import("ant-design-vue/es/grid").ColSize;
|
|
849
851
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
|
|
850
|
-
readonly CheckboxGroup: import("vue").DefineComponent<{
|
|
851
|
-
defaultValue: {
|
|
852
|
-
type: import("vue").PropType<import("ant-design-vue/es/checkbox/interface").CheckboxValueType[]>;
|
|
853
|
-
default: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[];
|
|
854
|
-
};
|
|
855
|
-
value: {
|
|
856
|
-
type: import("vue").PropType<import("ant-design-vue/es/checkbox/interface").CheckboxValueType[]>;
|
|
857
|
-
default: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[];
|
|
858
|
-
};
|
|
859
|
-
onChange: {
|
|
860
|
-
type: import("vue").PropType<(checkedValue: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[]) => void>;
|
|
861
|
-
default: (checkedValue: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[]) => void;
|
|
862
|
-
};
|
|
863
|
-
'onUpdate:value': {
|
|
864
|
-
type: import("vue").PropType<(checkedValue: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[]) => void>;
|
|
865
|
-
default: (checkedValue: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[]) => void;
|
|
866
|
-
};
|
|
867
|
-
name: StringConstructor;
|
|
868
|
-
prefixCls: StringConstructor;
|
|
869
|
-
options: {
|
|
870
|
-
type: import("vue").PropType<(string | number | import("ant-design-vue").CheckboxOptionType)[]>;
|
|
871
|
-
default: (string | number | import("ant-design-vue").CheckboxOptionType)[];
|
|
872
|
-
};
|
|
873
|
-
disabled: BooleanConstructor;
|
|
874
|
-
id: StringConstructor;
|
|
875
|
-
}, () => import("ant-design-vue/es/_util/type").VueNode, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
876
|
-
defaultValue: {
|
|
877
|
-
type: import("vue").PropType<import("ant-design-vue/es/checkbox/interface").CheckboxValueType[]>;
|
|
878
|
-
default: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[];
|
|
879
|
-
};
|
|
880
|
-
value: {
|
|
881
|
-
type: import("vue").PropType<import("ant-design-vue/es/checkbox/interface").CheckboxValueType[]>;
|
|
882
|
-
default: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[];
|
|
883
|
-
};
|
|
884
|
-
onChange: {
|
|
885
|
-
type: import("vue").PropType<(checkedValue: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[]) => void>;
|
|
886
|
-
default: (checkedValue: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[]) => void;
|
|
887
|
-
};
|
|
888
|
-
'onUpdate:value': {
|
|
889
|
-
type: import("vue").PropType<(checkedValue: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[]) => void>;
|
|
890
|
-
default: (checkedValue: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[]) => void;
|
|
891
|
-
};
|
|
892
|
-
name: StringConstructor;
|
|
893
|
-
prefixCls: StringConstructor;
|
|
894
|
-
options: {
|
|
895
|
-
type: import("vue").PropType<(string | number | import("ant-design-vue").CheckboxOptionType)[]>;
|
|
896
|
-
default: (string | number | import("ant-design-vue").CheckboxOptionType)[];
|
|
897
|
-
};
|
|
898
|
-
disabled: BooleanConstructor;
|
|
899
|
-
id: StringConstructor;
|
|
900
|
-
}>>, {
|
|
901
|
-
value: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[];
|
|
902
|
-
onChange: (checkedValue: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[]) => void;
|
|
903
|
-
disabled: boolean;
|
|
904
|
-
defaultValue: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[];
|
|
905
|
-
'onUpdate:value': (checkedValue: import("ant-design-vue/es/checkbox/interface").CheckboxValueType[]) => void;
|
|
906
|
-
options: (string | number | import("ant-design-vue").CheckboxOptionType)[];
|
|
907
|
-
}, {}>;
|
|
908
852
|
Checkbox: import("vue").DefineComponent<{
|
|
909
853
|
readonly checkboxLabel: import("ll-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
910
854
|
}, {
|
|
@@ -1571,6 +1515,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1571
1515
|
};
|
|
1572
1516
|
}>>))[], unknown, unknown, () => void, boolean>;
|
|
1573
1517
|
readonly allSpan: import("ll-plus/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 24, boolean>;
|
|
1518
|
+
readonly useGrid: import("ll-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>;
|
|
1574
1519
|
}>>, {
|
|
1575
1520
|
readonly options: (import("ant-design-vue").CheckboxOptionType & {
|
|
1576
1521
|
colOptions?: Partial<import("vue").ExtractPropTypes<{
|
|
@@ -1657,5 +1602,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1657
1602
|
};
|
|
1658
1603
|
}>>;
|
|
1659
1604
|
readonly allSpan: number;
|
|
1605
|
+
readonly useGrid: import("ll-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
1660
1606
|
}, {}>;
|
|
1661
1607
|
export default _default;
|