@yoooloo42/joker 1.0.25 → 1.0.27

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.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) {
@@ -40139,14 +40139,14 @@ var script$e = {
40139
40139
  props: ["scopeThis", "myProps", "dataBox"],
40140
40140
  setup(__props) {
40141
40141
 
40142
- const style = {
40142
+ const style = reactive({
40143
40143
  collapse: computed(() => styleModule.collapse()),
40144
40144
  field_box: computed(() => styleModule.field_box()),
40145
40145
  line: computed(() => styleModule.line()),
40146
40146
  no_field_label: styleModule.no_field_label,
40147
40147
  root_box: computed(() => styleModule.root_box()),
40148
40148
  submit_box: computed(() => styleModule.submit_box())
40149
- };
40149
+ });
40150
40150
 
40151
40151
  return (_ctx, _cache) => {
40152
40152
  const _component_ly0Menu = resolveComponent("ly0Menu");