@yoooloo42/joker 1.0.93 → 1.0.94
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/dist/index.cjs.js +15 -8
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +15 -8
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -23435,13 +23435,20 @@ const hdl = {
|
|
|
23435
23435
|
};
|
|
23436
23436
|
|
|
23437
23437
|
return (_ctx, _cache) => {
|
|
23438
|
+
const _component_ly0Menu = resolveComponent("ly0Menu");
|
|
23438
23439
|
const _component_el_collapse_item = resolveComponent("el-collapse-item");
|
|
23439
23440
|
const _component_el_collapse = resolveComponent("el-collapse");
|
|
23440
23441
|
const _component_el_button = resolveComponent("el-button");
|
|
23441
23442
|
|
|
23442
23443
|
return (openBlock(), createElementBlock(Fragment, null, [
|
|
23443
23444
|
createCommentVNode(" 置顶菜单 "),
|
|
23444
|
-
|
|
23445
|
+
(formProps_box.menu && formProps_box.menu.menu && formProps_box.menu.menu.length > 0)
|
|
23446
|
+
? (openBlock(), createBlock(_component_ly0Menu, {
|
|
23447
|
+
key: 0,
|
|
23448
|
+
myProps: formProps_box.menu,
|
|
23449
|
+
scopeThis: __props.scopeThis
|
|
23450
|
+
}, null, 8 /* PROPS */, ["myProps", "scopeThis"]))
|
|
23451
|
+
: createCommentVNode("v-if", true),
|
|
23445
23452
|
createCommentVNode(" 表单区域可以分为多个列 "),
|
|
23446
23453
|
createElementVNode("div", {
|
|
23447
23454
|
style: normalizeStyle(style.root_box)
|
|
@@ -23564,7 +23571,7 @@ return (_ctx, _cache) => {
|
|
|
23564
23571
|
], 4 /* STYLE */),
|
|
23565
23572
|
createCommentVNode(" 提交 "),
|
|
23566
23573
|
(formProps_box.submit.switch)
|
|
23567
|
-
? (openBlock(), createElementBlock(Fragment, { key:
|
|
23574
|
+
? (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
23568
23575
|
createElementVNode("div", {
|
|
23569
23576
|
style: normalizeStyle(style.line)
|
|
23570
23577
|
}, null, 4 /* STYLE */),
|
|
@@ -41004,7 +41011,7 @@ const props = __props;
|
|
|
41004
41011
|
// 遵循 Vue 3 v-model 规范,使用 update:modelValue 事件
|
|
41005
41012
|
const emit = __emit;
|
|
41006
41013
|
|
|
41007
|
-
const myProps_box = reactive(Object.assign({}, ly0default, props.myProps));
|
|
41014
|
+
const myProps_box = reactive(Object.assign({}, ly0default.myProps, props.myProps));
|
|
41008
41015
|
// 在这里,const ... reactive不能用于双向绑定:v-model:file-list="fileList_box"
|
|
41009
41016
|
const fileList_box = ref([]);
|
|
41010
41017
|
props.modelValue.forEach((item, index) => {
|
|
@@ -41152,7 +41159,7 @@ const props = __props;
|
|
|
41152
41159
|
// 遵循 Vue 3 v-model 规范,使用 update:modelValue 事件
|
|
41153
41160
|
const emit = __emit;
|
|
41154
41161
|
|
|
41155
|
-
const myProps_box = reactive(Object.assign({}, ly0default, props.myProps));
|
|
41162
|
+
const myProps_box = reactive(Object.assign({}, ly0default.myProps, props.myProps));
|
|
41156
41163
|
const fileList_box = ref([]);
|
|
41157
41164
|
props.modelValue.forEach((item, index) => {
|
|
41158
41165
|
fileList_box.value.push({
|
|
@@ -41332,7 +41339,7 @@ const props = __props;
|
|
|
41332
41339
|
// 遵循 Vue 3 v-model 规范,使用 update:modelValue 事件
|
|
41333
41340
|
const emit = __emit;
|
|
41334
41341
|
|
|
41335
|
-
const myProps_box = reactive(Object.assign({}, ly0default, {
|
|
41342
|
+
const myProps_box = reactive(Object.assign({}, ly0default.myProps, {
|
|
41336
41343
|
uploadUrl: ly0default.carplate.uploadUrl,
|
|
41337
41344
|
avatar: {
|
|
41338
41345
|
width: ly0default.carplate.width,
|
|
@@ -41520,7 +41527,7 @@ const props = __props;
|
|
|
41520
41527
|
// 遵循 Vue 3 v-model 规范,使用 update:modelValue 事件
|
|
41521
41528
|
const emit = __emit;
|
|
41522
41529
|
|
|
41523
|
-
const myProps_box = reactive(Object.assign({}, ly0default, props.myProps));
|
|
41530
|
+
const myProps_box = reactive(Object.assign({}, ly0default.myProps, props.myProps));
|
|
41524
41531
|
const fileList_box = ref([]);
|
|
41525
41532
|
props.modelValue.forEach((item, index) => {
|
|
41526
41533
|
fileList_box.value.push({
|
|
@@ -41674,7 +41681,7 @@ const props = __props;
|
|
|
41674
41681
|
// 遵循 Vue 3 v-model 规范,使用 update:modelValue 事件
|
|
41675
41682
|
const emit = __emit;
|
|
41676
41683
|
|
|
41677
|
-
const myProps_box = reactive(Object.assign({}, ly0default, props.myProps));
|
|
41684
|
+
const myProps_box = reactive(Object.assign({}, ly0default.myProps, props.myProps));
|
|
41678
41685
|
const fileList_box = ref([]);
|
|
41679
41686
|
props.modelValue.forEach((item, index) => {
|
|
41680
41687
|
fileList_box.value.push({
|
|
@@ -41825,7 +41832,7 @@ const props = __props;
|
|
|
41825
41832
|
// 遵循 Vue 3 v-model 规范,使用 update:modelValue 事件
|
|
41826
41833
|
const emit = __emit;
|
|
41827
41834
|
|
|
41828
|
-
const myProps_box = reactive(Object.assign({}, ly0default, props.myProps));
|
|
41835
|
+
const myProps_box = reactive(Object.assign({}, ly0default.myProps, props.myProps));
|
|
41829
41836
|
const fileList_box = ref([]);
|
|
41830
41837
|
props.modelValue.forEach((item, index) => {
|
|
41831
41838
|
fileList_box.value.push({
|