@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.cjs.js
CHANGED
|
@@ -39708,7 +39708,7 @@ return (_ctx, _cache) => {
|
|
|
39708
39708
|
key: 6,
|
|
39709
39709
|
modelValue: __props.dataBox.fieldsValue[__props.item.fieldName],
|
|
39710
39710
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => ((__props.dataBox.fieldsValue[__props.item.fieldName]) = $event)),
|
|
39711
|
-
placeholder:
|
|
39711
|
+
placeholder: input.placeholder,
|
|
39712
39712
|
style: vue.normalizeStyle(style.input(__props.item, __props.myProps)),
|
|
39713
39713
|
onInput: input.hdlCannotInput,
|
|
39714
39714
|
"show-password": input.showPassword
|
|
@@ -40137,13 +40137,12 @@ const _hoisted_2$c = ["colspan"];
|
|
|
40137
40137
|
const _hoisted_3$7 = { key: 0 };
|
|
40138
40138
|
const _hoisted_4$6 = ["colspan"];
|
|
40139
40139
|
|
|
40140
|
+
|
|
40140
40141
|
var script$e = {
|
|
40141
40142
|
__name: 'Form',
|
|
40142
40143
|
props: ["scopeThis", "myProps", "dataBox"],
|
|
40143
40144
|
setup(__props) {
|
|
40144
40145
|
|
|
40145
|
-
na;
|
|
40146
|
-
|
|
40147
40146
|
const style = vue.reactive({
|
|
40148
40147
|
collapse: vue.computed(() => styleModule.collapse()),
|
|
40149
40148
|
field_box: vue.computed(() => styleModule.field_box()),
|