super-page-runtime 2.3.27 → 2.3.28
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/es/components/runtime/utils/charts/chart-columnline-util.js +105 -95
- package/dist/es/components/runtime/utils/charts/chart-util.js +117 -113
- package/dist/es/components/runtime/utils/events/data-backfill-util.d.ts +27 -0
- package/dist/es/components/runtime/utils/events/data-backfill-util.js +39 -0
- package/dist/es/components/runtime/utils/events/standard-event.js +577 -558
- package/dist/es/components/runtime/utils/interfaces/page-design-types.d.ts +13 -1
- package/dist/es/components/runtime/views/assemblys/button/button/button-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/button/button-group/buttongroup-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/button/dropdown/dropdown-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/button/export-pdf/exportpdf-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/button/print-label/printlabel-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/column-line/column-line-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-breadcrumb.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header-group.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/common/common-chart-header.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/common/common-homepage-search.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/gauge/gauge-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/pie/pie-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/radar/radar-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/scatter/scatter-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/table/group-column-item.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/table/group-column.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/table/normal-column.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/table/table-pageination.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/chart/table/table-runtime.vue2.js +9 -9
- package/dist/es/components/runtime/views/assemblys/common/event-call-component.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/common/export-form-report-dialog.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/common/file-task-notice.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/common/format-file-task-notice-message.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/common/remove-signer-dialog.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/common/remove-signer-table.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/common/remove-transactor-dialog.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/common/save-chart-condition-dialog.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/common/task-informition-dialog.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/container/card/card-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/container/collapse/collapse-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/container/container/container-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/container/fixed/FixedBox.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/container/fixed/YxAffix.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/container/flex/flex-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/container/form/form-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/container/iframe/iframe-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/container/tabs/tabs-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/container/tools/tools-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/data/bar-code/barcode-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/data/table/main-table-runtime.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/data/table/sub-table-runtime.vue.js +11 -8
- package/dist/es/components/runtime/views/assemblys/data/table/table-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/data/tree/tree-runtime.vue2.js +5 -5
- package/dist/es/components/runtime/views/assemblys/error-render.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/checkbox/checkbox-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/common/title-suffix-element.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/custom/custom-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/date-picker/datepicker-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/dept-tree/depttree-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/divider/divider-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/file-upload/fileupload-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/input-number/input-number-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/input-text/inputtext-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/label/label-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/link/link-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/placeholder/placeholder-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/radio/radio-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue.js +1 -1
- package/dist/es/components/runtime/views/assemblys/form/rich-text/richtext-runtime.vue2.js +53 -51
- package/dist/es/components/runtime/views/assemblys/form/select/select-runtime.vue2.js +95 -95
- package/dist/es/components/runtime/views/assemblys/form/separatelabel/separatelabel-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/switch/switch-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/form/tag/tag-runtime.vue2.js +3 -3
- package/dist/es/components/runtime/views/assemblys/form/textarea/textarea-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/home-chart-render.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/object-render.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/page-bottom.vue.js +2 -2
- package/dist/es/components/runtime/views/assemblys/workflow/component/workflow-opinion-box.vue2.js +4 -4
- package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime-dialog.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/workflow/extract-workflow/extract-workflow-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/workflow/picture-flow/pictureflow-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/workflow/text-history/textflow-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-button/workflowbutton-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/assemblys/workflow/workflow-node/workflownode-runtime.vue2.js +2 -2
- package/dist/es/components/runtime/views/home-chart.vue.js +2 -2
- package/dist/es/components/runtime/views/super-page-dialog.vue.js +2 -2
- package/dist/es/components/runtime/views/super-page.vue2.js +3 -3
- package/dist/es/style.css +57 -53
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as e, ref as a, getCurrentInstance as t, onMounted as l, onUpdated as o, nextTick as u, onUnmounted as n, resolveDirective as i, withDirectives as s,
|
|
1
|
+
import { defineComponent as e, ref as a, getCurrentInstance as t, onMounted as l, onUpdated as o, nextTick as u, onUnmounted as n, resolveDirective as i, withDirectives as s, createElementBlock as r, openBlock as v, normalizeClass as p, createCommentVNode as m, normalizeStyle as c, createVNode as g, createBlock as f, createElementVNode as d, Fragment as y, renderList as h, unref as C, watch as P } from "vue";
|
|
2
2
|
import b from "./assemblys/object-render.vue.js";
|
|
3
3
|
import { updateOptionDatasources as j, updateChartDatasources as k } from "../utils/page-helper-util.js";
|
|
4
4
|
import { queryPageDesignWhenPreview as x, queryPageDesignByCode as $, convertToPageContext as S, packageAdditionalMapWithLocationSearch as D, packageAdditionalMapWithRoute as w, packageAdditionalMapWithPageRequest as N } from "../utils/page-init-util.js";
|
|
@@ -277,14 +277,14 @@ const Se = e({ __name: "super-page", props: { pageCode: { type: String, required
|
|
|
277
277
|
return je.getFormFormatDataUtil(na.value);
|
|
278
278
|
} }), (e3, a2) => {
|
|
279
279
|
const t2 = i("loading");
|
|
280
|
-
return s((
|
|
280
|
+
return s((v(), r("div", { class: p(["app-container runtime-page-container", [Re.value]]), "element-loading-text": "拼命加载中" }, [ea.value ? (v(), r("div", { ref_key: "thisRef", ref: Oe, key: va.value, class: p(["runtime-page-container-view", Ie.value]), style: c(Me.value) }, [(v(true), r(y, null, h(Fe.value, (e4, a3) => (v(), f(b, { key: e4.uuid, configure: e4, pageContext: C(na) }, null, 8, ["configure", "pageContext"]))), 128)), g(ke, { pageContext: C(na) }, null, 8, ["pageContext"]), Ve.value ? (v(), f(M, { key: 0, configure: ia.value, pageContext: sa.value, onClose: ka, onExport: xa }, null, 8, ["configure", "pageContext"])) : m("", true), d("input", { ref_key: "_selectFile_", ref: $a, type: "file", name: "_selectFile_", style: { display: "none" }, onChange: a2[0] || (a2[0] = (e4) => function() {
|
|
281
281
|
if (Ee.value) {
|
|
282
282
|
if (!$a.value) return;
|
|
283
283
|
if ("" === $a.value.value || null === $a.value.value) return;
|
|
284
284
|
const e5 = $a.value.files[0];
|
|
285
285
|
e5 ? ($a.value.value = null, Q(Ee.value, e5)) : ne({ showClose: true, type: "warning", message: Ne("superPageRuntimeMessage.noFileSelected") });
|
|
286
286
|
}
|
|
287
|
-
}()) }, null, 544), We.value || Je.value || Ue.value || Be.value ? (
|
|
287
|
+
}()) }, null, 544), We.value || Je.value || Ue.value || Be.value ? (v(), f(C(se), { key: 1, width: "60%", multiple: He.value, onClose: Sa }, null, 8, ["multiple"])) : m("", true), ze.value ? (v(), f(A, { key: 2, "task-informitions": Qe.value, onClose: a2[1] || (a2[1] = (e4) => ze.value = false), onResult: Da }, null, 8, ["task-informitions"])) : m("", true), Xe.value ? (v(), f(E, { key: 3, "task-id": Ze.value, "active-tasks": Ge.value, onClose: a2[2] || (a2[2] = (e4) => Xe.value = false), onResult: wa }, null, 8, ["task-id", "active-tasks"])) : m("", true), Ye.value ? (v(), f(V, { key: 4, "task-id": Ze.value, "transactor-info": Ke.value, onClose: a2[3] || (a2[3] = (e4) => Ye.value = false), onResult: Na }, null, 8, ["task-id", "transactor-info"])) : m("", true), aa.value ? (v(), f(ve, { key: 5, parentPageContext: la.value, parentPageEventParams: ua.value, jumpPageSetting: ta.value, onClose: a2[4] || (a2[4] = (e4) => Ta()) }, null, 8, ["parentPageContext", "parentPageEventParams", "jumpPageSetting"])) : m("", true), ga.value ? (v(), f(be, { key: 6, ref_key: "chartCondtionRef", ref: fa, pageContext: C(na), onClose: a2[5] || (a2[5] = (e4) => ga.value = false), onSave: Ra, onConfirm: _a }, null, 8, ["pageContext"])) : m("", true), g(xe, { ref_key: "eventCallComponentRef", ref: ya }, null, 512)], 6)) : m("", true)], 2)), [[t2, Te.value]]);
|
|
288
288
|
};
|
|
289
289
|
} });
|
|
290
290
|
export {
|
package/dist/es/style.css
CHANGED
|
@@ -585,21 +585,21 @@
|
|
|
585
585
|
.amb-widget-tools-parent[data-v-a9801c3f] .amb-widget-container-tool > .el-form-item {
|
|
586
586
|
margin-bottom: 0;
|
|
587
587
|
}
|
|
588
|
-
[data-v-
|
|
588
|
+
[data-v-7f659782] .el-form-item__content {
|
|
589
589
|
height: 100% !important;
|
|
590
590
|
}
|
|
591
|
-
[data-v-
|
|
591
|
+
[data-v-7f659782] .ql-toolbar.ql-snow {
|
|
592
592
|
line-height: 24px;
|
|
593
593
|
}
|
|
594
|
-
[data-v-
|
|
594
|
+
[data-v-7f659782] .ql-toolbar.ql-snow .ql-formats {
|
|
595
595
|
display: inline-flex;
|
|
596
596
|
align-items: center;
|
|
597
597
|
vertical-align: middle;
|
|
598
598
|
}
|
|
599
|
-
[data-v-
|
|
599
|
+
[data-v-7f659782] .ql-toolbar.ql-snow button[data-tooltip],[data-v-7f659782] .ql-toolbar.ql-snow .ql-picker-label[data-tooltip] {
|
|
600
600
|
position: relative;
|
|
601
601
|
}
|
|
602
|
-
[data-v-
|
|
602
|
+
[data-v-7f659782] .ql-toolbar.ql-snow button[data-tooltip]::after,[data-v-7f659782] .ql-toolbar.ql-snow .ql-picker-label[data-tooltip]::after {
|
|
603
603
|
content: attr(data-tooltip);
|
|
604
604
|
position: absolute;
|
|
605
605
|
bottom: calc(100% + 5px);
|
|
@@ -617,129 +617,132 @@
|
|
|
617
617
|
z-index: 9999;
|
|
618
618
|
pointer-events: none;
|
|
619
619
|
}
|
|
620
|
-
[data-v-
|
|
620
|
+
[data-v-7f659782] .ql-toolbar.ql-snow button[data-tooltip]:hover::after,[data-v-7f659782] .ql-toolbar.ql-snow .ql-picker-label[data-tooltip]:hover::after {
|
|
621
621
|
opacity: 1;
|
|
622
622
|
visibility: visible;
|
|
623
623
|
}
|
|
624
|
-
[data-v-
|
|
624
|
+
[data-v-7f659782] .ql-container.ql-snow .ql-editor::selection {
|
|
625
625
|
background: #b4d5fe;
|
|
626
626
|
}
|
|
627
|
-
[data-v-
|
|
627
|
+
[data-v-7f659782] .ql-container.ql-snow .ql-editor *::selection {
|
|
628
628
|
background: #b4d5fe;
|
|
629
629
|
}
|
|
630
|
-
[data-v-
|
|
630
|
+
[data-v-7f659782] .ql-editor {
|
|
631
631
|
white-space: pre-wrap;
|
|
632
632
|
}
|
|
633
|
-
[data-v-
|
|
633
|
+
[data-v-7f659782] .ql-editor:not(:focus)::selection,[data-v-7f659782] .ql-editor:not(:focus) *::selection {
|
|
634
634
|
background: #b4d5fe !important;
|
|
635
635
|
}
|
|
636
|
-
[data-v-
|
|
636
|
+
[data-v-7f659782] .ql-snow .ql-picker.ql-size .ql-picker-label::before,[data-v-7f659782] .ql-snow .ql-picker.ql-size .ql-picker-item::before {
|
|
637
637
|
content: "默认";
|
|
638
638
|
}
|
|
639
|
-
[data-v-
|
|
639
|
+
[data-v-7f659782] .ql-snow .ql-picker.ql-size .ql-picker-label[data-value="12px"]::before,[data-v-7f659782] .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="12px"]::before {
|
|
640
640
|
content: "12px";
|
|
641
641
|
}
|
|
642
|
-
[data-v-
|
|
642
|
+
[data-v-7f659782] .ql-snow .ql-picker.ql-size .ql-picker-label[data-value="14px"]::before,[data-v-7f659782] .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="14px"]::before {
|
|
643
643
|
content: "14px";
|
|
644
644
|
}
|
|
645
|
-
[data-v-
|
|
645
|
+
[data-v-7f659782] .ql-snow .ql-picker.ql-size .ql-picker-label[data-value="16px"]::before,[data-v-7f659782] .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="16px"]::before {
|
|
646
646
|
content: "16px";
|
|
647
647
|
}
|
|
648
|
-
[data-v-
|
|
648
|
+
[data-v-7f659782] .ql-snow .ql-picker.ql-size .ql-picker-label[data-value="18px"]::before,[data-v-7f659782] .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="18px"]::before {
|
|
649
649
|
content: "18px";
|
|
650
650
|
}
|
|
651
|
-
[data-v-
|
|
651
|
+
[data-v-7f659782] .ql-snow .ql-picker.ql-size .ql-picker-label[data-value="20px"]::before,[data-v-7f659782] .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="20px"]::before {
|
|
652
652
|
content: "20px";
|
|
653
653
|
}
|
|
654
|
-
[data-v-
|
|
654
|
+
[data-v-7f659782] .ql-snow .ql-picker.ql-size .ql-picker-label[data-value="24px"]::before,[data-v-7f659782] .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="24px"]::before {
|
|
655
655
|
content: "24px";
|
|
656
656
|
}
|
|
657
|
-
[data-v-
|
|
657
|
+
[data-v-7f659782] .ql-snow .ql-picker.ql-size .ql-picker-label[data-value="28px"]::before,[data-v-7f659782] .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="28px"]::before {
|
|
658
658
|
content: "28px";
|
|
659
659
|
}
|
|
660
|
-
[data-v-
|
|
660
|
+
[data-v-7f659782] .ql-snow .ql-picker.ql-size .ql-picker-label[data-value="32px"]::before,[data-v-7f659782] .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="32px"]::before {
|
|
661
661
|
content: "32px";
|
|
662
662
|
}
|
|
663
|
-
[data-v-
|
|
663
|
+
[data-v-7f659782] .ql-snow .ql-picker.ql-size .ql-picker-label[data-value="36px"]::before,[data-v-7f659782] .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="36px"]::before {
|
|
664
664
|
content: "36px";
|
|
665
665
|
}
|
|
666
|
-
[data-v-
|
|
666
|
+
[data-v-7f659782] .ql-snow .ql-picker.ql-size .ql-picker-label[data-value="48px"]::before,[data-v-7f659782] .ql-snow .ql-picker.ql-size .ql-picker-item[data-value="48px"]::before {
|
|
667
667
|
content: "48px";
|
|
668
668
|
}
|
|
669
|
-
[data-v-
|
|
669
|
+
[data-v-7f659782] .ql-snow .ql-picker.ql-font .ql-picker-label::before,[data-v-7f659782] .ql-snow .ql-picker.ql-font .ql-picker-item::before {
|
|
670
670
|
content: "默认字体";
|
|
671
671
|
}
|
|
672
|
-
[data-v-
|
|
672
|
+
[data-v-7f659782] .ql-snow .ql-picker.ql-font .ql-picker-label[data-value="Source Han Sans CN"]::before,[data-v-7f659782] .ql-snow .ql-picker.ql-font .ql-picker-item[data-value="Source Han Sans CN"]::before {
|
|
673
673
|
content: "思源黑体";
|
|
674
674
|
font-family: "Source Han Sans CN";
|
|
675
675
|
}
|
|
676
|
-
[data-v-
|
|
676
|
+
[data-v-7f659782] .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=SimSun]::before,[data-v-7f659782] .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=SimSun]::before {
|
|
677
677
|
content: "宋体";
|
|
678
678
|
font-family: "SimSun";
|
|
679
679
|
}
|
|
680
|
-
[data-v-
|
|
680
|
+
[data-v-7f659782] .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=SimHei]::before,[data-v-7f659782] .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=SimHei]::before {
|
|
681
681
|
content: "黑体";
|
|
682
682
|
font-family: "SimHei";
|
|
683
683
|
}
|
|
684
|
-
[data-v-
|
|
684
|
+
[data-v-7f659782] .ql-snow .ql-picker.ql-font .ql-picker-label[data-value="Microsoft YaHei"]::before,[data-v-7f659782] .ql-snow .ql-picker.ql-font .ql-picker-item[data-value="Microsoft YaHei"]::before {
|
|
685
685
|
content: "微软雅黑";
|
|
686
686
|
font-family: "Microsoft YaHei";
|
|
687
687
|
}
|
|
688
|
-
[data-v-
|
|
688
|
+
[data-v-7f659782] .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=KaiTi]::before,[data-v-7f659782] .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=KaiTi]::before {
|
|
689
689
|
content: "楷体";
|
|
690
690
|
font-family: "KaiTi";
|
|
691
691
|
}
|
|
692
|
-
[data-v-
|
|
692
|
+
[data-v-7f659782] .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=FangSong]::before,[data-v-7f659782] .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=FangSong]::before {
|
|
693
693
|
content: "仿宋";
|
|
694
694
|
font-family: "FangSong";
|
|
695
695
|
}
|
|
696
|
-
[data-v-
|
|
696
|
+
[data-v-7f659782] .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=Arial]::before,[data-v-7f659782] .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=Arial]::before {
|
|
697
697
|
content: "Arial";
|
|
698
698
|
font-family: "Arial";
|
|
699
699
|
}
|
|
700
|
-
[data-v-
|
|
700
|
+
[data-v-7f659782] .ql-snow .ql-picker.ql-font .ql-picker-label[data-value="Times New Roman"]::before,[data-v-7f659782] .ql-snow .ql-picker.ql-font .ql-picker-item[data-value="Times New Roman"]::before {
|
|
701
701
|
content: "Times New Roman";
|
|
702
702
|
font-family: "Times New Roman";
|
|
703
703
|
}
|
|
704
|
-
[data-v-
|
|
704
|
+
[data-v-7f659782] .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=Verdana]::before,[data-v-7f659782] .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=Verdana]::before {
|
|
705
705
|
content: "Verdana";
|
|
706
706
|
font-family: "Verdana";
|
|
707
707
|
}
|
|
708
|
-
[data-v-
|
|
708
|
+
[data-v-7f659782] .ql-snow .ql-picker.ql-font .ql-picker-label[data-value=Georgia]::before,[data-v-7f659782] .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=Georgia]::before {
|
|
709
709
|
content: "Georgia";
|
|
710
710
|
font-family: "Georgia";
|
|
711
711
|
}
|
|
712
|
-
[data-v-
|
|
712
|
+
[data-v-7f659782] .ql-snow .ql-picker.ql-font .ql-picker-label[data-value="Courier New"]::before,[data-v-7f659782] .ql-snow .ql-picker.ql-font .ql-picker-item[data-value="Courier New"]::before {
|
|
713
713
|
content: "Courier New";
|
|
714
714
|
font-family: "Courier New";
|
|
715
715
|
}
|
|
716
|
-
[data-v-
|
|
716
|
+
[data-v-7f659782] .ql-snow .ql-picker.ql-header .ql-picker-label::before,[data-v-7f659782] .ql-snow .ql-picker.ql-header .ql-picker-item::before {
|
|
717
717
|
content: "正文";
|
|
718
718
|
}
|
|
719
|
-
[data-v-
|
|
719
|
+
[data-v-7f659782] .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,[data-v-7f659782] .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
|
|
720
720
|
content: "标题1";
|
|
721
721
|
}
|
|
722
|
-
[data-v-
|
|
722
|
+
[data-v-7f659782] .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,[data-v-7f659782] .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
|
|
723
723
|
content: "标题2";
|
|
724
724
|
}
|
|
725
|
-
[data-v-
|
|
725
|
+
[data-v-7f659782] .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,[data-v-7f659782] .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
|
|
726
726
|
content: "标题3";
|
|
727
727
|
}
|
|
728
|
-
[data-v-
|
|
728
|
+
[data-v-7f659782] .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,[data-v-7f659782] .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
|
|
729
729
|
content: "标题4";
|
|
730
730
|
}
|
|
731
|
-
[data-v-
|
|
731
|
+
[data-v-7f659782] .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,[data-v-7f659782] .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
|
|
732
732
|
content: "标题5";
|
|
733
733
|
}
|
|
734
|
-
[data-v-
|
|
734
|
+
[data-v-7f659782] .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,[data-v-7f659782] .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
|
|
735
735
|
content: "标题6";
|
|
736
736
|
}
|
|
737
|
-
.richtext-wrapper[data-v-
|
|
737
|
+
.richtext-wrapper[data-v-7f659782] {
|
|
738
738
|
position: relative;
|
|
739
739
|
width: 100%;
|
|
740
740
|
height: 100%;
|
|
741
741
|
}
|
|
742
|
-
.richtext-wrapper
|
|
742
|
+
.richtext-wrapper[data-v-7f659782] .ql-container {
|
|
743
|
+
padding-bottom: 30px;
|
|
744
|
+
}
|
|
745
|
+
.richtext-wrapper.is-fullscreen[data-v-7f659782] {
|
|
743
746
|
position: fixed;
|
|
744
747
|
top: 0;
|
|
745
748
|
left: 0;
|
|
@@ -750,10 +753,11 @@
|
|
|
750
753
|
padding: 20px;
|
|
751
754
|
box-sizing: border-box;
|
|
752
755
|
}
|
|
753
|
-
.richtext-wrapper.is-fullscreen[data-v-
|
|
756
|
+
.richtext-wrapper.is-fullscreen[data-v-7f659782] .ql-container {
|
|
754
757
|
height: calc(100% - 82px) !important;
|
|
758
|
+
padding-bottom: 30px;
|
|
755
759
|
}
|
|
756
|
-
.toolbar-right-btns[data-v-
|
|
760
|
+
.toolbar-right-btns[data-v-7f659782] {
|
|
757
761
|
position: absolute;
|
|
758
762
|
top: 5px;
|
|
759
763
|
right: 10px;
|
|
@@ -761,7 +765,7 @@
|
|
|
761
765
|
display: flex;
|
|
762
766
|
gap: 4px;
|
|
763
767
|
}
|
|
764
|
-
.toolbar-btn[data-v-
|
|
768
|
+
.toolbar-btn[data-v-7f659782] {
|
|
765
769
|
width: 28px;
|
|
766
770
|
height: 24px;
|
|
767
771
|
display: flex;
|
|
@@ -773,11 +777,11 @@
|
|
|
773
777
|
border-radius: 4px;
|
|
774
778
|
color: #666;
|
|
775
779
|
}
|
|
776
|
-
.toolbar-btn[data-v-
|
|
780
|
+
.toolbar-btn[data-v-7f659782]:hover {
|
|
777
781
|
background: #e0e0e0;
|
|
778
782
|
color: #333;
|
|
779
783
|
}
|
|
780
|
-
.richtext-statusbar[data-v-
|
|
784
|
+
.richtext-statusbar[data-v-7f659782] {
|
|
781
785
|
position: absolute;
|
|
782
786
|
bottom: 0;
|
|
783
787
|
left: 0;
|
|
@@ -793,10 +797,10 @@
|
|
|
793
797
|
font-size: 12px;
|
|
794
798
|
color: #666;
|
|
795
799
|
}
|
|
796
|
-
.richtext-statusbar .word-count[data-v-
|
|
800
|
+
.richtext-statusbar .word-count[data-v-7f659782] {
|
|
797
801
|
margin-left: 15px;
|
|
798
802
|
}
|
|
799
|
-
.upload-loading[data-v-
|
|
803
|
+
.upload-loading[data-v-7f659782] {
|
|
800
804
|
position: absolute;
|
|
801
805
|
top: 0;
|
|
802
806
|
left: 0;
|
|
@@ -809,20 +813,20 @@
|
|
|
809
813
|
justify-content: center;
|
|
810
814
|
z-index: 100;
|
|
811
815
|
}
|
|
812
|
-
.upload-loading .loading-spinner[data-v-
|
|
816
|
+
.upload-loading .loading-spinner[data-v-7f659782] {
|
|
813
817
|
width: 32px;
|
|
814
818
|
height: 32px;
|
|
815
819
|
border: 3px solid #f3f3f3;
|
|
816
820
|
border-top: 3px solid #409eff;
|
|
817
821
|
border-radius: 50%;
|
|
818
|
-
animation: spin-
|
|
822
|
+
animation: spin-7f659782 1s linear infinite;
|
|
819
823
|
margin-bottom: 8px;
|
|
820
824
|
}
|
|
821
|
-
.upload-loading span[data-v-
|
|
825
|
+
.upload-loading span[data-v-7f659782] {
|
|
822
826
|
color: #666;
|
|
823
827
|
font-size: 14px;
|
|
824
828
|
}
|
|
825
|
-
@keyframes spin-
|
|
829
|
+
@keyframes spin-7f659782 {
|
|
826
830
|
0% {
|
|
827
831
|
transform: rotate(0deg);
|
|
828
832
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "super-page-runtime",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.28",
|
|
4
4
|
"description": "AgileBuilder super page runtime",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"main": "dist/es/index.js",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
|
50
50
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
51
51
|
"@vue/test-utils": "^2.4.4",
|
|
52
|
-
"agilebuilder-ui": "1.1.
|
|
52
|
+
"agilebuilder-ui": "1.1.78",
|
|
53
53
|
"axios": "^1.6.8",
|
|
54
54
|
"cypress": "^13.6.6",
|
|
55
55
|
"element-plus": "^2.6.1",
|