ll-plus 2.7.16 → 2.7.18
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 +8 -8
- package/es/components/advanced-filtering/src/advanced-filtering.vue.d.ts +4 -4
- package/es/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +4 -4
- package/es/components/form/index.d.ts +4 -4
- package/es/components/form/src/form.vue.d.ts +4 -4
- package/es/components/key-value/index.d.ts +2 -16122
- package/es/components/key-value/src/components/key-value-item.vue.d.ts +99 -142
- package/es/components/key-value/src/config/key-value-item.d.ts +40 -291
- package/es/components/key-value/src/config/key-value.d.ts +23 -29
- package/es/components/key-value/src/key-value.vue.d.ts +447 -561
- package/es/index.mjs +1 -1
- package/es/packages/components/form/src/form.vue2.mjs +15 -9
- package/es/packages/components/form/src/form.vue2.mjs.map +1 -1
- package/es/packages/components/key-value/index.mjs.map +1 -1
- package/es/packages/components/key-value/src/components/key-value-item.vue2.mjs +16 -9
- package/es/packages/components/key-value/src/components/key-value-item.vue2.mjs.map +1 -1
- package/es/packages/components/key-value/src/config/key-value-item.mjs +26 -10
- package/es/packages/components/key-value/src/config/key-value-item.mjs.map +1 -1
- package/es/packages/components/key-value/src/config/key-value.mjs +3 -1
- package/es/packages/components/key-value/src/config/key-value.mjs.map +1 -1
- package/es/packages/components/key-value/src/key-value.vue2.mjs +61 -21
- package/es/packages/components/key-value/src/key-value.vue2.mjs.map +1 -1
- package/es/packages/utils/data.mjs +8 -1
- package/es/packages/utils/data.mjs.map +1 -1
- package/es/packages/utils/index.mjs +1 -1
- package/es/utils/data.d.ts +1 -0
- package/es/utils/props/runtime.d.ts +2 -2
- package/index.full.js +126 -48
- package/index.full.min.js +22 -22
- package/index.full.min.js.map +1 -1
- package/index.full.min.mjs +22 -22
- package/index.full.min.mjs.map +1 -1
- package/index.full.mjs +126 -49
- package/lib/components/advanced-filtering/index.d.ts +8 -8
- package/lib/components/advanced-filtering/src/advanced-filtering.vue.d.ts +4 -4
- package/lib/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +4 -4
- package/lib/components/form/index.d.ts +4 -4
- package/lib/components/form/src/form.vue.d.ts +4 -4
- package/lib/components/key-value/index.d.ts +2 -16122
- package/lib/components/key-value/src/components/key-value-item.vue.d.ts +99 -142
- package/lib/components/key-value/src/config/key-value-item.d.ts +40 -291
- package/lib/components/key-value/src/config/key-value.d.ts +23 -29
- package/lib/components/key-value/src/key-value.vue.d.ts +447 -561
- package/lib/index.js +1 -0
- package/lib/index.js.map +1 -1
- package/lib/packages/components/form/src/form.vue2.js +15 -9
- package/lib/packages/components/form/src/form.vue2.js.map +1 -1
- package/lib/packages/components/key-value/index.js.map +1 -1
- package/lib/packages/components/key-value/src/components/key-value-item.vue2.js +15 -8
- package/lib/packages/components/key-value/src/components/key-value-item.vue2.js.map +1 -1
- package/lib/packages/components/key-value/src/config/key-value-item.js +26 -10
- package/lib/packages/components/key-value/src/config/key-value-item.js.map +1 -1
- package/lib/packages/components/key-value/src/config/key-value.js +3 -1
- package/lib/packages/components/key-value/src/config/key-value.js.map +1 -1
- package/lib/packages/components/key-value/src/key-value.vue2.js +60 -20
- package/lib/packages/components/key-value/src/key-value.vue2.js.map +1 -1
- package/lib/packages/utils/data.js +8 -0
- package/lib/packages/utils/data.js.map +1 -1
- package/lib/packages/utils/index.js +1 -0
- package/lib/packages/utils/index.js.map +1 -1
- package/lib/utils/data.d.ts +1 -0
- package/lib/utils/props/runtime.d.ts +2 -2
- package/package.json +1 -1
- package/theme-chalk/css/advanced-filtering.css +2 -2
- package/theme-chalk/css/api-component.css +2 -2
- package/theme-chalk/css/cascader.css +2 -2
- package/theme-chalk/css/checkbox.css +2 -2
- package/theme-chalk/css/code-editor.css +2 -2
- package/theme-chalk/css/color-picker.css +2 -2
- package/theme-chalk/css/cropper.css +2 -2
- package/theme-chalk/css/descriptions.css +2 -2
- package/theme-chalk/css/drawer.css +2 -2
- package/theme-chalk/css/dropdown-button-simple.css +2 -2
- package/theme-chalk/css/dropdown.css +2 -2
- package/theme-chalk/css/easy-cron.css +2 -2
- package/theme-chalk/css/form.css +2 -2
- package/theme-chalk/css/images.css +1 -1
- package/theme-chalk/css/index.css +3 -3
- package/theme-chalk/css/input-number.css +2 -2
- package/theme-chalk/css/input.css +2 -2
- package/theme-chalk/css/key-value.css +2 -2
- package/theme-chalk/css/markdown-editor.css +2 -2
- package/theme-chalk/css/modal.css +2 -2
- package/theme-chalk/css/new-drawer.css +2 -2
- package/theme-chalk/css/new-modal.css +2 -2
- package/theme-chalk/css/number-range.css +2 -2
- package/theme-chalk/css/rich-text-editor.css +2 -2
- package/theme-chalk/css/segmented.css +2 -2
- package/theme-chalk/css/switch.css +2 -2
- package/theme-chalk/css/table.css +2 -2
- package/theme-chalk/css/tabs-simple.css +2 -2
- package/theme-chalk/css/tag-group.css +2 -2
- package/types/packages/components/advanced-filtering/index.d.ts +8 -8
- package/types/packages/components/advanced-filtering/src/advanced-filtering.vue.d.ts +4 -4
- package/types/packages/components/advanced-filtering/src/components/advanced-filtering-params.vue.d.ts +4 -4
- package/types/packages/components/form/index.d.ts +4 -4
- package/types/packages/components/form/src/form.vue.d.ts +4 -4
- package/types/packages/components/key-value/index.d.ts +2 -16122
- package/types/packages/components/key-value/src/components/key-value-item.vue.d.ts +99 -142
- package/types/packages/components/key-value/src/config/key-value-item.d.ts +40 -291
- package/types/packages/components/key-value/src/config/key-value.d.ts +23 -29
- package/types/packages/components/key-value/src/key-value.vue.d.ts +447 -561
- package/types/packages/utils/data.d.ts +1 -0
- package/types/packages/utils/props/runtime.d.ts +2 -2
package/index.full.mjs
CHANGED
|
@@ -1988,6 +1988,13 @@ function deepCompare(obj1, obj2) {
|
|
|
1988
1988
|
const hasValue = (value) => {
|
|
1989
1989
|
return Array.isArray(value) ? value.length > 0 : !isNull(value) && !isUndefined$3(value) && value !== "";
|
|
1990
1990
|
};
|
|
1991
|
+
const guid = () => {
|
|
1992
|
+
return "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, function(c) {
|
|
1993
|
+
const r = Math.random() * 16 | 0;
|
|
1994
|
+
const v = c === "x" ? r : r & 3 | 8;
|
|
1995
|
+
return v.toString(16);
|
|
1996
|
+
});
|
|
1997
|
+
};
|
|
1991
1998
|
|
|
1992
1999
|
const ALL_VALUE = "_ALL";
|
|
1993
2000
|
const initValue = (columns, values) => {
|
|
@@ -63411,27 +63418,33 @@ var _sfc_main$N = /* @__PURE__ */ defineComponent({
|
|
|
63411
63418
|
const validate = async () => {
|
|
63412
63419
|
if (props.validateErrorStop) {
|
|
63413
63420
|
clearValidate();
|
|
63414
|
-
let bool = true;
|
|
63415
63421
|
if (!validateFields.value.length)
|
|
63416
|
-
return
|
|
63422
|
+
return Promise.resolve();
|
|
63417
63423
|
for (const i of validateFields.value) {
|
|
63418
|
-
|
|
63419
|
-
|
|
63420
|
-
|
|
63424
|
+
try {
|
|
63425
|
+
await formRef.value.validateFields([i]);
|
|
63426
|
+
} catch (error) {
|
|
63427
|
+
return Promise.reject(error);
|
|
63421
63428
|
}
|
|
63422
63429
|
}
|
|
63430
|
+
return Promise.resolve();
|
|
63423
63431
|
} else {
|
|
63424
|
-
|
|
63432
|
+
try {
|
|
63433
|
+
await formRef.value.validateFields(validateFields.value);
|
|
63434
|
+
return Promise.resolve();
|
|
63435
|
+
} catch (error) {
|
|
63436
|
+
return Promise.reject(error);
|
|
63437
|
+
}
|
|
63425
63438
|
}
|
|
63426
63439
|
};
|
|
63427
63440
|
const resetFields = async () => {
|
|
63428
|
-
|
|
63441
|
+
await formRef.value.resetFields();
|
|
63429
63442
|
};
|
|
63430
63443
|
const clearValidate = async (nameList) => {
|
|
63431
|
-
|
|
63444
|
+
await formRef.value.clearValidate(nameList);
|
|
63432
63445
|
};
|
|
63433
63446
|
const scrollToField = async (name, options) => {
|
|
63434
|
-
|
|
63447
|
+
await formRef.value.scrollToField(name, options);
|
|
63435
63448
|
};
|
|
63436
63449
|
const getBindValue = (item) => {
|
|
63437
63450
|
const obj = { ...item };
|
|
@@ -70334,7 +70347,8 @@ const LlInputNumber = withInstall(InputNumber);
|
|
|
70334
70347
|
|
|
70335
70348
|
const getKeyValueItem = () => ({
|
|
70336
70349
|
key: null,
|
|
70337
|
-
value: null
|
|
70350
|
+
value: null,
|
|
70351
|
+
guid: guid()
|
|
70338
70352
|
});
|
|
70339
70353
|
const keyValueProps = buildProps({
|
|
70340
70354
|
value: {
|
|
@@ -70442,43 +70456,59 @@ const formColumns = [
|
|
|
70442
70456
|
];
|
|
70443
70457
|
const keyValueItemProps = buildProps({
|
|
70444
70458
|
disabled: {
|
|
70445
|
-
type: Boolean
|
|
70459
|
+
type: Boolean,
|
|
70460
|
+
default: false
|
|
70446
70461
|
},
|
|
70447
70462
|
values: {
|
|
70448
70463
|
type: definePropType(Array),
|
|
70449
70464
|
default: () => [
|
|
70450
70465
|
{
|
|
70451
70466
|
key: null,
|
|
70452
|
-
value: null
|
|
70467
|
+
value: null,
|
|
70468
|
+
guid: ""
|
|
70453
70469
|
}
|
|
70454
70470
|
]
|
|
70455
70471
|
},
|
|
70456
70472
|
disabledValue: {
|
|
70457
|
-
type: definePropType(Array)
|
|
70473
|
+
type: definePropType(Array),
|
|
70474
|
+
default: () => []
|
|
70458
70475
|
},
|
|
70459
70476
|
disabledKey: {
|
|
70460
|
-
type: definePropType(Array)
|
|
70477
|
+
type: definePropType(Array),
|
|
70478
|
+
default: () => []
|
|
70461
70479
|
},
|
|
70462
70480
|
disabledDelete: {
|
|
70463
|
-
type: definePropType(Array)
|
|
70481
|
+
type: definePropType(Array),
|
|
70482
|
+
default: () => []
|
|
70464
70483
|
},
|
|
70465
70484
|
keyValueType: {
|
|
70466
|
-
type: definePropType(String)
|
|
70485
|
+
type: definePropType(String),
|
|
70486
|
+
default: "doubt"
|
|
70467
70487
|
},
|
|
70468
70488
|
keyType: {
|
|
70469
|
-
type: definePropType(Object)
|
|
70489
|
+
type: definePropType(Object),
|
|
70490
|
+
default: () => ({
|
|
70491
|
+
type: "input",
|
|
70492
|
+
placeholder: "\u8BF7\u8F93\u5165Key"
|
|
70493
|
+
})
|
|
70470
70494
|
},
|
|
70471
70495
|
keyTypes: {
|
|
70472
|
-
type: definePropType(Array)
|
|
70496
|
+
type: definePropType(Array),
|
|
70497
|
+
default: () => []
|
|
70473
70498
|
},
|
|
70474
70499
|
valueType: {
|
|
70475
|
-
type: definePropType(Object)
|
|
70500
|
+
type: definePropType(Object),
|
|
70501
|
+
default: () => ({
|
|
70502
|
+
type: "input",
|
|
70503
|
+
placeholder: "\u8BF7\u8F93\u5165Value"
|
|
70504
|
+
})
|
|
70476
70505
|
},
|
|
70477
70506
|
value: {
|
|
70478
70507
|
type: definePropType(Object),
|
|
70479
70508
|
default: () => ({
|
|
70480
70509
|
key: "",
|
|
70481
|
-
value: ""
|
|
70510
|
+
value: "",
|
|
70511
|
+
guid: ""
|
|
70482
70512
|
})
|
|
70483
70513
|
},
|
|
70484
70514
|
idx: {
|
|
@@ -70513,7 +70543,7 @@ var _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
70513
70543
|
const attrs = useAttrs();
|
|
70514
70544
|
const bem = createNamespace("key-value");
|
|
70515
70545
|
const innerValue = ref(props.value);
|
|
70516
|
-
const
|
|
70546
|
+
const formRef = ref();
|
|
70517
70547
|
const getKeyType = computed(() => {
|
|
70518
70548
|
const option = props.keyType;
|
|
70519
70549
|
return option;
|
|
@@ -70542,16 +70572,23 @@ var _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
70542
70572
|
};
|
|
70543
70573
|
const handleChange = async () => {
|
|
70544
70574
|
innerValue.value["value"] = null;
|
|
70545
|
-
await
|
|
70575
|
+
await formRef.value?.clearValidate();
|
|
70546
70576
|
};
|
|
70547
70577
|
const validate = async () => {
|
|
70548
|
-
|
|
70578
|
+
await nextTick();
|
|
70579
|
+
try {
|
|
70580
|
+
await formRef.value?.validate();
|
|
70581
|
+
return Promise.resolve();
|
|
70582
|
+
} catch (error) {
|
|
70583
|
+
console.log({ error }, props.idx);
|
|
70584
|
+
return Promise.reject();
|
|
70585
|
+
}
|
|
70549
70586
|
};
|
|
70550
70587
|
const resetFields = async () => {
|
|
70551
|
-
|
|
70588
|
+
await formRef.value?.resetFields();
|
|
70552
70589
|
};
|
|
70553
70590
|
const clearValidate = async (namePath) => {
|
|
70554
|
-
|
|
70591
|
+
await formRef.value?.clearValidate(namePath);
|
|
70555
70592
|
};
|
|
70556
70593
|
watch(
|
|
70557
70594
|
innerValue,
|
|
@@ -70582,8 +70619,8 @@ var _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
70582
70619
|
const _component_a_popconfirm = resolveComponent("a-popconfirm");
|
|
70583
70620
|
const _component_ll_form = resolveComponent("ll-form");
|
|
70584
70621
|
return openBlock(), createBlock(_component_ll_form, {
|
|
70585
|
-
ref_key: "
|
|
70586
|
-
ref:
|
|
70622
|
+
ref_key: "formRef",
|
|
70623
|
+
ref: formRef,
|
|
70587
70624
|
"form-columns": unref(formColumns),
|
|
70588
70625
|
"form-data": props.value,
|
|
70589
70626
|
"form-options": unref(formOptions)
|
|
@@ -70684,7 +70721,7 @@ var _sfc_main$C = /* @__PURE__ */ defineComponent({
|
|
|
70684
70721
|
name: "value"
|
|
70685
70722
|
}, {
|
|
70686
70723
|
default: withCtx(() => [
|
|
70687
|
-
renderSlot(_ctx.$slots, "value-
|
|
70724
|
+
renderSlot(_ctx.$slots, "value-wrapper", normalizeProps(guardReactiveProps(getValueType.value)), () => [
|
|
70688
70725
|
(openBlock(), createBlock(resolveDynamicComponent(`ll-${getValueType.value.type}`), mergeProps({
|
|
70689
70726
|
value: innerValue.value["value"],
|
|
70690
70727
|
"onUpdate:value": _cache[2] || (_cache[2] = ($event) => innerValue.value["value"] = $event),
|
|
@@ -70810,38 +70847,68 @@ var _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
70810
70847
|
const bem = createNamespace("key-value");
|
|
70811
70848
|
const formItemContext = Form$1.useInjectFormItemContext();
|
|
70812
70849
|
const innerValue = ref(
|
|
70813
|
-
props.value.
|
|
70850
|
+
!props.value || props.value && !props.value.length ? [{ key: null, value: null, guid: guid() }] : props.value.map((e) => {
|
|
70851
|
+
return {
|
|
70852
|
+
...e,
|
|
70853
|
+
guid: guid()
|
|
70854
|
+
};
|
|
70855
|
+
})
|
|
70814
70856
|
);
|
|
70815
|
-
const keyValueItems = ref(
|
|
70857
|
+
const keyValueItems = ref({});
|
|
70858
|
+
const setKeyValueItems = (el, type) => {
|
|
70859
|
+
if (el) {
|
|
70860
|
+
keyValueItems.value[type] = el;
|
|
70861
|
+
}
|
|
70862
|
+
};
|
|
70816
70863
|
const keyValueTypeDict = computed(() => {
|
|
70817
70864
|
const obj = {};
|
|
70818
|
-
props.keyTypes.
|
|
70865
|
+
props.keyTypes.forEach((e) => {
|
|
70819
70866
|
obj[e.value] = e.option;
|
|
70820
70867
|
});
|
|
70821
70868
|
return obj;
|
|
70822
70869
|
});
|
|
70823
70870
|
const validate = async () => {
|
|
70824
70871
|
await nextTick();
|
|
70825
|
-
|
|
70826
|
-
|
|
70872
|
+
const validationPromises = Object.values(keyValueItems.value).map(
|
|
70873
|
+
async (item) => {
|
|
70874
|
+
try {
|
|
70875
|
+
await item.validate();
|
|
70876
|
+
return { item, valid: true };
|
|
70877
|
+
} catch (error) {
|
|
70878
|
+
console.error("Validation failed for item:", item, error);
|
|
70879
|
+
return { item, valid: false, error };
|
|
70880
|
+
}
|
|
70881
|
+
}
|
|
70827
70882
|
);
|
|
70883
|
+
const validationResults = await Promise.all(validationPromises);
|
|
70884
|
+
const allValid = validationResults.every((result) => result.valid);
|
|
70885
|
+
const errors = validationResults.filter((result) => !result.valid);
|
|
70886
|
+
if (!allValid) {
|
|
70887
|
+
console.log("Validation errors:", errors);
|
|
70888
|
+
return { valid: false, errors };
|
|
70889
|
+
}
|
|
70890
|
+
return { valid: true };
|
|
70828
70891
|
};
|
|
70829
70892
|
const resetFields = async () => {
|
|
70830
70893
|
await nextTick();
|
|
70831
|
-
|
|
70832
|
-
|
|
70833
|
-
|
|
70894
|
+
for (const i of Object.values(keyValueItems.value)) {
|
|
70895
|
+
if (i) {
|
|
70896
|
+
i.resetFields();
|
|
70897
|
+
}
|
|
70898
|
+
}
|
|
70834
70899
|
};
|
|
70835
70900
|
const clearValidate = async () => {
|
|
70836
70901
|
await nextTick();
|
|
70837
|
-
|
|
70838
|
-
|
|
70839
|
-
|
|
70902
|
+
for (const i of Object.values(keyValueItems.value)) {
|
|
70903
|
+
if (i) {
|
|
70904
|
+
i.clearValidate();
|
|
70905
|
+
}
|
|
70906
|
+
}
|
|
70840
70907
|
};
|
|
70841
70908
|
const handleAddItem = async () => {
|
|
70842
|
-
const valid = await validate();
|
|
70843
|
-
if (
|
|
70844
|
-
return
|
|
70909
|
+
const { valid } = await validate();
|
|
70910
|
+
if (!valid)
|
|
70911
|
+
return;
|
|
70845
70912
|
innerValue.value.push(getKeyValueItem());
|
|
70846
70913
|
emits("add", {
|
|
70847
70914
|
index: innerValue.value.length - 1,
|
|
@@ -70851,25 +70918,35 @@ var _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
70851
70918
|
};
|
|
70852
70919
|
const handleDelete = (idx) => {
|
|
70853
70920
|
if (innerValue.value.length === 1) {
|
|
70854
|
-
innerValue.value = [{ key: null, value: null }];
|
|
70921
|
+
innerValue.value = [{ key: null, value: null, guid: guid() }];
|
|
70855
70922
|
} else {
|
|
70856
70923
|
innerValue.value.splice(idx, 1);
|
|
70857
70924
|
emits("delete", idx);
|
|
70858
70925
|
}
|
|
70859
70926
|
};
|
|
70860
70927
|
const getValue = (val) => {
|
|
70861
|
-
return val.filter((e) => hasValue(e.key) || hasValue(e.value))
|
|
70928
|
+
return val.filter((e) => hasValue(e.key) || hasValue(e.value)).map((e) => ({
|
|
70929
|
+
key: e.key,
|
|
70930
|
+
value: e.value
|
|
70931
|
+
}));
|
|
70862
70932
|
};
|
|
70863
70933
|
watch(
|
|
70864
70934
|
() => props.value,
|
|
70865
70935
|
(n) => {
|
|
70936
|
+
if (!n || n && !n.length)
|
|
70937
|
+
return;
|
|
70866
70938
|
const copyInnerValue = getValue(innerValue.value);
|
|
70867
70939
|
const copyPropsValue = getValue(n);
|
|
70868
70940
|
if (deepCompare(copyInnerValue, copyPropsValue))
|
|
70869
70941
|
return;
|
|
70870
70942
|
innerValue.value = [
|
|
70871
|
-
...n && n.length > 0 ? n : props.keepLast ? [{ key: null, value: null }] : n
|
|
70872
|
-
]
|
|
70943
|
+
...n && n.length > 0 ? n : props.keepLast ? [{ key: null, value: null, guid: guid() }] : n
|
|
70944
|
+
].map((e) => {
|
|
70945
|
+
return {
|
|
70946
|
+
...e,
|
|
70947
|
+
guid: guid()
|
|
70948
|
+
};
|
|
70949
|
+
});
|
|
70873
70950
|
},
|
|
70874
70951
|
{
|
|
70875
70952
|
immediate: true,
|
|
@@ -70926,9 +71003,9 @@ var _sfc_main$B = /* @__PURE__ */ defineComponent({
|
|
|
70926
71003
|
null,
|
|
70927
71004
|
renderList(innerValue.value, (_item, idx) => {
|
|
70928
71005
|
return openBlock(), createBlock(keyValueItem, {
|
|
70929
|
-
key: _item,
|
|
71006
|
+
key: _item.guid,
|
|
70930
71007
|
ref_for: true,
|
|
70931
|
-
ref: (el) =>
|
|
71008
|
+
ref: (el) => setKeyValueItems(el, _item.guid),
|
|
70932
71009
|
value: innerValue.value[idx],
|
|
70933
71010
|
"onUpdate:value": ($event) => innerValue.value[idx] = $event,
|
|
70934
71011
|
idx,
|
|
@@ -85640,4 +85717,4 @@ var installer = makeInstaller([...Components]);
|
|
|
85640
85717
|
|
|
85641
85718
|
const install = installer.install;
|
|
85642
85719
|
|
|
85643
|
-
export { ALL_VALUE, AVATAR_IMG, Color, DEFAULT_METHOD, DEFAULT_TYPE, FALLBACK_IMAGE, FALL_BACK_IMG, HEADER_SRARCH_HEIGHT, ILlUploadDragProps, ImenuSwitchType, LEFT_SELECT_MIN_WIDTH, LlAdvancedFiltering, LlAdvancedFilteringParams, LlAdvancedFilteringTags, LlApiComponent, LlAvatar, LlBreadcrumbCard, LlButton, LlCascader, LlCheckbox, LlCheckboxGroup, LlCodeEditor, LlColorPicker, LlConfigProvider, LlCropperImage, LlCropperModal, LlDatePicker, LlDateRange, LlDescriptions, LlDescriptionsItem, LlDrawer, LlDropdown, LlDropdownButton, LlDropdownButtonSimple, LlEasyCron, LlEmpty, LlForm, LlFormComponent, LlFormItem, LlIcon, LlIconBase, LlIconPicker, LlImage, LlImagePreviewGroup, LlInput, LlInputNumber, LlKeyValue, LlMarkdownEditor, LlMarkdownViewer, LlModal, LlNewDrawer, LlNewModal, LlNumberRange, LlOperateIcon, LlOperateTree, LlRadio, LlRadioButton, LlRadioGroup, LlRichTextEditor, LlSecondConfirmation, LlSegmented, LlSelect, LlSelectGroup, LlSelectOptGroup, LlSelectOption, LlSpace, LlSteps, LlSwitch, LlTable, LlTabsSimple, LlTagGroup, LlTextarea, LlTimePicker, LlTimeRange, LlTooltip, LlTree, LlTreeSearch, LlUploadDrag, LlUploadImage, LlUriInput, LlWatermark, OPTIONS_KEY, OperateTreeEmits, PAGINATION_HEIGHT, THROTTLE_TIME, TypeEnum, addUnit, advancedFilteringEmits, advancedFilteringParamsEmits, advancedFilteringParamsProps, advancedFilteringProps, advancedFilteringTagsEmits, alphaSliderProps, apiComponentEmits, apiComponentProps, apiModalEmits, apiModalProps, apiUrlEmits, apiUrlProps, avatarEmits, avatarProps, avatarType, batchEditingEmits, batchEditingOptions, batchEditingProps, bodyEmits, bodyList, bodyProps, breadcrumbCardEmits, breadcrumbCardProps, buildProp, buildProps, buttonProps, calcRPN, checkboxGroupProps, checkboxProps, checkedType, clickInputEmits, clickInputProps, codeEditorEmits, codeEditorProps, codeThemeList, colorFormatOptions, colorPickerEmits, colorPickerProps, contentTypeOptions, createNamespace, cropperImageEmits, cropperImageProps, cropperModalEmits, cropperModalProps, customOverlay, dataURLtoBlob, dateUtil, deepCompare, deepUnref, installer as default, defaultButtonProps, defaultCropperOptions, defaultEditorConfig, defaultOptions, defaultToolbarConfig, definePropType, descriptionsItemProps, descriptionsProps, displayedRgb, drawerEmits, drawerOptions, drawerProps, dropdownButtonEmits, dropdownButtonProps, dropdownButtonSimpleEmits, dropdownButtonSimpleProps, dropdownEmits, dropdownProps, easyCronEmits, easyCronProps, emptyProps, epPropKey, fileToBase64, filterAllValue, findLabelByValue, footerShadowPlacement, formColumns, formComponentEmits, formComponentProps, formEmits, formOptions, formProps, formatFileSize, formatToDate, formatToDateTime, formdataTableColumns, getAmountChinese, getDateTimeUnit, getHttpMethodUri, getKeyValueItem, getType, hasValue, headersTableColumns, httpUriOptions, hueSliderProps, iconBaseProps, iconPickerModalEmits, iconPickerModalProps, iconPickerProps, iconPickerSearchEmits, iconPickerSearchProps, iconProps, iconTypes, imageProps, initValue, inputNumberEmits, inputNumberProps, inputProps, install, isArray, isBoolean, isDate$1 as isDate, isElement, isEmpty, isEpProp, isFunction$1 as isFunction, isNumber$2 as isNumber, isObject$1 as isObject, isPromise, isPropAbsent, isString$1 as isString, isStringNumber, isSymbol, isUndefined$2 as isUndefined, isValidComponentSize, isWindow, jsonTableColumns, jsonXmlEmits, jsonXmlOptions, jsonXmlProps, jsonXmlTableEmits, jsonXmlTableProps, jsonXmlTableRowEmits, jsonXmlTableRowProps, jsonXmlTypeOptions, keyValueEmits, keyValueItemEmits, keyValueItemProps, keyValueProps, llMarkdownEditorEmits, llMarkdownEditorProps, llMarkdownViewerProps, mainTableEmits, mainTableProps, menuSwitchRadioList, mergeNumberOfExps, methods$1 as methods, modalEmits, modalProps, modalType, mutable, newDrawerEmits, newDrawerProps, newModalEmits, newModalProps, numberRangeEmits, numberRangeProps, operateIconEmits, operateIconProps, operateTreeEmits, operateTreeProps, paramsOptions, paramsTableColumns, paramsTableEmits, paramsTableProps, paramsTableRowProps, parseColors, placement, preDefineProps, removeQueryString, requestList, richTextEditorEmits, richTextEditorProps, secondConfirmationProps, selectGroupData, selectGroupEmits, selectGroupFormType, selectGroupProps, selectOptGroupProps, selectOptionProps, selectProps, svPanelProps, tableContentType, tableHeaderSearchEmits, tableHeaderSearchProps, tablePaginationProps, tableProps, tabsSimpleEmits, tabsSimpleProps, tagGroupEmits, tagGroupProps, thousandsFormat, toRPN, tooltipProps, treeDataFormat, treeEmits, treeProps, treeSearchEmits, treeSearchEmits1, treeSearchOperateWayType, treeSearchProps, treeSelectDirectoryTitleEmits, treeSelectDirectoryTitleProps, treeSelectHeaderSearchEmits, treeSelectHeaderSearchProps, typeRules, uploadImageEmits, uploadImageProps, uriInputEmits, uriInputProps, url, useOptions, useScroll, useSecondConfirmation, useTabEmits, useTabProps, useTabSetup, withInstall };
|
|
85720
|
+
export { ALL_VALUE, AVATAR_IMG, Color, DEFAULT_METHOD, DEFAULT_TYPE, FALLBACK_IMAGE, FALL_BACK_IMG, HEADER_SRARCH_HEIGHT, ILlUploadDragProps, ImenuSwitchType, LEFT_SELECT_MIN_WIDTH, LlAdvancedFiltering, LlAdvancedFilteringParams, LlAdvancedFilteringTags, LlApiComponent, LlAvatar, LlBreadcrumbCard, LlButton, LlCascader, LlCheckbox, LlCheckboxGroup, LlCodeEditor, LlColorPicker, LlConfigProvider, LlCropperImage, LlCropperModal, LlDatePicker, LlDateRange, LlDescriptions, LlDescriptionsItem, LlDrawer, LlDropdown, LlDropdownButton, LlDropdownButtonSimple, LlEasyCron, LlEmpty, LlForm, LlFormComponent, LlFormItem, LlIcon, LlIconBase, LlIconPicker, LlImage, LlImagePreviewGroup, LlInput, LlInputNumber, LlKeyValue, LlMarkdownEditor, LlMarkdownViewer, LlModal, LlNewDrawer, LlNewModal, LlNumberRange, LlOperateIcon, LlOperateTree, LlRadio, LlRadioButton, LlRadioGroup, LlRichTextEditor, LlSecondConfirmation, LlSegmented, LlSelect, LlSelectGroup, LlSelectOptGroup, LlSelectOption, LlSpace, LlSteps, LlSwitch, LlTable, LlTabsSimple, LlTagGroup, LlTextarea, LlTimePicker, LlTimeRange, LlTooltip, LlTree, LlTreeSearch, LlUploadDrag, LlUploadImage, LlUriInput, LlWatermark, OPTIONS_KEY, OperateTreeEmits, PAGINATION_HEIGHT, THROTTLE_TIME, TypeEnum, addUnit, advancedFilteringEmits, advancedFilteringParamsEmits, advancedFilteringParamsProps, advancedFilteringProps, advancedFilteringTagsEmits, alphaSliderProps, apiComponentEmits, apiComponentProps, apiModalEmits, apiModalProps, apiUrlEmits, apiUrlProps, avatarEmits, avatarProps, avatarType, batchEditingEmits, batchEditingOptions, batchEditingProps, bodyEmits, bodyList, bodyProps, breadcrumbCardEmits, breadcrumbCardProps, buildProp, buildProps, buttonProps, calcRPN, checkboxGroupProps, checkboxProps, checkedType, clickInputEmits, clickInputProps, codeEditorEmits, codeEditorProps, codeThemeList, colorFormatOptions, colorPickerEmits, colorPickerProps, contentTypeOptions, createNamespace, cropperImageEmits, cropperImageProps, cropperModalEmits, cropperModalProps, customOverlay, dataURLtoBlob, dateUtil, deepCompare, deepUnref, installer as default, defaultButtonProps, defaultCropperOptions, defaultEditorConfig, defaultOptions, defaultToolbarConfig, definePropType, descriptionsItemProps, descriptionsProps, displayedRgb, drawerEmits, drawerOptions, drawerProps, dropdownButtonEmits, dropdownButtonProps, dropdownButtonSimpleEmits, dropdownButtonSimpleProps, dropdownEmits, dropdownProps, easyCronEmits, easyCronProps, emptyProps, epPropKey, fileToBase64, filterAllValue, findLabelByValue, footerShadowPlacement, formColumns, formComponentEmits, formComponentProps, formEmits, formOptions, formProps, formatFileSize, formatToDate, formatToDateTime, formdataTableColumns, getAmountChinese, getDateTimeUnit, getHttpMethodUri, getKeyValueItem, getType, guid, hasValue, headersTableColumns, httpUriOptions, hueSliderProps, iconBaseProps, iconPickerModalEmits, iconPickerModalProps, iconPickerProps, iconPickerSearchEmits, iconPickerSearchProps, iconProps, iconTypes, imageProps, initValue, inputNumberEmits, inputNumberProps, inputProps, install, isArray, isBoolean, isDate$1 as isDate, isElement, isEmpty, isEpProp, isFunction$1 as isFunction, isNumber$2 as isNumber, isObject$1 as isObject, isPromise, isPropAbsent, isString$1 as isString, isStringNumber, isSymbol, isUndefined$2 as isUndefined, isValidComponentSize, isWindow, jsonTableColumns, jsonXmlEmits, jsonXmlOptions, jsonXmlProps, jsonXmlTableEmits, jsonXmlTableProps, jsonXmlTableRowEmits, jsonXmlTableRowProps, jsonXmlTypeOptions, keyValueEmits, keyValueItemEmits, keyValueItemProps, keyValueProps, llMarkdownEditorEmits, llMarkdownEditorProps, llMarkdownViewerProps, mainTableEmits, mainTableProps, menuSwitchRadioList, mergeNumberOfExps, methods$1 as methods, modalEmits, modalProps, modalType, mutable, newDrawerEmits, newDrawerProps, newModalEmits, newModalProps, numberRangeEmits, numberRangeProps, operateIconEmits, operateIconProps, operateTreeEmits, operateTreeProps, paramsOptions, paramsTableColumns, paramsTableEmits, paramsTableProps, paramsTableRowProps, parseColors, placement, preDefineProps, removeQueryString, requestList, richTextEditorEmits, richTextEditorProps, secondConfirmationProps, selectGroupData, selectGroupEmits, selectGroupFormType, selectGroupProps, selectOptGroupProps, selectOptionProps, selectProps, svPanelProps, tableContentType, tableHeaderSearchEmits, tableHeaderSearchProps, tablePaginationProps, tableProps, tabsSimpleEmits, tabsSimpleProps, tagGroupEmits, tagGroupProps, thousandsFormat, toRPN, tooltipProps, treeDataFormat, treeEmits, treeProps, treeSearchEmits, treeSearchEmits1, treeSearchOperateWayType, treeSearchProps, treeSelectDirectoryTitleEmits, treeSelectDirectoryTitleProps, treeSelectHeaderSearchEmits, treeSelectHeaderSearchProps, typeRules, uploadImageEmits, uploadImageProps, uriInputEmits, uriInputProps, url, useOptions, useScroll, useSecondConfirmation, useTabEmits, useTabProps, useTabSetup, withInstall };
|
|
@@ -4303,10 +4303,10 @@ export declare const LlAdvancedFiltering: import("ll-plus/es/utils").SFCWithInst
|
|
|
4303
4303
|
name?: string | undefined;
|
|
4304
4304
|
}>;
|
|
4305
4305
|
id: import("vue").Ref<string>;
|
|
4306
|
-
validate: () => Promise<
|
|
4307
|
-
resetFields: () => Promise<
|
|
4308
|
-
clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<
|
|
4309
|
-
scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<
|
|
4306
|
+
validate: () => Promise<void>;
|
|
4307
|
+
resetFields: () => Promise<void>;
|
|
4308
|
+
clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<void>;
|
|
4309
|
+
scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<void>;
|
|
4310
4310
|
getBindValue: (item: any) => import("lodash").Omit<any, "label">;
|
|
4311
4311
|
getFormItemClass: (item?: any) => string;
|
|
4312
4312
|
handleChangeField: (item: any) => void;
|
|
@@ -13013,10 +13013,10 @@ export declare const LlAdvancedFilteringParams: import("ll-plus/es/utils").SFCWi
|
|
|
13013
13013
|
name?: string | undefined;
|
|
13014
13014
|
}>;
|
|
13015
13015
|
id: import("vue").Ref<string>;
|
|
13016
|
-
validate: () => Promise<
|
|
13017
|
-
resetFields: () => Promise<
|
|
13018
|
-
clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<
|
|
13019
|
-
scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<
|
|
13016
|
+
validate: () => Promise<void>;
|
|
13017
|
+
resetFields: () => Promise<void>;
|
|
13018
|
+
clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<void>;
|
|
13019
|
+
scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<void>;
|
|
13020
13020
|
getBindValue: (item: any) => import("lodash").Omit<any, "label">;
|
|
13021
13021
|
getFormItemClass: (item?: any) => string;
|
|
13022
13022
|
handleChangeField: (item: any) => void;
|
|
@@ -4300,10 +4300,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4300
4300
|
name?: string | undefined;
|
|
4301
4301
|
}>;
|
|
4302
4302
|
id: import("vue").Ref<string>;
|
|
4303
|
-
validate: () => Promise<
|
|
4304
|
-
resetFields: () => Promise<
|
|
4305
|
-
clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<
|
|
4306
|
-
scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<
|
|
4303
|
+
validate: () => Promise<void>;
|
|
4304
|
+
resetFields: () => Promise<void>;
|
|
4305
|
+
clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<void>;
|
|
4306
|
+
scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<void>;
|
|
4307
4307
|
getBindValue: (item: any) => import("lodash").Omit<any, "label">;
|
|
4308
4308
|
getFormItemClass: (item?: any) => string;
|
|
4309
4309
|
handleChangeField: (item: any) => void;
|
|
@@ -2713,10 +2713,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2713
2713
|
name?: string | undefined;
|
|
2714
2714
|
}>;
|
|
2715
2715
|
id: import("vue").Ref<string>;
|
|
2716
|
-
validate: () => Promise<
|
|
2717
|
-
resetFields: () => Promise<
|
|
2718
|
-
clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<
|
|
2719
|
-
scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<
|
|
2716
|
+
validate: () => Promise<void>;
|
|
2717
|
+
resetFields: () => Promise<void>;
|
|
2718
|
+
clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<void>;
|
|
2719
|
+
scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<void>;
|
|
2720
2720
|
getBindValue: (item: any) => import("lodash").Omit<any, "label">;
|
|
2721
2721
|
getFormItemClass: (item?: any) => string;
|
|
2722
2722
|
handleChangeField: (item: any) => void;
|
|
@@ -1607,10 +1607,10 @@ export declare const LlForm: import("ll-plus/es/utils").SFCWithInstall<import("v
|
|
|
1607
1607
|
name?: string | undefined;
|
|
1608
1608
|
}>;
|
|
1609
1609
|
id: import("vue").Ref<string>;
|
|
1610
|
-
validate: () => Promise<
|
|
1611
|
-
resetFields: () => Promise<
|
|
1612
|
-
clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<
|
|
1613
|
-
scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<
|
|
1610
|
+
validate: () => Promise<void>;
|
|
1611
|
+
resetFields: () => Promise<void>;
|
|
1612
|
+
clearValidate: (nameList?: import("ant-design-vue/es/form/interface").NamePath[] | undefined) => Promise<void>;
|
|
1613
|
+
scrollToField: (name: import("ant-design-vue/es/form/interface").NamePath, options?: ScrollOptions | undefined) => Promise<void>;
|
|
1614
1614
|
getBindValue: (item: any) => import("lodash").Omit<any, "label">;
|
|
1615
1615
|
getFormItemClass: (item?: any) => string;
|
|
1616
1616
|
handleChangeField: (item: any) => void;
|
|
@@ -1563,10 +1563,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1563
1563
|
name?: string | undefined;
|
|
1564
1564
|
}>;
|
|
1565
1565
|
id: import("vue").Ref<string>;
|
|
1566
|
-
validate: () => Promise<
|
|
1567
|
-
resetFields: () => Promise<
|
|
1568
|
-
clearValidate: (nameList?: NamePath[]) => Promise<
|
|
1569
|
-
scrollToField: (name: NamePath, options?: ScrollOptions) => Promise<
|
|
1566
|
+
validate: () => Promise<void>;
|
|
1567
|
+
resetFields: () => Promise<void>;
|
|
1568
|
+
clearValidate: (nameList?: NamePath[]) => Promise<void>;
|
|
1569
|
+
scrollToField: (name: NamePath, options?: ScrollOptions) => Promise<void>;
|
|
1570
1570
|
getBindValue: (item: FormColumn) => import("lodash").Omit<any, "label">;
|
|
1571
1571
|
getFormItemClass: (item?: any) => string;
|
|
1572
1572
|
handleChangeField: (item: FormColumn) => void;
|