form-custom-test 3.0.110 → 3.0.111
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/designer.es.js +59 -39
- package/dist/designer.style.css +2 -2
- package/dist/designer.umd.js +6 -6
- package/dist/render.es.js +53 -39
- package/dist/render.style.css +2 -2
- package/dist/render.umd.js +4 -4
- package/package.json +1 -1
package/dist/designer.es.js
CHANGED
|
@@ -1852,6 +1852,8 @@ const advancedFields = [
|
|
|
1852
1852
|
fileMaxSize: 5,
|
|
1853
1853
|
fileTypes: ["jpg", "jpeg", "png"],
|
|
1854
1854
|
allowDrag: true,
|
|
1855
|
+
mainTip: "",
|
|
1856
|
+
subTip: "",
|
|
1855
1857
|
customClass: "",
|
|
1856
1858
|
labelIconClass: null,
|
|
1857
1859
|
labelIconPosition: "rear",
|
|
@@ -1891,6 +1893,8 @@ const advancedFields = [
|
|
|
1891
1893
|
fileMaxSize: 100,
|
|
1892
1894
|
fileTypes: ["doc", "docx", "xls", "xlsx", "pdf", "ppt", "pptx", "jpg", "jpeg", "png", "bmp", "doc", "txt", "mp3", "mp4", "et", "ett", "wps", "wpt", "xlt", "ofd", "dot", "zip", "rar", "7z", "tar"],
|
|
1893
1895
|
allowDrag: true,
|
|
1896
|
+
mainTip: "",
|
|
1897
|
+
subTip: "",
|
|
1894
1898
|
customClass: "",
|
|
1895
1899
|
labelIconClass: null,
|
|
1896
1900
|
labelIconPosition: "rear",
|
|
@@ -3241,6 +3245,8 @@ var enLocale = {
|
|
|
3241
3245
|
formCss: "Form CSS",
|
|
3242
3246
|
addCss: "Edit",
|
|
3243
3247
|
customClass: "Custom Class",
|
|
3248
|
+
mainTip: "Main Tip",
|
|
3249
|
+
subTip: "Sub Tip",
|
|
3244
3250
|
globalFunctions: "Global Functions",
|
|
3245
3251
|
addEventHandler: "Edit",
|
|
3246
3252
|
editWidgetEventHandler: "Edit Widget Event Handler",
|
|
@@ -3568,6 +3574,8 @@ var zhLocale = {
|
|
|
3568
3574
|
formCss: "\u8868\u5355\u5168\u5C40CSS",
|
|
3569
3575
|
addCss: "\u7F16\u5199CSS",
|
|
3570
3576
|
customClass: "\u81EA\u5B9A\u4E49CSS\u6837\u5F0F",
|
|
3577
|
+
mainTip: "\u4E3B\u63D0\u793A\u8BED",
|
|
3578
|
+
subTip: "\u526F\u63D0\u793A\u8BED",
|
|
3571
3579
|
globalFunctions: "\u8868\u5355\u5168\u5C40\u51FD\u6570",
|
|
3572
3580
|
addEventHandler: "\u7F16\u5199\u4EE3\u7801",
|
|
3573
3581
|
editWidgetEventHandler: "\u7EC4\u4EF6\u4E8B\u4EF6\u5904\u7406",
|
|
@@ -12576,15 +12584,16 @@ const _hoisted_2$p = {
|
|
|
12576
12584
|
key: 0,
|
|
12577
12585
|
class: "el-upload__tip"
|
|
12578
12586
|
};
|
|
12579
|
-
const _hoisted_3$k = { class: "
|
|
12580
|
-
const _hoisted_4$h = { class: "
|
|
12581
|
-
const _hoisted_5$e = { class: "
|
|
12582
|
-
const _hoisted_6$e =
|
|
12583
|
-
const _hoisted_7$b = ["
|
|
12584
|
-
const _hoisted_8$8 =
|
|
12585
|
-
const _hoisted_9$7 =
|
|
12586
|
-
const _hoisted_10$6 = ["onClick"];
|
|
12587
|
+
const _hoisted_3$k = { class: "main-tip" };
|
|
12588
|
+
const _hoisted_4$h = { class: "sub-tip" };
|
|
12589
|
+
const _hoisted_5$e = { class: "upload-file-list" };
|
|
12590
|
+
const _hoisted_6$e = { class: "left-wrap" };
|
|
12591
|
+
const _hoisted_7$b = ["src"];
|
|
12592
|
+
const _hoisted_8$8 = ["title"];
|
|
12593
|
+
const _hoisted_9$7 = { class: "right-wrap" };
|
|
12594
|
+
const _hoisted_10$6 = ["title", "onClick"];
|
|
12587
12595
|
const _hoisted_11$4 = ["onClick"];
|
|
12596
|
+
const _hoisted_12$3 = ["onClick"];
|
|
12588
12597
|
function _sfc_render$3c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
12589
12598
|
const _component_el_button = resolveComponent("el-button");
|
|
12590
12599
|
const _component_el_upload = resolveComponent("el-upload");
|
|
@@ -12628,40 +12637,40 @@ function _sfc_render$3c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12628
12637
|
!!$props.field.options.uploadTip && !_ctx.getDisabled() ? (openBlock(), createElementBlock("div", _hoisted_2$p, toDisplayString($props.field.options.uploadTip), 1)) : createCommentVNode("", true)
|
|
12629
12638
|
]),
|
|
12630
12639
|
file: withCtx(({ file }) => [
|
|
12631
|
-
createElementVNode("div",
|
|
12632
|
-
createElementVNode("div",
|
|
12640
|
+
createElementVNode("div", _hoisted_5$e, [
|
|
12641
|
+
createElementVNode("div", _hoisted_6$e, [
|
|
12633
12642
|
createElementVNode("img", {
|
|
12634
12643
|
src: $options.getFileIcon(file.name),
|
|
12635
12644
|
alt: "",
|
|
12636
12645
|
style: { "width": "18px", "height": "18px", "margin-right": "8px" }
|
|
12637
|
-
}, null, 8,
|
|
12646
|
+
}, null, 8, _hoisted_7$b),
|
|
12638
12647
|
createElementVNode("div", {
|
|
12639
12648
|
class: "upload-file-name",
|
|
12640
12649
|
title: file.name
|
|
12641
|
-
}, toDisplayString(file.name), 9,
|
|
12650
|
+
}, toDisplayString(file.name), 9, _hoisted_8$8)
|
|
12642
12651
|
]),
|
|
12643
|
-
createElementVNode("div",
|
|
12652
|
+
createElementVNode("div", _hoisted_9$7, [
|
|
12644
12653
|
!_ctx.getDisabled() ? (openBlock(), createElementBlock("div", {
|
|
12645
12654
|
key: 0,
|
|
12646
12655
|
class: "file-action",
|
|
12647
12656
|
title: _ctx.i18nt("render.hint.removeFile"),
|
|
12648
12657
|
onClick: ($event) => $options.removeUploadFile(file.name, file.url, file.uid)
|
|
12649
|
-
}, [..._cache[
|
|
12658
|
+
}, [..._cache[2] || (_cache[2] = [
|
|
12650
12659
|
createElementVNode("img", {
|
|
12651
12660
|
src: _imports_1,
|
|
12652
12661
|
alt: ""
|
|
12653
12662
|
}, null, -1)
|
|
12654
|
-
])], 8,
|
|
12663
|
+
])], 8, _hoisted_10$6)) : createCommentVNode("", true),
|
|
12655
12664
|
_ctx.getDisabled() && !$options.isZip(file.name) ? (openBlock(), createElementBlock("div", {
|
|
12656
12665
|
key: 1,
|
|
12657
12666
|
onClick: withModifiers(($event) => $options.handlePreview(file), ["stop"]),
|
|
12658
12667
|
class: "pr-8px color-primary cursor-pointer file-action-right"
|
|
12659
|
-
}, " \u9884\u89C8 ", 8,
|
|
12668
|
+
}, " \u9884\u89C8 ", 8, _hoisted_11$4)) : createCommentVNode("", true),
|
|
12660
12669
|
_ctx.getDisabled() ? (openBlock(), createElementBlock("div", {
|
|
12661
12670
|
key: 2,
|
|
12662
12671
|
onClick: withModifiers(($event) => $options.handleDownload(file), ["stop"]),
|
|
12663
12672
|
class: "pr-8px color-primary cursor-pointer file-action-right"
|
|
12664
|
-
}, " \u4E0B\u8F7D ", 8,
|
|
12673
|
+
}, " \u4E0B\u8F7D ", 8, _hoisted_12$3)) : createCommentVNode("", true)
|
|
12665
12674
|
])
|
|
12666
12675
|
])
|
|
12667
12676
|
]),
|
|
@@ -12675,13 +12684,13 @@ function _sfc_render$3c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12675
12684
|
src: _imports_0,
|
|
12676
12685
|
alt: ""
|
|
12677
12686
|
}, null, -1)),
|
|
12678
|
-
|
|
12679
|
-
createElementVNode("div",
|
|
12687
|
+
createElementVNode("div", _hoisted_3$k, toDisplayString($props.field.options.mainTip || "\u70B9\u51FB\u6216\u62D6\u62FD\u6587\u4EF6\u5230\u6B64\u533A\u57DF\u4E0A\u4F20"), 1),
|
|
12688
|
+
createElementVNode("div", _hoisted_4$h, toDisplayString($props.field.options.subTip || `\u652F\u6301\u4E0A\u4F20${$props.field.options.fileTypes.slice(0, 8).join("\uFF0C")}\u7B49\u683C\u5F0F\u6587\u4EF6`), 1)
|
|
12680
12689
|
], 64)) : (openBlock(), createBlock(_component_el_button, {
|
|
12681
12690
|
key: 1,
|
|
12682
12691
|
type: "primary"
|
|
12683
12692
|
}, {
|
|
12684
|
-
default: withCtx(() => [..._cache[
|
|
12693
|
+
default: withCtx(() => [..._cache[1] || (_cache[1] = [
|
|
12685
12694
|
createTextVNode(" \u9009\u62E9\u6587\u4EF6", -1)
|
|
12686
12695
|
])]),
|
|
12687
12696
|
_: 1
|
|
@@ -12702,7 +12711,7 @@ function _sfc_render$3c(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
12702
12711
|
_: 1
|
|
12703
12712
|
}, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
12704
12713
|
}
|
|
12705
|
-
var fileUploadWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$3c, [["render", _sfc_render$3c], ["__scopeId", "data-v-
|
|
12714
|
+
var fileUploadWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$3c, [["render", _sfc_render$3c], ["__scopeId", "data-v-7746136c"]]);
|
|
12706
12715
|
var __glob_0_7$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
12707
12716
|
__proto__: null,
|
|
12708
12717
|
"default": fileUploadWidget
|
|
@@ -13387,6 +13396,7 @@ function _sfc_render$37(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13387
13396
|
"sub-form-row-id": $props.subFormRowId
|
|
13388
13397
|
}, {
|
|
13389
13398
|
default: withCtx(() => [
|
|
13399
|
+
createTextVNode(toDisplayString(_ctx.getDisabled()) + " ", 1),
|
|
13390
13400
|
createVNode(_component_el_radio_group, {
|
|
13391
13401
|
ref: "fieldEditor",
|
|
13392
13402
|
modelValue: $data.fieldModel,
|
|
@@ -13431,7 +13441,7 @@ function _sfc_render$37(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
13431
13441
|
_: 1
|
|
13432
13442
|
}, 8, ["designer", "field", "rules", "design-state", "parent-widget", "parent-list", "index-of-parent-list", "sub-form-row-index", "sub-form-col-index", "sub-form-row-id"]);
|
|
13433
13443
|
}
|
|
13434
|
-
var radioWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$37, [["render", _sfc_render$37], ["__scopeId", "data-v-
|
|
13444
|
+
var radioWidget = /* @__PURE__ */ _export_sfc$1(_sfc_main$37, [["render", _sfc_render$37], ["__scopeId", "data-v-12ecda57"]]);
|
|
13435
13445
|
var __glob_0_13$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
13436
13446
|
__proto__: null,
|
|
13437
13447
|
"default": radioWidget
|
|
@@ -61730,6 +61740,8 @@ const COMMON_PROPERTIES$1 = {
|
|
|
61730
61740
|
"fileMaxSize": "fileMaxSize-editor",
|
|
61731
61741
|
"fileTypes": "fileTypes-editor",
|
|
61732
61742
|
"allowDrag": "file-allow-drage",
|
|
61743
|
+
"mainTip": "mainTip-editor",
|
|
61744
|
+
"subTip": "subTip-editor",
|
|
61733
61745
|
"contentHeight": "contentHeight-editor",
|
|
61734
61746
|
"customClass": "customClass-editor",
|
|
61735
61747
|
"showBlankRow": "showBlankRow-editor",
|
|
@@ -68432,13 +68444,13 @@ function registerIcon(app) {
|
|
|
68432
68444
|
if (typeof window !== "undefined") {
|
|
68433
68445
|
let loadSvg = function() {
|
|
68434
68446
|
var body = document.body;
|
|
68435
|
-
var svgDom = document.getElementById("
|
|
68447
|
+
var svgDom = document.getElementById("__svg__icons__dom__1777430439761__");
|
|
68436
68448
|
if (!svgDom) {
|
|
68437
68449
|
svgDom = document.createElementNS("http://www.w3.org/2000/svg", "svg");
|
|
68438
68450
|
svgDom.style.position = "absolute";
|
|
68439
68451
|
svgDom.style.width = "0";
|
|
68440
68452
|
svgDom.style.height = "0";
|
|
68441
|
-
svgDom.id = "
|
|
68453
|
+
svgDom.id = "__svg__icons__dom__1777430439761__";
|
|
68442
68454
|
svgDom.setAttribute("xmlns", "http://www.w3.org/2000/svg");
|
|
68443
68455
|
svgDom.setAttribute("xmlns:link", "http://www.w3.org/1999/xlink");
|
|
68444
68456
|
}
|
|
@@ -78493,16 +78505,10 @@ const _sfc_main$4 = {
|
|
|
78493
78505
|
this.visible = newVal;
|
|
78494
78506
|
if (newVal) {
|
|
78495
78507
|
this.getTableData();
|
|
78508
|
+
this.selectedRows = this.fieldValue && Array.isArray(this.fieldValue) ? lodash.exports.cloneDeep(this.fieldValue) : [];
|
|
78496
78509
|
}
|
|
78497
78510
|
}
|
|
78498
78511
|
},
|
|
78499
|
-
fieldValue: {
|
|
78500
|
-
handler(newVal) {
|
|
78501
|
-
this.selectedRows = newVal && Array.isArray(newVal) ? lodash.exports.cloneDeep(newVal) : [];
|
|
78502
|
-
},
|
|
78503
|
-
deep: true,
|
|
78504
|
-
immediate: true
|
|
78505
|
-
},
|
|
78506
78512
|
assetTypeValue: {
|
|
78507
78513
|
handler(newVal) {
|
|
78508
78514
|
if (newVal) {
|
|
@@ -78682,13 +78688,14 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
78682
78688
|
createElementVNode("div", _hoisted_4, [
|
|
78683
78689
|
createVNode(_component_el_form, { model: $data.form }, {
|
|
78684
78690
|
default: withCtx(() => [
|
|
78685
|
-
createVNode(_component_el_row, { gutter:
|
|
78691
|
+
createVNode(_component_el_row, { gutter: 12 }, {
|
|
78686
78692
|
default: withCtx(() => [
|
|
78687
78693
|
createVNode(_component_el_col, { span: 5 }, {
|
|
78688
78694
|
default: withCtx(() => [
|
|
78689
78695
|
createVNode(_component_el_form_item, null, {
|
|
78690
78696
|
default: withCtx(() => [
|
|
78691
78697
|
createVNode(_component_el_input, {
|
|
78698
|
+
maxlength: "50",
|
|
78692
78699
|
modelValue: $data.form.assetCode,
|
|
78693
78700
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $data.form.assetCode = $event),
|
|
78694
78701
|
placeholder: "\u8BF7\u8F93\u5165"
|
|
@@ -78709,6 +78716,7 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
78709
78716
|
createVNode(_component_el_form_item, null, {
|
|
78710
78717
|
default: withCtx(() => [
|
|
78711
78718
|
createVNode(_component_el_input, {
|
|
78719
|
+
maxlength: "50",
|
|
78712
78720
|
modelValue: $data.form.labelName,
|
|
78713
78721
|
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => $data.form.labelName = $event),
|
|
78714
78722
|
placeholder: "\u8BF7\u8F93\u5165"
|
|
@@ -78759,6 +78767,7 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
78759
78767
|
createVNode(_component_el_form_item, null, {
|
|
78760
78768
|
default: withCtx(() => [
|
|
78761
78769
|
createVNode(_component_el_input, {
|
|
78770
|
+
maxlength: "50",
|
|
78762
78771
|
modelValue: $data.form.assetOwnerUnit,
|
|
78763
78772
|
"onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => $data.form.assetOwnerUnit = $event),
|
|
78764
78773
|
placeholder: "\u8BF7\u8F93\u5165"
|
|
@@ -78827,6 +78836,8 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
78827
78836
|
}),
|
|
78828
78837
|
createVNode(_component_el_table_column, {
|
|
78829
78838
|
prop: "assetTypeName",
|
|
78839
|
+
"header-align": "center",
|
|
78840
|
+
align: "center",
|
|
78830
78841
|
label: "\u8D44\u4EA7\u7C7B\u578B"
|
|
78831
78842
|
}),
|
|
78832
78843
|
createVNode(_component_el_table_column, {
|
|
@@ -78835,7 +78846,8 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
78835
78846
|
}),
|
|
78836
78847
|
createVNode(_component_el_table_column, {
|
|
78837
78848
|
prop: "originalValue",
|
|
78838
|
-
label: "\u539F\u503C(\u4E07\u5143)"
|
|
78849
|
+
label: "\u539F\u503C(\u4E07\u5143)",
|
|
78850
|
+
width: "120"
|
|
78839
78851
|
}, {
|
|
78840
78852
|
default: withCtx(({ row }) => [
|
|
78841
78853
|
createTextVNode(toDisplayString(row.originalValue | _ctx.formatMoney), 1)
|
|
@@ -78844,7 +78856,8 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
78844
78856
|
}),
|
|
78845
78857
|
createVNode(_component_el_table_column, {
|
|
78846
78858
|
prop: "netValue",
|
|
78847
|
-
label: "\u51C0\u503C(\u4E07\u5143)"
|
|
78859
|
+
label: "\u51C0\u503C(\u4E07\u5143)",
|
|
78860
|
+
width: "120"
|
|
78848
78861
|
}, {
|
|
78849
78862
|
default: withCtx(({ row }) => [
|
|
78850
78863
|
createTextVNode(toDisplayString(row.netValue | _ctx.formatMoney), 1)
|
|
@@ -78931,7 +78944,7 @@ function _sfc_render$4(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
78931
78944
|
_: 1
|
|
78932
78945
|
}, 8, ["modelValue", "onClose"]);
|
|
78933
78946
|
}
|
|
78934
|
-
var AssetDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-
|
|
78947
|
+
var AssetDialog = /* @__PURE__ */ _export_sfc$1(_sfc_main$4, [["render", _sfc_render$4], ["__scopeId", "data-v-b38703a2"]]);
|
|
78935
78948
|
var index_vue_vue_type_style_index_0_lang$1 = "";
|
|
78936
78949
|
const _sfc_main$3 = {
|
|
78937
78950
|
name: "asset-select-widget",
|
|
@@ -79626,7 +79639,7 @@ const _sfc_main$1 = {
|
|
|
79626
79639
|
const _hoisted_1$1 = { key: 1 };
|
|
79627
79640
|
function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
79628
79641
|
const _component_el_table_column = resolveComponent("el-table-column");
|
|
79629
|
-
const
|
|
79642
|
+
const _component_el_text = resolveComponent("el-text");
|
|
79630
79643
|
const _component_el_table = resolveComponent("el-table");
|
|
79631
79644
|
const _component_detail_dialog = resolveComponent("detail-dialog");
|
|
79632
79645
|
const _component_form_item_wrapper = resolveComponent("form-item-wrapper");
|
|
@@ -79664,12 +79677,14 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
79664
79677
|
}),
|
|
79665
79678
|
createVNode(_component_el_table_column, {
|
|
79666
79679
|
prop: "labelName",
|
|
79667
|
-
label: "\u8D44\u4EA7\u540D\u79F0"
|
|
79680
|
+
label: "\u8D44\u4EA7\u540D\u79F0",
|
|
79681
|
+
align: "left"
|
|
79668
79682
|
}, {
|
|
79669
79683
|
default: withCtx(({ row }) => [
|
|
79670
|
-
$props.field.options.clickRow ? (openBlock(), createBlock(
|
|
79684
|
+
$props.field.options.clickRow ? (openBlock(), createBlock(_component_el_text, {
|
|
79671
79685
|
key: 0,
|
|
79672
|
-
|
|
79686
|
+
class: "click-text",
|
|
79687
|
+
type: "primary",
|
|
79673
79688
|
size: "small",
|
|
79674
79689
|
onClick: ($event) => $options.handleRow(row)
|
|
79675
79690
|
}, {
|
|
@@ -79683,6 +79698,7 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
79683
79698
|
}),
|
|
79684
79699
|
createVNode(_component_el_table_column, {
|
|
79685
79700
|
prop: "assetTypeName",
|
|
79701
|
+
align: "center",
|
|
79686
79702
|
label: "\u8D44\u4EA7\u7C7B\u578B"
|
|
79687
79703
|
}),
|
|
79688
79704
|
createVNode(_component_el_table_column, {
|
|
@@ -79709,6 +79725,8 @@ function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
79709
79725
|
}),
|
|
79710
79726
|
createVNode(_component_el_table_column, {
|
|
79711
79727
|
prop: "isUpdate",
|
|
79728
|
+
align: "center",
|
|
79729
|
+
"header-align": "center",
|
|
79712
79730
|
label: "\u662F\u5426\u5DF2\u5B8C\u6210\u586B\u5199"
|
|
79713
79731
|
}, {
|
|
79714
79732
|
default: withCtx(({ row }) => [
|
|
@@ -79932,6 +79950,8 @@ const loadExtension = function(app) {
|
|
|
79932
79950
|
optionItems: shadowOptions
|
|
79933
79951
|
}));
|
|
79934
79952
|
registerCWGenerator("card", cardTemplateGenerator);
|
|
79953
|
+
registerCPEditor(app, "mainTip", "mainTip-editor", createInputTextEditor("mainTip", "designer.setting.mainTip"));
|
|
79954
|
+
registerCPEditor(app, "subTip", "subTip-editor", createInputTextEditor("subTip", "designer.setting.subTip"));
|
|
79935
79955
|
addCustomWidgetSchema(alertSchema);
|
|
79936
79956
|
app.component(AlertWidget.name, AlertWidget);
|
|
79937
79957
|
registerCPEditor(app, "alert-title", "alert-title-editor", createInputTextEditor("title", "extension.setting.alertTitle"));
|