@yoooloo42/joker 1.0.25 → 1.0.26
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 +6 -5
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +7 -6
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { computed, createElementBlock, openBlock, Fragment, createCommentVNode, createElementVNode, normalizeStyle, toDisplayString, defineComponent, h, onMounted, onBeforeUnmount, ref, watch, nextTick as nextTick$1, resolveComponent, createBlock, withCtx, renderList, createTextVNode, createVNode, unref } from 'vue';
|
|
1
|
+
import { computed, createElementBlock, openBlock, Fragment, createCommentVNode, createElementVNode, normalizeStyle, toDisplayString, defineComponent, h, onMounted, onBeforeUnmount, ref, watch, nextTick as nextTick$1, reactive, resolveComponent, createBlock, withCtx, renderList, createTextVNode, createVNode, unref } from 'vue';
|
|
2
2
|
|
|
3
3
|
function _mergeNamespaces(n, m) {
|
|
4
4
|
m.forEach(function (e) {
|
|
@@ -39588,7 +39588,7 @@ const upload = {
|
|
|
39588
39588
|
}
|
|
39589
39589
|
};
|
|
39590
39590
|
|
|
39591
|
-
const style = {
|
|
39591
|
+
const style = reactive({
|
|
39592
39592
|
box: styleModule.input.box,
|
|
39593
39593
|
text: styleModule.input.text,
|
|
39594
39594
|
text0: styleModule.input.text0,
|
|
@@ -39602,7 +39602,7 @@ const style = {
|
|
|
39602
39602
|
richtext: styleModule.input.richtext,
|
|
39603
39603
|
video: styleModule.input.video,
|
|
39604
39604
|
download: computed(()=>styleModule.input.download()),
|
|
39605
|
-
};
|
|
39605
|
+
});
|
|
39606
39606
|
|
|
39607
39607
|
const hdlGetValue = {
|
|
39608
39608
|
gbt2260(result) {
|
|
@@ -40133,20 +40133,21 @@ const _hoisted_2$c = ["colspan"];
|
|
|
40133
40133
|
const _hoisted_3$7 = { key: 0 };
|
|
40134
40134
|
const _hoisted_4$6 = ["colspan"];
|
|
40135
40135
|
|
|
40136
|
-
|
|
40137
40136
|
var script$e = {
|
|
40138
40137
|
__name: 'Form',
|
|
40139
40138
|
props: ["scopeThis", "myProps", "dataBox"],
|
|
40140
40139
|
setup(__props) {
|
|
40141
40140
|
|
|
40142
|
-
|
|
40141
|
+
na;
|
|
40142
|
+
|
|
40143
|
+
const style = reactive({
|
|
40143
40144
|
collapse: computed(() => styleModule.collapse()),
|
|
40144
40145
|
field_box: computed(() => styleModule.field_box()),
|
|
40145
40146
|
line: computed(() => styleModule.line()),
|
|
40146
40147
|
no_field_label: styleModule.no_field_label,
|
|
40147
40148
|
root_box: computed(() => styleModule.root_box()),
|
|
40148
40149
|
submit_box: computed(() => styleModule.submit_box())
|
|
40149
|
-
};
|
|
40150
|
+
});
|
|
40150
40151
|
|
|
40151
40152
|
return (_ctx, _cache) => {
|
|
40152
40153
|
const _component_ly0Menu = resolveComponent("ly0Menu");
|