@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.cjs.js
CHANGED
|
@@ -23439,13 +23439,20 @@ const hdl = {
|
|
|
23439
23439
|
};
|
|
23440
23440
|
|
|
23441
23441
|
return (_ctx, _cache) => {
|
|
23442
|
+
const _component_ly0Menu = vue.resolveComponent("ly0Menu");
|
|
23442
23443
|
const _component_el_collapse_item = vue.resolveComponent("el-collapse-item");
|
|
23443
23444
|
const _component_el_collapse = vue.resolveComponent("el-collapse");
|
|
23444
23445
|
const _component_el_button = vue.resolveComponent("el-button");
|
|
23445
23446
|
|
|
23446
23447
|
return (vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
|
|
23447
23448
|
vue.createCommentVNode(" 置顶菜单 "),
|
|
23448
|
-
|
|
23449
|
+
(formProps_box.menu && formProps_box.menu.menu && formProps_box.menu.menu.length > 0)
|
|
23450
|
+
? (vue.openBlock(), vue.createBlock(_component_ly0Menu, {
|
|
23451
|
+
key: 0,
|
|
23452
|
+
myProps: formProps_box.menu,
|
|
23453
|
+
scopeThis: __props.scopeThis
|
|
23454
|
+
}, null, 8 /* PROPS */, ["myProps", "scopeThis"]))
|
|
23455
|
+
: vue.createCommentVNode("v-if", true),
|
|
23449
23456
|
vue.createCommentVNode(" 表单区域可以分为多个列 "),
|
|
23450
23457
|
vue.createElementVNode("div", {
|
|
23451
23458
|
style: vue.normalizeStyle(style.root_box)
|
|
@@ -23568,7 +23575,7 @@ return (_ctx, _cache) => {
|
|
|
23568
23575
|
], 4 /* STYLE */),
|
|
23569
23576
|
vue.createCommentVNode(" 提交 "),
|
|
23570
23577
|
(formProps_box.submit.switch)
|
|
23571
|
-
? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key:
|
|
23578
|
+
? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
|
|
23572
23579
|
vue.createElementVNode("div", {
|
|
23573
23580
|
style: vue.normalizeStyle(style.line)
|
|
23574
23581
|
}, null, 4 /* STYLE */),
|
|
@@ -41008,7 +41015,7 @@ const props = __props;
|
|
|
41008
41015
|
// 遵循 Vue 3 v-model 规范,使用 update:modelValue 事件
|
|
41009
41016
|
const emit = __emit;
|
|
41010
41017
|
|
|
41011
|
-
const myProps_box = vue.reactive(Object.assign({}, ly0default, props.myProps));
|
|
41018
|
+
const myProps_box = vue.reactive(Object.assign({}, ly0default.myProps, props.myProps));
|
|
41012
41019
|
// 在这里,const ... reactive不能用于双向绑定:v-model:file-list="fileList_box"
|
|
41013
41020
|
const fileList_box = vue.ref([]);
|
|
41014
41021
|
props.modelValue.forEach((item, index) => {
|
|
@@ -41156,7 +41163,7 @@ const props = __props;
|
|
|
41156
41163
|
// 遵循 Vue 3 v-model 规范,使用 update:modelValue 事件
|
|
41157
41164
|
const emit = __emit;
|
|
41158
41165
|
|
|
41159
|
-
const myProps_box = vue.reactive(Object.assign({}, ly0default, props.myProps));
|
|
41166
|
+
const myProps_box = vue.reactive(Object.assign({}, ly0default.myProps, props.myProps));
|
|
41160
41167
|
const fileList_box = vue.ref([]);
|
|
41161
41168
|
props.modelValue.forEach((item, index) => {
|
|
41162
41169
|
fileList_box.value.push({
|
|
@@ -41336,7 +41343,7 @@ const props = __props;
|
|
|
41336
41343
|
// 遵循 Vue 3 v-model 规范,使用 update:modelValue 事件
|
|
41337
41344
|
const emit = __emit;
|
|
41338
41345
|
|
|
41339
|
-
const myProps_box = vue.reactive(Object.assign({}, ly0default, {
|
|
41346
|
+
const myProps_box = vue.reactive(Object.assign({}, ly0default.myProps, {
|
|
41340
41347
|
uploadUrl: ly0default.carplate.uploadUrl,
|
|
41341
41348
|
avatar: {
|
|
41342
41349
|
width: ly0default.carplate.width,
|
|
@@ -41524,7 +41531,7 @@ const props = __props;
|
|
|
41524
41531
|
// 遵循 Vue 3 v-model 规范,使用 update:modelValue 事件
|
|
41525
41532
|
const emit = __emit;
|
|
41526
41533
|
|
|
41527
|
-
const myProps_box = vue.reactive(Object.assign({}, ly0default, props.myProps));
|
|
41534
|
+
const myProps_box = vue.reactive(Object.assign({}, ly0default.myProps, props.myProps));
|
|
41528
41535
|
const fileList_box = vue.ref([]);
|
|
41529
41536
|
props.modelValue.forEach((item, index) => {
|
|
41530
41537
|
fileList_box.value.push({
|
|
@@ -41678,7 +41685,7 @@ const props = __props;
|
|
|
41678
41685
|
// 遵循 Vue 3 v-model 规范,使用 update:modelValue 事件
|
|
41679
41686
|
const emit = __emit;
|
|
41680
41687
|
|
|
41681
|
-
const myProps_box = vue.reactive(Object.assign({}, ly0default, props.myProps));
|
|
41688
|
+
const myProps_box = vue.reactive(Object.assign({}, ly0default.myProps, props.myProps));
|
|
41682
41689
|
const fileList_box = vue.ref([]);
|
|
41683
41690
|
props.modelValue.forEach((item, index) => {
|
|
41684
41691
|
fileList_box.value.push({
|
|
@@ -41829,7 +41836,7 @@ const props = __props;
|
|
|
41829
41836
|
// 遵循 Vue 3 v-model 规范,使用 update:modelValue 事件
|
|
41830
41837
|
const emit = __emit;
|
|
41831
41838
|
|
|
41832
|
-
const myProps_box = vue.reactive(Object.assign({}, ly0default, props.myProps));
|
|
41839
|
+
const myProps_box = vue.reactive(Object.assign({}, ly0default.myProps, props.myProps));
|
|
41833
41840
|
const fileList_box = vue.ref([]);
|
|
41834
41841
|
props.modelValue.forEach((item, index) => {
|
|
41835
41842
|
fileList_box.value.push({
|