@byteluck-fe/model-driven-controls 6.2.0-1-beta-list.11 → 6.2.0-2-beta.1
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/esm/baseControls/Divider/property.js +1 -1
- package/dist/esm/formControls/Attachment/property.js +8 -8
- package/dist/esm/formControls/Image/designer.js +8 -8
- package/dist/esm/formControls/WPS/designer.js +9 -9
- package/dist/esm/layoutControls/TableLayoutCol/property.js +3 -3
- package/dist/esm/listControls/GridTable/property.js +9 -9
- package/dist/esm/wrapControls/GridLayoutWrap/designer.js +8 -8
- package/dist/esm/wrapControls/GridLayoutWrap/runtime.js +8 -8
- package/dist/index.umd.js +1 -1
- package/dist/types/layoutControls/TableLayoutCol/property.d.ts +3 -3
- package/package.json +5 -5
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
// 线条样式类名
|
|
1
2
|
function _assert_this_initialized(self) {
|
|
2
3
|
if (self === void 0) {
|
|
3
4
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
@@ -70,7 +71,6 @@ function _is_native_reflect_construct() {
|
|
|
70
71
|
return !!result;
|
|
71
72
|
})();
|
|
72
73
|
}
|
|
73
|
-
// 线条样式类名
|
|
74
74
|
import { Property } from '@byteluck-fe/model-driven-core';
|
|
75
75
|
import { LINE_STYLE } from '../../framework';
|
|
76
76
|
var DividerProperty = /*#__PURE__*/ function(Property) {
|
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
/*
|
|
2
|
+
* @Author: zhaoxiaoyang zhaoxiaoyang@byteluck.com
|
|
3
|
+
* @Date: 2023-09-14 18:31:51
|
|
4
|
+
* @LastEditors: zhaoxiaoyang zhaoxiaoyang@byteluck.com
|
|
5
|
+
* @LastEditTime: 2023-09-19 15:49:31
|
|
6
|
+
* @FilePath: /model-driven/packages/controls/src/formControls/Attachment/property.ts
|
|
7
|
+
*/ function _assert_this_initialized(self) {
|
|
2
8
|
if (self === void 0) {
|
|
3
9
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
4
10
|
}
|
|
@@ -70,13 +76,7 @@ function _is_native_reflect_construct() {
|
|
|
70
76
|
return !!result;
|
|
71
77
|
})();
|
|
72
78
|
}
|
|
73
|
-
|
|
74
|
-
* @Author: zhaoxiaoyang zhaoxiaoyang@byteluck.com
|
|
75
|
-
* @Date: 2023-09-14 18:31:51
|
|
76
|
-
* @LastEditors: zhaoxiaoyang zhaoxiaoyang@byteluck.com
|
|
77
|
-
* @LastEditTime: 2023-09-19 15:49:31
|
|
78
|
-
* @FilePath: /model-driven/packages/controls/src/formControls/Attachment/property.ts
|
|
79
|
-
*/ import { getLocaleText } from '@byteluck-fe/locale-message';
|
|
79
|
+
import { getLocaleText } from '@byteluck-fe/locale-message';
|
|
80
80
|
import AttachmentControl from './designer';
|
|
81
81
|
import { BaseControlProperty, BaseControlPropertyRules, BaseControlPropertyRuntimeRules } from '@byteluck-fe/model-driven-core';
|
|
82
82
|
var MB10 = 10485760;
|
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
/*
|
|
2
|
+
* @Author: zhaoxiaoyang zhaoxiaoyang@byteluck.com
|
|
3
|
+
* @Date: 2022-12-01 14:40:30
|
|
4
|
+
* @LastEditors: zhaoxiaoyang zhaoxiaoyang@byteluck.com
|
|
5
|
+
* @LastEditTime: 2023-09-19 15:50:38
|
|
6
|
+
* @FilePath: /model-driven/packages/controls/src/formControls/Image/designer.ts
|
|
7
|
+
*/ function _assert_this_initialized(self) {
|
|
2
8
|
if (self === void 0) {
|
|
3
9
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
4
10
|
}
|
|
@@ -84,13 +90,7 @@ function _is_native_reflect_construct() {
|
|
|
84
90
|
return !!result;
|
|
85
91
|
})();
|
|
86
92
|
}
|
|
87
|
-
|
|
88
|
-
* @Author: zhaoxiaoyang zhaoxiaoyang@byteluck.com
|
|
89
|
-
* @Date: 2022-12-01 14:40:30
|
|
90
|
-
* @LastEditors: zhaoxiaoyang zhaoxiaoyang@byteluck.com
|
|
91
|
-
* @LastEditTime: 2023-09-19 15:50:38
|
|
92
|
-
* @FilePath: /model-driven/packages/controls/src/formControls/Image/designer.ts
|
|
93
|
-
*/ import { getLocaleText } from '@byteluck-fe/locale-message';
|
|
93
|
+
import { getLocaleText } from '@byteluck-fe/locale-message';
|
|
94
94
|
import { DesignerAttachmentControl } from '../Attachment';
|
|
95
95
|
import { ImageProperty } from './property';
|
|
96
96
|
import { COMMON_SETTING_TYPE } from '@byteluck-fe/model-driven-core';
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
/*
|
|
2
|
+
* @Author: Elvis shuaiqy@hotmail.com
|
|
3
|
+
* @Date: 2022-07-07 00:12:37
|
|
4
|
+
* @LastEditors: Elvis shuaiqy@hotmail.com
|
|
5
|
+
* @LastEditTime: 2022-07-25 17:51:51
|
|
6
|
+
* @FilePath: /model-driven/packages/controls/src/formControls/WPS/designer.ts
|
|
7
|
+
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
8
|
+
*/ function _assert_this_initialized(self) {
|
|
2
9
|
if (self === void 0) {
|
|
3
10
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
4
11
|
}
|
|
@@ -84,14 +91,7 @@ function _is_native_reflect_construct() {
|
|
|
84
91
|
return !!result;
|
|
85
92
|
})();
|
|
86
93
|
}
|
|
87
|
-
|
|
88
|
-
* @Author: Elvis shuaiqy@hotmail.com
|
|
89
|
-
* @Date: 2022-07-07 00:12:37
|
|
90
|
-
* @LastEditors: Elvis shuaiqy@hotmail.com
|
|
91
|
-
* @LastEditTime: 2022-07-25 17:51:51
|
|
92
|
-
* @FilePath: /model-driven/packages/controls/src/formControls/WPS/designer.ts
|
|
93
|
-
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
94
|
-
*/ import { DesignerFormControl, COMMON_SETTING_TYPE } from '@byteluck-fe/model-driven-core';
|
|
94
|
+
import { DesignerFormControl, COMMON_SETTING_TYPE } from '@byteluck-fe/model-driven-core';
|
|
95
95
|
import { FieldTypes } from '@byteluck-fe/model-driven-shared';
|
|
96
96
|
import WPSProperty from './property';
|
|
97
97
|
import { getLocaleText } from '@byteluck-fe/locale-message';
|
|
@@ -99,11 +99,11 @@ var TableLayoutColControlProperty = /*#__PURE__*/ function(LayoutControlProperty
|
|
|
99
99
|
var _props_layout;
|
|
100
100
|
_this.layout = (_props_layout = props === null || props === void 0 ? void 0 : props.layout) !== null && _props_layout !== void 0 ? _props_layout : 'flex';
|
|
101
101
|
var _props_flexDirection;
|
|
102
|
-
_this.flexDirection = (_props_flexDirection = props === null || props === void 0 ? void 0 : props.flexDirection) !== null && _props_flexDirection !== void 0 ? _props_flexDirection : '
|
|
102
|
+
_this.flexDirection = (_props_flexDirection = props === null || props === void 0 ? void 0 : props.flexDirection) !== null && _props_flexDirection !== void 0 ? _props_flexDirection : '';
|
|
103
103
|
var _props_alignItems;
|
|
104
|
-
_this.alignItems = (_props_alignItems = props === null || props === void 0 ? void 0 : props.alignItems) !== null && _props_alignItems !== void 0 ? _props_alignItems : '
|
|
104
|
+
_this.alignItems = (_props_alignItems = props === null || props === void 0 ? void 0 : props.alignItems) !== null && _props_alignItems !== void 0 ? _props_alignItems : '';
|
|
105
105
|
var _props_justifyContent;
|
|
106
|
-
_this.justifyContent = (_props_justifyContent = props === null || props === void 0 ? void 0 : props.justifyContent) !== null && _props_justifyContent !== void 0 ? _props_justifyContent : '
|
|
106
|
+
_this.justifyContent = (_props_justifyContent = props === null || props === void 0 ? void 0 : props.justifyContent) !== null && _props_justifyContent !== void 0 ? _props_justifyContent : '';
|
|
107
107
|
var _props_background;
|
|
108
108
|
_this.background = (_props_background = props === null || props === void 0 ? void 0 : props.background) !== null && _props_background !== void 0 ? _props_background : {
|
|
109
109
|
type: 'backgroundColor',
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
/*
|
|
2
|
+
* @Author: Elvis shuaiqy@hotmail.com
|
|
3
|
+
* @Date: 2022-01-11 22:20:55
|
|
4
|
+
* @LastEditors: changjiaqi hypocrite_chang@163.com
|
|
5
|
+
* @LastEditTime: 2023-05-31 10:33:27
|
|
6
|
+
* @FilePath: /model-driven/packages/controls/src/listControls/GridTable/property.ts
|
|
7
|
+
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
8
|
+
*/ function _assert_this_initialized(self) {
|
|
2
9
|
if (self === void 0) {
|
|
3
10
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
4
11
|
}
|
|
@@ -70,14 +77,7 @@ function _is_native_reflect_construct() {
|
|
|
70
77
|
return !!result;
|
|
71
78
|
})();
|
|
72
79
|
}
|
|
73
|
-
|
|
74
|
-
* @Author: Elvis shuaiqy@hotmail.com
|
|
75
|
-
* @Date: 2022-01-11 22:20:55
|
|
76
|
-
* @LastEditors: changjiaqi hypocrite_chang@163.com
|
|
77
|
-
* @LastEditTime: 2023-05-31 10:33:27
|
|
78
|
-
* @FilePath: /model-driven/packages/controls/src/listControls/GridTable/property.ts
|
|
79
|
-
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
80
|
-
*/ import { ListControlProperty } from '@byteluck-fe/model-driven-core';
|
|
80
|
+
import { ListControlProperty } from '@byteluck-fe/model-driven-core';
|
|
81
81
|
/**
|
|
82
82
|
* GridTable 表格组件
|
|
83
83
|
* @public
|
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
/*
|
|
2
|
+
* @Author: zhaoxiaoyang zhaoxiaoyang@byteluck.com
|
|
3
|
+
* @Date: 2023-08-08 11:13:49
|
|
4
|
+
* @LastEditors: zhaoxiaoyang zhaoxiaoyang@byteluck.com
|
|
5
|
+
* @LastEditTime: 2023-08-09 11:26:04
|
|
6
|
+
* @FilePath: /model-driven/packages/controls/src/wrapControls/gridLayoutWrap/designer.ts
|
|
7
|
+
*/ function _assert_this_initialized(self) {
|
|
2
8
|
if (self === void 0) {
|
|
3
9
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
4
10
|
}
|
|
@@ -84,13 +90,7 @@ function _is_native_reflect_construct() {
|
|
|
84
90
|
return !!result;
|
|
85
91
|
})();
|
|
86
92
|
}
|
|
87
|
-
|
|
88
|
-
* @Author: zhaoxiaoyang zhaoxiaoyang@byteluck.com
|
|
89
|
-
* @Date: 2023-08-08 11:13:49
|
|
90
|
-
* @LastEditors: zhaoxiaoyang zhaoxiaoyang@byteluck.com
|
|
91
|
-
* @LastEditTime: 2023-08-09 11:26:04
|
|
92
|
-
* @FilePath: /model-driven/packages/controls/src/wrapControls/gridLayoutWrap/designer.ts
|
|
93
|
-
*/ import { DesignerWrapControl } from '@byteluck-fe/model-driven-core';
|
|
93
|
+
import { DesignerWrapControl } from '@byteluck-fe/model-driven-core';
|
|
94
94
|
import GridLayoutWrapProperty from './property';
|
|
95
95
|
// import Setting from './Setting'
|
|
96
96
|
import { getLocaleText } from '@byteluck-fe/locale-message';
|
|
@@ -1,4 +1,10 @@
|
|
|
1
|
-
|
|
1
|
+
/*
|
|
2
|
+
* @Author: zhaoxiaoyang zhaoxiaoyang@byteluck.com
|
|
3
|
+
* @Date: 2023-08-08 11:13:49
|
|
4
|
+
* @LastEditors: zhaoxiaoyang zhaoxiaoyang@byteluck.com
|
|
5
|
+
* @LastEditTime: 2023-08-09 11:09:36
|
|
6
|
+
* @FilePath: /model-driven/packages/controls/src/wrapControls/gridLayoutWrap/runtime.ts
|
|
7
|
+
*/ function _assert_this_initialized(self) {
|
|
2
8
|
if (self === void 0) {
|
|
3
9
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
4
10
|
}
|
|
@@ -84,13 +90,7 @@ function _is_native_reflect_construct() {
|
|
|
84
90
|
return !!result;
|
|
85
91
|
})();
|
|
86
92
|
}
|
|
87
|
-
|
|
88
|
-
* @Author: zhaoxiaoyang zhaoxiaoyang@byteluck.com
|
|
89
|
-
* @Date: 2023-08-08 11:13:49
|
|
90
|
-
* @LastEditors: zhaoxiaoyang zhaoxiaoyang@byteluck.com
|
|
91
|
-
* @LastEditTime: 2023-08-09 11:09:36
|
|
92
|
-
* @FilePath: /model-driven/packages/controls/src/wrapControls/gridLayoutWrap/runtime.ts
|
|
93
|
-
*/ import { RuntimeWrapControl } from '@byteluck-fe/model-driven-core';
|
|
93
|
+
import { RuntimeWrapControl } from '@byteluck-fe/model-driven-core';
|
|
94
94
|
import GridLayoutWrapProperty from './property';
|
|
95
95
|
var GridLayoutWrapControl = /*#__PURE__*/ function(RuntimeWrapControl) {
|
|
96
96
|
"use strict";
|