@kp-ui/lowcode 2.15.0-beta.6 → 2.15.0-beta.7
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/package.json +6 -2
- package/src/components/FormRender/useFormContext.js +15 -15
- package/src/components/FormRender/useFormContext.js.map +1 -1
- package/src/components/bi-widget/echartBar/echart-bar-widget.vue.js +8 -0
- package/src/components/bi-widget/echartBar/echart-bar-widget.vue.js.map +1 -0
- package/src/components/bi-widget/echartBar/echart-bar-widget.vue2.js +43 -0
- package/src/components/bi-widget/echartBar/echart-bar-widget.vue2.js.map +1 -0
- package/src/components/bi-widget/echartBar/echart-bar.js +35 -0
- package/src/components/bi-widget/echartBar/echart-bar.js.map +1 -0
- package/src/components/bi-widget/index.js +13 -0
- package/src/components/bi-widget/index.js.map +1 -0
- package/src/components/{form-designer/designer.js → designer.js} +71 -76
- package/src/components/designer.js.map +1 -0
- package/src/components/form-designer/form-widget/RenderDesignerPC.vue.js +26 -0
- package/src/components/form-designer/form-widget/RenderDesignerPC.vue.js.map +1 -0
- package/src/components/form-designer/form-widget/RenderDesignerPC.vue2.js +5 -0
- package/src/components/form-designer/form-widget/RenderDesignerPC.vue2.js.map +1 -0
- package/src/components/form-designer/form-widget/RenderDesignerWigetList.vue.js +1 -1
- package/src/components/form-designer/form-widget/RenderDesignerWigetList.vue.js.map +1 -1
- package/src/components/form-designer/form-widget/bi/RenderDesignerBI.vue.js +8 -0
- package/src/components/form-designer/form-widget/bi/RenderDesignerBI.vue.js.map +1 -0
- package/src/components/form-designer/form-widget/bi/RenderDesignerBI.vue2.js +68 -0
- package/src/components/form-designer/form-widget/bi/RenderDesignerBI.vue2.js.map +1 -0
- package/src/components/form-designer/form-widget/bi/RenderDesignerBIWigetList.vue.js +8 -0
- package/src/components/form-designer/form-widget/bi/RenderDesignerBIWigetList.vue.js.map +1 -0
- package/src/components/form-designer/form-widget/bi/RenderDesignerBIWigetList.vue2.js +136 -0
- package/src/components/form-designer/form-widget/bi/RenderDesignerBIWigetList.vue2.js.map +1 -0
- package/src/components/form-designer/form-widget/bi/WidgetContextMenu.vue.js +8 -0
- package/src/components/form-designer/form-widget/bi/WidgetContextMenu.vue.js.map +1 -0
- package/src/components/form-designer/form-widget/bi/WidgetContextMenu.vue2.js +153 -0
- package/src/components/form-designer/form-widget/bi/WidgetContextMenu.vue2.js.map +1 -0
- package/src/components/form-designer/form-widget/bi/useRuler.js +66 -0
- package/src/components/form-designer/form-widget/bi/useRuler.js.map +1 -0
- package/src/components/form-designer/form-widget/container-widget/vf-box-widget.vue.js +2 -2
- package/src/components/form-designer/form-widget/container-widget/vf-box-widget.vue2.js +24 -21
- package/src/components/form-designer/form-widget/container-widget/vf-box-widget.vue2.js.map +1 -1
- package/src/components/form-designer/form-widget/container-widget/vf-collapse-widget.vue.js +2 -2
- package/src/components/form-designer/form-widget/container-widget/vf-collapse-widget.vue2.js +36 -34
- package/src/components/form-designer/form-widget/container-widget/vf-collapse-widget.vue2.js.map +1 -1
- package/src/components/form-designer/form-widget/field-widget/form-item-wrapper.vue.js +1 -1
- package/src/components/form-designer/form-widget/field-widget/form-item-wrapper.vue2.js +1 -1
- package/src/components/form-designer/form-widget/field-widget/form-item-wrapper.vue2.js.map +1 -1
- package/src/components/form-designer/form-widget/field-widget/index.js +1 -1
- package/src/components/form-designer/form-widget/field-widget/index.js.map +1 -1
- package/src/components/form-designer/form-widget/field-widget/useField.js +117 -117
- package/src/components/form-designer/form-widget/field-widget/useField.js.map +1 -1
- package/src/components/form-designer/form-widget/index.vue.js +2 -2
- package/src/components/form-designer/form-widget/index.vue2.js +47 -56
- package/src/components/form-designer/form-widget/index.vue2.js.map +1 -1
- package/src/components/form-designer/index.vue.js +74 -77
- package/src/components/form-designer/index.vue.js.map +1 -1
- package/src/components/form-designer/setting-panel/form-setting.vue.js +1 -1
- package/src/components/form-designer/setting-panel/form-setting.vue2.js +1 -1
- package/src/components/form-designer/setting-panel/form-setting.vue2.js.map +1 -1
- package/src/components/form-designer/setting-panel/index.vue.js +1 -1
- package/src/components/form-designer/setting-panel/index.vue2.js +1 -1
- package/src/components/form-designer/setting-panel/index.vue2.js.map +1 -1
- package/src/components/form-designer/setting-panel/option-items-setting.vue.js +2 -2
- package/src/components/form-designer/setting-panel/option-items-setting.vue2.js +1 -1
- package/src/components/form-designer/setting-panel/option-items-setting.vue2.js.map +1 -1
- package/src/components/form-designer/setting-panel/panel/PanelItemDrag.vue.js +51 -0
- package/src/components/form-designer/setting-panel/panel/PanelItemDrag.vue.js.map +1 -0
- package/src/components/form-designer/setting-panel/panel/PanelItemDragForBI.vue.js +51 -0
- package/src/components/form-designer/setting-panel/panel/PanelItemDragForBI.vue.js.map +1 -0
- package/src/components/form-designer/setting-panel/panel/PanelItemDragForBI.vue2.js +5 -0
- package/src/components/form-designer/setting-panel/panel/PanelItemDragForBI.vue2.js.map +1 -0
- package/src/components/form-designer/setting-panel/property-editor/boxModel-editor.vue.js +1 -1
- package/src/components/form-designer/setting-panel/property-editor/boxModel-editor.vue2.js +201 -255
- package/src/components/form-designer/setting-panel/property-editor/boxModel-editor.vue2.js.map +1 -1
- package/src/components/form-designer/setting-panel/property-editor/container-data-table/data-table-customClass-editor.vue2.js +1 -1
- package/src/components/form-designer/setting-panel/property-editor/container-data-table/data-table-customClass-editor.vue2.js.map +1 -1
- package/src/components/form-designer/setting-panel/property-editor/container-data-table/data-table-dsEnabled-editor.vue2.js +1 -1
- package/src/components/form-designer/setting-panel/property-editor/container-data-table/data-table-dsEnabled-editor.vue2.js.map +1 -1
- package/src/components/form-designer/setting-panel/property-editor/container-data-table/data-table-tableColumns-editor.vue.js +1 -1
- package/src/components/form-designer/setting-panel/property-editor/container-data-table/data-table-tableColumns-editor.vue2.js +1 -1
- package/src/components/form-designer/setting-panel/property-editor/container-data-table/data-table-tableColumns-editor.vue2.js.map +1 -1
- package/src/components/form-designer/setting-panel/property-editor/container-grid/gutter-editor.vue.js +2 -2
- package/src/components/form-designer/setting-panel/property-editor/container-grid/gutter-editor.vue2.js +1 -1
- package/src/components/form-designer/setting-panel/property-editor/container-grid/gutter-editor.vue2.js.map +1 -1
- package/src/components/form-designer/setting-panel/property-editor/container-grid-col/grid-col-span-editor.vue2.js +1 -1
- package/src/components/form-designer/setting-panel/property-editor/container-grid-col/grid-col-span-editor.vue2.js.map +1 -1
- package/src/components/form-designer/setting-panel/property-editor/container-tab/tab-customClass-editor.vue.js +1 -1
- package/src/components/form-designer/setting-panel/property-editor/container-tab/tab-customClass-editor.vue2.js +1 -1
- package/src/components/form-designer/setting-panel/property-editor/container-tab/tab-customClass-editor.vue2.js.map +1 -1
- package/src/components/form-designer/setting-panel/property-editor/container-vf-dialog/height-editor.vue2.js.map +1 -1
- package/src/components/form-designer/setting-panel/property-editor/container-vf-dialog/width-editor.vue2.js +10 -10
- package/src/components/form-designer/setting-panel/property-editor/container-vf-dialog/width-editor.vue2.js.map +1 -1
- package/src/components/form-designer/setting-panel/property-editor/customClass-editor.vue2.js +1 -1
- package/src/components/form-designer/setting-panel/property-editor/customClass-editor.vue2.js.map +1 -1
- package/src/components/form-designer/setting-panel/property-editor/dsEnabled-editor.vue.js +5 -0
- package/src/components/form-designer/setting-panel/property-editor/dsEnabled-editor.vue.js.map +1 -0
- package/src/components/form-designer/setting-panel/property-editor/dsEnabled-editor.vue2.js +71 -0
- package/src/components/form-designer/setting-panel/property-editor/dsEnabled-editor.vue2.js.map +1 -0
- package/src/components/form-designer/setting-panel/property-editor/echart-bar-editor.vue.js +5 -0
- package/src/components/form-designer/setting-panel/property-editor/echart-bar-editor.vue.js.map +1 -0
- package/src/components/form-designer/setting-panel/property-editor/echart-bar-editor.vue2.js +81 -0
- package/src/components/form-designer/setting-panel/property-editor/echart-bar-editor.vue2.js.map +1 -0
- package/src/components/form-designer/setting-panel/property-editor/field-rate/rate-defaultValue-editor.vue2.js +1 -1
- package/src/components/form-designer/setting-panel/property-editor/field-rate/rate-defaultValue-editor.vue2.js.map +1 -1
- package/src/components/form-designer/setting-panel/property-editor/field-slider/range-editor.vue2.js +1 -1
- package/src/components/form-designer/setting-panel/property-editor/field-slider/range-editor.vue2.js.map +1 -1
- package/src/components/form-designer/setting-panel/property-editor/field-switch/switch-defaultValue-editor.vue2.js +1 -1
- package/src/components/form-designer/setting-panel/property-editor/field-switch/switch-defaultValue-editor.vue2.js.map +1 -1
- package/src/components/form-designer/setting-panel/property-editor/index.js +54 -54
- package/src/components/form-designer/setting-panel/property-editor/index.js.map +1 -1
- package/src/components/form-designer/setting-panel/property-editor/multiple-editor.vue2.js.map +1 -1
- package/src/components/form-designer/setting-panel/property-editor/optionItems-editor.vue2.js +1 -1
- package/src/components/form-designer/setting-panel/property-editor/optionItems-editor.vue2.js.map +1 -1
- package/src/components/form-designer/setting-panel/property-editor/rightSlotCss-editor.vue2.js +1 -1
- package/src/components/form-designer/setting-panel/property-editor/rightSlotCss-editor.vue2.js.map +1 -1
- package/src/components/form-designer/setting-panel/property-editor/type-editor.vue2.js.map +1 -1
- package/src/components/form-designer/setting-panel/property-editor/useEditor.js +1 -1
- package/src/components/form-designer/setting-panel/property-editor/useEditor.js.map +1 -1
- package/src/components/form-designer/setting-panel/propertyRegister.js +12 -10
- package/src/components/form-designer/setting-panel/propertyRegister.js.map +1 -1
- package/src/components/form-designer/toolbar-panel/PreviewDialog.vue.js +1 -1
- package/src/components/form-designer/toolbar-panel/PreviewDialog.vue.js.map +1 -1
- package/src/components/form-designer/toolbar-panel/index.vue.js +2 -2
- package/src/components/form-designer/toolbar-panel/index.vue2.js +137 -177
- package/src/components/form-designer/toolbar-panel/index.vue2.js.map +1 -1
- package/src/components/form-designer/widget-panel/containers/vf-box.js +4 -1
- package/src/components/form-designer/widget-panel/containers/vf-box.js.map +1 -1
- package/src/components/form-designer/widget-panel/containers/vf-collapse.js +6 -6
- package/src/components/form-designer/widget-panel/containers/vf-collapse.js.map +1 -1
- package/src/components/form-designer/widget-panel/index.vue.js +2 -2
- package/src/components/form-designer/widget-panel/index.vue2.js +74 -34
- package/src/components/form-designer/widget-panel/index.vue2.js.map +1 -1
- package/src/components/form-render/container-items/vf-box-widget.vue.js +2 -2
- package/src/components/form-render/container-items/vf-box-widget.vue2.js +19 -17
- package/src/components/form-render/container-items/vf-box-widget.vue2.js.map +1 -1
- package/src/components/form-render/container-items/vf-collapse-widget.vue.js +1 -1
- package/src/components/form-render/container-items/vf-collapse-widget.vue2.js +24 -22
- package/src/components/form-render/container-items/vf-collapse-widget.vue2.js.map +1 -1
- package/src/components/form-render/dynamic-dialog.vue.js +1 -0
- package/src/components/form-render/dynamic-dialog.vue.js.map +1 -1
- package/src/constants/EditorTypeEnum.js +1 -1
- package/src/constants/EditorTypeEnum.js.map +1 -1
- package/src/constants/LayoutTypeEnum.js +5 -0
- package/src/constants/LayoutTypeEnum.js.map +1 -0
- package/src/constants/WidgetTypeEnum.js +4 -3
- package/src/constants/WidgetTypeEnum.js.map +1 -1
- package/src/hooks/useDesigner.js +51 -0
- package/src/hooks/useDesigner.js.map +1 -0
- package/src/lang/en-US.js +1 -1
- package/src/lang/en-US.js.map +1 -1
- package/src/lang/zh-CN.js +5 -3
- package/src/lang/zh-CN.js.map +1 -1
- package/src/utils/util.js +1 -1
- package/src/utils/util.js.map +1 -1
- package/stats.html +1 -1
- package/styles/style.css +1 -1
- package/src/components/form-designer/designer.js.map +0 -1
- package/src/components/form-designer/form-widget/field-widget/bpmn-editor-widget copy.vue.js +0 -8
- package/src/components/form-designer/form-widget/field-widget/bpmn-editor-widget copy.vue.js.map +0 -1
- package/src/components/form-designer/form-widget/field-widget/bpmn-editor-widget copy.vue2.js +0 -58
- package/src/components/form-designer/form-widget/field-widget/bpmn-editor-widget copy.vue2.js.map +0 -1
- package/src/components/form-designer/form-widget/useFormDesigner.js +0 -34
- package/src/components/form-designer/form-widget/useFormDesigner.js.map +0 -1
- package/src/components/form-designer/setting-panel/property-editor/container-table-cell/cellHeight-editor.vue.js +0 -32
- package/src/components/form-designer/setting-panel/property-editor/container-table-cell/cellHeight-editor.vue.js.map +0 -1
- package/src/components/form-designer/setting-panel/property-editor/container-table-cell/cellWidth-editor.vue.js +0 -32
- package/src/components/form-designer/setting-panel/property-editor/container-table-cell/cellWidth-editor.vue.js.map +0 -1
- package/src/components/form-designer/widget-panel/PanelItemDrag.vue.js +0 -50
- package/src/components/form-designer/widget-panel/PanelItemDrag.vue.js.map +0 -1
- /package/src/components/form-designer/{widget-panel → setting-panel/panel}/PanelItemDrag.vue2.js +0 -0
- /package/src/components/form-designer/{widget-panel → setting-panel/panel}/PanelItemDrag.vue2.js.map +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as l, useModel as a, resolveComponent as o, createBlock as u, openBlock as m, unref as s, withCtx as c, createVNode as f } from "vue";
|
|
2
2
|
import { useI18n as _ } from "../../../../../utils/i18n.js";
|
|
3
|
-
import { EditorTypeEnum as
|
|
4
|
-
const b = /* @__PURE__ */
|
|
5
|
-
name:
|
|
3
|
+
import { EditorTypeEnum as w } from "../../../../../constants/EditorTypeEnum.js";
|
|
4
|
+
const b = /* @__PURE__ */ l({
|
|
5
|
+
name: w.widthEditor,
|
|
6
6
|
__name: "width-editor",
|
|
7
7
|
props: {
|
|
8
8
|
optionModel: {
|
|
@@ -15,16 +15,16 @@ const b = /* @__PURE__ */ p({
|
|
|
15
15
|
emits: ["update:optionModel"],
|
|
16
16
|
setup(n) {
|
|
17
17
|
const { i18nt: i } = _(), e = a(n, "optionModel");
|
|
18
|
-
return (
|
|
19
|
-
const
|
|
20
|
-
return m(), u(
|
|
21
|
-
label: s(i)("designer.setting.
|
|
18
|
+
return (M, t) => {
|
|
19
|
+
const r = o("a-input"), d = o("a-form-item");
|
|
20
|
+
return m(), u(d, {
|
|
21
|
+
label: s(i)("designer.setting.width")
|
|
22
22
|
}, {
|
|
23
23
|
default: c(() => [
|
|
24
|
-
f(
|
|
24
|
+
f(r, {
|
|
25
25
|
type: "text",
|
|
26
26
|
value: e.value.width,
|
|
27
|
-
"onUpdate:value": t[0] || (t[0] = (
|
|
27
|
+
"onUpdate:value": t[0] || (t[0] = (p) => e.value.width = p)
|
|
28
28
|
}, null, 8, ["value"])
|
|
29
29
|
]),
|
|
30
30
|
_: 1
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"width-editor.vue2.js","sources":["../../../../../../../src/components/form-designer/setting-panel/property-editor/container-vf-dialog/width-editor.vue"],"sourcesContent":["<template>\n <a-form-item :label=\"i18nt('designer.setting.
|
|
1
|
+
{"version":3,"file":"width-editor.vue2.js","sources":["../../../../../../../src/components/form-designer/setting-panel/property-editor/container-vf-dialog/width-editor.vue"],"sourcesContent":["<template>\n <a-form-item :label=\"i18nt('designer.setting.width')\">\n <a-input type=\"text\" v-model:value=\"optionModel.width\" />\n </a-form-item>\n</template>\n\n<script lang=\"ts\" setup>\n import { useI18n } from '@/utils/i18n';\n import { EditorTypeEnum } from '@/constants/EditorTypeEnum';\n\n defineOptions({\n name: EditorTypeEnum.widthEditor\n });\n\n const { i18nt } = useI18n();\n\n const optionModel = defineModel('optionModel', {\n type: Object,\n required: true,\n default: () => ({ width: '' })\n });\n\n // export default {\n // name: 'width-editor',\n // mixins: [i18n, propertyMixin],\n // props: {\n // designer: Object,\n // selectedWidget: Object,\n // optionModel: Object\n // }\n // };\n</script>\n\n<style scoped></style>\n"],"names":["i18nt","useI18n","optionModel","_useModel","__props","_createBlock","_component_a_form_item","_unref","_createVNode","_component_a_input","_cache","$event"],"mappings":";;;;;;;;;;;;;;;;AAcI,UAAM,EAAE,OAAAA,EAAA,IAAUC,EAAA,GAEZC,IAAcC,EAAWC,GAAC,aAI/B;;;kBAnBDC,EAEcC,GAAA;AAAA,QAFA,OAAOC,EAAAP,CAAA,EAAK,wBAAA;AAAA,MAAA;mBACtB,MAAyD;AAAA,UAAzDQ,EAAyDC,GAAA;AAAA,YAAhD,MAAK;AAAA,YAAe,OAAOP,EAAA,MAAY;AAAA,YAAZ,kBAAAQ,EAAA,CAAA,MAAAA,EAAA,CAAA,IAAA,CAAAC,MAAAT,EAAA,MAAY,QAAKS;AAAA,UAAA;;;;;;;"}
|
package/src/components/form-designer/setting-panel/property-editor/customClass-editor.vue2.js
CHANGED
|
@@ -3,7 +3,7 @@ import { useI18n as g } from "../../../../utils/i18n.js";
|
|
|
3
3
|
import { deepClone as b } from "../../../../utils/util.js";
|
|
4
4
|
import { EditorTypeEnum as w } from "../../../../constants/EditorTypeEnum.js";
|
|
5
5
|
import { ComponentNameEnum as x } from "../../../../constants/WidgetTypeEnum.js";
|
|
6
|
-
import { useDesigner as y } from "
|
|
6
|
+
import { useDesigner as y } from "../../../../hooks/useDesigner.js";
|
|
7
7
|
const q = /* @__PURE__ */ c({
|
|
8
8
|
name: w.customClassEditor,
|
|
9
9
|
componentName: x.PropertyEditor,
|
package/src/components/form-designer/setting-panel/property-editor/customClass-editor.vue2.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"customClass-editor.vue2.js","sources":["../../../../../../src/components/form-designer/setting-panel/property-editor/customClass-editor.vue"],"sourcesContent":["<template>\n <a-form-item :label=\"i18nt('designer.setting.customClass')\">\n <a-select\n v-model:value=\"optionModel.customClass\"\n allowClear\n mode=\"tags\"\n :options=\"cssClassList\"\n />\n </a-form-item>\n</template>\n\n<script lang=\"ts\" setup>\n import { useI18n } from '@/utils/i18n';\n import { deepClone } from '@/utils/util';\n import { EditorTypeEnum } from '@/constants/EditorTypeEnum';\n import { ComponentNameEnum } from '@/constants/WidgetTypeEnum';\n import { ref, onMounted, watchEffect, unref } from 'vue';\n import { useDesigner } from '
|
|
1
|
+
{"version":3,"file":"customClass-editor.vue2.js","sources":["../../../../../../src/components/form-designer/setting-panel/property-editor/customClass-editor.vue"],"sourcesContent":["<template>\n <a-form-item :label=\"i18nt('designer.setting.customClass')\">\n <a-select\n v-model:value=\"optionModel.customClass\"\n allowClear\n mode=\"tags\"\n :options=\"cssClassList\"\n />\n </a-form-item>\n</template>\n\n<script lang=\"ts\" setup>\n import { useI18n } from '@/utils/i18n';\n import { deepClone } from '@/utils/util';\n import { EditorTypeEnum } from '@/constants/EditorTypeEnum';\n import { ComponentNameEnum } from '@/constants/WidgetTypeEnum';\n import { ref, onMounted, watchEffect, unref } from 'vue';\n import { useDesigner } from '../../../../hooks/useDesigner';\n\n defineOptions({\n name: EditorTypeEnum.customClassEditor,\n componentName: ComponentNameEnum.PropertyEditor\n });\n\n const { designer } = useDesigner();\n const { i18nt } = useI18n();\n\n const optionModel = defineModel('optionModel', {\n type: Object,\n required: true,\n default: () => ({ customClass: '' })\n });\n\n const cssClassList = ref([]);\n\n watchEffect(() => {\n cssClassList.value = deepClone(unref(designer).getCssClassList());\n //监听表单css代码改动事件并重新加载!\n unref(designer).handleEvent('form-css-updated', classList => {\n cssClassList.value = classList;\n });\n });\n</script>\n\n<style scoped></style>\n"],"names":["designer","useDesigner","i18nt","useI18n","optionModel","_useModel","__props","cssClassList","ref","watchEffect","deepClone","unref","classList","_createBlock","_component_a_form_item","_unref","_createVNode","_component_a_select","_cache","$event"],"mappings":";;;;;;;;;;;;;;;;;;;;AAwBI,UAAM,EAAE,UAAAA,EAAA,IAAaC,EAAA,GACf,EAAE,OAAAC,EAAA,IAAUC,EAAA,GAEZC,IAAcC,EAAWC,GAAC,aAI/B,GAEKC,IAAeC,EAAI,EAAE;AAE3B,WAAAC,EAAY,MAAM;AACd,MAAAF,EAAa,QAAQG,EAAUC,EAAMX,CAAQ,EAAE,iBAAiB,GAEhEW,EAAMX,CAAQ,EAAE,YAAY,oBAAoB,CAAAY,MAAa;AACzD,QAAAL,EAAa,QAAQK;AAAA,MACzB,CAAC;AAAA,IACL,CAAC;;kBAxCDC,EAOcC,GAAA;AAAA,QAPA,OAAOC,EAAAb,CAAA,EAAK,8BAAA;AAAA,MAAA;mBACtB,MAKE;AAAA,UALFc,EAKEC,GAAA;AAAA,YAJU,OAAOb,EAAA,MAAY;AAAA,YAAZ,kBAAAc,EAAA,CAAA,MAAAA,EAAA,CAAA,IAAA,CAAAC,MAAAf,EAAA,MAAY,cAAWe;AAAA,YACtC,YAAA;AAAA,YACA,MAAK;AAAA,YACJ,SAASZ,EAAA;AAAA,UAAA;;;;;;;"}
|
package/src/components/form-designer/setting-panel/property-editor/dsEnabled-editor.vue.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dsEnabled-editor.vue.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { defineComponent as _, mergeModels as E, useModel as M, resolveComponent as d, createElementBlock as k, openBlock as l, Fragment as v, createVNode as i, createBlock as m, createCommentVNode as p, unref as t, withCtx as a, createTextVNode as h, toDisplayString as y } from "vue";
|
|
2
|
+
import { useI18n as C } from "../../../../utils/i18n.js";
|
|
3
|
+
import { EditorTypeEnum as w } from "../../../../constants/EditorTypeEnum.js";
|
|
4
|
+
import B from "../../../http-editor/index.vue.js";
|
|
5
|
+
import { useEmitter as x } from "../../../../utils/useEmitter.js";
|
|
6
|
+
const I = /* @__PURE__ */ _({
|
|
7
|
+
name: w.dsEnabledEditor,
|
|
8
|
+
inheritAttrs: !1,
|
|
9
|
+
__name: "dsEnabled-editor",
|
|
10
|
+
props: /* @__PURE__ */ E({
|
|
11
|
+
selectedWidget: {}
|
|
12
|
+
}, {
|
|
13
|
+
optionModel: {
|
|
14
|
+
type: Object,
|
|
15
|
+
required: !0,
|
|
16
|
+
default: () => ({ showPagination: Boolean, pagination: {} })
|
|
17
|
+
},
|
|
18
|
+
optionModelModifiers: {}
|
|
19
|
+
}),
|
|
20
|
+
emits: ["update:optionModel"],
|
|
21
|
+
setup(c) {
|
|
22
|
+
const e = M(c, "optionModel"), { i18nt: o } = C(), { onChangeEditEventHandler: u } = x();
|
|
23
|
+
return (f, n) => {
|
|
24
|
+
const g = d("a-switch"), r = d("a-form-item"), b = d("a-button");
|
|
25
|
+
return l(), k(v, null, [
|
|
26
|
+
i(r, {
|
|
27
|
+
label: t(o)("designer.setting.dsEnabled")
|
|
28
|
+
}, {
|
|
29
|
+
default: a(() => [
|
|
30
|
+
i(g, {
|
|
31
|
+
checked: e.value.dsEnabled,
|
|
32
|
+
"onUpdate:checked": n[0] || (n[0] = (s) => e.value.dsEnabled = s)
|
|
33
|
+
}, null, 8, ["checked"])
|
|
34
|
+
]),
|
|
35
|
+
_: 1
|
|
36
|
+
}, 8, ["label"]),
|
|
37
|
+
e.value.dsEnabled ? p("", !0) : (l(), m(r, {
|
|
38
|
+
key: 0,
|
|
39
|
+
label: t(o)("designer.setting.tableDataEdit")
|
|
40
|
+
}, {
|
|
41
|
+
default: a(() => [
|
|
42
|
+
i(b, {
|
|
43
|
+
type: "primary",
|
|
44
|
+
shape: "round",
|
|
45
|
+
onClick: n[1] || (n[1] = (s) => t(u)({
|
|
46
|
+
attr: "dataSource",
|
|
47
|
+
mode: "json"
|
|
48
|
+
}))
|
|
49
|
+
}, {
|
|
50
|
+
default: a(() => [
|
|
51
|
+
h(y(t(o)("designer.setting.editAction")), 1)
|
|
52
|
+
]),
|
|
53
|
+
_: 1
|
|
54
|
+
})
|
|
55
|
+
]),
|
|
56
|
+
_: 1
|
|
57
|
+
}, 8, ["label"])),
|
|
58
|
+
e.value.dsEnabled ? (l(), m(B, {
|
|
59
|
+
key: 1,
|
|
60
|
+
label: t(o)("designer.setting.editAPIConfig"),
|
|
61
|
+
"selected-widget": f.selectedWidget,
|
|
62
|
+
optionModel: e.value
|
|
63
|
+
}, null, 8, ["label", "selected-widget", "optionModel"])) : p("", !0)
|
|
64
|
+
], 64);
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
});
|
|
68
|
+
export {
|
|
69
|
+
I as default
|
|
70
|
+
};
|
|
71
|
+
//# sourceMappingURL=dsEnabled-editor.vue2.js.map
|
package/src/components/form-designer/setting-panel/property-editor/dsEnabled-editor.vue2.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dsEnabled-editor.vue2.js","sources":["../../../../../../src/components/form-designer/setting-panel/property-editor/dsEnabled-editor.vue"],"sourcesContent":["<template>\n <a-form-item :label=\"i18nt('designer.setting.dsEnabled')\">\n <a-switch v-model:checked=\"optionModel.dsEnabled\" />\n </a-form-item>\n <a-form-item v-if=\"!optionModel.dsEnabled\" :label=\"i18nt('designer.setting.tableDataEdit')\">\n <a-button\n type=\"primary\"\n shape=\"round\"\n @click=\"\n onChangeEditEventHandler({\n attr: 'dataSource',\n mode: 'json'\n })\n \"\n >\n {{ i18nt('designer.setting.editAction') }}\n </a-button>\n </a-form-item>\n\n <HttpEditor\n :label=\"i18nt('designer.setting.editAPIConfig')\"\n v-if=\"!!optionModel.dsEnabled\"\n :selected-widget=\"selectedWidget\"\n :optionModel=\"optionModel\"\n />\n</template>\n\n<script lang=\"ts\" setup>\n import { useI18n } from '@/utils/i18n';\n import { EditorTypeEnum } from '@/constants/EditorTypeEnum';\n import HttpEditor from '@/components/http-editor/index.vue';\n import { type EditorPros } from '@/components/form-designer/setting-panel/property-editor/useEditor';\n import { useDesigner } from '@/hooks/useDesigner';\n import { useEmitter } from '@/utils/useEmitter';\n\n defineOptions({\n name: EditorTypeEnum.dsEnabledEditor,\n inheritAttrs: false\n });\n const { selectedWidget } = defineProps<EditorPros>();\n const optionModel = defineModel('optionModel', {\n type: Object,\n required: true,\n default: () => ({ showPagination: Boolean, pagination: {} })\n });\n\n const { i18nt } = useI18n();\n\n const { onChangeEditEventHandler } = useEmitter();\n</script>\n"],"names":["optionModel","_useModel","__props","i18nt","useI18n","onChangeEditEventHandler","useEmitter","_createVNode","_component_a_form_item","_unref","_component_a_switch","_cache","$event","_createBlock","_component_a_button","HttpEditor","selectedWidget"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAwCI,UAAMA,IAAcC,EAAWC,GAAC,aAI/B,GAEK,EAAE,OAAAC,EAAA,IAAUC,EAAA,GAEZ,EAAE,0BAAAC,EAAA,IAA6BC,EAAA;;;;QA/CrCC,EAEcC,GAAA;AAAA,UAFA,OAAOC,EAAAN,CAAA,EAAK,4BAAA;AAAA,QAAA;qBACtB,MAAoD;AAAA,YAApDI,EAAoDG,GAAA;AAAA,cAAlC,SAASV,EAAA,MAAY;AAAA,cAAZ,oBAAAW,EAAA,CAAA,MAAAA,EAAA,CAAA,IAAA,CAAAC,MAAAZ,EAAA,MAAY,YAASY;AAAA,YAAA;;;;QAEhCZ,EAAA,MAAY,8BAAhCa,EAacL,GAAA;AAAA;UAb8B,OAAOC,EAAAN,CAAA,EAAK,gCAAA;AAAA,QAAA;qBACpD,MAWW;AAAA,YAXXI,EAWWO,GAAA;AAAA,cAVP,MAAK;AAAA,cACL,OAAM;AAAA,cACL,SAAKH,EAAA,CAAA,MAAAA,EAAA,CAAA,IAAA,CAAAC,MAAmBH,EAAAJ,CAAA,EAAwB;AAAA;;;;yBAOjD,MAA0C;AAAA,oBAAvCI,EAAAN,CAAA,EAAK,6BAAA,CAAA,GAAA,CAAA;AAAA,cAAA;;;;;;QAMJH,EAAA,MAAY,kBAFxBa,EAKEE,GAAA;AAAA;UAJG,OAAON,EAAAN,CAAA,EAAK,gCAAA;AAAA,UAEZ,mBAAiBa,EAAAA;AAAAA,UACjB,aAAahB,EAAA;AAAA,QAAA;;;;;"}
|
package/src/components/form-designer/setting-panel/property-editor/echart-bar-editor.vue.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"echart-bar-editor.vue.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
import { defineComponent as _, mergeModels as b, useModel as h, ref as m, watch as p, resolveComponent as u, createElementBlock as A, openBlock as D, Fragment as M, createVNode as o, withCtx as s } from "vue";
|
|
2
|
+
import { EditorTypeEnum as g } from "../../../../constants/EditorTypeEnum.js";
|
|
3
|
+
const N = /* @__PURE__ */ _({
|
|
4
|
+
name: g.echartBarEditor,
|
|
5
|
+
__name: "echart-bar-editor",
|
|
6
|
+
props: /* @__PURE__ */ b({
|
|
7
|
+
selectedWidget: {}
|
|
8
|
+
}, {
|
|
9
|
+
optionModel: {
|
|
10
|
+
type: Object,
|
|
11
|
+
required: !0,
|
|
12
|
+
default: () => ({ xAxisData: [], seriesData: [], barWidth: "" })
|
|
13
|
+
},
|
|
14
|
+
optionModelModifiers: {}
|
|
15
|
+
}),
|
|
16
|
+
emits: ["update:optionModel"],
|
|
17
|
+
setup(v) {
|
|
18
|
+
const a = h(v, "optionModel"), l = m(""), n = m("");
|
|
19
|
+
p(
|
|
20
|
+
() => a.value.xAxisData,
|
|
21
|
+
(e) => {
|
|
22
|
+
Array.isArray(e) && (l.value = e.join(","));
|
|
23
|
+
},
|
|
24
|
+
{ immediate: !0 }
|
|
25
|
+
), p(
|
|
26
|
+
() => a.value.seriesData,
|
|
27
|
+
(e) => {
|
|
28
|
+
Array.isArray(e) && (n.value = e.join(","));
|
|
29
|
+
},
|
|
30
|
+
{ immediate: !0 }
|
|
31
|
+
);
|
|
32
|
+
const c = () => {
|
|
33
|
+
a.value.xAxisData = l.value.split(",").map((e) => e.trim());
|
|
34
|
+
}, f = () => {
|
|
35
|
+
a.value.seriesData = n.value.split(",").map((e) => isNaN(Number(e.trim())) ? 0 : Number(e.trim()));
|
|
36
|
+
};
|
|
37
|
+
return (e, t) => {
|
|
38
|
+
const d = u("a-textarea"), i = u("a-form-item"), x = u("a-input");
|
|
39
|
+
return D(), A(M, null, [
|
|
40
|
+
o(i, { label: "X轴数据" }, {
|
|
41
|
+
default: s(() => [
|
|
42
|
+
o(d, {
|
|
43
|
+
value: l.value,
|
|
44
|
+
"onUpdate:value": t[0] || (t[0] = (r) => l.value = r),
|
|
45
|
+
onChange: c,
|
|
46
|
+
placeholder: "请输入X轴数据,用逗号分隔",
|
|
47
|
+
rows: 4
|
|
48
|
+
}, null, 8, ["value"])
|
|
49
|
+
]),
|
|
50
|
+
_: 1
|
|
51
|
+
}),
|
|
52
|
+
o(i, { label: "系列数据" }, {
|
|
53
|
+
default: s(() => [
|
|
54
|
+
o(d, {
|
|
55
|
+
value: n.value,
|
|
56
|
+
"onUpdate:value": t[1] || (t[1] = (r) => n.value = r),
|
|
57
|
+
onChange: f,
|
|
58
|
+
placeholder: "请输入系列数据,用逗号分隔",
|
|
59
|
+
rows: 4
|
|
60
|
+
}, null, 8, ["value"])
|
|
61
|
+
]),
|
|
62
|
+
_: 1
|
|
63
|
+
}),
|
|
64
|
+
o(i, { label: "柱状宽度" }, {
|
|
65
|
+
default: s(() => [
|
|
66
|
+
o(x, {
|
|
67
|
+
value: a.value.barWidth,
|
|
68
|
+
"onUpdate:value": t[2] || (t[2] = (r) => a.value.barWidth = r),
|
|
69
|
+
placeholder: "请输入柱状宽度"
|
|
70
|
+
}, null, 8, ["value"])
|
|
71
|
+
]),
|
|
72
|
+
_: 1
|
|
73
|
+
})
|
|
74
|
+
], 64);
|
|
75
|
+
};
|
|
76
|
+
}
|
|
77
|
+
});
|
|
78
|
+
export {
|
|
79
|
+
N as default
|
|
80
|
+
};
|
|
81
|
+
//# sourceMappingURL=echart-bar-editor.vue2.js.map
|
package/src/components/form-designer/setting-panel/property-editor/echart-bar-editor.vue2.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"echart-bar-editor.vue2.js","sources":["../../../../../../src/components/form-designer/setting-panel/property-editor/echart-bar-editor.vue"],"sourcesContent":["<template>\n <a-form-item label=\"X轴数据\">\n <a-textarea\n v-model:value=\"xAxisDataStr\"\n @change=\"onXAxisChange\"\n placeholder=\"请输入X轴数据,用逗号分隔\"\n :rows=\"4\"\n />\n </a-form-item>\n <a-form-item label=\"系列数据\">\n <a-textarea\n v-model:value=\"seriesDataStr\"\n @change=\"onSeriesChange\"\n placeholder=\"请输入系列数据,用逗号分隔\"\n :rows=\"4\"\n />\n </a-form-item>\n <a-form-item label=\"柱状宽度\">\n <a-input v-model:value=\"optionModel.barWidth\" placeholder=\"请输入柱状宽度\" />\n </a-form-item>\n</template>\n\n<script lang=\"ts\" setup>\n import { EditorTypeEnum } from '@/constants/EditorTypeEnum';\n import { EditorPros } from '@/components/form-designer/setting-panel/property-editor/useEditor';\n import { ref, watch } from 'vue';\n\n defineOptions({\n name: EditorTypeEnum.echartBarEditor\n });\n\n const optionModel = defineModel('optionModel', {\n type: Object,\n required: true,\n default: () => ({ xAxisData: [], seriesData: [], barWidth: '' })\n });\n\n const { selectedWidget } = defineProps<EditorPros>();\n\n const xAxisDataStr = ref('');\n const seriesDataStr = ref('');\n\n watch(\n () => optionModel.value.xAxisData,\n val => {\n if (Array.isArray(val)) {\n xAxisDataStr.value = val.join(',');\n }\n },\n { immediate: true }\n );\n\n watch(\n () => optionModel.value.seriesData,\n val => {\n if (Array.isArray(val)) {\n seriesDataStr.value = val.join(',');\n }\n },\n { immediate: true }\n );\n\n const onXAxisChange = () => {\n optionModel.value.xAxisData = xAxisDataStr.value.split(',').map(s => s.trim());\n };\n\n const onSeriesChange = () => {\n optionModel.value.seriesData = seriesDataStr.value\n .split(',')\n .map(s => (isNaN(Number(s.trim())) ? 0 : Number(s.trim())));\n };\n</script>\n"],"names":["optionModel","_useModel","__props","xAxisDataStr","ref","seriesDataStr","watch","val","onXAxisChange","s","onSeriesChange","_createVNode","_component_a_form_item","_component_a_textarea","$event","_component_a_input","_cache"],"mappings":";;;;;;;;;;;;;;;;;AA+BI,UAAMA,IAAcC,EAAWC,GAAC,aAI/B,GAIKC,IAAeC,EAAI,EAAE,GACrBC,IAAgBD,EAAI,EAAE;AAE5B,IAAAE;AAAA,MACI,MAAMN,EAAY,MAAM;AAAA,MACxB,CAAAO,MAAO;AACH,QAAI,MAAM,QAAQA,CAAG,MACjBJ,EAAa,QAAQI,EAAI,KAAK,GAAG;AAAA,MAEzC;AAAA,MACA,EAAE,WAAW,GAAA;AAAA,IAAK,GAGtBD;AAAA,MACI,MAAMN,EAAY,MAAM;AAAA,MACxB,CAAAO,MAAO;AACH,QAAI,MAAM,QAAQA,CAAG,MACjBF,EAAc,QAAQE,EAAI,KAAK,GAAG;AAAA,MAE1C;AAAA,MACA,EAAE,WAAW,GAAA;AAAA,IAAK;AAGtB,UAAMC,IAAgB,MAAM;AACxB,MAAAR,EAAY,MAAM,YAAYG,EAAa,MAAM,MAAM,GAAG,EAAE,IAAI,CAAAM,MAAKA,EAAE,KAAA,CAAM;AAAA,IACjF,GAEMC,IAAiB,MAAM;AACzB,MAAAV,EAAY,MAAM,aAAaK,EAAc,MACxC,MAAM,GAAG,EACT,IAAI,CAAAI,MAAM,MAAM,OAAOA,EAAE,KAAA,CAAM,CAAC,IAAI,IAAI,OAAOA,EAAE,KAAA,CAAM,CAAE;AAAA,IAClE;;;;QArEAE,EAOcC,GAAA,EAPD,OAAM,UAAM;AAAA,qBACrB,MAKE;AAAA,YALFD,EAKEE,GAAA;AAAA,cAJU,OAAOV,EAAA;AAAA,uDAAAA,EAAY,QAAAW;AAAA,cAC1B,UAAQN;AAAA,cACT,aAAY;AAAA,cACX,MAAM;AAAA,YAAA;;;;QAGfG,EAOcC,GAAA,EAPD,OAAM,UAAM;AAAA,qBACrB,MAKE;AAAA,YALFD,EAKEE,GAAA;AAAA,cAJU,OAAOR,EAAA;AAAA,uDAAAA,EAAa,QAAAS;AAAA,cAC3B,UAAQJ;AAAA,cACT,aAAY;AAAA,cACX,MAAM;AAAA,YAAA;;;;QAGfC,EAEcC,GAAA,EAFD,OAAM,UAAM;AAAA,qBACrB,MAAsE;AAAA,YAAtED,EAAsEI,GAAA;AAAA,cAArD,OAAOf,EAAA,MAAY;AAAA,cAAZ,kBAAAgB,EAAA,CAAA,MAAAA,EAAA,CAAA,IAAA,CAAAF,MAAAd,EAAA,MAAY,WAAQc;AAAA,cAAE,aAAY;AAAA,YAAA;;;;;;;;"}
|
|
@@ -2,7 +2,7 @@ import { defineComponent as d, mergeModels as p, useModel as s, resolveComponent
|
|
|
2
2
|
import { useI18n as M } from "../../../../../utils/i18n.js";
|
|
3
3
|
import { EditorTypeEnum as V } from "../../../../../constants/EditorTypeEnum.js";
|
|
4
4
|
import { useEditor as v } from "../useEditor.js";
|
|
5
|
-
import { useDesigner as x } from "
|
|
5
|
+
import { useDesigner as x } from "../../../../../hooks/useDesigner.js";
|
|
6
6
|
const k = /* @__PURE__ */ d({
|
|
7
7
|
name: V.rateDefaultValueEditor,
|
|
8
8
|
__name: "rate-defaultValue-editor",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rate-defaultValue-editor.vue2.js","sources":["../../../../../../../src/components/form-designer/setting-panel/property-editor/field-rate/rate-defaultValue-editor.vue"],"sourcesContent":["<template>\n <a-form-item :label=\"i18nt('designer.setting.defaultValue')\">\n <a-input-number\n v-model:value=\"optionModel.defaultValue\"\n :min=\"0\"\n :max=\"optionModel.max\"\n style=\"width: 100%\"\n @change=\"emitDefaultValueChange\"\n >\n </a-input-number>\n </a-form-item>\n</template>\n\n<script lang=\"ts\" setup>\n import { useI18n } from '@/utils/i18n';\n import { EditorTypeEnum } from '@/constants/EditorTypeEnum';\n import {\n useEditor,\n type EditorPros\n } from '@/components/form-designer/setting-panel/property-editor/useEditor.ts';\n import { useDesigner } from '@/
|
|
1
|
+
{"version":3,"file":"rate-defaultValue-editor.vue2.js","sources":["../../../../../../../src/components/form-designer/setting-panel/property-editor/field-rate/rate-defaultValue-editor.vue"],"sourcesContent":["<template>\n <a-form-item :label=\"i18nt('designer.setting.defaultValue')\">\n <a-input-number\n v-model:value=\"optionModel.defaultValue\"\n :min=\"0\"\n :max=\"optionModel.max\"\n style=\"width: 100%\"\n @change=\"emitDefaultValueChange\"\n >\n </a-input-number>\n </a-form-item>\n</template>\n\n<script lang=\"ts\" setup>\n import { useI18n } from '@/utils/i18n';\n import { EditorTypeEnum } from '@/constants/EditorTypeEnum';\n import {\n useEditor,\n type EditorPros\n } from '@/components/form-designer/setting-panel/property-editor/useEditor.ts';\n import { useDesigner } from '@/hooks/useDesigner';\n\n defineOptions({\n name: EditorTypeEnum.rateDefaultValueEditor\n });\n\n const { designer } = useDesigner();\n const { selectedWidget } = defineProps<EditorPros>();\n const optionModel = defineModel('optionModel', {\n type: Object,\n required: true,\n default: () => ({ defaultValue: '' })\n });\n\n const { i18nt } = useI18n();\n const { emitDefaultValueChange } = useEditor({\n optionModel\n });\n // export default {\n // name: 'rate-defaultValue-editor',\n // mixins: [i18n, propertyMixin],\n // props: {\n // designer: Object,\n // selectedWidget: Object,\n // optionModel: Object\n // }\n // };\n</script>\n\n<style scoped></style>\n"],"names":["useDesigner","optionModel","_useModel","__props","i18nt","useI18n","emitDefaultValueChange","useEditor","_createBlock","_component_a_form_item","_unref","_createVNode","_component_a_input_number","_cache","$event"],"mappings":";;;;;;;;;;;;;;;;;;;;AA0ByB,IAAAA,EAAA;AAErB,UAAMC,IAAcC,EAAWC,GAAC,aAI/B,GAEK,EAAE,OAAAC,EAAA,IAAUC,EAAA,GACZ,EAAE,wBAAAC,EAAA,IAA2BC,EAAU;AAAA,MACzC,aAAAN;AAAA,IAAA,CACH;;;kBApCDO,EAScC,GAAA;AAAA,QATA,OAAOC,EAAAN,CAAA,EAAK,+BAAA;AAAA,MAAA;mBACtB,MAOiB;AAAA,UAPjBO,EAOiBC,GAAA;AAAA,YANL,OAAOX,EAAA,MAAY;AAAA,YAAZ,kBAAAY,EAAA,CAAA,MAAAA,EAAA,CAAA,IAAA,CAAAC,MAAAb,EAAA,MAAY,eAAYa;AAAA,YACtC,KAAK;AAAA,YACL,KAAKb,EAAA,MAAY;AAAA,YAClB,OAAA,EAAA,OAAA,OAAA;AAAA,YACC,UAAQS,EAAAJ,CAAA;AAAA,UAAA;;;;;;;"}
|
package/src/components/form-designer/setting-panel/property-editor/field-slider/range-editor.vue2.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { defineComponent as c, useModel as m, resolveComponent as a, createBlock as p, openBlock as g, unref as o, withCtx as _, createVNode as h } from "vue";
|
|
2
2
|
import { useI18n as M } from "../../../../../utils/i18n.js";
|
|
3
3
|
import { EditorTypeEnum as k } from "../../../../../constants/EditorTypeEnum.js";
|
|
4
|
-
import { useDesigner as v } from "
|
|
4
|
+
import { useDesigner as v } from "../../../../../hooks/useDesigner.js";
|
|
5
5
|
const w = /* @__PURE__ */ c({
|
|
6
6
|
name: k.rangeEditor,
|
|
7
7
|
__name: "range-editor",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"range-editor.vue2.js","sources":["../../../../../../../src/components/form-designer/setting-panel/property-editor/field-slider/range-editor.vue"],"sourcesContent":["<template>\n <a-form-item :label=\"i18nt('designer.setting.range')\">\n <a-switch v-model:checked=\"optionModel.range\" @change=\"changeRange\" />\n </a-form-item>\n</template>\n\n<script lang=\"ts\" setup>\n import { useI18n } from '@/utils/i18n';\n import { EditorTypeEnum } from '@/constants/EditorTypeEnum';\n import { type EditorPros } from '@/components/form-designer/setting-panel/property-editor/useEditor.ts';\n import { unref } from 'vue';\n import { useDesigner } from '@/
|
|
1
|
+
{"version":3,"file":"range-editor.vue2.js","sources":["../../../../../../../src/components/form-designer/setting-panel/property-editor/field-slider/range-editor.vue"],"sourcesContent":["<template>\n <a-form-item :label=\"i18nt('designer.setting.range')\">\n <a-switch v-model:checked=\"optionModel.range\" @change=\"changeRange\" />\n </a-form-item>\n</template>\n\n<script lang=\"ts\" setup>\n import { useI18n } from '@/utils/i18n';\n import { EditorTypeEnum } from '@/constants/EditorTypeEnum';\n import { type EditorPros } from '@/components/form-designer/setting-panel/property-editor/useEditor.ts';\n import { unref } from 'vue';\n import { useDesigner } from '@/hooks/useDesigner';\n\n defineOptions({\n name: EditorTypeEnum.rangeEditor\n });\n\n const optionModel = defineModel('optionModel', {\n type: Object,\n required: true,\n default: () => ({ range: false })\n });\n\n const { designer } = useDesigner();\n\n const { i18nt } = useI18n();\n\n const changeRange = function (val) {\n if (!!unref(designer) && !!unref(designer).formWidget) {\n const fieldWidget = unref(designer).formWidget.getWidgetRef(unref(optionModel).name);\n if (!!fieldWidget && !!fieldWidget.refreshDefaultValue) {\n if (val) {\n optionModel.value.defaultValue = [];\n } else {\n optionModel.value.defaultValue = null;\n }\n fieldWidget.refreshDefaultValue();\n }\n }\n };\n</script>\n\n<style scoped></style>\n"],"names":["optionModel","_useModel","__props","designer","useDesigner","i18nt","useI18n","changeRange","val","unref","fieldWidget","_createBlock","_component_a_form_item","_unref","_createVNode","_component_a_switch","_cache","$event"],"mappings":";;;;;;;;;;;;;;;;;AAiBI,UAAMA,IAAcC,EAAWC,GAAC,aAI/B,GAEK,EAAE,UAAAC,EAAA,IAAaC,EAAA,GAEf,EAAE,OAAAC,EAAA,IAAUC,EAAA,GAEZC,IAAc,SAAUC,GAAK;AAC/B,UAAMC,EAAMN,CAAQ,KAAOM,EAAMN,CAAQ,EAAE,YAAY;AACnD,cAAMO,IAAcD,EAAMN,CAAQ,EAAE,WAAW,aAAaM,EAAMT,CAAW,EAAE,IAAI;AACnF,QAAMU,KAAiBA,EAAY,wBAC3BF,IACAR,EAAY,MAAM,eAAe,CAAA,IAEjCA,EAAY,MAAM,eAAe,MAErCU,EAAY,oBAAA;AAAA,MAEpB;AAAA,IACJ;;;kBAtCAC,EAEcC,GAAA;AAAA,QAFA,OAAOC,EAAAR,CAAA,EAAK,wBAAA;AAAA,MAAA;mBACtB,MAAsE;AAAA,UAAtES,EAAsEC,GAAA;AAAA,YAApD,SAASf,EAAA,MAAY;AAAA,YAAZ,oBAAAgB,EAAA,CAAA,MAAAA,EAAA,CAAA,IAAA,CAAAC,MAAAjB,EAAA,MAAY,QAAKiB;AAAA,YAAG,UAAQV;AAAA,UAAA;;;;;;;"}
|
|
@@ -2,7 +2,7 @@ import { defineComponent as r, mergeModels as s, useModel as m, resolveComponent
|
|
|
2
2
|
import { useI18n as k } from "../../../../../utils/i18n.js";
|
|
3
3
|
import { EditorTypeEnum as _ } from "../../../../../constants/EditorTypeEnum.js";
|
|
4
4
|
import { useEditor as C } from "../useEditor.js";
|
|
5
|
-
import { useDesigner as g } from "
|
|
5
|
+
import { useDesigner as g } from "../../../../../hooks/useDesigner.js";
|
|
6
6
|
const D = /* @__PURE__ */ r({
|
|
7
7
|
name: _.switchDefaultValueEditor,
|
|
8
8
|
__name: "switch-defaultValue-editor",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"switch-defaultValue-editor.vue2.js","sources":["../../../../../../../src/components/form-designer/setting-panel/property-editor/field-switch/switch-defaultValue-editor.vue"],"sourcesContent":["<template>\n <a-form-item :label=\"i18nt('designer.setting.defaultValue')\">\n <a-switch\n v-model:checked=\"optionModel.defaultValue\"\n @change=\"emitDefaultValueChange\"\n :checkedValue=\"optionModel.checkedValue\"\n :unCheckedValue=\"optionModel.unCheckedValue\"\n />\n </a-form-item>\n</template>\n\n<script lang=\"ts\" setup>\n import { useI18n } from '@/utils/i18n';\n import { EditorTypeEnum } from '@/constants/EditorTypeEnum';\n import {\n useEditor,\n type EditorPros\n } from '@/components/form-designer/setting-panel/property-editor/useEditor.ts';\n import { useDesigner } from '@/
|
|
1
|
+
{"version":3,"file":"switch-defaultValue-editor.vue2.js","sources":["../../../../../../../src/components/form-designer/setting-panel/property-editor/field-switch/switch-defaultValue-editor.vue"],"sourcesContent":["<template>\n <a-form-item :label=\"i18nt('designer.setting.defaultValue')\">\n <a-switch\n v-model:checked=\"optionModel.defaultValue\"\n @change=\"emitDefaultValueChange\"\n :checkedValue=\"optionModel.checkedValue\"\n :unCheckedValue=\"optionModel.unCheckedValue\"\n />\n </a-form-item>\n</template>\n\n<script lang=\"ts\" setup>\n import { useI18n } from '@/utils/i18n';\n import { EditorTypeEnum } from '@/constants/EditorTypeEnum';\n import {\n useEditor,\n type EditorPros\n } from '@/components/form-designer/setting-panel/property-editor/useEditor.ts';\n import { useDesigner } from '@/hooks/useDesigner';\n\n defineOptions({\n name: EditorTypeEnum.switchDefaultValueEditor\n });\n const { designer } = useDesigner();\n const { selectedWidget } = defineProps<EditorPros>();\n\n const optionModel = defineModel('optionModel', {\n type: Object,\n required: true,\n default: () => ({ defaultValue: false, unCheckedValue: '' })\n });\n\n const { i18nt } = useI18n();\n const { emitDefaultValueChange } = useEditor({\n optionModel\n });\n // export default {\n // name: 'switch-defaultValue-editor',\n // mixins: [i18n, propertyMixin],\n // props: {\n // designer: Object,\n // selectedWidget: Object,\n // optionModel: Object\n // }\n // };\n</script>\n\n<style scoped></style>\n"],"names":["useDesigner","optionModel","_useModel","__props","i18nt","useI18n","emitDefaultValueChange","useEditor","_createBlock","_component_a_form_item","_unref","_createVNode","_component_a_switch","_cache","$event"],"mappings":";;;;;;;;;;;;;;;;;;;;AAuByB,IAAAA,EAAA;AAGrB,UAAMC,IAAcC,EAAWC,GAAC,aAI/B,GAEK,EAAE,OAAAC,EAAA,IAAUC,EAAA,GACZ,EAAE,wBAAAC,EAAA,IAA2BC,EAAU;AAAA,MACzC,aAAAN;AAAA,IAAA,CACH;;;kBAlCDO,EAOcC,GAAA;AAAA,QAPA,OAAOC,EAAAN,CAAA,EAAK,+BAAA;AAAA,MAAA;mBACtB,MAKE;AAAA,UALFO,EAKEC,GAAA;AAAA,YAJU,SAASX,EAAA,MAAY;AAAA,YAAZ,oBAAAY,EAAA,CAAA,MAAAA,EAAA,CAAA,IAAA,CAAAC,MAAAb,EAAA,MAAY,eAAYa;AAAA,YACxC,UAAQJ,EAAAJ,CAAA;AAAA,YACR,cAAcL,EAAA,MAAY;AAAA,YAC1B,gBAAgBA,EAAA,MAAY;AAAA,UAAA;;;;;;;"}
|
|
@@ -2,8 +2,8 @@ import * as r from "./accept-editor.vue.js";
|
|
|
2
2
|
import * as i from "./addonBefore-editor.vue.js";
|
|
3
3
|
import * as a from "./allowClear-editor.vue.js";
|
|
4
4
|
import * as d from "./appendButton-editor.vue.js";
|
|
5
|
-
import * as
|
|
6
|
-
import * as
|
|
5
|
+
import * as n from "./appendButtonDisabled-editor.vue.js";
|
|
6
|
+
import * as l from "./autoFullWidth-editor.vue.js";
|
|
7
7
|
import * as m from "./border-editor.vue.js";
|
|
8
8
|
import * as u from "./boxModel-editor.vue.js";
|
|
9
9
|
import * as s from "./button-list-editor.vue.js";
|
|
@@ -27,47 +27,47 @@ import * as V from "./container-data-table/data-table-tableHeight-editor.vue.js"
|
|
|
27
27
|
import * as y from "./container-data-table/data-table-tableSize-editor.vue.js";
|
|
28
28
|
import * as F from "./container-data-table/data-table-tableWidth-editor.vue.js";
|
|
29
29
|
import * as P from "./container-data-table/data-table-treeDataEnabled-editor.vue.js";
|
|
30
|
-
import * as
|
|
31
|
-
import * as
|
|
30
|
+
import * as x from "./container-grid-col/grid-col-offset-editor.vue.js";
|
|
31
|
+
import * as H from "./container-grid-col/grid-col-pull-editor.vue.js";
|
|
32
32
|
import * as I from "./container-grid-col/grid-col-push-editor.vue.js";
|
|
33
33
|
import * as O from "./container-grid-col/grid-col-responsive-editor.vue.js";
|
|
34
34
|
import * as M from "./container-grid-col/grid-col-span-editor.vue.js";
|
|
35
35
|
import * as L from "./container-grid/colHeight-editor.vue.js";
|
|
36
|
-
import * as
|
|
37
|
-
import * as
|
|
38
|
-
import * as
|
|
36
|
+
import * as z from "./container-grid/gutter-editor.vue.js";
|
|
37
|
+
import * as A from "./container-sub-form/showBlankRow-editor.vue.js";
|
|
38
|
+
import * as W from "./container-sub-form/showRowNumber-editor.vue.js";
|
|
39
39
|
import * as G from "./container-sub-form/sub-form-labelAlign-editor.vue.js";
|
|
40
40
|
import * as U from "./container-tab/tab-customClass-editor.vue.js";
|
|
41
41
|
import * as q from "./container-tab/tab-tabBarGutter-editor.vue.js";
|
|
42
42
|
import * as N from "./container-tab/tab-tabPosition-editor.vue.js";
|
|
43
43
|
import * as K from "./container-tab/tab-type-editor.vue.js";
|
|
44
|
-
import * as Q from "./container-
|
|
45
|
-
import * as j from "./container-
|
|
46
|
-
import * as $ from "./container-vf-dialog/
|
|
47
|
-
import * as J from "./container-vf-dialog/
|
|
48
|
-
import * as X from "./container-vf-dialog/
|
|
49
|
-
import * as Y from "./container-vf-dialog/
|
|
50
|
-
import * as Z from "./container-vf-dialog/
|
|
51
|
-
import * as _ from "./container-vf-dialog/
|
|
52
|
-
import * as oo from "./container-vf-dialog/
|
|
53
|
-
import * as eo from "./container-vf-dialog/
|
|
54
|
-
import * as to from "./container-vf-dialog/
|
|
55
|
-
import * as ro from "./container-vf-dialog/height-editor.vue.js";
|
|
56
|
-
import * as io from "./container-vf-dialog/
|
|
57
|
-
import * as ao from "./container-vf-dialog/
|
|
58
|
-
import * as
|
|
59
|
-
import * as
|
|
60
|
-
import * as mo from "./container-vf-dialog/
|
|
61
|
-
import * as uo from "./container-vf-dialog/
|
|
62
|
-
import * as so from "./container-vf-dialog/
|
|
63
|
-
import * as fo from "./container-vf-
|
|
64
|
-
import * as po from "./container-vf-
|
|
65
|
-
import * as vo from "./
|
|
66
|
-
import * as co from "./
|
|
67
|
-
import * as Eo from "./
|
|
68
|
-
import * as ho from "./
|
|
69
|
-
import * as bo from "./
|
|
70
|
-
import * as go from "./
|
|
44
|
+
import * as Q from "./container-vf-dialog/bodyStyle-editor.vue.js";
|
|
45
|
+
import * as j from "./container-vf-dialog/cancelButtonHidden-editor.vue.js";
|
|
46
|
+
import * as $ from "./container-vf-dialog/cancelButtonLabel-editor.vue.js";
|
|
47
|
+
import * as J from "./container-vf-dialog/closeOnClickModal-editor.vue.js";
|
|
48
|
+
import * as X from "./container-vf-dialog/closeOnPressEscape-editor.vue.js";
|
|
49
|
+
import * as Y from "./container-vf-dialog/collapseIcon-editor.vue.js";
|
|
50
|
+
import * as Z from "./container-vf-dialog/disabledMode-editor.vue.js";
|
|
51
|
+
import * as _ from "./container-vf-dialog/formCode-editor.vue.js";
|
|
52
|
+
import * as oo from "./container-vf-dialog/fullscreen-editor.vue.js";
|
|
53
|
+
import * as eo from "./container-vf-dialog/height-editor.vue.js";
|
|
54
|
+
import * as to from "./container-vf-dialog/isCollapse-editor.vue.js";
|
|
55
|
+
import * as ro from "./container-vf-dialog/line-height-editor.vue.js";
|
|
56
|
+
import * as io from "./container-vf-dialog/okButtonHidden-editor.vue.js";
|
|
57
|
+
import * as ao from "./container-vf-dialog/okButtonLabel-editor.vue.js";
|
|
58
|
+
import * as no from "./container-vf-dialog/readMode-editor.vue.js";
|
|
59
|
+
import * as lo from "./container-vf-dialog/showClose-editor.vue.js";
|
|
60
|
+
import * as mo from "./container-vf-dialog/title-editor.vue.js";
|
|
61
|
+
import * as uo from "./container-vf-dialog/unCollapseIcon-editor.vue.js";
|
|
62
|
+
import * as so from "./container-vf-dialog/width-editor.vue.js";
|
|
63
|
+
import * as fo from "./container-vf-drawer/vf-drawer-direction-editor.vue.js";
|
|
64
|
+
import * as po from "./container-vf-drawer/vf-drawer-size-editor.vue.js";
|
|
65
|
+
import * as vo from "./customClass-editor.vue.js";
|
|
66
|
+
import * as co from "./customRender-editor.vue.js";
|
|
67
|
+
import * as Eo from "./defaultValue-editor.vue.js";
|
|
68
|
+
import * as ho from "./disabled-editor.vue.js";
|
|
69
|
+
import * as bo from "./dsEnabled-editor.vue.js";
|
|
70
|
+
import * as go from "./echart-bar-editor.vue.js";
|
|
71
71
|
import * as Co from "./editable-editor.vue.js";
|
|
72
72
|
import * as wo from "./endPlaceholder-editor.vue.js";
|
|
73
73
|
import * as ko from "./event-handler/onAppendButtonClick-editor.vue.js";
|
|
@@ -80,15 +80,15 @@ import * as Vo from "./event-handler/onChange-editor.vue.js";
|
|
|
80
80
|
import * as yo from "./event-handler/onCheck-editor.vue.js";
|
|
81
81
|
import * as Fo from "./event-handler/onClick-editor.vue.js";
|
|
82
82
|
import * as Po from "./event-handler/onClickIcon-editor.vue.js";
|
|
83
|
-
import * as
|
|
84
|
-
import * as
|
|
83
|
+
import * as xo from "./event-handler/onCreated-editor.vue.js";
|
|
84
|
+
import * as Ho from "./event-handler/onCurrentPageChange-editor.vue.js";
|
|
85
85
|
import * as Io from "./event-handler/onDialogBeforeClose-editor.vue.js";
|
|
86
86
|
import * as Oo from "./event-handler/onDialogOpened-editor.vue.js";
|
|
87
87
|
import * as Mo from "./event-handler/onDisableOperationButton-editor.vue.js";
|
|
88
88
|
import * as Lo from "./event-handler/onDrawerBeforeClose-editor.vue.js";
|
|
89
|
-
import * as
|
|
90
|
-
import * as
|
|
91
|
-
import * as
|
|
89
|
+
import * as zo from "./event-handler/onDrawerOpened-editor.vue.js";
|
|
90
|
+
import * as Ao from "./event-handler/onFileRemove.vue.js";
|
|
91
|
+
import * as Wo from "./event-handler/onFocus-editor.vue.js";
|
|
92
92
|
import * as Go from "./event-handler/onGetOperationButtonLabel-editor.vue.js";
|
|
93
93
|
import * as Uo from "./event-handler/onGetRowClassName-editor.vue.js";
|
|
94
94
|
import * as qo from "./event-handler/onGetSpanMethod-editor.vue.js";
|
|
@@ -109,8 +109,8 @@ import * as re from "./event-handler/onSubFormRowChange-editor.vue.js";
|
|
|
109
109
|
import * as ie from "./event-handler/onSubFormRowDelete-editor.vue.js";
|
|
110
110
|
import * as ae from "./event-handler/onSubFormRowInsert-editor.vue.js";
|
|
111
111
|
import * as de from "./event-handler/onTabClick-editor.vue.js";
|
|
112
|
-
import * as
|
|
113
|
-
import * as
|
|
112
|
+
import * as ne from "./event-handler/onTableChange-editor.vue.js";
|
|
113
|
+
import * as le from "./event-handler/onUploadError-editor.vue.js";
|
|
114
114
|
import * as me from "./event-handler/onUploadSuccess-editor.vue.js";
|
|
115
115
|
import * as ue from "./event-handler/onValidate-editor.vue.js";
|
|
116
116
|
import * as se from "./field-button/circle-editor.vue.js";
|
|
@@ -134,15 +134,15 @@ import * as Ve from "./field-date/date-format-editor.vue.js";
|
|
|
134
134
|
import * as ye from "./field-date/date-type-editor.vue.js";
|
|
135
135
|
import * as Fe from "./field-date/date-valueFormat-editor.vue.js";
|
|
136
136
|
import * as Pe from "./field-divider/contentPosition-editor.vue.js";
|
|
137
|
-
import * as
|
|
138
|
-
import * as
|
|
137
|
+
import * as xe from "./field-divider/divider-direction-editor.vue.js";
|
|
138
|
+
import * as He from "./field-dropdown/dropdown-menuList-editor.vue.js";
|
|
139
139
|
import * as Ie from "./field-file-upload/file-upload-fileTypes-editor.vue.js";
|
|
140
140
|
import * as Oe from "./field-html-text/htmlContent-editor.vue.js";
|
|
141
141
|
import * as Me from "./field-number/controlsPosition-editor.vue.js";
|
|
142
142
|
import * as Le from "./field-number/number-defaultValue-editor.vue.js";
|
|
143
|
-
import * as
|
|
144
|
-
import * as
|
|
145
|
-
import * as
|
|
143
|
+
import * as ze from "./field-picture-upload/picture-upload-fileTypes-editor.vue.js";
|
|
144
|
+
import * as Ae from "./field-radio/radio-defaultValue-editor.vue.js";
|
|
145
|
+
import * as We from "./field-rate/allowHalf-editor.vue.js";
|
|
146
146
|
import * as Ge from "./field-rate/highThreshold-editor.vue.js";
|
|
147
147
|
import * as Ue from "./field-rate/lowThreshold-editor.vue.js";
|
|
148
148
|
import * as qe from "./field-rate/rate-count-editor.vue.js";
|
|
@@ -163,8 +163,8 @@ import * as rt from "./field-switch/switchWidth-editor.vue.js";
|
|
|
163
163
|
import * as it from "./field-switch/unCheckedValue-editor.vue.js";
|
|
164
164
|
import * as at from "./field-time-range/time-range-defaultValue-editor.vue.js";
|
|
165
165
|
import * as dt from "./field-time-range/time-range-format-editor.vue.js";
|
|
166
|
-
import * as
|
|
167
|
-
import * as
|
|
166
|
+
import * as nt from "./field-time/time-defaultValue-editor.vue.js";
|
|
167
|
+
import * as lt from "./field-time/time-format-editor.vue.js";
|
|
168
168
|
import * as mt from "./field-tree/tree-data-editor.vue.js";
|
|
169
169
|
import * as ut from "./field-treeSelect/treeSelect-treeDefaultExpandAll-editor.vue.js";
|
|
170
170
|
import * as st from "./flex-editor.vue.js";
|
|
@@ -188,15 +188,15 @@ import * as Vt from "./optionItems-editor.vue.js";
|
|
|
188
188
|
import * as yt from "./placeholder-editor.vue.js";
|
|
189
189
|
import * as Ft from "./placement-editor.vue.js";
|
|
190
190
|
import * as Pt from "./precision-editor.vue.js";
|
|
191
|
-
import * as
|
|
192
|
-
import * as
|
|
191
|
+
import * as xt from "./readonly-editor.vue.js";
|
|
192
|
+
import * as Ht from "./required-editor.vue.js";
|
|
193
193
|
import * as It from "./requiredHint-editor.vue.js";
|
|
194
194
|
import * as Ot from "./rightSlotCss-editor.vue.js";
|
|
195
195
|
import * as Mt from "./rows-editor.vue.js";
|
|
196
196
|
import * as Lt from "./showCount-editor.vue.js";
|
|
197
|
-
import * as
|
|
198
|
-
import * as
|
|
199
|
-
import * as
|
|
197
|
+
import * as zt from "./showFileList-editor.vue.js";
|
|
198
|
+
import * as At from "./showPassword-editor.vue.js";
|
|
199
|
+
import * as Wt from "./showSearch-editor.vue.js";
|
|
200
200
|
import * as Gt from "./showTime-editor.vue.js";
|
|
201
201
|
import * as Ut from "./size-editor.vue.js";
|
|
202
202
|
import * as qt from "./slot-compontent-editor.vue.js";
|
|
@@ -207,7 +207,7 @@ import * as jt from "./uploadListType-editor.vue.js";
|
|
|
207
207
|
import * as $t from "./useModel-editor.vue.js";
|
|
208
208
|
import * as Jt from "./validation-editor.vue.js";
|
|
209
209
|
import * as Xt from "./validationHint-editor.vue.js";
|
|
210
|
-
const Yt = {}, o = /* @__PURE__ */ Object.assign({ "./accept-editor.vue": r, "./addonBefore-editor.vue": i, "./allowClear-editor.vue": a, "./appendButton-editor.vue": d, "./appendButtonDisabled-editor.vue":
|
|
210
|
+
const Yt = {}, o = /* @__PURE__ */ Object.assign({ "./accept-editor.vue": r, "./addonBefore-editor.vue": i, "./allowClear-editor.vue": a, "./appendButton-editor.vue": d, "./appendButtonDisabled-editor.vue": n, "./autoFullWidth-editor.vue": l, "./border-editor.vue": m, "./boxModel-editor.vue": u, "./button-list-editor.vue": s, "./button-position-editor.vue": f, "./buttonIcon-editor.vue": p, "./buttonStyle-editor.vue": v, "./code-editor/code-editor-mode.vue": c, "./columnWidth-editor.vue": E, "./container-data-table/customRowEvent/data-table-customRow-editor.vue": h, "./container-data-table/data-table-colorRow-editor.vue": b, "./container-data-table/data-table-customClass-editor.vue": g, "./container-data-table/data-table-dsEnabled-editor.vue": C, "./container-data-table/data-table-pagination-editor.vue": w, "./container-data-table/data-table-rowKey-editor.vue": k, "./container-data-table/data-table-selections-editor.vue": T, "./container-data-table/data-table-showButtonsColumn-editor.vue": B, "./container-data-table/data-table-showIndex-editor.vue": D, "./container-data-table/data-table-stripe-editor.vue": S, "./container-data-table/data-table-tableColumns-editor.vue": R, "./container-data-table/data-table-tableHeight-editor.vue": V, "./container-data-table/data-table-tableSize-editor.vue": y, "./container-data-table/data-table-tableWidth-editor.vue": F, "./container-data-table/data-table-treeDataEnabled-editor.vue": P, "./container-grid-col/grid-col-offset-editor.vue": x, "./container-grid-col/grid-col-pull-editor.vue": H, "./container-grid-col/grid-col-push-editor.vue": I, "./container-grid-col/grid-col-responsive-editor.vue": O, "./container-grid-col/grid-col-span-editor.vue": M, "./container-grid/colHeight-editor.vue": L, "./container-grid/gutter-editor.vue": z, "./container-sub-form/showBlankRow-editor.vue": A, "./container-sub-form/showRowNumber-editor.vue": W, "./container-sub-form/sub-form-labelAlign-editor.vue": G, "./container-tab/tab-customClass-editor.vue": U, "./container-tab/tab-tabBarGutter-editor.vue": q, "./container-tab/tab-tabPosition-editor.vue": N, "./container-tab/tab-type-editor.vue": K, "./container-vf-dialog/bodyStyle-editor.vue": Q, "./container-vf-dialog/cancelButtonHidden-editor.vue": j, "./container-vf-dialog/cancelButtonLabel-editor.vue": $, "./container-vf-dialog/closeOnClickModal-editor.vue": J, "./container-vf-dialog/closeOnPressEscape-editor.vue": X, "./container-vf-dialog/collapseIcon-editor.vue": Y, "./container-vf-dialog/disabledMode-editor.vue": Z, "./container-vf-dialog/formCode-editor.vue": _, "./container-vf-dialog/fullscreen-editor.vue": oo, "./container-vf-dialog/height-editor.vue": eo, "./container-vf-dialog/isCollapse-editor.vue": to, "./container-vf-dialog/line-height-editor.vue": ro, "./container-vf-dialog/okButtonHidden-editor.vue": io, "./container-vf-dialog/okButtonLabel-editor.vue": ao, "./container-vf-dialog/readMode-editor.vue": no, "./container-vf-dialog/showClose-editor.vue": lo, "./container-vf-dialog/title-editor.vue": mo, "./container-vf-dialog/unCollapseIcon-editor.vue": uo, "./container-vf-dialog/width-editor.vue": so, "./container-vf-drawer/vf-drawer-direction-editor.vue": fo, "./container-vf-drawer/vf-drawer-size-editor.vue": po, "./customClass-editor.vue": vo, "./customRender-editor.vue": co, "./defaultValue-editor.vue": Eo, "./disabled-editor.vue": ho, "./dsEnabled-editor.vue": bo, "./echart-bar-editor.vue": go, "./editable-editor.vue": Co, "./endPlaceholder-editor.vue": wo, "./event-handler/onAppendButtonClick-editor.vue": ko, "./event-handler/onBeforeUpload-editor.vue": To, "./event-handler/onBlur-editor.vue": Bo, "./event-handler/onCancelButtonClick-editor.vue": Do, "./event-handler/onCellClick-editor.vue": So, "./event-handler/onCellDoubleClick-editor.vue": Ro, "./event-handler/onChange-editor.vue": Vo, "./event-handler/onCheck-editor.vue": yo, "./event-handler/onClick-editor.vue": Fo, "./event-handler/onClickIcon-editor.vue": Po, "./event-handler/onCreated-editor.vue": xo, "./event-handler/onCurrentPageChange-editor.vue": Ho, "./event-handler/onDialogBeforeClose-editor.vue": Io, "./event-handler/onDialogOpened-editor.vue": Oo, "./event-handler/onDisableOperationButton-editor.vue": Mo, "./event-handler/onDrawerBeforeClose-editor.vue": Lo, "./event-handler/onDrawerOpened-editor.vue": zo, "./event-handler/onFileRemove.vue": Ao, "./event-handler/onFocus-editor.vue": Wo, "./event-handler/onGetOperationButtonLabel-editor.vue": Go, "./event-handler/onGetRowClassName-editor.vue": Uo, "./event-handler/onGetSpanMethod-editor.vue": qo, "./event-handler/onHeaderClick-editor.vue": No, "./event-handler/onHideOperationButton-editor.vue": Ko, "./event-handler/onInput-editor.vue": Qo, "./event-handler/onMenuClick-editor.vue": jo, "./event-handler/onMounted-editor.vue": $o, "./event-handler/onOkButtonClick-editor.vue": Jo, "./event-handler/onOperationButtonClick-editor.vue": Xo, "./event-handler/onPageSizeChange-editor.vue": Yo, "./event-handler/onRemoteQuery-editor.vue": Zo, "./event-handler/onRowClick-editor.vue": _o, "./event-handler/onRowDoubleClick-editor.vue": oe, "./event-handler/onSelectionChange-editor.vue": ee, "./event-handler/onSubFormRowAdd-editor.vue": te, "./event-handler/onSubFormRowChange-editor.vue": re, "./event-handler/onSubFormRowDelete-editor.vue": ie, "./event-handler/onSubFormRowInsert-editor.vue": ae, "./event-handler/onTabClick-editor.vue": de, "./event-handler/onTableChange-editor.vue": ne, "./event-handler/onUploadError-editor.vue": le, "./event-handler/onUploadSuccess-editor.vue": me, "./event-handler/onValidate-editor.vue": ue, "./field-button/circle-editor.vue": se, "./field-button/danger-editor.vue": fe, "./field-button/ghost-editor.vue": pe, "./field-button/icon-editor.vue": ve, "./field-button/plain-editor.vue": ce, "./field-button/round-editor.vue": Ee, "./field-button/shape-editor.vue": he, "./field-button/type-editor.vue": be, "./field-cascader/cascader-defaultValue-editor.vue": ge, "./field-cascader/cascader-multiple-editor.vue": Ce, "./field-checkbox/checkbox-defaultValue-editor.vue": we, "./field-color/color-defaultValue-editor.vue": ke, "./field-date-range/date-range-defaultValue-editor.vue": Te, "./field-date-range/date-range-format-editor.vue": Be, "./field-date-range/date-range-type-editor.vue": De, "./field-date-range/date-range-valueFormat-editor.vue": Se, "./field-date/date-defaultValue-editor.vue": Re, "./field-date/date-format-editor.vue": Ve, "./field-date/date-type-editor.vue": ye, "./field-date/date-valueFormat-editor.vue": Fe, "./field-divider/contentPosition-editor.vue": Pe, "./field-divider/divider-direction-editor.vue": xe, "./field-dropdown/dropdown-menuList-editor.vue": He, "./field-file-upload/file-upload-fileTypes-editor.vue": Ie, "./field-html-text/htmlContent-editor.vue": Oe, "./field-number/controlsPosition-editor.vue": Me, "./field-number/number-defaultValue-editor.vue": Le, "./field-picture-upload/picture-upload-fileTypes-editor.vue": ze, "./field-radio/radio-defaultValue-editor.vue": Ae, "./field-rate/allowHalf-editor.vue": We, "./field-rate/highThreshold-editor.vue": Ge, "./field-rate/lowThreshold-editor.vue": Ue, "./field-rate/rate-count-editor.vue": qe, "./field-rate/rate-defaultValue-editor.vue": Ne, "./field-rate/showScore-editor.vue": Ke, "./field-rate/showText-editor.vue": Qe, "./field-rich-editor/rich-editor-contentHeight-editor.vue": je, "./field-select/mode-editor.vue": $e, "./field-select/select-defaultValue-editor.vue": Je, "./field-slider/range-editor.vue": Xe, "./field-slider/vertical-editor.vue": Ye, "./field-static-text/textContent-editor.vue": Ze, "./field-switch/activeColor-editor.vue": _e, "./field-switch/checkedValue-editor.vue": ot, "./field-switch/inactiveColor-editor.vue": et, "./field-switch/switch-defaultValue-editor.vue": tt, "./field-switch/switchWidth-editor.vue": rt, "./field-switch/unCheckedValue-editor.vue": it, "./field-time-range/time-range-defaultValue-editor.vue": at, "./field-time-range/time-range-format-editor.vue": dt, "./field-time/time-defaultValue-editor.vue": nt, "./field-time/time-format-editor.vue": lt, "./field-tree/tree-data-editor.vue": mt, "./field-treeSelect/treeSelect-treeDefaultExpandAll-editor.vue": ut, "./flex-editor.vue": st, "./hidden-editor.vue": ft, "./label-editor.vue": pt, "./labelAlign-editor.vue": vt, "./labelHidden-editor.vue": ct, "./labelIconClass-editor.vue": Et, "./labelIconPosition-editor.vue": ht, "./labelWidth-editor.vue": bt, "./limit-editor.vue": gt, "./loadingPage-editor.vue": Ct, "./max-editor.vue": wt, "./maxLength-editor.vue": kt, "./maxSize-editor.vue": Tt, "./min-editor.vue": Bt, "./minLength-editor.vue": Dt, "./multiple-editor.vue": St, "./name-editor.vue": Rt, "./optionItems-editor.vue": Vt, "./placeholder-editor.vue": yt, "./placement-editor.vue": Ft, "./precision-editor.vue": Pt, "./readonly-editor.vue": xt, "./required-editor.vue": Ht, "./requiredHint-editor.vue": It, "./rightSlotCss-editor.vue": Ot, "./rows-editor.vue": Mt, "./showCount-editor.vue": Lt, "./showFileList-editor.vue": zt, "./showPassword-editor.vue": At, "./showSearch-editor.vue": Wt, "./showTime-editor.vue": Gt, "./size-editor.vue": Ut, "./slot-compontent-editor.vue": qt, "./startPlaceholder-editor.vue": Nt, "./step-editor.vue": Kt, "./type-editor.vue": Qt, "./uploadListType-editor.vue": jt, "./useModel-editor.vue": $t, "./validation-editor.vue": Jt, "./validationHint-editor.vue": Xt });
|
|
211
211
|
for (const e in o) {
|
|
212
212
|
const t = o[e].default.name;
|
|
213
213
|
Yt[t] = o[e].default;
|