@ibiz-template/vue3-components 0.7.38-alpha.21 → 0.7.38-alpha.31
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/ibiz-markdown-editor-BZ8j-yda.js +1 -0
- package/dist/{index-CiEIUSX9.js → index-CnCC-cC2.js} +1 -1
- package/dist/index-Q4QqDXYJ.js +4 -0
- package/dist/{index-HW5stxcy.js → index-X3QXftIl.js} +1 -1
- package/dist/index.min.css +1 -1
- package/dist/index.system.min.js +1 -1
- package/dist/wang-editor-Btv6GIhJ.js +1 -0
- package/dist/{xlsx-util-BlkeQIMu.js → xlsx-util-DbA3TyD9.js} +1 -1
- package/es/common/action-toolbar/action-toolbar.css +1 -1
- package/es/common/anchor-container/anchor-bar-list/anchor-bar-list.css +1 -1
- package/es/common/custom-filter-condition/custom-filter-condition.d.ts +2 -0
- package/es/common/data-import2/data-import2.mjs +1 -1
- package/es/common/gantt-setting/gantt-setting.css +1 -1
- package/es/common/gantt-setting/gantt-setting.d.ts +10 -0
- package/es/common/gantt-setting/gantt-setting.mjs +23 -3
- package/es/common/grid-setting/grid-setting.d.ts +1 -0
- package/es/common/grid-setting/grid-setting.mjs +1 -1
- package/es/common/view-message/view-message.d.ts +2 -0
- package/es/control/app-menu/app-menu.css +1 -1
- package/es/control/app-menu/app-menu.mjs +8 -6
- package/es/control/app-menu/custom-menu-design/custom-menu-design.mjs +1 -0
- package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.d.ts +51 -0
- package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.mjs +10 -3
- package/es/control/dashboard/dashboard-design/dashboard-design.mjs +2 -1
- package/es/control/dashboard/dashboard.mjs +13 -1
- package/es/control/dashboard/portlet/filter-portlet/filter-portlet-design/filter-portlet-design.css +1 -1
- package/es/control/dashboard/portlet/filter-portlet/filter-portlet-design/filter-portlet-design.mjs +7 -3
- package/es/control/drbar/drbar.controller.mjs +1 -1
- package/es/control/drtab/drtab-control.util.mjs +1 -1
- package/es/control/drtab/drtab.controller.d.ts +19 -7
- package/es/control/drtab/drtab.controller.mjs +36 -9
- package/es/control/form/form-detail/form-group-panel/form-group-panel.mjs +1 -1
- package/es/control/form/form-detail/form-item/form-item.d.ts +1 -0
- package/es/control/form/form-detail/form-item/form-item.mjs +21 -2
- package/es/control/form/form-detail/form-item/index.d.ts +1 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.d.ts +100 -0
- package/es/control/form/search-form/index.d.ts +9 -0
- package/es/control/form/search-form/search-form.d.ts +9 -0
- package/es/control/form/search-form/search-form.mjs +4 -0
- package/es/control/gantt/gantt.css +1 -1
- package/es/control/gantt/gantt.d.ts +1 -0
- package/es/control/gantt/gantt.mjs +79 -30
- package/es/control/gantt/index.d.ts +1 -0
- package/es/control/grid/grid/grid-control.util.d.ts +2 -0
- package/es/control/grid/grid/grid-control.util.mjs +38 -2
- package/es/control/grid/grid/grid.mjs +11 -2
- package/es/control/grid/grid-column/grid-field-column/grid-field-column.d.ts +1 -0
- package/es/control/grid/grid-column/grid-field-column/grid-field-column.mjs +21 -1
- package/es/control/grid/grid-column/grid-field-column/index.d.ts +1 -0
- package/es/control/tab-exp-panel/tab-exp-panel.css +1 -1
- package/es/control/tree/tree.css +1 -1
- package/es/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-field-column/tree-grid-ex-field-column.mjs +17 -1
- package/es/editor/data-picker/ibiz-picker-embed-view/ibiz-picker-embed-view.css +1 -1
- package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.css +1 -1
- package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.mjs +8 -2
- package/es/editor/html/wang-editor/wang-editor.mjs +1 -1
- package/es/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.mjs +1 -1
- package/es/editor/span/span/span.mjs +7 -1
- package/es/editor/span/span-editor.controller.d.ts +7 -0
- package/es/editor/span/span-editor.controller.mjs +10 -0
- package/es/editor/text-box/ibiz-input-number/ibiz-input-number.css +1 -1
- package/es/editor/text-box/ibiz-input-number/ibiz-input-number.mjs +24 -6
- package/es/editor/text-box/input/input.css +1 -1
- package/es/editor/text-box/input/input.mjs +32 -5
- package/es/editor/text-box/text-box-editor.controller.d.ts +7 -0
- package/es/editor/text-box/text-box-editor.controller.mjs +10 -0
- package/es/editor/upload/use/use-iview-upload.mjs +1 -1
- package/es/locale/en/index.d.ts +16 -0
- package/es/locale/en/index.mjs +10 -2
- package/es/locale/zh-CN/index.d.ts +16 -0
- package/es/locale/zh-CN/index.mjs +10 -2
- package/es/panel-component/auth-sso/auth-sso.css +1 -0
- package/es/panel-component/auth-sso/auth-sso.d.ts +26 -0
- package/es/panel-component/auth-sso/auth-sso.mjs +100 -0
- package/es/panel-component/auth-sso/auth-sso.provider.d.ts +6 -0
- package/es/panel-component/auth-sso/auth-sso.provider.mjs +21 -0
- package/es/panel-component/auth-sso/index.d.ts +23 -0
- package/es/panel-component/auth-sso/index.mjs +12 -0
- package/es/panel-component/coop-pos/coop-pos.controller.d.ts +46 -1
- package/es/panel-component/coop-pos/coop-pos.controller.mjs +92 -1
- package/es/panel-component/coop-pos/coop-pos.css +1 -1
- package/es/panel-component/coop-pos/coop-pos.d.ts +4 -1
- package/es/panel-component/coop-pos/coop-pos.mjs +23 -3
- package/es/panel-component/coop-pos/index.d.ts +3 -0
- package/es/panel-component/index.mjs +2 -0
- package/es/panel-component/nav-tabs/nav-tabs.controller.d.ts +1 -1
- package/es/panel-component/nav-tabs/nav-tabs.controller.mjs +3 -3
- package/es/panel-component/panel-button-list/panel-button-list.controller.mjs +2 -1
- package/es/panel-component/searchform-buttons/searchform-buttons.mjs +1 -1
- package/es/util/app-popover/app-popover-component.mjs +1 -1
- package/es/util/fullscreen/fullscreen-util.mjs +2 -2
- package/es/util/notification-util/upload-manager/upload-manager.mjs +1 -1
- package/es/view/login-view/login-view.mjs +18 -0
- package/es/view-engine/edit-view.engine.mjs +14 -0
- package/es/view-engine/login-view.engine.mjs +1 -0
- package/es/view-engine/opt-view.engine.d.ts +1 -0
- package/es/view-engine/opt-view.engine.mjs +41 -1
- package/es/view-engine/tab-search-view.engine.d.ts +9 -1
- package/es/view-engine/tab-search-view.engine.mjs +52 -2
- package/es/web-app/attach-environment-config.mjs +5 -1
- package/es/web-app/guard/auth-guard/auth-guard.d.ts +21 -14
- package/es/web-app/guard/auth-guard/auth-guard.mjs +26 -19
- package/es/web-app/guard/auth-guard/dyna-auth-guard.d.ts +1 -1
- package/es/web-app/guard/auth-guard/dyna-auth-guard.mjs +2 -1
- package/es/web-app/main.mjs +3 -1
- package/es/web-app/router/index.d.ts +3 -2
- package/es/web-app/router/index.mjs +15 -4
- package/lib/common/action-toolbar/action-toolbar.css +1 -1
- package/lib/common/anchor-container/anchor-bar-list/anchor-bar-list.css +1 -1
- package/lib/common/data-import2/data-import2.cjs +1 -1
- package/lib/common/gantt-setting/gantt-setting.cjs +23 -3
- package/lib/common/gantt-setting/gantt-setting.css +1 -1
- package/lib/common/grid-setting/grid-setting.cjs +1 -1
- package/lib/control/app-menu/app-menu.cjs +8 -6
- package/lib/control/app-menu/app-menu.css +1 -1
- package/lib/control/app-menu/custom-menu-design/custom-menu-design.cjs +1 -0
- package/lib/control/dashboard/custom-dashboard-container/custom-dashboard-container.cjs +10 -3
- package/lib/control/dashboard/dashboard-design/dashboard-design.cjs +2 -1
- package/lib/control/dashboard/dashboard.cjs +13 -1
- package/lib/control/dashboard/portlet/filter-portlet/filter-portlet-design/filter-portlet-design.cjs +7 -3
- package/lib/control/dashboard/portlet/filter-portlet/filter-portlet-design/filter-portlet-design.css +1 -1
- package/lib/control/drbar/drbar.controller.cjs +1 -1
- package/lib/control/drtab/drtab-control.util.cjs +1 -1
- package/lib/control/drtab/drtab.controller.cjs +36 -9
- package/lib/control/form/form-detail/form-group-panel/form-group-panel.cjs +1 -1
- package/lib/control/form/form-detail/form-item/form-item.cjs +20 -1
- package/lib/control/form/search-form/search-form.cjs +4 -0
- package/lib/control/gantt/gantt.cjs +78 -29
- package/lib/control/gantt/gantt.css +1 -1
- package/lib/control/grid/grid/grid-control.util.cjs +37 -1
- package/lib/control/grid/grid/grid.cjs +11 -2
- package/lib/control/grid/grid-column/grid-field-column/grid-field-column.cjs +21 -1
- package/lib/control/tab-exp-panel/tab-exp-panel.css +1 -1
- package/lib/control/tree/tree.css +1 -1
- package/lib/control/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-field-column/tree-grid-ex-field-column.cjs +17 -1
- package/lib/editor/data-picker/ibiz-picker-embed-view/ibiz-picker-embed-view.css +1 -1
- package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.cjs +8 -2
- package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.css +1 -1
- package/lib/editor/html/wang-editor/wang-editor.cjs +1 -1
- package/lib/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.cjs +1 -1
- package/lib/editor/span/span/span.cjs +7 -1
- package/lib/editor/span/span-editor.controller.cjs +10 -0
- package/lib/editor/text-box/ibiz-input-number/ibiz-input-number.cjs +24 -6
- package/lib/editor/text-box/ibiz-input-number/ibiz-input-number.css +1 -1
- package/lib/editor/text-box/input/input.cjs +32 -5
- package/lib/editor/text-box/input/input.css +1 -1
- package/lib/editor/text-box/text-box-editor.controller.cjs +10 -0
- package/lib/editor/upload/use/use-iview-upload.cjs +1 -1
- package/lib/locale/en/index.cjs +10 -2
- package/lib/locale/zh-CN/index.cjs +10 -2
- package/lib/panel-component/auth-sso/auth-sso.cjs +102 -0
- package/lib/panel-component/auth-sso/auth-sso.css +1 -0
- package/lib/panel-component/auth-sso/auth-sso.provider.cjs +23 -0
- package/lib/panel-component/auth-sso/index.cjs +17 -0
- package/lib/panel-component/coop-pos/coop-pos.cjs +22 -2
- package/lib/panel-component/coop-pos/coop-pos.controller.cjs +91 -0
- package/lib/panel-component/coop-pos/coop-pos.css +1 -1
- package/lib/panel-component/index.cjs +38 -36
- package/lib/panel-component/nav-tabs/nav-tabs.controller.cjs +3 -3
- package/lib/panel-component/panel-button-list/panel-button-list.controller.cjs +2 -1
- package/lib/panel-component/searchform-buttons/searchform-buttons.cjs +1 -1
- package/lib/util/app-popover/app-popover-component.cjs +1 -1
- package/lib/util/fullscreen/fullscreen-util.cjs +2 -2
- package/lib/util/notification-util/upload-manager/upload-manager.cjs +1 -1
- package/lib/view/login-view/login-view.cjs +18 -0
- package/lib/view-engine/edit-view.engine.cjs +14 -0
- package/lib/view-engine/login-view.engine.cjs +1 -0
- package/lib/view-engine/opt-view.engine.cjs +40 -0
- package/lib/view-engine/tab-search-view.engine.cjs +52 -2
- package/lib/web-app/attach-environment-config.cjs +5 -1
- package/lib/web-app/guard/auth-guard/auth-guard.cjs +26 -19
- package/lib/web-app/guard/auth-guard/dyna-auth-guard.cjs +2 -1
- package/lib/web-app/main.cjs +3 -1
- package/lib/web-app/router/index.cjs +15 -4
- package/package.json +10 -10
- package/dist/ibiz-markdown-editor-B4c6yGAW.js +0 -1
- package/dist/index-3cxXHoLs.js +0 -4
- package/dist/wang-editor-BUIAd4uJ.js +0 -1
- /package/es/node_modules/.pnpm/{@ibiz-template_core@0.7.38-alpha.16_axios@1.7.7_lodash-es@4.17.21_qs@6.13.0_qx-util@0.4.8_ramda@0.29.1 → @ibiz-template_core@0.7.38-alpha.32_axios@1.7.7_lodash-es@4.17.21_qs@6.13.0_qx-util@0.4.8_ramda@0.29.1}/node_modules/@ibiz-template/core/out/utils/namespace/namespace.mjs +0 -0
- /package/lib/node_modules/.pnpm/{@ibiz-template_core@0.7.38-alpha.16_axios@1.7.7_lodash-es@4.17.21_qs@6.13.0_qx-util@0.4.8_ramda@0.29.1 → @ibiz-template_core@0.7.38-alpha.32_axios@1.7.7_lodash-es@4.17.21_qs@6.13.0_qx-util@0.4.8_ramda@0.29.1}/node_modules/@ibiz-template/core/out/utils/namespace/namespace.cjs +0 -0
|
@@ -19,6 +19,18 @@ class DRTabController extends ControlController {
|
|
|
19
19
|
* @type {AppCounter}
|
|
20
20
|
*/
|
|
21
21
|
__publicField(this, "counter");
|
|
22
|
+
/**
|
|
23
|
+
* @description 启用缓存
|
|
24
|
+
* @type {boolean}
|
|
25
|
+
* @memberof DRTabController
|
|
26
|
+
*/
|
|
27
|
+
__publicField(this, "srfCachePos", false);
|
|
28
|
+
/**
|
|
29
|
+
* @description 缓存标记
|
|
30
|
+
* @type {string}
|
|
31
|
+
* @memberof DRTabController
|
|
32
|
+
*/
|
|
33
|
+
__publicField(this, "srfCacheKeyTempl", "");
|
|
22
34
|
/**
|
|
23
35
|
* Router 对象
|
|
24
36
|
*
|
|
@@ -57,6 +69,19 @@ class DRTabController extends ControlController {
|
|
|
57
69
|
get routeDepth() {
|
|
58
70
|
return this.view.modal.routeDepth;
|
|
59
71
|
}
|
|
72
|
+
/**
|
|
73
|
+
* @description 选中缓存标识
|
|
74
|
+
* @readonly
|
|
75
|
+
* @type {string}
|
|
76
|
+
* @memberof DRTabController
|
|
77
|
+
*/
|
|
78
|
+
get storageTag() {
|
|
79
|
+
if (this.srfCacheKeyTempl) {
|
|
80
|
+
return this.srfCacheKeyTempl;
|
|
81
|
+
}
|
|
82
|
+
const userId = this.context.srfuserid;
|
|
83
|
+
return "".concat(userId, "_").concat(this.view.model.codeName, "_").concat(this.model.codeName);
|
|
84
|
+
}
|
|
60
85
|
/**
|
|
61
86
|
* 设置 Router 对象
|
|
62
87
|
*
|
|
@@ -97,18 +122,13 @@ class DRTabController extends ControlController {
|
|
|
97
122
|
async onCreated() {
|
|
98
123
|
await super.onCreated();
|
|
99
124
|
await this.initCounter();
|
|
100
|
-
|
|
101
|
-
/**
|
|
102
|
-
* 部件参数解析
|
|
103
|
-
*
|
|
104
|
-
* @protected
|
|
105
|
-
* @memberof ControlController
|
|
106
|
-
*/
|
|
107
|
-
handleControlParams() {
|
|
108
|
-
super.handleControlParams();
|
|
125
|
+
this.srfCacheKeyTempl = this.controlParams.srfcachekeytempl || "";
|
|
109
126
|
if (this.controlParams.showmore) {
|
|
110
127
|
this.state.showMore = this.controlParams.showmore === "true";
|
|
111
128
|
}
|
|
129
|
+
if (this.controlParams.srfcachepos) {
|
|
130
|
+
this.srfCachePos = this.controlParams.srfcachepos.toLowerCase() === "true";
|
|
131
|
+
}
|
|
112
132
|
}
|
|
113
133
|
/**
|
|
114
134
|
* 通过计数器数据,计算项状态
|
|
@@ -316,6 +336,10 @@ class DRTabController extends ControlController {
|
|
|
316
336
|
this.state.activeName = this.view.state.srfnav;
|
|
317
337
|
} else {
|
|
318
338
|
this.state.activeName = drTabPages[0].tag;
|
|
339
|
+
if (this.srfCachePos && localStorage.getItem(this.storageTag)) {
|
|
340
|
+
const activeName = localStorage.getItem(this.storageTag);
|
|
341
|
+
this.state.activeName = activeName;
|
|
342
|
+
}
|
|
319
343
|
}
|
|
320
344
|
const isRoutePushed = !!this.routeDepth && hasSubRoute(this.routeDepth);
|
|
321
345
|
this.handleTabChange(isRoutePushed);
|
|
@@ -333,6 +357,9 @@ class DRTabController extends ControlController {
|
|
|
333
357
|
const drBarItem = (_a = this.model.dedrtabPages) == null ? void 0 : _a.find(
|
|
334
358
|
(item) => item.id === activeName
|
|
335
359
|
);
|
|
360
|
+
if (this.srfCachePos && activeName) {
|
|
361
|
+
localStorage.setItem("".concat(this.storageTag), activeName);
|
|
362
|
+
}
|
|
336
363
|
if (drBarItem) {
|
|
337
364
|
this.setVisible("navPos");
|
|
338
365
|
this.openNavPosView(drBarItem, isRoutePushed);
|
|
@@ -126,7 +126,7 @@ const FormGroupPanel = /* @__PURE__ */ defineComponent({
|
|
|
126
126
|
}, [!state.isShowMore ? ibiz.i18n.t("control.form.formGroupPanel.showMore") : ibiz.i18n.t("app.retract")])]);
|
|
127
127
|
}
|
|
128
128
|
return createVNode("div", {
|
|
129
|
-
"id": this.modelData.
|
|
129
|
+
"id": "".concat(this.controller.form.view.model.codeName, "_").concat(this.controller.form.model.codeName, "_").concat(this.modelData.codeName),
|
|
130
130
|
"class": classArr,
|
|
131
131
|
"onClick": (event) => this.controller.onClick(event)
|
|
132
132
|
}, [header, createVNode("div", {
|
|
@@ -18,6 +18,7 @@ export declare const FormItem: import("vue").DefineComponent<{
|
|
|
18
18
|
}, {
|
|
19
19
|
ns: import("@ibiz-template/core").Namespace;
|
|
20
20
|
c: FormItemController;
|
|
21
|
+
extraParams: import("vue").Ref<{}>;
|
|
21
22
|
onValueChange: (val: unknown, name?: string) => void;
|
|
22
23
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
23
24
|
modelData: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { isVNode, defineComponent, resolveComponent, h, createVNode } from 'vue';
|
|
1
|
+
import { isVNode, defineComponent, ref, resolveComponent, h, createVNode } from 'vue';
|
|
2
2
|
import { useNamespace } from '@ibiz-template/vue3-util';
|
|
3
3
|
import './form-item.css';
|
|
4
4
|
import { FormItemController } from '@ibiz-template/runtime';
|
|
@@ -24,14 +24,32 @@ const FormItem = /* @__PURE__ */ defineComponent({
|
|
|
24
24
|
}
|
|
25
25
|
},
|
|
26
26
|
setup(props) {
|
|
27
|
+
var _a, _b, _c, _d;
|
|
27
28
|
const ns = useNamespace("form-item");
|
|
28
29
|
const c = props.controller;
|
|
29
30
|
const onValueChange = (val, name) => {
|
|
30
31
|
props.controller.setDataValue(val, name);
|
|
31
32
|
};
|
|
33
|
+
const extraParams = ref({});
|
|
34
|
+
let emptyHiddenUnit = ibiz.config.form.emptyHiddenUnit;
|
|
35
|
+
const emptyhiddenunit = (_b = (_a = props.controller.form) == null ? void 0 : _a.controlParams) == null ? void 0 : _b.emptyhiddenunit;
|
|
36
|
+
if (emptyhiddenunit) {
|
|
37
|
+
emptyHiddenUnit = Object.is(emptyhiddenunit, "true");
|
|
38
|
+
}
|
|
39
|
+
const editorParams = ((_d = (_c = props.controller.editor) == null ? void 0 : _c.model) == null ? void 0 : _d.editorParams) || {};
|
|
40
|
+
const {
|
|
41
|
+
EMPTYHIDDENUNIT
|
|
42
|
+
} = editorParams;
|
|
43
|
+
if (EMPTYHIDDENUNIT) {
|
|
44
|
+
emptyHiddenUnit = Object.is(EMPTYHIDDENUNIT, "true");
|
|
45
|
+
}
|
|
46
|
+
Object.assign(extraParams.value, {
|
|
47
|
+
emptyHiddenUnit
|
|
48
|
+
});
|
|
32
49
|
return {
|
|
33
50
|
ns,
|
|
34
51
|
c,
|
|
52
|
+
extraParams,
|
|
35
53
|
onValueChange
|
|
36
54
|
};
|
|
37
55
|
},
|
|
@@ -50,6 +68,7 @@ const FormItem = /* @__PURE__ */ defineComponent({
|
|
|
50
68
|
disabled: this.controller.state.disabled,
|
|
51
69
|
readonly: this.controller.state.readonly,
|
|
52
70
|
onChange: this.onValueChange,
|
|
71
|
+
extraParams: this.extraParams,
|
|
53
72
|
controlParams: editMode ? {
|
|
54
73
|
...this.controller.form.controlParams,
|
|
55
74
|
editmode: editMode
|
|
@@ -75,7 +94,7 @@ const FormItem = /* @__PURE__ */ defineComponent({
|
|
|
75
94
|
}
|
|
76
95
|
}
|
|
77
96
|
return createVNode(resolveComponent("iBizFormItemContainer"), {
|
|
78
|
-
"id": this.
|
|
97
|
+
"id": "".concat(this.controller.form.view.model.codeName, "_").concat(this.controller.form.model.codeName, "_").concat(this.modelData.codeName),
|
|
79
98
|
"class": [this.ns.b(), this.ns.m(this.modelData.id), ...this.controller.containerClass],
|
|
80
99
|
"style": this.modelData.cssStyle,
|
|
81
100
|
"required": this.c.state.required,
|
|
@@ -15,6 +15,7 @@ export declare const IBizFormItem: import("@ibiz-template/vue3-util").TypeWithIn
|
|
|
15
15
|
}, {
|
|
16
16
|
ns: import("@ibiz-template/core").Namespace;
|
|
17
17
|
c: import("@ibiz-template/runtime").FormItemController;
|
|
18
|
+
extraParams: import("vue").Ref<{}>;
|
|
18
19
|
onValueChange: (val: unknown, name?: string | undefined) => void;
|
|
19
20
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
20
21
|
modelData: {
|
|
@@ -513,6 +513,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
513
513
|
mobilePanel?: boolean | undefined;
|
|
514
514
|
controlStyle?: string | undefined;
|
|
515
515
|
controlType?: string | undefined;
|
|
516
|
+
dynaSysMode?: number | undefined;
|
|
516
517
|
height?: number | undefined;
|
|
517
518
|
logicName?: string | undefined;
|
|
518
519
|
appDataEntityId?: string | undefined;
|
|
@@ -939,6 +940,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
939
940
|
codeName?: string | undefined;
|
|
940
941
|
controlStyle?: string | undefined;
|
|
941
942
|
controlType?: string | undefined;
|
|
943
|
+
dynaSysMode?: number | undefined;
|
|
942
944
|
height?: number | undefined;
|
|
943
945
|
logicName?: string | undefined;
|
|
944
946
|
appDataEntityId?: string | undefined;
|
|
@@ -1116,6 +1118,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
1116
1118
|
mobilePanel?: boolean | undefined;
|
|
1117
1119
|
controlStyle?: string | undefined;
|
|
1118
1120
|
controlType?: string | undefined;
|
|
1121
|
+
dynaSysMode?: number | undefined;
|
|
1119
1122
|
height?: number | undefined;
|
|
1120
1123
|
logicName?: string | undefined;
|
|
1121
1124
|
appDataEntityId?: string | undefined;
|
|
@@ -1371,6 +1374,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
1371
1374
|
mobilePanel?: boolean | undefined;
|
|
1372
1375
|
controlStyle?: string | undefined;
|
|
1373
1376
|
controlType?: string | undefined;
|
|
1377
|
+
dynaSysMode?: number | undefined;
|
|
1374
1378
|
height?: number | undefined;
|
|
1375
1379
|
logicName?: string | undefined;
|
|
1376
1380
|
appDataEntityId?: string | undefined;
|
|
@@ -1797,6 +1801,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
1797
1801
|
codeName?: string | undefined;
|
|
1798
1802
|
controlStyle?: string | undefined;
|
|
1799
1803
|
controlType?: string | undefined;
|
|
1804
|
+
dynaSysMode?: number | undefined;
|
|
1800
1805
|
height?: number | undefined;
|
|
1801
1806
|
logicName?: string | undefined;
|
|
1802
1807
|
appDataEntityId?: string | undefined;
|
|
@@ -2328,6 +2333,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
2328
2333
|
codeName?: string | undefined;
|
|
2329
2334
|
controlStyle?: string | undefined;
|
|
2330
2335
|
controlType?: string | undefined;
|
|
2336
|
+
dynaSysMode?: number | undefined;
|
|
2331
2337
|
height?: number | undefined;
|
|
2332
2338
|
logicName?: string | undefined;
|
|
2333
2339
|
appDataEntityId?: string | undefined;
|
|
@@ -2583,6 +2589,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
2583
2589
|
mobilePanel?: boolean | undefined;
|
|
2584
2590
|
controlStyle?: string | undefined;
|
|
2585
2591
|
controlType?: string | undefined;
|
|
2592
|
+
dynaSysMode?: number | undefined;
|
|
2586
2593
|
height?: number | undefined;
|
|
2587
2594
|
logicName?: string | undefined;
|
|
2588
2595
|
appDataEntityId?: string | undefined;
|
|
@@ -3200,6 +3207,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
3200
3207
|
};
|
|
3201
3208
|
isClosing: boolean;
|
|
3202
3209
|
isShortCut: boolean;
|
|
3210
|
+
presetClassList: string[];
|
|
3203
3211
|
isCreated: boolean;
|
|
3204
3212
|
isMounted: boolean;
|
|
3205
3213
|
isDestroyed: boolean;
|
|
@@ -3490,6 +3498,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
3490
3498
|
codeName?: string | undefined;
|
|
3491
3499
|
controlStyle?: string | undefined;
|
|
3492
3500
|
controlType?: string | undefined;
|
|
3501
|
+
dynaSysMode?: number | undefined;
|
|
3493
3502
|
height?: number | undefined;
|
|
3494
3503
|
logicName?: string | undefined;
|
|
3495
3504
|
appDataEntityId?: string | undefined;
|
|
@@ -3745,6 +3754,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
3745
3754
|
mobilePanel?: boolean | undefined;
|
|
3746
3755
|
controlStyle?: string | undefined;
|
|
3747
3756
|
controlType?: string | undefined;
|
|
3757
|
+
dynaSysMode?: number | undefined;
|
|
3748
3758
|
height?: number | undefined;
|
|
3749
3759
|
logicName?: string | undefined;
|
|
3750
3760
|
appDataEntityId?: string | undefined;
|
|
@@ -4516,6 +4526,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
4516
4526
|
mobilePanel?: boolean | undefined;
|
|
4517
4527
|
controlStyle?: string | undefined;
|
|
4518
4528
|
controlType?: string | undefined;
|
|
4529
|
+
dynaSysMode?: number | undefined;
|
|
4519
4530
|
height?: number | undefined;
|
|
4520
4531
|
logicName?: string | undefined;
|
|
4521
4532
|
appDataEntityId?: string | undefined;
|
|
@@ -4942,6 +4953,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
4942
4953
|
codeName?: string | undefined;
|
|
4943
4954
|
controlStyle?: string | undefined;
|
|
4944
4955
|
controlType?: string | undefined;
|
|
4956
|
+
dynaSysMode?: number | undefined;
|
|
4945
4957
|
height?: number | undefined;
|
|
4946
4958
|
logicName?: string | undefined;
|
|
4947
4959
|
appDataEntityId?: string | undefined;
|
|
@@ -5119,6 +5131,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
5119
5131
|
mobilePanel?: boolean | undefined;
|
|
5120
5132
|
controlStyle?: string | undefined;
|
|
5121
5133
|
controlType?: string | undefined;
|
|
5134
|
+
dynaSysMode?: number | undefined;
|
|
5122
5135
|
height?: number | undefined;
|
|
5123
5136
|
logicName?: string | undefined;
|
|
5124
5137
|
appDataEntityId?: string | undefined;
|
|
@@ -5374,6 +5387,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
5374
5387
|
mobilePanel?: boolean | undefined;
|
|
5375
5388
|
controlStyle?: string | undefined;
|
|
5376
5389
|
controlType?: string | undefined;
|
|
5390
|
+
dynaSysMode?: number | undefined;
|
|
5377
5391
|
height?: number | undefined;
|
|
5378
5392
|
logicName?: string | undefined;
|
|
5379
5393
|
appDataEntityId?: string | undefined;
|
|
@@ -5800,6 +5814,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
5800
5814
|
codeName?: string | undefined;
|
|
5801
5815
|
controlStyle?: string | undefined;
|
|
5802
5816
|
controlType?: string | undefined;
|
|
5817
|
+
dynaSysMode?: number | undefined;
|
|
5803
5818
|
height?: number | undefined;
|
|
5804
5819
|
logicName?: string | undefined;
|
|
5805
5820
|
appDataEntityId?: string | undefined;
|
|
@@ -6331,6 +6346,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
6331
6346
|
codeName?: string | undefined;
|
|
6332
6347
|
controlStyle?: string | undefined;
|
|
6333
6348
|
controlType?: string | undefined;
|
|
6349
|
+
dynaSysMode?: number | undefined;
|
|
6334
6350
|
height?: number | undefined;
|
|
6335
6351
|
logicName?: string | undefined;
|
|
6336
6352
|
appDataEntityId?: string | undefined;
|
|
@@ -6586,6 +6602,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
6586
6602
|
mobilePanel?: boolean | undefined;
|
|
6587
6603
|
controlStyle?: string | undefined;
|
|
6588
6604
|
controlType?: string | undefined;
|
|
6605
|
+
dynaSysMode?: number | undefined;
|
|
6589
6606
|
height?: number | undefined;
|
|
6590
6607
|
logicName?: string | undefined;
|
|
6591
6608
|
appDataEntityId?: string | undefined;
|
|
@@ -7465,6 +7482,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
7465
7482
|
};
|
|
7466
7483
|
isClosing: boolean;
|
|
7467
7484
|
isShortCut: boolean;
|
|
7485
|
+
presetClassList: string[];
|
|
7468
7486
|
isCreated: boolean;
|
|
7469
7487
|
isMounted: boolean;
|
|
7470
7488
|
isDestroyed: boolean;
|
|
@@ -7755,6 +7773,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
7755
7773
|
codeName?: string | undefined;
|
|
7756
7774
|
controlStyle?: string | undefined;
|
|
7757
7775
|
controlType?: string | undefined;
|
|
7776
|
+
dynaSysMode?: number | undefined;
|
|
7758
7777
|
height?: number | undefined;
|
|
7759
7778
|
logicName?: string | undefined;
|
|
7760
7779
|
appDataEntityId?: string | undefined;
|
|
@@ -8010,6 +8029,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
8010
8029
|
mobilePanel?: boolean | undefined;
|
|
8011
8030
|
controlStyle?: string | undefined;
|
|
8012
8031
|
controlType?: string | undefined;
|
|
8032
|
+
dynaSysMode?: number | undefined;
|
|
8013
8033
|
height?: number | undefined;
|
|
8014
8034
|
logicName?: string | undefined;
|
|
8015
8035
|
appDataEntityId?: string | undefined;
|
|
@@ -8781,6 +8801,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
8781
8801
|
mobilePanel?: boolean | undefined;
|
|
8782
8802
|
controlStyle?: string | undefined;
|
|
8783
8803
|
controlType?: string | undefined;
|
|
8804
|
+
dynaSysMode?: number | undefined;
|
|
8784
8805
|
height?: number | undefined;
|
|
8785
8806
|
logicName?: string | undefined;
|
|
8786
8807
|
appDataEntityId?: string | undefined;
|
|
@@ -9183,6 +9204,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
9183
9204
|
codeName?: string | undefined;
|
|
9184
9205
|
controlStyle?: string | undefined;
|
|
9185
9206
|
controlType?: string | undefined;
|
|
9207
|
+
dynaSysMode?: number | undefined;
|
|
9186
9208
|
height?: number | undefined;
|
|
9187
9209
|
logicName?: string | undefined;
|
|
9188
9210
|
appDataEntityId?: string | undefined;
|
|
@@ -9348,6 +9370,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
9348
9370
|
mobilePanel?: boolean | undefined;
|
|
9349
9371
|
controlStyle?: string | undefined;
|
|
9350
9372
|
controlType?: string | undefined;
|
|
9373
|
+
dynaSysMode?: number | undefined;
|
|
9351
9374
|
height?: number | undefined;
|
|
9352
9375
|
logicName?: string | undefined;
|
|
9353
9376
|
appDataEntityId?: string | undefined;
|
|
@@ -9603,6 +9626,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
9603
9626
|
mobilePanel?: boolean | undefined;
|
|
9604
9627
|
controlStyle?: string | undefined;
|
|
9605
9628
|
controlType?: string | undefined;
|
|
9629
|
+
dynaSysMode?: number | undefined;
|
|
9606
9630
|
height?: number | undefined;
|
|
9607
9631
|
logicName?: string | undefined;
|
|
9608
9632
|
appDataEntityId?: string | undefined;
|
|
@@ -10029,6 +10053,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
10029
10053
|
codeName?: string | undefined;
|
|
10030
10054
|
controlStyle?: string | undefined;
|
|
10031
10055
|
controlType?: string | undefined;
|
|
10056
|
+
dynaSysMode?: number | undefined;
|
|
10032
10057
|
height?: number | undefined;
|
|
10033
10058
|
logicName?: string | undefined;
|
|
10034
10059
|
appDataEntityId?: string | undefined;
|
|
@@ -10560,6 +10585,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
10560
10585
|
codeName?: string | undefined;
|
|
10561
10586
|
controlStyle?: string | undefined;
|
|
10562
10587
|
controlType?: string | undefined;
|
|
10588
|
+
dynaSysMode?: number | undefined;
|
|
10563
10589
|
height?: number | undefined;
|
|
10564
10590
|
logicName?: string | undefined;
|
|
10565
10591
|
appDataEntityId?: string | undefined;
|
|
@@ -10815,6 +10841,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
10815
10841
|
mobilePanel?: boolean | undefined;
|
|
10816
10842
|
controlStyle?: string | undefined;
|
|
10817
10843
|
controlType?: string | undefined;
|
|
10844
|
+
dynaSysMode?: number | undefined;
|
|
10818
10845
|
height?: number | undefined;
|
|
10819
10846
|
logicName?: string | undefined;
|
|
10820
10847
|
appDataEntityId?: string | undefined;
|
|
@@ -11792,6 +11819,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
11792
11819
|
mobilePanel?: boolean | undefined;
|
|
11793
11820
|
controlStyle?: string | undefined;
|
|
11794
11821
|
controlType?: string | undefined;
|
|
11822
|
+
dynaSysMode?: number | undefined;
|
|
11795
11823
|
height?: number | undefined;
|
|
11796
11824
|
logicName?: string | undefined;
|
|
11797
11825
|
appDataEntityId?: string | undefined;
|
|
@@ -12218,6 +12246,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
12218
12246
|
codeName?: string | undefined;
|
|
12219
12247
|
controlStyle?: string | undefined;
|
|
12220
12248
|
controlType?: string | undefined;
|
|
12249
|
+
dynaSysMode?: number | undefined;
|
|
12221
12250
|
height?: number | undefined;
|
|
12222
12251
|
logicName?: string | undefined;
|
|
12223
12252
|
appDataEntityId?: string | undefined;
|
|
@@ -12395,6 +12424,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
12395
12424
|
mobilePanel?: boolean | undefined;
|
|
12396
12425
|
controlStyle?: string | undefined;
|
|
12397
12426
|
controlType?: string | undefined;
|
|
12427
|
+
dynaSysMode?: number | undefined;
|
|
12398
12428
|
height?: number | undefined;
|
|
12399
12429
|
logicName?: string | undefined;
|
|
12400
12430
|
appDataEntityId?: string | undefined;
|
|
@@ -12650,6 +12680,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
12650
12680
|
mobilePanel?: boolean | undefined;
|
|
12651
12681
|
controlStyle?: string | undefined;
|
|
12652
12682
|
controlType?: string | undefined;
|
|
12683
|
+
dynaSysMode?: number | undefined;
|
|
12653
12684
|
height?: number | undefined;
|
|
12654
12685
|
logicName?: string | undefined;
|
|
12655
12686
|
appDataEntityId?: string | undefined;
|
|
@@ -13076,6 +13107,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
13076
13107
|
codeName?: string | undefined;
|
|
13077
13108
|
controlStyle?: string | undefined;
|
|
13078
13109
|
controlType?: string | undefined;
|
|
13110
|
+
dynaSysMode?: number | undefined;
|
|
13079
13111
|
height?: number | undefined;
|
|
13080
13112
|
logicName?: string | undefined;
|
|
13081
13113
|
appDataEntityId?: string | undefined;
|
|
@@ -13607,6 +13639,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
13607
13639
|
codeName?: string | undefined;
|
|
13608
13640
|
controlStyle?: string | undefined;
|
|
13609
13641
|
controlType?: string | undefined;
|
|
13642
|
+
dynaSysMode?: number | undefined;
|
|
13610
13643
|
height?: number | undefined;
|
|
13611
13644
|
logicName?: string | undefined;
|
|
13612
13645
|
appDataEntityId?: string | undefined;
|
|
@@ -13862,6 +13895,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
13862
13895
|
mobilePanel?: boolean | undefined;
|
|
13863
13896
|
controlStyle?: string | undefined;
|
|
13864
13897
|
controlType?: string | undefined;
|
|
13898
|
+
dynaSysMode?: number | undefined;
|
|
13865
13899
|
height?: number | undefined;
|
|
13866
13900
|
logicName?: string | undefined;
|
|
13867
13901
|
appDataEntityId?: string | undefined;
|
|
@@ -14531,6 +14565,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
14531
14565
|
processing: boolean;
|
|
14532
14566
|
modified: boolean;
|
|
14533
14567
|
activeTab: string;
|
|
14568
|
+
formIsDestroyed: boolean;
|
|
14534
14569
|
activated: boolean;
|
|
14535
14570
|
isSimple: boolean;
|
|
14536
14571
|
isLoading: boolean;
|
|
@@ -14690,6 +14725,20 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
14690
14725
|
condTag2?: string | undefined;
|
|
14691
14726
|
condType?: string | undefined;
|
|
14692
14727
|
ruleInfo?: string | undefined;
|
|
14728
|
+
ruleInfoLanResTag?: string | undefined;
|
|
14729
|
+
ruleInfoLanguageRes?: {
|
|
14730
|
+
defaultContent?: string | undefined;
|
|
14731
|
+
lanResTag?: string | undefined;
|
|
14732
|
+
lanResType?: string | undefined;
|
|
14733
|
+
refFlag?: boolean | undefined;
|
|
14734
|
+
appId: string;
|
|
14735
|
+
id?: string | undefined;
|
|
14736
|
+
name?: string | undefined;
|
|
14737
|
+
codeName?: string | undefined;
|
|
14738
|
+
userParam?: Record<string, string> | undefined;
|
|
14739
|
+
modelId?: string | undefined;
|
|
14740
|
+
modelType?: string | undefined;
|
|
14741
|
+
} | undefined;
|
|
14693
14742
|
keyCond?: boolean | undefined;
|
|
14694
14743
|
notMode?: boolean | undefined;
|
|
14695
14744
|
tryMode?: boolean | undefined;
|
|
@@ -14705,6 +14754,20 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
14705
14754
|
condTag2?: string | undefined;
|
|
14706
14755
|
condType?: string | undefined;
|
|
14707
14756
|
ruleInfo?: string | undefined;
|
|
14757
|
+
ruleInfoLanResTag?: string | undefined;
|
|
14758
|
+
ruleInfoLanguageRes?: {
|
|
14759
|
+
defaultContent?: string | undefined;
|
|
14760
|
+
lanResTag?: string | undefined;
|
|
14761
|
+
lanResType?: string | undefined;
|
|
14762
|
+
refFlag?: boolean | undefined;
|
|
14763
|
+
appId: string;
|
|
14764
|
+
id?: string | undefined;
|
|
14765
|
+
name?: string | undefined;
|
|
14766
|
+
codeName?: string | undefined;
|
|
14767
|
+
userParam?: Record<string, string> | undefined;
|
|
14768
|
+
modelId?: string | undefined;
|
|
14769
|
+
modelType?: string | undefined;
|
|
14770
|
+
} | undefined;
|
|
14708
14771
|
keyCond?: boolean | undefined;
|
|
14709
14772
|
notMode?: boolean | undefined;
|
|
14710
14773
|
tryMode?: boolean | undefined;
|
|
@@ -14718,6 +14781,20 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
14718
14781
|
} | undefined;
|
|
14719
14782
|
sysPFPluginId?: string | undefined;
|
|
14720
14783
|
ruleInfo?: string | undefined;
|
|
14784
|
+
ruleInfoLanResTag?: string | undefined;
|
|
14785
|
+
ruleInfoLanguageRes?: {
|
|
14786
|
+
defaultContent?: string | undefined;
|
|
14787
|
+
lanResTag?: string | undefined;
|
|
14788
|
+
lanResType?: string | undefined;
|
|
14789
|
+
refFlag?: boolean | undefined;
|
|
14790
|
+
appId: string;
|
|
14791
|
+
id?: string | undefined;
|
|
14792
|
+
name?: string | undefined;
|
|
14793
|
+
codeName?: string | undefined;
|
|
14794
|
+
userParam?: Record<string, string> | undefined;
|
|
14795
|
+
modelId?: string | undefined;
|
|
14796
|
+
modelType?: string | undefined;
|
|
14797
|
+
} | undefined;
|
|
14721
14798
|
ruleTag?: string | undefined;
|
|
14722
14799
|
ruleTag2?: string | undefined;
|
|
14723
14800
|
scriptCode?: string | undefined;
|
|
@@ -14742,6 +14819,20 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
14742
14819
|
regExCode3?: string | undefined;
|
|
14743
14820
|
regExCode4?: string | undefined;
|
|
14744
14821
|
ruleInfo?: string | undefined;
|
|
14822
|
+
ruleInfoLanResTag?: string | undefined;
|
|
14823
|
+
ruleInfoLanguageRes?: {
|
|
14824
|
+
defaultContent?: string | undefined;
|
|
14825
|
+
lanResTag?: string | undefined;
|
|
14826
|
+
lanResType?: string | undefined;
|
|
14827
|
+
refFlag?: boolean | undefined;
|
|
14828
|
+
appId: string;
|
|
14829
|
+
id?: string | undefined;
|
|
14830
|
+
name?: string | undefined;
|
|
14831
|
+
codeName?: string | undefined;
|
|
14832
|
+
userParam?: Record<string, string> | undefined;
|
|
14833
|
+
modelId?: string | undefined;
|
|
14834
|
+
modelType?: string | undefined;
|
|
14835
|
+
} | undefined;
|
|
14745
14836
|
ruleTag?: string | undefined;
|
|
14746
14837
|
ruleTag2?: string | undefined;
|
|
14747
14838
|
ruleType?: string | undefined;
|
|
@@ -15127,6 +15218,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
15127
15218
|
mobilePanel?: boolean | undefined;
|
|
15128
15219
|
controlStyle?: string | undefined;
|
|
15129
15220
|
controlType?: string | undefined;
|
|
15221
|
+
dynaSysMode?: number | undefined;
|
|
15130
15222
|
height?: number | undefined;
|
|
15131
15223
|
logicName?: string | undefined;
|
|
15132
15224
|
appDataEntityId?: string | undefined;
|
|
@@ -15553,6 +15645,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
15553
15645
|
codeName?: string | undefined;
|
|
15554
15646
|
controlStyle?: string | undefined;
|
|
15555
15647
|
controlType?: string | undefined;
|
|
15648
|
+
dynaSysMode?: number | undefined;
|
|
15556
15649
|
height?: number | undefined;
|
|
15557
15650
|
logicName?: string | undefined;
|
|
15558
15651
|
appDataEntityId?: string | undefined;
|
|
@@ -16138,6 +16231,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
16138
16231
|
mobilePanel?: boolean | undefined;
|
|
16139
16232
|
controlStyle?: string | undefined;
|
|
16140
16233
|
controlType?: string | undefined;
|
|
16234
|
+
dynaSysMode?: number | undefined;
|
|
16141
16235
|
height?: number | undefined;
|
|
16142
16236
|
logicName?: string | undefined;
|
|
16143
16237
|
appDataEntityId?: string | undefined;
|
|
@@ -16564,6 +16658,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
16564
16658
|
codeName?: string | undefined;
|
|
16565
16659
|
controlStyle?: string | undefined;
|
|
16566
16660
|
controlType?: string | undefined;
|
|
16661
|
+
dynaSysMode?: number | undefined;
|
|
16567
16662
|
height?: number | undefined;
|
|
16568
16663
|
logicName?: string | undefined;
|
|
16569
16664
|
appDataEntityId?: string | undefined;
|
|
@@ -16748,6 +16843,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
16748
16843
|
codeName?: string | undefined;
|
|
16749
16844
|
controlStyle?: string | undefined;
|
|
16750
16845
|
controlType?: string | undefined;
|
|
16846
|
+
dynaSysMode?: number | undefined;
|
|
16751
16847
|
height?: number | undefined;
|
|
16752
16848
|
logicName?: string | undefined;
|
|
16753
16849
|
appDataEntityId?: string | undefined;
|
|
@@ -17003,6 +17099,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
17003
17099
|
mobilePanel?: boolean | undefined;
|
|
17004
17100
|
controlStyle?: string | undefined;
|
|
17005
17101
|
controlType?: string | undefined;
|
|
17102
|
+
dynaSysMode?: number | undefined;
|
|
17006
17103
|
height?: number | undefined;
|
|
17007
17104
|
logicName?: string | undefined;
|
|
17008
17105
|
appDataEntityId?: string | undefined;
|
|
@@ -17429,6 +17526,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
17429
17526
|
codeName?: string | undefined;
|
|
17430
17527
|
controlStyle?: string | undefined;
|
|
17431
17528
|
controlType?: string | undefined;
|
|
17529
|
+
dynaSysMode?: number | undefined;
|
|
17432
17530
|
height?: number | undefined;
|
|
17433
17531
|
logicName?: string | undefined;
|
|
17434
17532
|
appDataEntityId?: string | undefined;
|
|
@@ -17970,6 +18068,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
17970
18068
|
codeName?: string | undefined;
|
|
17971
18069
|
controlStyle?: string | undefined;
|
|
17972
18070
|
controlType?: string | undefined;
|
|
18071
|
+
dynaSysMode?: number | undefined;
|
|
17973
18072
|
height?: number | undefined;
|
|
17974
18073
|
logicName?: string | undefined;
|
|
17975
18074
|
appDataEntityId?: string | undefined;
|
|
@@ -18225,6 +18324,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
18225
18324
|
mobilePanel?: boolean | undefined;
|
|
18226
18325
|
controlStyle?: string | undefined;
|
|
18227
18326
|
controlType?: string | undefined;
|
|
18327
|
+
dynaSysMode?: number | undefined;
|
|
18228
18328
|
height?: number | undefined;
|
|
18229
18329
|
logicName?: string | undefined;
|
|
18230
18330
|
appDataEntityId?: string | undefined;
|
|
@@ -14,6 +14,10 @@ export declare const IBizSearchFormControl: import("@ibiz-template/vue3-util").T
|
|
|
14
14
|
provider: {
|
|
15
15
|
type: import("vue").PropType<import("@ibiz-template/runtime").IControlProvider>;
|
|
16
16
|
};
|
|
17
|
+
isSimple: {
|
|
18
|
+
type: BooleanConstructor;
|
|
19
|
+
required: false;
|
|
20
|
+
};
|
|
17
21
|
loadDefault: {
|
|
18
22
|
type: BooleanConstructor;
|
|
19
23
|
default: boolean;
|
|
@@ -37,12 +41,17 @@ export declare const IBizSearchFormControl: import("@ibiz-template/vue3-util").T
|
|
|
37
41
|
provider: {
|
|
38
42
|
type: import("vue").PropType<import("@ibiz-template/runtime").IControlProvider>;
|
|
39
43
|
};
|
|
44
|
+
isSimple: {
|
|
45
|
+
type: BooleanConstructor;
|
|
46
|
+
required: false;
|
|
47
|
+
};
|
|
40
48
|
loadDefault: {
|
|
41
49
|
type: BooleanConstructor;
|
|
42
50
|
default: boolean;
|
|
43
51
|
};
|
|
44
52
|
}>>, {
|
|
45
53
|
params: IParams;
|
|
54
|
+
isSimple: boolean;
|
|
46
55
|
loadDefault: boolean;
|
|
47
56
|
}, {}>>;
|
|
48
57
|
export default IBizSearchFormControl;
|
|
@@ -18,6 +18,10 @@ export declare const SearchFormControl: import("vue").DefineComponent<{
|
|
|
18
18
|
provider: {
|
|
19
19
|
type: PropType<IControlProvider>;
|
|
20
20
|
};
|
|
21
|
+
isSimple: {
|
|
22
|
+
type: BooleanConstructor;
|
|
23
|
+
required: false;
|
|
24
|
+
};
|
|
21
25
|
loadDefault: {
|
|
22
26
|
type: BooleanConstructor;
|
|
23
27
|
default: boolean;
|
|
@@ -41,11 +45,16 @@ export declare const SearchFormControl: import("vue").DefineComponent<{
|
|
|
41
45
|
provider: {
|
|
42
46
|
type: PropType<IControlProvider>;
|
|
43
47
|
};
|
|
48
|
+
isSimple: {
|
|
49
|
+
type: BooleanConstructor;
|
|
50
|
+
required: false;
|
|
51
|
+
};
|
|
44
52
|
loadDefault: {
|
|
45
53
|
type: BooleanConstructor;
|
|
46
54
|
default: boolean;
|
|
47
55
|
};
|
|
48
56
|
}>>, {
|
|
49
57
|
params: IParams;
|
|
58
|
+
isSimple: boolean;
|
|
50
59
|
loadDefault: boolean;
|
|
51
60
|
}, {}>;
|