@yoooloo42/joker 1.0.101 → 1.0.103
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 +3 -63
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3 -63
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -22615,12 +22615,9 @@ var script$g = {
|
|
|
22615
22615
|
default: () => ({})
|
|
22616
22616
|
}
|
|
22617
22617
|
},
|
|
22618
|
-
|
|
22619
|
-
setup(__props, { emit: __emit }) {
|
|
22618
|
+
setup(__props) {
|
|
22620
22619
|
|
|
22621
22620
|
const props = __props;
|
|
22622
|
-
// 遵循 Vue 3 v-model 规范,使用 update:modelValue 事件
|
|
22623
|
-
const emit = __emit;
|
|
22624
22621
|
|
|
22625
22622
|
let formData_box = vue.reactive(props.modelValue);
|
|
22626
22623
|
const formProps_box = vue.reactive(Object.assign({}, props.myProps));
|
|
@@ -22834,22 +22831,6 @@ const style = vue.reactive({
|
|
|
22834
22831
|
download: vue.computed(()=>styleModule.input.download()),
|
|
22835
22832
|
});
|
|
22836
22833
|
|
|
22837
|
-
// 表单数据监听
|
|
22838
|
-
vue.watch(
|
|
22839
|
-
formData_box,
|
|
22840
|
-
(newVal, oldVal) => {
|
|
22841
|
-
|
|
22842
|
-
console.log('测试 000 监听', newVal);
|
|
22843
|
-
console.log('测试 111 监听', oldVal);
|
|
22844
|
-
|
|
22845
|
-
// 触发 update:modelValue 事件更新父组件的 v-model 绑定的值
|
|
22846
|
-
emit("update:modelValue", newVal);
|
|
22847
|
-
},
|
|
22848
|
-
{
|
|
22849
|
-
deep: true, // 深层监听
|
|
22850
|
-
}
|
|
22851
|
-
);
|
|
22852
|
-
|
|
22853
22834
|
return (_ctx, _cache) => {
|
|
22854
22835
|
const _component_el_input = vue.resolveComponent("el-input");
|
|
22855
22836
|
const _component_el_option = vue.resolveComponent("el-option");
|
|
@@ -23378,12 +23359,9 @@ var script$f = {
|
|
|
23378
23359
|
default: () => ({})
|
|
23379
23360
|
}
|
|
23380
23361
|
},
|
|
23381
|
-
|
|
23382
|
-
setup(__props, { emit: __emit }) {
|
|
23362
|
+
setup(__props) {
|
|
23383
23363
|
|
|
23384
23364
|
const props = __props;
|
|
23385
|
-
// 遵循 Vue 3 v-model 规范,使用 update:modelValue 事件
|
|
23386
|
-
const emit = __emit;
|
|
23387
23365
|
|
|
23388
23366
|
let formData_box = vue.reactive(props.modelValue);
|
|
23389
23367
|
const formProps_box = vue.reactive(Object.assign({}, props.myProps));
|
|
@@ -23437,28 +23415,9 @@ const hdl = {
|
|
|
23437
23415
|
// 关闭表单窗口
|
|
23438
23416
|
formProps_box.popup.visible = false;
|
|
23439
23417
|
}
|
|
23440
|
-
|
|
23441
|
-
// 触发 update:modelValue 事件更新父组件的 v-model 绑定的值
|
|
23442
|
-
emit("update:modelValue", formData_box);
|
|
23443
23418
|
}
|
|
23444
23419
|
};
|
|
23445
23420
|
|
|
23446
|
-
// 表单数据监听
|
|
23447
|
-
vue.watch(
|
|
23448
|
-
formData_box,
|
|
23449
|
-
(newVal, oldVal) => {
|
|
23450
|
-
|
|
23451
|
-
console.log('测试 222 监听', newVal);
|
|
23452
|
-
console.log('测试 333 监听', oldVal);
|
|
23453
|
-
|
|
23454
|
-
// 触发 update:modelValue 事件更新父组件的 v-model 绑定的值
|
|
23455
|
-
emit("update:modelValue", newVal);
|
|
23456
|
-
},
|
|
23457
|
-
{
|
|
23458
|
-
deep: true, // 深层监听
|
|
23459
|
-
}
|
|
23460
|
-
);
|
|
23461
|
-
|
|
23462
23421
|
return (_ctx, _cache) => {
|
|
23463
23422
|
const _component_ly0Menu = vue.resolveComponent("ly0Menu");
|
|
23464
23423
|
const _component_el_collapse_item = vue.resolveComponent("el-collapse-item");
|
|
@@ -23641,33 +23600,14 @@ var script$e = {
|
|
|
23641
23600
|
default: () => ({})
|
|
23642
23601
|
}
|
|
23643
23602
|
},
|
|
23644
|
-
|
|
23645
|
-
setup(__props, { emit: __emit }) {
|
|
23603
|
+
setup(__props) {
|
|
23646
23604
|
|
|
23647
23605
|
const props = __props;
|
|
23648
|
-
// 遵循 Vue 3 v-model 规范,使用 update:modelValue 事件
|
|
23649
|
-
const emit = __emit;
|
|
23650
23606
|
|
|
23651
23607
|
let formData_box = vue.reactive(props.modelValue);
|
|
23652
23608
|
const formProps_box = vue.reactive(Object.assign({}, ly0default$2.myProps, props.myProps));
|
|
23653
23609
|
const scopeThis_box = vue.reactive(Object.assign({}, props.scopeThis));
|
|
23654
23610
|
|
|
23655
|
-
// 表单数据监听
|
|
23656
|
-
vue.watch(
|
|
23657
|
-
formData_box,
|
|
23658
|
-
(newVal, oldVal) => {
|
|
23659
|
-
|
|
23660
|
-
console.log('测试 444 监听', newVal);
|
|
23661
|
-
console.log('测试 555 监听', oldVal);
|
|
23662
|
-
|
|
23663
|
-
// 触发 update:modelValue 事件更新父组件的 v-model 绑定的值
|
|
23664
|
-
emit("update:modelValue", newVal);
|
|
23665
|
-
},
|
|
23666
|
-
{
|
|
23667
|
-
deep: true, // 深层监听
|
|
23668
|
-
}
|
|
23669
|
-
);
|
|
23670
|
-
|
|
23671
23611
|
return (_ctx, _cache) => {
|
|
23672
23612
|
const _component_el_dialog = vue.resolveComponent("el-dialog");
|
|
23673
23613
|
|