@ibiz-template/mob-vue3-components 0.0.1-alpha.22 → 0.0.1-alpha.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.min.css +1 -1
- package/dist/index.system.min.js +2 -2
- package/dist/index.system.min.js.map +1 -1
- package/es/control/form/edit-form/edit-form.d.ts +16 -1
- package/es/control/form/edit-form/edit-form.mjs +26 -8
- package/es/control/form/edit-form/index.d.ts +15 -0
- package/es/control/form/form/form.d.ts +1 -5
- package/es/control/form/form/form.mjs +39 -15
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-form/form-mdctrl-form.css +1 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-form/form-mdctrl-form.d.ts +7 -6
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-form/form-mdctrl-form.mjs +51 -58
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-md/form-mdctrl-md.css +1 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-md/form-mdctrl-md.d.ts +19 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-md/form-mdctrl-md.mjs +79 -0
- package/es/control/form/form-detail/form-mdctrl/{form-mdctrl-data-view/form-mdctrl-data-view.d.ts → form-mdctrl-repeater/form-mdctrl-repeater.d.ts} +5 -7
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater.mjs +50 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-multi-form/repeater-multi-form.d.ts +19 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-multi-form/repeater-multi-form.mjs +59 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-single-form/repeater-single-form.css +1 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-single-form/repeater-single-form.d.ts +29 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-single-form/repeater-single-form.mjs +54 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl.css +1 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl.d.ts +4 -2
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl.mjs +40 -54
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl.provider.mjs +21 -2
- package/es/control/form/form-detail/form-mdctrl/index.d.ts +2 -4
- package/es/control/form/form-detail/form-mdctrl/index.mjs +10 -1
- package/es/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.css +1 -0
- package/es/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.d.ts +40 -0
- package/es/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.mjs +94 -0
- package/es/control/form/form-detail/index.mjs +0 -1
- package/es/control/form/index.mjs +0 -1
- package/es/control/index.mjs +0 -1
- package/es/editor/upload/upload-editor.controller.mjs +2 -17
- package/es/panel-component/panel-button/index.d.ts +1 -1
- package/es/panel-component/panel-button/panel-button.d.ts +1 -1
- package/es/view/login-view/login-view.mjs +1 -1
- package/lib/control/form/edit-form/edit-form.cjs +26 -8
- package/lib/control/form/form/form.cjs +38 -14
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-form/form-mdctrl-form.cjs +48 -58
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-form/form-mdctrl-form.css +1 -0
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-md/form-mdctrl-md.cjs +81 -0
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-md/form-mdctrl-md.css +1 -0
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater.cjs +52 -0
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-multi-form/repeater-multi-form.cjs +61 -0
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-single-form/repeater-single-form.cjs +56 -0
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-single-form/repeater-single-form.css +1 -0
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl.cjs +38 -52
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl.css +1 -0
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl.provider.cjs +20 -1
- package/lib/control/form/form-detail/form-mdctrl/index.cjs +9 -1
- package/lib/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.cjs +96 -0
- package/lib/control/form/form-detail/form-mdctrl/mdctrl-container/mdctrl-container.css +1 -0
- package/lib/control/form/form-detail/index.cjs +0 -2
- package/lib/control/form/index.cjs +0 -2
- package/lib/control/index.cjs +0 -2
- package/lib/editor/upload/upload-editor.controller.cjs +1 -16
- package/lib/view/login-view/login-view.cjs +1 -1
- package/package.json +6 -6
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-container/form-mdctrl-container.css +0 -1
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-container/form-mdctrl-container.d.ts +0 -36
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-container/form-mdctrl-container.mjs +0 -66
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-data-view/form-mdctrl-data-view.mjs +0 -68
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-list/form-mdctrl-list.d.ts +0 -17
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-list/form-mdctrl-list.mjs +0 -68
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater-form/form-mdctrl-repeater-form-shell.d.ts +0 -72
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater-form/form-mdctrl-repeater-form-shell.mjs +0 -157
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater-form/form-mdctrl-repeater-form.d.ts +0 -17
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater-form/form-mdctrl-repeater-form.mjs +0 -57
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater-form-one/form-mdctrl-repeater-form-one.d.ts +0 -17
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater-form-one/form-mdctrl-repeater-form-one.mjs +0 -55
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-container/form-mdctrl-container.cjs +0 -71
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-container/form-mdctrl-container.css +0 -1
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-data-view/form-mdctrl-data-view.cjs +0 -73
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-list/form-mdctrl-list.cjs +0 -73
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater-form/form-mdctrl-repeater-form-shell.cjs +0 -159
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater-form/form-mdctrl-repeater-form.cjs +0 -62
- package/lib/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/form-mdctrl-repeater-form-one/form-mdctrl-repeater-form-one.cjs +0 -60
|
@@ -19,7 +19,6 @@ var formDruipart_provider = require('./form-druipart/form-druipart.provider.cjs'
|
|
|
19
19
|
var formRawitem_provider = require('./form-rawitem/form-rawitem.provider.cjs');
|
|
20
20
|
var formTabPanel_provider = require('./form-tab-panel/form-tab-panel.provider.cjs');
|
|
21
21
|
var formTabPage_provider = require('./form-tab-page/form-tab-page.provider.cjs');
|
|
22
|
-
var formMdctrl_provider = require('./form-mdctrl/form-mdctrl.provider.cjs');
|
|
23
22
|
|
|
24
23
|
"use strict";
|
|
25
24
|
|
|
@@ -42,4 +41,3 @@ exports.FormDRUIPartProvider = formDruipart_provider.FormDRUIPartProvider;
|
|
|
42
41
|
exports.FormRawItemProvider = formRawitem_provider.FormRawItemProvider;
|
|
43
42
|
exports.FormTabPanelProvider = formTabPanel_provider.FormTabPanelProvider;
|
|
44
43
|
exports.FormTabPageProvider = formTabPage_provider.FormTabPageProvider;
|
|
45
|
-
exports.FormMDCtrlProvider = formMdctrl_provider.FormMDCtrlProvider;
|
|
@@ -23,7 +23,6 @@ var formTabPanel_provider = require('./form-detail/form-tab-panel/form-tab-panel
|
|
|
23
23
|
var index$7 = require('./form-detail/form-tab-panel/index.cjs');
|
|
24
24
|
var formTabPage_provider = require('./form-detail/form-tab-page/form-tab-page.provider.cjs');
|
|
25
25
|
var index$8 = require('./form-detail/form-tab-page/index.cjs');
|
|
26
|
-
var formMdctrl_provider = require('./form-detail/form-mdctrl/form-mdctrl.provider.cjs');
|
|
27
26
|
var index$9 = require('./form-detail/form-mdctrl/index.cjs');
|
|
28
27
|
|
|
29
28
|
"use strict";
|
|
@@ -50,5 +49,4 @@ exports.FormTabPanelProvider = formTabPanel_provider.FormTabPanelProvider;
|
|
|
50
49
|
exports.IBizFormTabPanel = index$7.IBizFormTabPanel;
|
|
51
50
|
exports.FormTabPageProvider = formTabPage_provider.FormTabPageProvider;
|
|
52
51
|
exports.IBizFormTabPage = index$8.IBizFormTabPage;
|
|
53
|
-
exports.FormMDCtrlProvider = formMdctrl_provider.FormMDCtrlProvider;
|
|
54
52
|
exports.IBizFormMDCtrl = index$9.IBizFormMDCtrl;
|
package/lib/control/index.cjs
CHANGED
|
@@ -43,7 +43,6 @@ var formTabPanel_provider = require('./form/form-detail/form-tab-panel/form-tab-
|
|
|
43
43
|
var index$b = require('./form/form-detail/form-tab-panel/index.cjs');
|
|
44
44
|
var formTabPage_provider = require('./form/form-detail/form-tab-page/form-tab-page.provider.cjs');
|
|
45
45
|
var index$c = require('./form/form-detail/form-tab-page/index.cjs');
|
|
46
|
-
var formMdctrl_provider = require('./form/form-detail/form-mdctrl/form-mdctrl.provider.cjs');
|
|
47
46
|
var index$d = require('./form/form-detail/form-mdctrl/index.cjs');
|
|
48
47
|
var index$e = require('./form/edit-form/index.cjs');
|
|
49
48
|
var index$f = require('./form/form/index.cjs');
|
|
@@ -111,7 +110,6 @@ exports.FormTabPanelProvider = formTabPanel_provider.FormTabPanelProvider;
|
|
|
111
110
|
exports.IBizFormTabPanel = index$b.IBizFormTabPanel;
|
|
112
111
|
exports.FormTabPageProvider = formTabPage_provider.FormTabPageProvider;
|
|
113
112
|
exports.IBizFormTabPage = index$c.IBizFormTabPage;
|
|
114
|
-
exports.FormMDCtrlProvider = formMdctrl_provider.FormMDCtrlProvider;
|
|
115
113
|
exports.IBizFormMDCtrl = index$d.IBizFormMDCtrl;
|
|
116
114
|
exports.IBizEditFormControl = index$e.IBizEditFormControl;
|
|
117
115
|
exports.IBizFormControl = index$f.IBizFormControl;
|
|
@@ -123,22 +123,7 @@ class UploadEditorController extends runtime.EditorController {
|
|
|
123
123
|
* @param {IData} file
|
|
124
124
|
*/
|
|
125
125
|
fileDownload(file) {
|
|
126
|
-
ibiz.
|
|
127
|
-
method: "get",
|
|
128
|
-
responseType: "blob",
|
|
129
|
-
baseURL: ""
|
|
130
|
-
// 已经有baseURL了,这里无需再写
|
|
131
|
-
}).then((response) => {
|
|
132
|
-
if (response.status !== 200) {
|
|
133
|
-
throw new core.RuntimeError("\u4E0B\u8F7D\u6587\u4EF6\u5931\u8D25");
|
|
134
|
-
}
|
|
135
|
-
if (!response.data) {
|
|
136
|
-
throw new core.RuntimeError("\u6587\u4EF6\u6D41\u6570\u636E\u4E0D\u5B58\u5728");
|
|
137
|
-
} else {
|
|
138
|
-
const fileName = file.name;
|
|
139
|
-
core.downloadFileFromBlob(response.data, fileName);
|
|
140
|
-
}
|
|
141
|
-
});
|
|
126
|
+
ibiz.platform.download(file.url, file.name);
|
|
142
127
|
}
|
|
143
128
|
}
|
|
144
129
|
|
|
@@ -32,7 +32,7 @@ const LoginView = /* @__PURE__ */ vue.defineComponent({
|
|
|
32
32
|
return;
|
|
33
33
|
}
|
|
34
34
|
loading.value = true;
|
|
35
|
-
const bol = await ibiz.
|
|
35
|
+
const bol = await ibiz.platform.login(loginData.username, loginData.password);
|
|
36
36
|
if (bol) {
|
|
37
37
|
window.location.hash = ru;
|
|
38
38
|
window.location.reload();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ibiz-template/mob-vue3-components",
|
|
3
|
-
"version": "0.0.1-alpha.
|
|
3
|
+
"version": "0.0.1-alpha.24",
|
|
4
4
|
"description": "使用 rollup 编译 vue 组件或者 jsx",
|
|
5
5
|
"main": "lib/index.cjs",
|
|
6
6
|
"module": "es/index.mjs",
|
|
@@ -24,11 +24,11 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@ibiz-template-package/vs-tree-ex": "^0.1.1",
|
|
27
|
-
"@ibiz-template/core": "^0.
|
|
28
|
-
"@ibiz-template/model-helper": "^0.
|
|
29
|
-
"@ibiz-template/runtime": "^0.
|
|
30
|
-
"@ibiz-template/theme": "^0.
|
|
31
|
-
"@ibiz-template/vue3-util": "^0.
|
|
27
|
+
"@ibiz-template/core": "^0.4.0",
|
|
28
|
+
"@ibiz-template/model-helper": "^0.4.1",
|
|
29
|
+
"@ibiz-template/runtime": "^0.4.1",
|
|
30
|
+
"@ibiz-template/theme": "^0.4.0",
|
|
31
|
+
"@ibiz-template/vue3-util": "^0.4.1",
|
|
32
32
|
"@ibiz/model-core": "^0.0.21",
|
|
33
33
|
"async-validator": "^4.2.5",
|
|
34
34
|
"cherry-markdown": "^0.8.26",
|
package/es/control/form/form-detail/form-mdctrl/form-mdctrl-container/form-mdctrl-container.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.ibiz-form-mdctrl{min-height:var(--ibiz-form-mdctrl-min-height);--ibiz-form-mdctrl-gap:var(--ibiz-spacing-tight);--ibiz-form-mdctrl-btn-width:0;--ibiz-form-mdctrl-min-height:2rem;--ibiz-form-mdctrl-content-min-height:4.5rem}.ibiz-form-mdctrl .ibiz-form-mdctrl-main .ibiz-form-mdctrl-form-content{display:flex;min-height:var(--ibiz-form-mdctrl-content-min-height);margin-top:var(--ibiz-spacing-tight)}.ibiz-form-mdctrl .ibiz-form-mdctrl-main .ibiz-form-mdctrl-form-content-container{width:100%}.ibiz-form-mdctrl .ibiz-form-mdctrl-main .ibiz-form-mdctrl-form-content-control{width:calc(100% - var(--ibiz-form-mdctrl-btn-width) - var(--ibiz-form-mdctrl-gap))}.ibiz-form-mdctrl .ibiz-form-mdctrl-main .ibiz-form-mdctrl-btn{height:100%;margin-left:var(--ibiz-form-mdctrl-gap);cursor:pointer;display:flex;flex-flow:column nowrap;align-items:center;justify-content:flex-start}.ibiz-form-mdctrl .ibiz-form-mdctrl-main .ibiz-form-mdctrl-title{display:flex;align-items:center;justify-content:space-between}.ibiz-form-mdctrl .ibiz-form-mdctrl-main .ibiz-form-mdctrl-title .ibiz-form-mdctrl-caption{font-size:.875rem;font-weight:var(--ibiz-font-weight-bold)}.ibiz-form-mdctrl.is-no-caption .ibiz-form-mdctrl-main{position:relative}.ibiz-form-mdctrl.is-no-caption .ibiz-form-mdctrl-main>.ibiz-form-mdctrl-form-content:nth-child(2) .ibiz-form-mdctrl-btn{position:relative;top:2.5rem;height:-moz-fit-content;height:fit-content}.ibiz-form-mdctrl.is-no-caption .ibiz-form-mdctrl-main .ibiz-form-mdctrl-title{position:absolute;top:0;right:0;z-index:2}.ibiz-form-mdctrl .ibiz-form-mdctrl-add-btn{height:1.875rem}
|
package/es/control/form/form-detail/form-mdctrl/form-mdctrl-container/form-mdctrl-container.d.ts
DELETED
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import './form-mdctrl-container.scss';
|
|
3
|
-
import { FormMDCtrlController } from '@ibiz-template/runtime';
|
|
4
|
-
export declare const FormMDCtrlContainer: import("vue").DefineComponent<{
|
|
5
|
-
controller: {
|
|
6
|
-
type: PropType<FormMDCtrlController>;
|
|
7
|
-
required: true;
|
|
8
|
-
};
|
|
9
|
-
buttonVisible: {
|
|
10
|
-
type: BooleanConstructor;
|
|
11
|
-
default: boolean;
|
|
12
|
-
required: false;
|
|
13
|
-
};
|
|
14
|
-
}, {
|
|
15
|
-
ns: import("@ibiz-template/core").Namespace;
|
|
16
|
-
ns2: import("@ibiz-template/core").Namespace;
|
|
17
|
-
c: FormMDCtrlController;
|
|
18
|
-
handleRemove: () => void;
|
|
19
|
-
insertButtonClick: () => void;
|
|
20
|
-
hasCaption: boolean | undefined;
|
|
21
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "insertButtonClick"[], "insertButtonClick", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
22
|
-
controller: {
|
|
23
|
-
type: PropType<FormMDCtrlController>;
|
|
24
|
-
required: true;
|
|
25
|
-
};
|
|
26
|
-
buttonVisible: {
|
|
27
|
-
type: BooleanConstructor;
|
|
28
|
-
default: boolean;
|
|
29
|
-
required: false;
|
|
30
|
-
};
|
|
31
|
-
}>> & {
|
|
32
|
-
onInsertButtonClick?: ((...args: any[]) => any) | undefined;
|
|
33
|
-
}, {
|
|
34
|
-
buttonVisible: boolean;
|
|
35
|
-
}, {}>;
|
|
36
|
-
export default FormMDCtrlContainer;
|
package/es/control/form/form-detail/form-mdctrl/form-mdctrl-container/form-mdctrl-container.mjs
DELETED
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
import { createVNode, resolveComponent, createTextVNode, defineComponent } from 'vue';
|
|
2
|
-
import { useNamespace } from '@ibiz-template/vue3-util';
|
|
3
|
-
import './form-mdctrl-container.css';
|
|
4
|
-
|
|
5
|
-
"use strict";
|
|
6
|
-
const FormMDCtrlContainer = /* @__PURE__ */ defineComponent({
|
|
7
|
-
name: "FormMDCtrlContainer",
|
|
8
|
-
props: {
|
|
9
|
-
controller: {
|
|
10
|
-
type: Object,
|
|
11
|
-
required: true
|
|
12
|
-
},
|
|
13
|
-
buttonVisible: {
|
|
14
|
-
type: Boolean,
|
|
15
|
-
default: true,
|
|
16
|
-
required: false
|
|
17
|
-
}
|
|
18
|
-
},
|
|
19
|
-
emits: ["insertButtonClick"],
|
|
20
|
-
setup(props, {
|
|
21
|
-
emit
|
|
22
|
-
}) {
|
|
23
|
-
const ns = useNamespace("form-mdctrl");
|
|
24
|
-
const c = props.controller;
|
|
25
|
-
const handleRemove = () => {
|
|
26
|
-
};
|
|
27
|
-
const insertButtonClick = () => {
|
|
28
|
-
emit("insertButtonClick");
|
|
29
|
-
};
|
|
30
|
-
const hasCaption = c.model.showCaption && !!c.model.caption;
|
|
31
|
-
const ns2 = useNamespace("form-group");
|
|
32
|
-
return {
|
|
33
|
-
ns,
|
|
34
|
-
ns2,
|
|
35
|
-
c,
|
|
36
|
-
handleRemove,
|
|
37
|
-
insertButtonClick,
|
|
38
|
-
hasCaption
|
|
39
|
-
};
|
|
40
|
-
},
|
|
41
|
-
render() {
|
|
42
|
-
const renderFormContent = () => {
|
|
43
|
-
return this.$slots.default && this.$slots.default();
|
|
44
|
-
};
|
|
45
|
-
const renderMainContent = () => {
|
|
46
|
-
return createVNode("div", {
|
|
47
|
-
"class": this.ns.b("main")
|
|
48
|
-
}, [[createVNode("div", {
|
|
49
|
-
"class": [this.ns.b("title"), this.ns2.b("header")]
|
|
50
|
-
}, [createVNode("span", {
|
|
51
|
-
"class": this.ns.b("caption")
|
|
52
|
-
}, [this.controller.model.showCaption && this.controller.model.caption]), this.buttonVisible && this.controller.isCreate && createVNode(resolveComponent("van-button"), {
|
|
53
|
-
"class": this.ns.b("add-btn"),
|
|
54
|
-
"onClick": () => this.insertButtonClick(),
|
|
55
|
-
"type": "primary"
|
|
56
|
-
}, {
|
|
57
|
-
default: () => [createTextVNode("\u6DFB\u52A0")]
|
|
58
|
-
})]), renderFormContent()]]);
|
|
59
|
-
};
|
|
60
|
-
return createVNode("div", {
|
|
61
|
-
"class": [this.ns.b(), this.ns.b(this.c.model.codeName), this.ns.b(this.c.model.contentType.toLowerCase()), ...this.controller.containerClass, this.ns.is("no-caption", !this.hasCaption)]
|
|
62
|
-
}, [renderMainContent()]);
|
|
63
|
-
}
|
|
64
|
-
});
|
|
65
|
-
|
|
66
|
-
export { FormMDCtrlContainer, FormMDCtrlContainer as default };
|
package/es/control/form/form-detail/form-mdctrl/form-mdctrl-data-view/form-mdctrl-data-view.mjs
DELETED
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
import { isVNode, reactive, resolveComponent, h, createTextVNode, createVNode, defineComponent } from 'vue';
|
|
2
|
-
import { useNamespace, useController } from '@ibiz-template/vue3-util';
|
|
3
|
-
import { FormMDCtrlContainer } from '../form-mdctrl-container/form-mdctrl-container.mjs';
|
|
4
|
-
|
|
5
|
-
"use strict";
|
|
6
|
-
function _isSlot(s) {
|
|
7
|
-
return typeof s === "function" || Object.prototype.toString.call(s) === "[object Object]" && !isVNode(s);
|
|
8
|
-
}
|
|
9
|
-
const FormMDCtrlDataView = /* @__PURE__ */ defineComponent({
|
|
10
|
-
name: "IBizFormMDCtrlDataView",
|
|
11
|
-
props: {
|
|
12
|
-
controller: {
|
|
13
|
-
type: Object,
|
|
14
|
-
required: true
|
|
15
|
-
}
|
|
16
|
-
},
|
|
17
|
-
setup(props) {
|
|
18
|
-
const ns = useNamespace("form-mdctrl");
|
|
19
|
-
useController(props.controller);
|
|
20
|
-
const c = props.controller;
|
|
21
|
-
c.state = reactive(c.state);
|
|
22
|
-
return {
|
|
23
|
-
ns,
|
|
24
|
-
c
|
|
25
|
-
};
|
|
26
|
-
},
|
|
27
|
-
render() {
|
|
28
|
-
let _slot;
|
|
29
|
-
const c = this.c;
|
|
30
|
-
const renderContent = () => {
|
|
31
|
-
if (c.controlModel && c.provider) {
|
|
32
|
-
const tempContext = c.parent.form.context.clone();
|
|
33
|
-
const controlProps = {
|
|
34
|
-
modelData: c.controlModel,
|
|
35
|
-
context: tempContext,
|
|
36
|
-
params: c.parent.form.params,
|
|
37
|
-
onSelectionChange: (arg) => c.onSelectionChange(arg),
|
|
38
|
-
onCreated: (event) => c.onDataViewCreated(event),
|
|
39
|
-
class: this.ns.b("form-content-control")
|
|
40
|
-
};
|
|
41
|
-
const controlComponent = h(resolveComponent(c.provider.component), controlProps);
|
|
42
|
-
return createVNode("div", {
|
|
43
|
-
"class": this.ns.b("form-content")
|
|
44
|
-
}, [controlComponent, createVNode("div", {
|
|
45
|
-
"class": this.ns.b("btn")
|
|
46
|
-
}, [c.parent.isDelete && createVNode(resolveComponent("van-button"), {
|
|
47
|
-
"type": "danger",
|
|
48
|
-
"class": this.ns.b("remove-btn"),
|
|
49
|
-
"disabled": !this.c.state.isSelect,
|
|
50
|
-
"onClick": () => this.c.onDataRemove()
|
|
51
|
-
}, {
|
|
52
|
-
default: () => [createTextVNode("\u5220\u9664")]
|
|
53
|
-
})])]);
|
|
54
|
-
}
|
|
55
|
-
};
|
|
56
|
-
return createVNode(FormMDCtrlContainer, {
|
|
57
|
-
"class": this.ns.b("data-view"),
|
|
58
|
-
"controller": c.parent,
|
|
59
|
-
"onInsertButtonClick": () => {
|
|
60
|
-
c.onDataInsert();
|
|
61
|
-
}
|
|
62
|
-
}, _isSlot(_slot = renderContent()) ? _slot : {
|
|
63
|
-
default: () => [_slot]
|
|
64
|
-
});
|
|
65
|
-
}
|
|
66
|
-
});
|
|
67
|
-
|
|
68
|
-
export { FormMDCtrlDataView, FormMDCtrlDataView as default };
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { FormMDCtrlListController } from '@ibiz-template/runtime';
|
|
3
|
-
export declare const FormMDCtrlList: import("vue").DefineComponent<{
|
|
4
|
-
controller: {
|
|
5
|
-
type: PropType<FormMDCtrlListController>;
|
|
6
|
-
required: true;
|
|
7
|
-
};
|
|
8
|
-
}, {
|
|
9
|
-
ns: import("@ibiz-template/core").Namespace;
|
|
10
|
-
c: FormMDCtrlListController;
|
|
11
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
|
-
controller: {
|
|
13
|
-
type: PropType<FormMDCtrlListController>;
|
|
14
|
-
required: true;
|
|
15
|
-
};
|
|
16
|
-
}>>, {}, {}>;
|
|
17
|
-
export default FormMDCtrlList;
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
import { isVNode, reactive, resolveComponent, h, createTextVNode, createVNode, defineComponent } from 'vue';
|
|
2
|
-
import { useNamespace, useController } from '@ibiz-template/vue3-util';
|
|
3
|
-
import { FormMDCtrlContainer } from '../form-mdctrl-container/form-mdctrl-container.mjs';
|
|
4
|
-
|
|
5
|
-
"use strict";
|
|
6
|
-
function _isSlot(s) {
|
|
7
|
-
return typeof s === "function" || Object.prototype.toString.call(s) === "[object Object]" && !isVNode(s);
|
|
8
|
-
}
|
|
9
|
-
const FormMDCtrlList = /* @__PURE__ */ defineComponent({
|
|
10
|
-
name: "IBizFormMDCtrlList",
|
|
11
|
-
props: {
|
|
12
|
-
controller: {
|
|
13
|
-
type: Object,
|
|
14
|
-
required: true
|
|
15
|
-
}
|
|
16
|
-
},
|
|
17
|
-
setup(props) {
|
|
18
|
-
const ns = useNamespace("form-mdctrl");
|
|
19
|
-
useController(props.controller);
|
|
20
|
-
const c = props.controller;
|
|
21
|
-
c.state = reactive(c.state);
|
|
22
|
-
return {
|
|
23
|
-
ns,
|
|
24
|
-
c
|
|
25
|
-
};
|
|
26
|
-
},
|
|
27
|
-
render() {
|
|
28
|
-
let _slot;
|
|
29
|
-
const c = this.c;
|
|
30
|
-
const renderContent = () => {
|
|
31
|
-
if (c.controlModel && c.provider) {
|
|
32
|
-
const tempContext = c.parent.form.context.clone();
|
|
33
|
-
const controlProps = {
|
|
34
|
-
modelData: c.controlModel,
|
|
35
|
-
context: tempContext,
|
|
36
|
-
params: c.parent.form.params,
|
|
37
|
-
onSelectionChange: (arg) => c.onSelectionChange(arg),
|
|
38
|
-
onCreated: (event) => c.onListCreated(event),
|
|
39
|
-
class: this.ns.b("form-content-control")
|
|
40
|
-
};
|
|
41
|
-
const controlComponent = h(resolveComponent(c.provider.component), controlProps);
|
|
42
|
-
return createVNode("div", {
|
|
43
|
-
"class": this.ns.b("form-content")
|
|
44
|
-
}, [controlComponent, createVNode("div", {
|
|
45
|
-
"class": this.ns.b("btn")
|
|
46
|
-
}, [c.parent.isDelete && createVNode(resolveComponent("van-button"), {
|
|
47
|
-
"type": "danger",
|
|
48
|
-
"class": this.ns.b("remove-btn"),
|
|
49
|
-
"disabled": !this.c.state.isSelect,
|
|
50
|
-
"onClick": () => this.c.onDataRemove()
|
|
51
|
-
}, {
|
|
52
|
-
default: () => [createTextVNode("\u5220\u9664")]
|
|
53
|
-
})])]);
|
|
54
|
-
}
|
|
55
|
-
};
|
|
56
|
-
return createVNode(FormMDCtrlContainer, {
|
|
57
|
-
"class": this.ns.b("list"),
|
|
58
|
-
"controller": c.parent,
|
|
59
|
-
"onInsertButtonClick": () => {
|
|
60
|
-
c.onDataInsert();
|
|
61
|
-
}
|
|
62
|
-
}, _isSlot(_slot = renderContent()) ? _slot : {
|
|
63
|
-
default: () => [_slot]
|
|
64
|
-
});
|
|
65
|
-
}
|
|
66
|
-
});
|
|
67
|
-
|
|
68
|
-
export { FormMDCtrlList, FormMDCtrlList as default };
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
import { FormMDCtrlItemController, FormMDCtrlRepeaterFormController } from '@ibiz-template/runtime';
|
|
2
|
-
import { IDEEditForm, IDEFormDetail } from '@ibiz/model-core';
|
|
3
|
-
import { PropType, VNode } from 'vue';
|
|
4
|
-
export declare const FormMDCtrlRepeaterFormShell: import("vue").DefineComponent<{
|
|
5
|
-
modelData: {
|
|
6
|
-
type: PropType<IDEEditForm>;
|
|
7
|
-
required: true;
|
|
8
|
-
};
|
|
9
|
-
context: {
|
|
10
|
-
type: PropType<IContext>;
|
|
11
|
-
required: true;
|
|
12
|
-
};
|
|
13
|
-
params: {
|
|
14
|
-
type: PropType<IParams>;
|
|
15
|
-
default: () => {};
|
|
16
|
-
};
|
|
17
|
-
data: {
|
|
18
|
-
type: PropType<IData>;
|
|
19
|
-
required: true;
|
|
20
|
-
};
|
|
21
|
-
index: {
|
|
22
|
-
type: NumberConstructor;
|
|
23
|
-
required: true;
|
|
24
|
-
};
|
|
25
|
-
controller: {
|
|
26
|
-
type: PropType<FormMDCtrlRepeaterFormController>;
|
|
27
|
-
required: true;
|
|
28
|
-
};
|
|
29
|
-
buttonVisible: {
|
|
30
|
-
type: BooleanConstructor;
|
|
31
|
-
default: boolean;
|
|
32
|
-
required: false;
|
|
33
|
-
};
|
|
34
|
-
}, {
|
|
35
|
-
c: FormMDCtrlItemController;
|
|
36
|
-
ns: import("@ibiz-template/core").Namespace;
|
|
37
|
-
renderByDetailType: (detail: IDEFormDetail, item: IData, index: number) => VNode | VNode[] | undefined;
|
|
38
|
-
init: import("vue").Ref<boolean>;
|
|
39
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
40
|
-
modelData: {
|
|
41
|
-
type: PropType<IDEEditForm>;
|
|
42
|
-
required: true;
|
|
43
|
-
};
|
|
44
|
-
context: {
|
|
45
|
-
type: PropType<IContext>;
|
|
46
|
-
required: true;
|
|
47
|
-
};
|
|
48
|
-
params: {
|
|
49
|
-
type: PropType<IParams>;
|
|
50
|
-
default: () => {};
|
|
51
|
-
};
|
|
52
|
-
data: {
|
|
53
|
-
type: PropType<IData>;
|
|
54
|
-
required: true;
|
|
55
|
-
};
|
|
56
|
-
index: {
|
|
57
|
-
type: NumberConstructor;
|
|
58
|
-
required: true;
|
|
59
|
-
};
|
|
60
|
-
controller: {
|
|
61
|
-
type: PropType<FormMDCtrlRepeaterFormController>;
|
|
62
|
-
required: true;
|
|
63
|
-
};
|
|
64
|
-
buttonVisible: {
|
|
65
|
-
type: BooleanConstructor;
|
|
66
|
-
default: boolean;
|
|
67
|
-
required: false;
|
|
68
|
-
};
|
|
69
|
-
}>>, {
|
|
70
|
-
params: IParams;
|
|
71
|
-
buttonVisible: boolean;
|
|
72
|
-
}, {}>;
|
|
@@ -1,157 +0,0 @@
|
|
|
1
|
-
import { isVNode, ref, reactive, renderSlot, createTextVNode, createVNode, resolveComponent, h, defineComponent } from 'vue';
|
|
2
|
-
import { FormMDCtrlItemController, findChildFormDetails } from '@ibiz-template/runtime';
|
|
3
|
-
import { useControlController, useNamespace } from '@ibiz-template/vue3-util';
|
|
4
|
-
|
|
5
|
-
"use strict";
|
|
6
|
-
function _isSlot(s) {
|
|
7
|
-
return typeof s === "function" || Object.prototype.toString.call(s) === "[object Object]" && !isVNode(s);
|
|
8
|
-
}
|
|
9
|
-
const FormMDCtrlRepeaterFormShell = /* @__PURE__ */ defineComponent({
|
|
10
|
-
name: "IBizFormMDCtrlRepeaterFormShell",
|
|
11
|
-
props: {
|
|
12
|
-
modelData: {
|
|
13
|
-
type: Object,
|
|
14
|
-
required: true
|
|
15
|
-
},
|
|
16
|
-
context: {
|
|
17
|
-
type: Object,
|
|
18
|
-
required: true
|
|
19
|
-
},
|
|
20
|
-
params: {
|
|
21
|
-
type: Object,
|
|
22
|
-
default: () => ({})
|
|
23
|
-
},
|
|
24
|
-
data: {
|
|
25
|
-
type: Object,
|
|
26
|
-
required: true
|
|
27
|
-
},
|
|
28
|
-
index: {
|
|
29
|
-
type: Number,
|
|
30
|
-
required: true
|
|
31
|
-
},
|
|
32
|
-
controller: {
|
|
33
|
-
type: Object,
|
|
34
|
-
required: true
|
|
35
|
-
},
|
|
36
|
-
buttonVisible: {
|
|
37
|
-
type: Boolean,
|
|
38
|
-
default: true,
|
|
39
|
-
required: false
|
|
40
|
-
}
|
|
41
|
-
},
|
|
42
|
-
setup(props, {
|
|
43
|
-
slots
|
|
44
|
-
}) {
|
|
45
|
-
const c = useControlController((...args) => new FormMDCtrlItemController(...args, props.data, props.controller.parent.form));
|
|
46
|
-
const ns = useNamespace("form-mdctrl");
|
|
47
|
-
c.state.isLoaded = true;
|
|
48
|
-
const init = ref(false);
|
|
49
|
-
c.evt.on("onCreated", () => {
|
|
50
|
-
const keys = Object.keys(c.details);
|
|
51
|
-
keys.forEach((key) => {
|
|
52
|
-
const detail = c.details[key];
|
|
53
|
-
detail.state = reactive(detail.state);
|
|
54
|
-
});
|
|
55
|
-
init.value = true;
|
|
56
|
-
});
|
|
57
|
-
c.evt.on("onFormDataChange", (arg) => {
|
|
58
|
-
if (arg.data.length > 0) {
|
|
59
|
-
props.controller.onDataItemChange(arg.data[0], props.index);
|
|
60
|
-
}
|
|
61
|
-
});
|
|
62
|
-
const slotProps = {
|
|
63
|
-
form: c
|
|
64
|
-
};
|
|
65
|
-
const renderByDetailType = (detail, item, index) => {
|
|
66
|
-
let _slot;
|
|
67
|
-
if (detail.hidden) {
|
|
68
|
-
return;
|
|
69
|
-
}
|
|
70
|
-
const detailId = detail.id;
|
|
71
|
-
const controller = c.details[detailId];
|
|
72
|
-
const detailProps = {
|
|
73
|
-
modelData: detail,
|
|
74
|
-
controller,
|
|
75
|
-
key: detail.id
|
|
76
|
-
};
|
|
77
|
-
if (slots[detailId]) {
|
|
78
|
-
return renderSlot(slots, detailId, {
|
|
79
|
-
...slotProps,
|
|
80
|
-
...detailProps
|
|
81
|
-
});
|
|
82
|
-
}
|
|
83
|
-
const childSlots = {};
|
|
84
|
-
if (detail.detailType === "FORMITEM" && slots[`${detailId}_editor`]) {
|
|
85
|
-
childSlots.default = (...args) => {
|
|
86
|
-
return slots[`${detailId}_editor`](...args);
|
|
87
|
-
};
|
|
88
|
-
}
|
|
89
|
-
const childDetails = findChildFormDetails(detail);
|
|
90
|
-
if (childDetails.length) {
|
|
91
|
-
childSlots.default = () => childDetails.map((child) => {
|
|
92
|
-
return renderByDetailType(child, item, index);
|
|
93
|
-
});
|
|
94
|
-
}
|
|
95
|
-
const provider = (controller == null ? void 0 : controller.form).providers[detailId];
|
|
96
|
-
if (!provider) {
|
|
97
|
-
return createVNode("div", null, [createTextVNode("\u6682\u672A\u652F\u6301\u7684\u8868\u5355\u9879\u7C7B\u578B: "), detail.detailType, createTextVNode("\u6216\u627E\u4E0D\u5230\u5BF9\u5E94\u9002\u914D\u5668")]);
|
|
98
|
-
}
|
|
99
|
-
const component = resolveComponent(provider.component);
|
|
100
|
-
return createVNode(resolveComponent("iBizCol"), {
|
|
101
|
-
"layoutPos": detailProps.modelData.layoutPos,
|
|
102
|
-
"state": detailProps.controller.state
|
|
103
|
-
}, _isSlot(_slot = h(component, {
|
|
104
|
-
...detailProps
|
|
105
|
-
}, childSlots)) ? _slot : {
|
|
106
|
-
default: () => [_slot]
|
|
107
|
-
});
|
|
108
|
-
};
|
|
109
|
-
return {
|
|
110
|
-
c,
|
|
111
|
-
ns,
|
|
112
|
-
renderByDetailType,
|
|
113
|
-
init
|
|
114
|
-
};
|
|
115
|
-
},
|
|
116
|
-
render() {
|
|
117
|
-
if (!this.init) {
|
|
118
|
-
return;
|
|
119
|
-
}
|
|
120
|
-
const renderDetails = (item, index) => {
|
|
121
|
-
var _a;
|
|
122
|
-
if (!this.c.data) {
|
|
123
|
-
return null;
|
|
124
|
-
}
|
|
125
|
-
return (_a = this.controller.model.deformDetails) == null ? void 0 : _a.map((detail) => {
|
|
126
|
-
return this.renderByDetailType(detail, item, index);
|
|
127
|
-
});
|
|
128
|
-
};
|
|
129
|
-
return createVNode(resolveComponent("van-swipe-cell"), {
|
|
130
|
-
"class": `${this.ns.b("form-content")} ${this.ns.b("repeater-form-shell")}`
|
|
131
|
-
}, {
|
|
132
|
-
default: () => {
|
|
133
|
-
let _slot2;
|
|
134
|
-
return createVNode("div", {
|
|
135
|
-
"class": this.ns.b("form-content-container")
|
|
136
|
-
}, [createVNode(resolveComponent("iBizRow"), {
|
|
137
|
-
"layout": this.c.model.layout
|
|
138
|
-
}, _isSlot(_slot2 = renderDetails(this.data, this.index)) ? _slot2 : {
|
|
139
|
-
default: () => [_slot2]
|
|
140
|
-
})]);
|
|
141
|
-
},
|
|
142
|
-
right: () => {
|
|
143
|
-
return this.buttonVisible && this.controller.parent.isDelete && createVNode(resolveComponent("van-button"), {
|
|
144
|
-
"class": this.ns.b("btn"),
|
|
145
|
-
"type": "danger",
|
|
146
|
-
"onClick": () => {
|
|
147
|
-
this.controller.onDataRemove(this.index);
|
|
148
|
-
}
|
|
149
|
-
}, {
|
|
150
|
-
default: () => [createTextVNode("\u5220\u9664")]
|
|
151
|
-
});
|
|
152
|
-
}
|
|
153
|
-
});
|
|
154
|
-
}
|
|
155
|
-
});
|
|
156
|
-
|
|
157
|
-
export { FormMDCtrlRepeaterFormShell };
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { PropType } from 'vue';
|
|
2
|
-
import { FormMDCtrlRepeaterFormController } from '@ibiz-template/runtime';
|
|
3
|
-
export declare const FormMDCtrlRepeaterForm: import("vue").DefineComponent<{
|
|
4
|
-
controller: {
|
|
5
|
-
type: PropType<FormMDCtrlRepeaterFormController>;
|
|
6
|
-
required: true;
|
|
7
|
-
};
|
|
8
|
-
}, {
|
|
9
|
-
ns: import("@ibiz-template/core").Namespace;
|
|
10
|
-
c: FormMDCtrlRepeaterFormController;
|
|
11
|
-
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
|
-
controller: {
|
|
13
|
-
type: PropType<FormMDCtrlRepeaterFormController>;
|
|
14
|
-
required: true;
|
|
15
|
-
};
|
|
16
|
-
}>>, {}, {}>;
|
|
17
|
-
export default FormMDCtrlRepeaterForm;
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import { isVNode, resolveComponent, createVNode, defineComponent } from 'vue';
|
|
2
|
-
import { useNamespace, useController } from '@ibiz-template/vue3-util';
|
|
3
|
-
|
|
4
|
-
"use strict";
|
|
5
|
-
function _isSlot(s) {
|
|
6
|
-
return typeof s === "function" || Object.prototype.toString.call(s) === "[object Object]" && !isVNode(s);
|
|
7
|
-
}
|
|
8
|
-
const FormMDCtrlRepeaterForm = /* @__PURE__ */ defineComponent({
|
|
9
|
-
name: "IBizFormMDCtrlRepeaterForm",
|
|
10
|
-
props: {
|
|
11
|
-
controller: {
|
|
12
|
-
type: Object,
|
|
13
|
-
required: true
|
|
14
|
-
}
|
|
15
|
-
},
|
|
16
|
-
setup(props) {
|
|
17
|
-
const ns = useNamespace("form-mdctrl");
|
|
18
|
-
useController(props.controller);
|
|
19
|
-
const c = props.controller;
|
|
20
|
-
return {
|
|
21
|
-
ns,
|
|
22
|
-
c
|
|
23
|
-
};
|
|
24
|
-
},
|
|
25
|
-
render() {
|
|
26
|
-
let _slot;
|
|
27
|
-
if (!this.c) {
|
|
28
|
-
return;
|
|
29
|
-
}
|
|
30
|
-
const renderContent = () => {
|
|
31
|
-
return this.c.data.map((item, index) => {
|
|
32
|
-
return createVNode(resolveComponent("iBizFormMDCtrlRepeaterFormShell"), {
|
|
33
|
-
"modelData": this.c.model,
|
|
34
|
-
"context": this.c.parent.form.context,
|
|
35
|
-
"params": this.c.parent.form.params,
|
|
36
|
-
"data": item,
|
|
37
|
-
"index": index,
|
|
38
|
-
"controller": this.c,
|
|
39
|
-
"onControllerAppear": (c) => {
|
|
40
|
-
this.c.setFromController(c);
|
|
41
|
-
}
|
|
42
|
-
}, null);
|
|
43
|
-
});
|
|
44
|
-
};
|
|
45
|
-
return createVNode(resolveComponent("formMDCtrlContainer"), {
|
|
46
|
-
"class": this.ns.b("repeater-form"),
|
|
47
|
-
"controller": this.c.parent,
|
|
48
|
-
"onInsertButtonClick": () => {
|
|
49
|
-
this.c.onDataInsert();
|
|
50
|
-
}
|
|
51
|
-
}, _isSlot(_slot = renderContent()) ? _slot : {
|
|
52
|
-
default: () => [_slot]
|
|
53
|
-
});
|
|
54
|
-
}
|
|
55
|
-
});
|
|
56
|
-
|
|
57
|
-
export { FormMDCtrlRepeaterForm, FormMDCtrlRepeaterForm as default };
|