@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 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) {
@@ -40137,20 +40137,21 @@ const _hoisted_2$c = ["colspan"];
40137
40137
  const _hoisted_3$7 = { key: 0 };
40138
40138
  const _hoisted_4$6 = ["colspan"];
40139
40139
 
40140
-
40141
40140
  var script$e = {
40142
40141
  __name: 'Form',
40143
40142
  props: ["scopeThis", "myProps", "dataBox"],
40144
40143
  setup(__props) {
40145
40144
 
40146
- const style = {
40145
+ na;
40146
+
40147
+ const style = vue.reactive({
40147
40148
  collapse: vue.computed(() => styleModule.collapse()),
40148
40149
  field_box: vue.computed(() => styleModule.field_box()),
40149
40150
  line: vue.computed(() => styleModule.line()),
40150
40151
  no_field_label: styleModule.no_field_label,
40151
40152
  root_box: vue.computed(() => styleModule.root_box()),
40152
40153
  submit_box: vue.computed(() => styleModule.submit_box())
40153
- };
40154
+ });
40154
40155
 
40155
40156
  return (_ctx, _cache) => {
40156
40157
  const _component_ly0Menu = vue.resolveComponent("ly0Menu");