@yoooloo42/joker 1.0.26 → 1.0.28
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 +2 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -3
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -39704,7 +39704,7 @@ return (_ctx, _cache) => {
|
|
|
39704
39704
|
key: 6,
|
|
39705
39705
|
modelValue: __props.dataBox.fieldsValue[__props.item.fieldName],
|
|
39706
39706
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => ((__props.dataBox.fieldsValue[__props.item.fieldName]) = $event)),
|
|
39707
|
-
placeholder:
|
|
39707
|
+
placeholder: input.placeholder,
|
|
39708
39708
|
style: normalizeStyle(style.input(__props.item, __props.myProps)),
|
|
39709
39709
|
onInput: input.hdlCannotInput,
|
|
39710
39710
|
"show-password": input.showPassword
|
|
@@ -40133,13 +40133,12 @@ const _hoisted_2$c = ["colspan"];
|
|
|
40133
40133
|
const _hoisted_3$7 = { key: 0 };
|
|
40134
40134
|
const _hoisted_4$6 = ["colspan"];
|
|
40135
40135
|
|
|
40136
|
+
|
|
40136
40137
|
var script$e = {
|
|
40137
40138
|
__name: 'Form',
|
|
40138
40139
|
props: ["scopeThis", "myProps", "dataBox"],
|
|
40139
40140
|
setup(__props) {
|
|
40140
40141
|
|
|
40141
|
-
na;
|
|
40142
|
-
|
|
40143
40142
|
const style = reactive({
|
|
40144
40143
|
collapse: computed(() => styleModule.collapse()),
|
|
40145
40144
|
field_box: computed(() => styleModule.field_box()),
|