@gct-paas/word 0.1.47-beta.5 → 0.1.47-beta.6
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 +1 -1
- package/dist/word.css +8 -6
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -122527,7 +122527,7 @@ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
|
|
|
122527
122527
|
};
|
|
122528
122528
|
}
|
|
122529
122529
|
});
|
|
122530
|
-
const BoolOptEditor = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["__scopeId", "data-v-
|
|
122530
|
+
const BoolOptEditor = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["__scopeId", "data-v-647b5798"]]);
|
|
122531
122531
|
const _hoisted_1$P = { class: "panel-field-boolean-config" };
|
|
122532
122532
|
const _sfc_main$X = /* @__PURE__ */ defineComponent({
|
|
122533
122533
|
__name: "field-boolean-config",
|
package/dist/word.css
CHANGED
|
@@ -10968,34 +10968,36 @@ svg.portrait-icon[data-v-8bdb451e] {
|
|
|
10968
10968
|
padding: 4px;
|
|
10969
10969
|
border-color: transparent;
|
|
10970
10970
|
}
|
|
10971
|
-
.option-container[data-v-
|
|
10971
|
+
.option-container[data-v-647b5798] {
|
|
10972
10972
|
position: relative;
|
|
10973
10973
|
display: flex;
|
|
10974
10974
|
flex-direction: column;
|
|
10975
10975
|
gap: 4px;
|
|
10976
10976
|
}
|
|
10977
|
-
.option-container .option-item[data-v-
|
|
10977
|
+
.option-container .option-item[data-v-647b5798] {
|
|
10978
10978
|
position: relative;
|
|
10979
10979
|
border-radius: 4px;
|
|
10980
10980
|
background: #f0f0f0;
|
|
10981
10981
|
overflow: hidden;
|
|
10982
10982
|
}
|
|
10983
|
-
.option-container .option[data-v-
|
|
10983
|
+
.option-container .option[data-v-647b5798] {
|
|
10984
10984
|
padding: 4px;
|
|
10985
10985
|
display: flex;
|
|
10986
10986
|
align-items: center;
|
|
10987
10987
|
}
|
|
10988
|
-
.option-container .option__label[data-v-
|
|
10988
|
+
.option-container .option__label[data-v-647b5798] {
|
|
10989
10989
|
width: 20px;
|
|
10990
10990
|
flex-shrink: 0;
|
|
10991
10991
|
padding-left: 4px;
|
|
10992
|
+
box-sizing: content-box;
|
|
10992
10993
|
}
|
|
10993
|
-
.option-container .option__checkbox[data-v-
|
|
10994
|
+
.option-container .option__checkbox[data-v-647b5798] {
|
|
10994
10995
|
width: 24px;
|
|
10995
10996
|
flex-shrink: 0;
|
|
10996
10997
|
padding-left: 4px;
|
|
10998
|
+
box-sizing: content-box;
|
|
10997
10999
|
}
|
|
10998
|
-
.option-container .option__attach-field[data-v-
|
|
11000
|
+
.option-container .option__attach-field[data-v-647b5798] {
|
|
10999
11001
|
margin-top: 0;
|
|
11000
11002
|
}
|
|
11001
11003
|
.panel-field-boolean-config[data-v-e4a0e34d] {
|