@gct-paas/word 0.1.2 → 0.1.3

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.es.js CHANGED
@@ -27819,7 +27819,7 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
27819
27819
  modelKeys: [props.modelKey]
27820
27820
  });
27821
27821
  const val = ref();
27822
- const radioVal2 = ref();
27822
+ const radioVal = ref();
27823
27823
  const checked = ref();
27824
27824
  const list = ref();
27825
27825
  const sliderVal = ref();
@@ -27882,8 +27882,8 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
27882
27882
  ]),
27883
27883
  createElementVNode("div", _hoisted_8$4, [
27884
27884
  createVNode(unref(GctRadioGroup), {
27885
- modelValue: radioVal2.value,
27886
- "onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => radioVal2.value = $event)
27885
+ modelValue: radioVal.value,
27886
+ "onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => radioVal.value = $event)
27887
27887
  }, {
27888
27888
  default: withCtx(() => [
27889
27889
  createVNode(unref(GctRadio), { value: "a" }, {
@@ -27904,8 +27904,8 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
27904
27904
  ]),
27905
27905
  createElementVNode("div", _hoisted_9$3, [
27906
27906
  createVNode(unref(GctRadioGroup), {
27907
- modelValue: radioVal2.value,
27908
- "onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => radioVal2.value = $event),
27907
+ modelValue: radioVal.value,
27908
+ "onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => radioVal.value = $event),
27909
27909
  optionType: "button"
27910
27910
  }, {
27911
27911
  default: withCtx(() => [
@@ -27933,8 +27933,8 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
27933
27933
  ]),
27934
27934
  createElementVNode("div", _hoisted_10$3, [
27935
27935
  createVNode(unref(GctRadioGroup), {
27936
- modelValue: radioVal2.value,
27937
- "onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => radioVal2.value = $event),
27936
+ modelValue: radioVal.value,
27937
+ "onUpdate:modelValue": _cache[5] || (_cache[5] = ($event) => radioVal.value = $event),
27938
27938
  size: "small"
27939
27939
  }, {
27940
27940
  default: withCtx(() => [
@@ -27957,8 +27957,8 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
27957
27957
  createElementVNode("div", _hoisted_11$2, [
27958
27958
  createVNode(unref(GctRadio), {
27959
27959
  value: "333",
27960
- modelValue: radioVal2.value,
27961
- "onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => radioVal2.value = $event)
27960
+ modelValue: radioVal.value,
27961
+ "onUpdate:modelValue": _cache[6] || (_cache[6] = ($event) => radioVal.value = $event)
27962
27962
  }, {
27963
27963
  default: withCtx(() => [..._cache[22] || (_cache[22] = [
27964
27964
  createTextVNode("333", -1)
@@ -50138,7 +50138,7 @@ const _hoisted_5$6 = { class: "content" };
50138
50138
  const _sfc_main$C = /* @__PURE__ */ defineComponent({
50139
50139
  __name: "PaperPanel",
50140
50140
  setup(__props) {
50141
- const radioVal2 = ref(OrientationTypeConst.Portrait);
50141
+ const radioVal = ref(OrientationTypeConst.Portrait);
50142
50142
  const padding = ref({ l: 9, r: 9, t: 9, b: 9 });
50143
50143
  const headerBool = ref(false);
50144
50144
  return (_ctx, _cache) => {
@@ -50192,8 +50192,8 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
50192
50192
  }, {
50193
50193
  default: withCtx(() => [
50194
50194
  createVNode(_sfc_main$F, {
50195
- orientation: radioVal2.value,
50196
- "onUpdate:orientation": _cache[0] || (_cache[0] = ($event) => radioVal2.value = $event)
50195
+ orientation: radioVal.value,
50196
+ "onUpdate:orientation": _cache[0] || (_cache[0] = ($event) => radioVal.value = $event)
50197
50197
  }, null, 8, ["orientation"])
50198
50198
  ]),
50199
50199
  _: 1
@@ -52004,7 +52004,6 @@ const _hoisted_16 = {
52004
52004
  key: 0,
52005
52005
  class: "error"
52006
52006
  };
52007
- const radioVal = "formula";
52008
52007
  const _sfc_main$y = /* @__PURE__ */ defineComponent({
52009
52008
  __name: "field-dependency-modal",
52010
52009
  props: {
@@ -52022,6 +52021,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
52022
52021
  expression: "",
52023
52022
  strategy: AssignmentStrategyTypeConst.AlwaysCover
52024
52023
  });
52024
+ const radioVal = ref("formula");
52025
52025
  const errors = reactive({
52026
52026
  prerequisites: "",
52027
52027
  assignment: ""
@@ -52141,8 +52141,8 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
52141
52141
  _cache[10] || (_cache[10] = createElementVNode("div", { class: "label" }, "赋值类型", -1)),
52142
52142
  createElementVNode("div", _hoisted_8$3, [
52143
52143
  createVNode(unref(GctRadioGroup), {
52144
- modelValue: radioVal,
52145
- "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => radioVal = $event)
52144
+ modelValue: radioVal.value,
52145
+ "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => radioVal.value = $event)
52146
52146
  }, {
52147
52147
  default: withCtx(() => [
52148
52148
  createVNode(unref(GctRadio), { value: "formula" }, {
@@ -52153,7 +52153,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
52153
52153
  })
52154
52154
  ]),
52155
52155
  _: 1
52156
- })
52156
+ }, 8, ["modelValue"])
52157
52157
  ])
52158
52158
  ]),
52159
52159
  createElementVNode("div", _hoisted_9$2, [
@@ -52209,7 +52209,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
52209
52209
  };
52210
52210
  }
52211
52211
  });
52212
- const FieldDependencyModal = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-4e05828e"]]);
52212
+ const FieldDependencyModal = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["__scopeId", "data-v-f7304cea"]]);
52213
52213
  const _hoisted_1$q = { class: "field-dependency-module" };
52214
52214
  const _hoisted_2$c = { class: "field-dependency-list" };
52215
52215
  const _hoisted_3$7 = { class: "item-header" };
package/dist/word.css CHANGED
@@ -3455,34 +3455,34 @@ svg.portrait-icon[data-v-8bdb451e] {
3455
3455
  .panel-data-group .line-content .delete-title[data-v-6c08ebe9]:hover {
3456
3456
  opacity: 0.7;
3457
3457
  }
3458
- .field-dependency-form .form-row[data-v-4e05828e] {
3458
+ .field-dependency-form .form-row[data-v-f7304cea] {
3459
3459
  display: flex;
3460
3460
  align-items: center;
3461
3461
  margin-bottom: 16px;
3462
3462
  gap: 12px;
3463
3463
  padding-right: 24px;
3464
3464
  }
3465
- .field-dependency-form .form-row.current-component[data-v-4e05828e] {
3465
+ .field-dependency-form .form-row.current-component[data-v-f7304cea] {
3466
3466
  align-items: flex-start;
3467
3467
  }
3468
- .field-dependency-form .form-row.current-component .control[data-v-4e05828e] {
3468
+ .field-dependency-form .form-row.current-component .control[data-v-f7304cea] {
3469
3469
  flex-direction: column;
3470
3470
  align-items: flex-start;
3471
3471
  }
3472
- .field-dependency-form .label[data-v-4e05828e] {
3472
+ .field-dependency-form .label[data-v-f7304cea] {
3473
3473
  width: 100px;
3474
3474
  text-align: right;
3475
3475
  line-height: 32px;
3476
3476
  color: rgba(0, 0, 0, 0.85);
3477
3477
  font-size: 13px;
3478
3478
  }
3479
- .field-dependency-form .label[data-v-4e05828e]:after {
3479
+ .field-dependency-form .label[data-v-f7304cea]:after {
3480
3480
  content: ':';
3481
3481
  margin: 0 2px 0 2px;
3482
3482
  position: relative;
3483
3483
  top: -0.5px;
3484
3484
  }
3485
- .field-dependency-form .label.required[data-v-4e05828e]::before {
3485
+ .field-dependency-form .label.required[data-v-f7304cea]::before {
3486
3486
  color: #ff4d4f;
3487
3487
  content: '*';
3488
3488
  display: inline-block;
@@ -3491,46 +3491,46 @@ svg.portrait-icon[data-v-8bdb451e] {
3491
3491
  line-height: 1;
3492
3492
  margin-right: 4px;
3493
3493
  }
3494
- .field-dependency-form .control[data-v-4e05828e] {
3494
+ .field-dependency-form .control[data-v-f7304cea] {
3495
3495
  flex: 1;
3496
3496
  display: flex;
3497
3497
  align-items: center;
3498
3498
  position: relative;
3499
3499
  }
3500
- .field-dependency-form .field-icon[data-v-4e05828e] {
3500
+ .field-dependency-form .field-icon[data-v-f7304cea] {
3501
3501
  display: flex;
3502
3502
  align-items: center;
3503
3503
  color: rgba(0, 0, 0, 0.85);
3504
3504
  font-size: 13px;
3505
3505
  line-height: 32px;
3506
3506
  }
3507
- .field-dependency-form .field-icon .icon[data-v-4e05828e] {
3507
+ .field-dependency-form .field-icon .icon[data-v-f7304cea] {
3508
3508
  margin-right: 8px;
3509
3509
  }
3510
- .field-dependency-form .message[data-v-4e05828e] {
3510
+ .field-dependency-form .message[data-v-f7304cea] {
3511
3511
  font-size: 12px;
3512
3512
  color: #c3c3c3;
3513
3513
  margin-top: 4px;
3514
3514
  }
3515
- .field-dependency-form .error[data-v-4e05828e] {
3515
+ .field-dependency-form .error[data-v-f7304cea] {
3516
3516
  color: #ff4d4f;
3517
3517
  font-size: 12px;
3518
3518
  line-height: 20px;
3519
3519
  margin-top: 4px;
3520
3520
  }
3521
- .field-dependency-form[data-v-4e05828e] .field-dependency-breadcrumb-link.gct-breadcrumb {
3521
+ .field-dependency-form[data-v-f7304cea] .field-dependency-breadcrumb-link.gct-breadcrumb {
3522
3522
  font-size: 13px;
3523
3523
  }
3524
- .field-dependency-form[data-v-4e05828e] .field-dependency-breadcrumb-link.gct-breadcrumb .gct-breadcrumb-separator {
3524
+ .field-dependency-form[data-v-f7304cea] .field-dependency-breadcrumb-link.gct-breadcrumb .gct-breadcrumb-separator {
3525
3525
  margin: 0 2px;
3526
3526
  }
3527
- .field-dependency-form[data-v-4e05828e] .field-dependency-breadcrumb-link.gct-breadcrumb .gct-breadcrumb-link {
3527
+ .field-dependency-form[data-v-f7304cea] .field-dependency-breadcrumb-link.gct-breadcrumb .gct-breadcrumb-link {
3528
3528
  color: rgba(0, 0, 0, 0.45);
3529
3529
  }
3530
- .field-dependency-form[data-v-4e05828e] .field-dependency-breadcrumb-link.gct-breadcrumb .gct-breadcrumb-item:last-child .gct-breadcrumb-link {
3530
+ .field-dependency-form[data-v-f7304cea] .field-dependency-breadcrumb-link.gct-breadcrumb .gct-breadcrumb-item:last-child .gct-breadcrumb-link {
3531
3531
  color: rgba(0, 0, 0, 0.85);
3532
3532
  }
3533
- .field-dependency-form[data-v-4e05828e] .field-dependency-radio.gct-radio-group {
3533
+ .field-dependency-form[data-v-f7304cea] .field-dependency-radio.gct-radio-group {
3534
3534
  gap: 24px;
3535
3535
  color: rgba(0, 0, 0, 0.85);
3536
3536
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gct-paas/word",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "GCT 在线 word",
5
5
  "keywords": [
6
6
  "vue",