@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.cjs.js CHANGED
@@ -39592,7 +39592,7 @@ const upload = {
39592
39592
  }
39593
39593
  };
39594
39594
 
39595
- const style = {
39595
+ const style = vue.reactive({
39596
39596
  box: styleModule.input.box,
39597
39597
  text: styleModule.input.text,
39598
39598
  text0: styleModule.input.text0,
@@ -39606,7 +39606,7 @@ const style = {
39606
39606
  richtext: styleModule.input.richtext,
39607
39607
  video: styleModule.input.video,
39608
39608
  download: vue.computed(()=>styleModule.input.download()),
39609
- };
39609
+ });
39610
39610
 
39611
39611
  const hdlGetValue = {
39612
39612
  gbt2260(result) {
@@ -40143,14 +40143,14 @@ var script$e = {
40143
40143
  props: ["scopeThis", "myProps", "dataBox"],
40144
40144
  setup(__props) {
40145
40145
 
40146
- const style = {
40146
+ const style = vue.reactive({
40147
40147
  collapse: vue.computed(() => styleModule.collapse()),
40148
40148
  field_box: vue.computed(() => styleModule.field_box()),
40149
40149
  line: vue.computed(() => styleModule.line()),
40150
40150
  no_field_label: styleModule.no_field_label,
40151
40151
  root_box: vue.computed(() => styleModule.root_box()),
40152
40152
  submit_box: vue.computed(() => styleModule.submit_box())
40153
- };
40153
+ });
40154
40154
 
40155
40155
  return (_ctx, _cache) => {
40156
40156
  const _component_ly0Menu = vue.resolveComponent("ly0Menu");