@byteluck-fe/model-driven-controls 2.2.7-beta.2 → 2.2.7-beta.4
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/BatchDeleteButton/designer.js +42 -28
- package/dist/esm/baseControls/BatchDeleteButton/property.js +44 -22
- package/dist/esm/baseControls/BatchDeleteButton/runtime.js +38 -24
- package/dist/esm/baseControls/BatchPrintListButton/designer.js +42 -28
- package/dist/esm/baseControls/BatchPrintListButton/property.js +43 -27
- package/dist/esm/baseControls/BatchPrintListButton/runtime.js +38 -24
- package/dist/esm/baseControls/BatchPrintRecordListButton/designer.js +42 -28
- package/dist/esm/baseControls/BatchPrintRecordListButton/property.js +22 -22
- package/dist/esm/baseControls/BatchPrintRecordListButton/runtime.js +38 -24
- package/dist/esm/baseControls/BatchSubmissionListButton/designer.js +42 -28
- package/dist/esm/baseControls/BatchSubmissionListButton/property.js +52 -27
- package/dist/esm/baseControls/BatchSubmissionListButton/runtime.js +38 -24
- package/dist/esm/baseControls/Button/designer.js +42 -28
- package/dist/esm/baseControls/Button/property.js +44 -22
- package/dist/esm/baseControls/Button/runtime.js +38 -24
- package/dist/esm/baseControls/CreateFormListButton/designer.js +42 -28
- package/dist/esm/baseControls/CreateFormListButton/property.js +42 -27
- package/dist/esm/baseControls/CreateFormListButton/runtime.js +38 -24
- package/dist/esm/baseControls/Dashboard/designer.js +40 -26
- package/dist/esm/baseControls/Dashboard/property.js +54 -35
- package/dist/esm/baseControls/Dashboard/runtime.js +38 -24
- package/dist/esm/baseControls/Divider/designer.js +40 -26
- package/dist/esm/baseControls/Divider/property.js +37 -22
- package/dist/esm/baseControls/Divider/runtime.js +38 -24
- package/dist/esm/baseControls/ExportListButton/designer.js +42 -28
- package/dist/esm/baseControls/ExportListButton/property.js +36 -22
- package/dist/esm/baseControls/ExportListButton/runtime.js +38 -24
- package/dist/esm/baseControls/ExportRecordListButton/designer.js +42 -28
- package/dist/esm/baseControls/ExportRecordListButton/property.js +22 -22
- package/dist/esm/baseControls/ExportRecordListButton/runtime.js +38 -24
- package/dist/esm/baseControls/FormSelectButton/designer.js +42 -28
- package/dist/esm/baseControls/FormSelectButton/property.js +40 -36
- package/dist/esm/baseControls/FormSelectButton/runtime.js +38 -24
- package/dist/esm/baseControls/ImportRecordListButton/designer.js +42 -28
- package/dist/esm/baseControls/ImportRecordListButton/property.js +40 -23
- package/dist/esm/baseControls/ImportRecordListButton/runtime.js +38 -24
- package/dist/esm/baseControls/InvoiceCheckButton/designer.js +42 -28
- package/dist/esm/baseControls/InvoiceCheckButton/property.js +57 -37
- package/dist/esm/baseControls/InvoiceCheckButton/runtime.js +38 -24
- package/dist/esm/baseControls/Link/designer.js +42 -28
- package/dist/esm/baseControls/Link/property.js +38 -22
- package/dist/esm/baseControls/Link/runtime.js +38 -24
- package/dist/esm/baseControls/ListSelectButton/designer.js +42 -28
- package/dist/esm/baseControls/ListSelectButton/property.js +39 -36
- package/dist/esm/baseControls/ListSelectButton/runtime.js +38 -24
- package/dist/esm/baseControls/ListViewSelect/designer.js +40 -26
- package/dist/esm/baseControls/ListViewSelect/property.js +44 -29
- package/dist/esm/baseControls/ListViewSelect/runtime.js +38 -24
- package/dist/esm/baseControls/OperationButton/designer.js +42 -28
- package/dist/esm/baseControls/OperationButton/property.js +53 -27
- package/dist/esm/baseControls/OperationButton/runtime.js +38 -24
- package/dist/esm/baseControls/Pagination/designer.js +39 -25
- package/dist/esm/baseControls/Pagination/property.js +41 -28
- package/dist/esm/baseControls/Pagination/runtime.js +38 -24
- package/dist/esm/baseControls/SubmissionRecordListButton/designer.js +42 -28
- package/dist/esm/baseControls/SubmissionRecordListButton/property.js +22 -22
- package/dist/esm/baseControls/SubmissionRecordListButton/runtime.js +38 -24
- package/dist/esm/baseControls/Text/designer.js +40 -26
- package/dist/esm/baseControls/Text/property.js +41 -22
- package/dist/esm/baseControls/Text/runtime.js +38 -24
- package/dist/esm/baseControls/TextOcrButton/designer.js +42 -28
- package/dist/esm/baseControls/TextOcrButton/property.js +57 -37
- package/dist/esm/baseControls/TextOcrButton/runtime.js +38 -24
- package/dist/esm/baseControls/Title/designer.js +41 -27
- package/dist/esm/baseControls/Title/property.js +48 -31
- package/dist/esm/baseControls/Title/runtime.js +38 -24
- package/dist/esm/columnControls/ArrayColumn/designer.js +42 -28
- package/dist/esm/columnControls/ArrayColumn/property.js +44 -25
- package/dist/esm/columnControls/ArrayColumn/runtime.js +38 -24
- package/dist/esm/columnControls/AutoNumberColumn/designer.js +42 -28
- package/dist/esm/columnControls/AutoNumberColumn/property.js +22 -22
- package/dist/esm/columnControls/AutoNumberColumn/runtime.js +38 -24
- package/dist/esm/columnControls/CustomColumn/designer.js +90 -62
- package/dist/esm/columnControls/CustomColumn/property.js +36 -22
- package/dist/esm/columnControls/CustomColumn/runtime.js +39 -24
- package/dist/esm/columnControls/DecimalColumn/designer.js +74 -42
- package/dist/esm/columnControls/DecimalColumn/property.js +50 -22
- package/dist/esm/columnControls/DecimalColumn/runtime.js +38 -24
- package/dist/esm/columnControls/DepartmentColumn/designer.js +73 -41
- package/dist/esm/columnControls/DepartmentColumn/property.js +38 -22
- package/dist/esm/columnControls/DepartmentColumn/runtime.js +38 -24
- package/dist/esm/columnControls/EmployeeColumn/designer.js +44 -30
- package/dist/esm/columnControls/EmployeeColumn/property.js +36 -22
- package/dist/esm/columnControls/EmployeeColumn/runtime.js +38 -24
- package/dist/esm/columnControls/FileColumn/designer.js +42 -28
- package/dist/esm/columnControls/FileColumn/property.js +22 -22
- package/dist/esm/columnControls/FileColumn/runtime.js +38 -24
- package/dist/esm/columnControls/ImageColumn/designer.js +42 -28
- package/dist/esm/columnControls/ImageColumn/property.js +22 -22
- package/dist/esm/columnControls/ImageColumn/runtime.js +38 -24
- package/dist/esm/columnControls/LocationColumn/designer.js +42 -28
- package/dist/esm/columnControls/LocationColumn/property.js +22 -22
- package/dist/esm/columnControls/LocationColumn/runtime.js +38 -24
- package/dist/esm/columnControls/OperationColumn/designer.js +119 -93
- package/dist/esm/columnControls/OperationColumn/property.js +42 -22
- package/dist/esm/columnControls/OperationColumn/runtime.js +40 -25
- package/dist/esm/columnControls/OrderColumn/designer.js +41 -27
- package/dist/esm/columnControls/OrderColumn/property.js +38 -25
- package/dist/esm/columnControls/OrderColumn/runtime.js +38 -24
- package/dist/esm/columnControls/PeopleColumn/designer.js +42 -28
- package/dist/esm/columnControls/PeopleColumn/property.js +22 -22
- package/dist/esm/columnControls/PeopleColumn/runtime.js +38 -24
- package/dist/esm/columnControls/TextColumn/designer.js +73 -41
- package/dist/esm/columnControls/TextColumn/property.js +39 -22
- package/dist/esm/columnControls/TextColumn/runtime.js +38 -24
- package/dist/esm/columnControls/TimescopeColumn/designer.js +73 -41
- package/dist/esm/columnControls/TimescopeColumn/property.js +38 -22
- package/dist/esm/columnControls/TimescopeColumn/runtime.js +38 -24
- package/dist/esm/columnControls/TimestampColumn/designer.js +73 -41
- package/dist/esm/columnControls/TimestampColumn/property.js +38 -22
- package/dist/esm/columnControls/TimestampColumn/runtime.js +38 -24
- package/dist/esm/columnControls/VarcharColumn/designer.js +42 -28
- package/dist/esm/columnControls/VarcharColumn/property.js +47 -25
- package/dist/esm/columnControls/VarcharColumn/runtime.js +38 -24
- package/dist/esm/formControls/Address/designer.js +41 -27
- package/dist/esm/formControls/Address/property.js +44 -25
- package/dist/esm/formControls/Address/runtime.js +39 -25
- package/dist/esm/formControls/Amount/designer.js +60 -43
- package/dist/esm/formControls/Amount/property.js +70 -37
- package/dist/esm/formControls/Amount/runtime.js +39 -25
- package/dist/esm/formControls/Attachment/designer.js +43 -29
- package/dist/esm/formControls/Attachment/property.js +55 -30
- package/dist/esm/formControls/Attachment/runtime.js +39 -25
- package/dist/esm/formControls/AutoNumber/designer.js +43 -29
- package/dist/esm/formControls/AutoNumber/property.js +36 -22
- package/dist/esm/formControls/AutoNumber/runtime.js +39 -25
- package/dist/esm/formControls/Calc/designer.js +60 -43
- package/dist/esm/formControls/Calc/property.js +62 -28
- package/dist/esm/formControls/Calc/runtime.js +39 -25
- package/dist/esm/formControls/Checkbox/designer.js +43 -29
- package/dist/esm/formControls/Checkbox/property.js +66 -30
- package/dist/esm/formControls/Checkbox/runtime.js +39 -25
- package/dist/esm/formControls/DatePicker/designer.js +57 -40
- package/dist/esm/formControls/DatePicker/property.js +47 -22
- package/dist/esm/formControls/DatePicker/runtime.js +39 -25
- package/dist/esm/formControls/DateRange/designer.js +57 -40
- package/dist/esm/formControls/DateRange/property.js +51 -25
- package/dist/esm/formControls/DateRange/runtime.js +39 -25
- package/dist/esm/formControls/Department/designer.js +58 -41
- package/dist/esm/formControls/Department/property.js +67 -25
- package/dist/esm/formControls/Department/runtime.js +39 -25
- package/dist/esm/formControls/Department2/designer.js +58 -41
- package/dist/esm/formControls/Department2/property.js +86 -33
- package/dist/esm/formControls/Department2/runtime.js +39 -25
- package/dist/esm/formControls/ElectronicSignature/designer.js +43 -29
- package/dist/esm/formControls/ElectronicSignature/property.js +47 -27
- package/dist/esm/formControls/ElectronicSignature/runtime.js +39 -25
- package/dist/esm/formControls/Employee/designer.js +41 -27
- package/dist/esm/formControls/Employee/property.js +53 -25
- package/dist/esm/formControls/Employee/runtime.js +39 -25
- package/dist/esm/formControls/Employee2/designer.js +41 -27
- package/dist/esm/formControls/Employee2/property.js +70 -33
- package/dist/esm/formControls/Employee2/runtime.js +39 -25
- package/dist/esm/formControls/Image/designer.js +40 -27
- package/dist/esm/formControls/Image/property.js +22 -22
- package/dist/esm/formControls/Image/runtime.js +24 -24
- package/dist/esm/formControls/Input/designer.js +43 -29
- package/dist/esm/formControls/Input/property.js +53 -34
- package/dist/esm/formControls/Input/runtime.js +39 -25
- package/dist/esm/formControls/Number/designer.js +60 -43
- package/dist/esm/formControls/Number/property.js +79 -32
- package/dist/esm/formControls/Number/runtime.js +39 -25
- package/dist/esm/formControls/Radio/designer.js +43 -29
- package/dist/esm/formControls/Radio/property.js +57 -25
- package/dist/esm/formControls/Radio/runtime.js +39 -25
- package/dist/esm/formControls/RichText/designer.js +43 -29
- package/dist/esm/formControls/RichText/property.js +50 -34
- package/dist/esm/formControls/RichText/runtime.js +39 -25
- package/dist/esm/formControls/Score/designer.js +76 -59
- package/dist/esm/formControls/Score/property.js +50 -32
- package/dist/esm/formControls/Score/runtime.js +39 -25
- package/dist/esm/formControls/SearchDateRange/designer.js +41 -27
- package/dist/esm/formControls/SearchDateRange/property.js +50 -25
- package/dist/esm/formControls/SearchDateRange/runtime.js +39 -25
- package/dist/esm/formControls/SearchInput/designer.js +40 -26
- package/dist/esm/formControls/SearchInput/property.js +24 -24
- package/dist/esm/formControls/SearchInput/runtime.js +39 -25
- package/dist/esm/formControls/SearchNumberRange/designer.js +41 -27
- package/dist/esm/formControls/SearchNumberRange/property.js +45 -25
- package/dist/esm/formControls/SearchNumberRange/runtime.js +39 -25
- package/dist/esm/formControls/Select/designer.js +41 -27
- package/dist/esm/formControls/Select/property.js +49 -25
- package/dist/esm/formControls/Select/runtime.js +39 -25
- package/dist/esm/formControls/SelectMultiple/designer.js +41 -27
- package/dist/esm/formControls/SelectMultiple/property.js +50 -28
- package/dist/esm/formControls/SelectMultiple/runtime.js +39 -25
- package/dist/esm/formControls/SelectRelation/designer.js +43 -29
- package/dist/esm/formControls/SelectRelation/property.js +52 -27
- package/dist/esm/formControls/SelectRelation/runtime.js +39 -25
- package/dist/esm/formControls/Textarea/designer.js +43 -29
- package/dist/esm/formControls/Textarea/property.js +51 -34
- package/dist/esm/formControls/Textarea/runtime.js +39 -25
- package/dist/esm/formControls/Tree/designer.js +43 -29
- package/dist/esm/formControls/Tree/property.js +59 -33
- package/dist/esm/formControls/Tree/runtime.js +39 -25
- package/dist/esm/formControls/VueFormItem/designer.js +42 -28
- package/dist/esm/formControls/VueFormItem/property.js +45 -28
- package/dist/esm/formControls/VueFormItem/runtime.js +39 -25
- package/dist/esm/formControls/WPS/designer.js +43 -29
- package/dist/esm/formControls/WPS/property.js +58 -32
- package/dist/esm/formControls/WPS/runtime.js +39 -25
- package/dist/esm/framework.js +92 -12
- package/dist/esm/layoutControls/AdvancedContainer/Setting.js +11 -11
- package/dist/esm/layoutControls/AdvancedContainer/designer.js +24 -24
- package/dist/esm/layoutControls/AdvancedContainer/property.js +37 -22
- package/dist/esm/layoutControls/AdvancedContainer/runtime.js +24 -24
- package/dist/esm/layoutControls/CardGroup/designer.js +42 -28
- package/dist/esm/layoutControls/CardGroup/property.js +47 -27
- package/dist/esm/layoutControls/CardGroup/runtime.js +38 -24
- package/dist/esm/layoutControls/Col/designer.js +41 -27
- package/dist/esm/layoutControls/Col/property.js +37 -22
- package/dist/esm/layoutControls/Col/runtime.js +38 -24
- package/dist/esm/layoutControls/DataView/designer.js +39 -25
- package/dist/esm/layoutControls/DataView/property.js +45 -25
- package/dist/esm/layoutControls/DataView/runtime.js +38 -24
- package/dist/esm/layoutControls/Grid/designer.js +39 -26
- package/dist/esm/layoutControls/Grid/runtime.js +24 -24
- package/dist/esm/layoutControls/GridRow/designer.js +41 -28
- package/dist/esm/layoutControls/GridRow/property.js +22 -22
- package/dist/esm/layoutControls/GridRow/runtime.js +24 -24
- package/dist/esm/layoutControls/GridTableColumn/designer.js +44 -30
- package/dist/esm/layoutControls/GridTableColumn/property.js +48 -22
- package/dist/esm/layoutControls/GridTableColumn/runtime.js +37 -23
- package/dist/esm/layoutControls/ListView/designer.js +44 -30
- package/dist/esm/layoutControls/ListView/property.js +62 -35
- package/dist/esm/layoutControls/ListView/runtime.js +38 -24
- package/dist/esm/layoutControls/Page/Setting.js +11 -11
- package/dist/esm/layoutControls/Page/designer.js +24 -24
- package/dist/esm/layoutControls/Page/property.js +40 -26
- package/dist/esm/layoutControls/Page/runtime.js +24 -24
- package/dist/esm/layoutControls/Position/designer.js +24 -24
- package/dist/esm/layoutControls/Position/property.js +39 -22
- package/dist/esm/layoutControls/Position/runtime.js +24 -24
- package/dist/esm/layoutControls/PositioningContainer/Setting.js +11 -11
- package/dist/esm/layoutControls/PositioningContainer/designer.js +24 -24
- package/dist/esm/layoutControls/PositioningContainer/property.js +22 -22
- package/dist/esm/layoutControls/PositioningContainer/runtime.js +24 -24
- package/dist/esm/layoutControls/Row/designer.js +42 -28
- package/dist/esm/layoutControls/Row/property.js +37 -22
- package/dist/esm/layoutControls/Row/runtime.js +38 -24
- package/dist/esm/layoutControls/SubTableColumn/designer.js +44 -30
- package/dist/esm/layoutControls/SubTableColumn/property.js +66 -31
- package/dist/esm/layoutControls/SubTableColumn/runtime.js +37 -23
- package/dist/esm/layoutControls/SubTableRow/designer.js +44 -30
- package/dist/esm/layoutControls/SubTableRow/property.js +22 -22
- package/dist/esm/layoutControls/SubTableRow/runtime.js +38 -24
- package/dist/esm/layoutControls/Tab/designer.js +44 -30
- package/dist/esm/layoutControls/Tab/property.js +22 -22
- package/dist/esm/layoutControls/Tab/runtime.js +38 -24
- package/dist/esm/layoutControls/TabPane/designer.js +42 -28
- package/dist/esm/layoutControls/TabPane/property.js +41 -27
- package/dist/esm/layoutControls/TabPane/runtime.js +38 -24
- package/dist/esm/layoutControls/Toolbox/designer.js +40 -26
- package/dist/esm/layoutControls/Toolbox/property.js +22 -22
- package/dist/esm/layoutControls/Toolbox/runtime.js +24 -24
- package/dist/esm/listControls/GridTable/designer.js +89 -81
- package/dist/esm/listControls/GridTable/property.js +40 -22
- package/dist/esm/listControls/GridTable/runtime.js +59 -36
- package/dist/esm/listControls/SubTable/designer.js +56 -39
- package/dist/esm/listControls/SubTable/property.js +117 -38
- package/dist/esm/listControls/SubTable/runtime.js +53 -33
- package/dist/esm/searchControls/SimpleSearch/designer.js +39 -25
- package/dist/esm/searchControls/SimpleSearch/property.js +45 -25
- package/dist/esm/searchControls/SimpleSearch/runtime.js +40 -25
- package/dist/index.umd.js +1 -1
- package/dist/types/formControls/Attachment/property.d.ts +1 -0
- package/package.json +2 -2
|
@@ -1,19 +1,32 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _assert_this_initialized(self) {
|
|
2
2
|
if (self === void 0) {
|
|
3
3
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
4
4
|
}
|
|
5
5
|
return self;
|
|
6
6
|
}
|
|
7
|
-
function
|
|
7
|
+
function _class_call_check(instance, Constructor) {
|
|
8
8
|
if (!(instance instanceof Constructor)) {
|
|
9
9
|
throw new TypeError("Cannot call a class as a function");
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
|
-
function
|
|
13
|
-
|
|
12
|
+
function _define_property(obj, key, value) {
|
|
13
|
+
if (key in obj) {
|
|
14
|
+
Object.defineProperty(obj, key, {
|
|
15
|
+
value: value,
|
|
16
|
+
enumerable: true,
|
|
17
|
+
configurable: true,
|
|
18
|
+
writable: true
|
|
19
|
+
});
|
|
20
|
+
} else {
|
|
21
|
+
obj[key] = value;
|
|
22
|
+
}
|
|
23
|
+
return obj;
|
|
24
|
+
}
|
|
25
|
+
function _get_prototype_of(o) {
|
|
26
|
+
_get_prototype_of = Object.setPrototypeOf ? Object.getPrototypeOf : function getPrototypeOf(o) {
|
|
14
27
|
return o.__proto__ || Object.getPrototypeOf(o);
|
|
15
28
|
};
|
|
16
|
-
return
|
|
29
|
+
return _get_prototype_of(o);
|
|
17
30
|
}
|
|
18
31
|
function _inherits(subClass, superClass) {
|
|
19
32
|
if (typeof superClass !== "function" && superClass !== null) {
|
|
@@ -26,26 +39,26 @@ function _inherits(subClass, superClass) {
|
|
|
26
39
|
configurable: true
|
|
27
40
|
}
|
|
28
41
|
});
|
|
29
|
-
if (superClass)
|
|
42
|
+
if (superClass) _set_prototype_of(subClass, superClass);
|
|
30
43
|
}
|
|
31
|
-
function
|
|
32
|
-
if (call && (
|
|
44
|
+
function _possible_constructor_return(self, call) {
|
|
45
|
+
if (call && (_type_of(call) === "object" || typeof call === "function")) {
|
|
33
46
|
return call;
|
|
34
47
|
}
|
|
35
|
-
return
|
|
48
|
+
return _assert_this_initialized(self);
|
|
36
49
|
}
|
|
37
|
-
function
|
|
38
|
-
|
|
50
|
+
function _set_prototype_of(o, p) {
|
|
51
|
+
_set_prototype_of = Object.setPrototypeOf || function setPrototypeOf(o, p) {
|
|
39
52
|
o.__proto__ = p;
|
|
40
53
|
return o;
|
|
41
54
|
};
|
|
42
|
-
return
|
|
55
|
+
return _set_prototype_of(o, p);
|
|
43
56
|
}
|
|
44
|
-
|
|
57
|
+
function _type_of(obj) {
|
|
45
58
|
"@swc/helpers - typeof";
|
|
46
59
|
return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
|
|
47
|
-
}
|
|
48
|
-
function
|
|
60
|
+
}
|
|
61
|
+
function _is_native_reflect_construct() {
|
|
49
62
|
if (typeof Reflect === "undefined" || !Reflect.construct) return false;
|
|
50
63
|
if (Reflect.construct.sham) return false;
|
|
51
64
|
if (typeof Proxy === "function") return true;
|
|
@@ -56,17 +69,17 @@ function _isNativeReflectConstruct() {
|
|
|
56
69
|
return false;
|
|
57
70
|
}
|
|
58
71
|
}
|
|
59
|
-
function
|
|
60
|
-
var hasNativeReflectConstruct =
|
|
72
|
+
function _create_super(Derived) {
|
|
73
|
+
var hasNativeReflectConstruct = _is_native_reflect_construct();
|
|
61
74
|
return function _createSuperInternal() {
|
|
62
|
-
var Super =
|
|
75
|
+
var Super = _get_prototype_of(Derived), result;
|
|
63
76
|
if (hasNativeReflectConstruct) {
|
|
64
|
-
var NewTarget =
|
|
77
|
+
var NewTarget = _get_prototype_of(this).constructor;
|
|
65
78
|
result = Reflect.construct(Super, arguments, NewTarget);
|
|
66
79
|
} else {
|
|
67
80
|
result = Super.apply(this, arguments);
|
|
68
81
|
}
|
|
69
|
-
return
|
|
82
|
+
return _possible_constructor_return(this, result);
|
|
70
83
|
};
|
|
71
84
|
}
|
|
72
85
|
import DatePickerControl from "./designer";
|
|
@@ -76,12 +89,24 @@ import { LimitDate } from "../../framework";
|
|
|
76
89
|
var DatePickerProperty = /*#__PURE__*/ function(BaseControlProperty) {
|
|
77
90
|
"use strict";
|
|
78
91
|
_inherits(DatePickerProperty, BaseControlProperty);
|
|
79
|
-
var _super =
|
|
92
|
+
var _super = _create_super(DatePickerProperty);
|
|
80
93
|
function DatePickerProperty(props) {
|
|
81
|
-
|
|
94
|
+
_class_call_check(this, DatePickerProperty);
|
|
82
95
|
var _this;
|
|
83
96
|
var _props_limitDateList;
|
|
84
97
|
_this = _super.call(this, props);
|
|
98
|
+
_define_property(_assert_this_initialized(_this), "dateType", void 0 // 日期格式 date,datetime
|
|
99
|
+
);
|
|
100
|
+
_define_property(_assert_this_initialized(_this), "setValueType", void 0 // 日期默认值设置方式custom,now
|
|
101
|
+
);
|
|
102
|
+
_define_property(_assert_this_initialized(_this), "defaultValue", void 0);
|
|
103
|
+
_define_property(_assert_this_initialized(_this), "limitDateList", void 0);
|
|
104
|
+
// 时间限制范围
|
|
105
|
+
// public multiple: boolean // 允许选中多个日期
|
|
106
|
+
_define_property(_assert_this_initialized(_this), "allowDateRange", void 0 // 允许选中多个日期范围
|
|
107
|
+
);
|
|
108
|
+
_define_property(_assert_this_initialized(_this), "filterWeekend", void 0 // 是否过滤周末
|
|
109
|
+
);
|
|
85
110
|
var _props_dateType;
|
|
86
111
|
_this.dateType = (_props_dateType = props === null || props === void 0 ? void 0 : props.dateType) !== null && _props_dateType !== void 0 ? _props_dateType : DateType.DATE;
|
|
87
112
|
var _props_setValueType;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _assert_this_initialized(self) {
|
|
2
2
|
if (self === void 0) {
|
|
3
3
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
4
4
|
}
|
|
5
5
|
return self;
|
|
6
6
|
}
|
|
7
|
-
function
|
|
7
|
+
function _class_call_check(instance, Constructor) {
|
|
8
8
|
if (!(instance instanceof Constructor)) {
|
|
9
9
|
throw new TypeError("Cannot call a class as a function");
|
|
10
10
|
}
|
|
@@ -18,16 +18,29 @@ function _defineProperties(target, props) {
|
|
|
18
18
|
Object.defineProperty(target, descriptor.key, descriptor);
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
|
-
function
|
|
21
|
+
function _create_class(Constructor, protoProps, staticProps) {
|
|
22
22
|
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
|
23
23
|
if (staticProps) _defineProperties(Constructor, staticProps);
|
|
24
24
|
return Constructor;
|
|
25
25
|
}
|
|
26
|
-
function
|
|
27
|
-
|
|
26
|
+
function _define_property(obj, key, value) {
|
|
27
|
+
if (key in obj) {
|
|
28
|
+
Object.defineProperty(obj, key, {
|
|
29
|
+
value: value,
|
|
30
|
+
enumerable: true,
|
|
31
|
+
configurable: true,
|
|
32
|
+
writable: true
|
|
33
|
+
});
|
|
34
|
+
} else {
|
|
35
|
+
obj[key] = value;
|
|
36
|
+
}
|
|
37
|
+
return obj;
|
|
38
|
+
}
|
|
39
|
+
function _get_prototype_of(o) {
|
|
40
|
+
_get_prototype_of = Object.setPrototypeOf ? Object.getPrototypeOf : function getPrototypeOf(o) {
|
|
28
41
|
return o.__proto__ || Object.getPrototypeOf(o);
|
|
29
42
|
};
|
|
30
|
-
return
|
|
43
|
+
return _get_prototype_of(o);
|
|
31
44
|
}
|
|
32
45
|
function _inherits(subClass, superClass) {
|
|
33
46
|
if (typeof superClass !== "function" && superClass !== null) {
|
|
@@ -40,26 +53,26 @@ function _inherits(subClass, superClass) {
|
|
|
40
53
|
configurable: true
|
|
41
54
|
}
|
|
42
55
|
});
|
|
43
|
-
if (superClass)
|
|
56
|
+
if (superClass) _set_prototype_of(subClass, superClass);
|
|
44
57
|
}
|
|
45
|
-
function
|
|
46
|
-
if (call && (
|
|
58
|
+
function _possible_constructor_return(self, call) {
|
|
59
|
+
if (call && (_type_of(call) === "object" || typeof call === "function")) {
|
|
47
60
|
return call;
|
|
48
61
|
}
|
|
49
|
-
return
|
|
62
|
+
return _assert_this_initialized(self);
|
|
50
63
|
}
|
|
51
|
-
function
|
|
52
|
-
|
|
64
|
+
function _set_prototype_of(o, p) {
|
|
65
|
+
_set_prototype_of = Object.setPrototypeOf || function setPrototypeOf(o, p) {
|
|
53
66
|
o.__proto__ = p;
|
|
54
67
|
return o;
|
|
55
68
|
};
|
|
56
|
-
return
|
|
69
|
+
return _set_prototype_of(o, p);
|
|
57
70
|
}
|
|
58
|
-
|
|
71
|
+
function _type_of(obj) {
|
|
59
72
|
"@swc/helpers - typeof";
|
|
60
73
|
return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
|
|
61
|
-
}
|
|
62
|
-
function
|
|
74
|
+
}
|
|
75
|
+
function _is_native_reflect_construct() {
|
|
63
76
|
if (typeof Reflect === "undefined" || !Reflect.construct) return false;
|
|
64
77
|
if (Reflect.construct.sham) return false;
|
|
65
78
|
if (typeof Proxy === "function") return true;
|
|
@@ -70,17 +83,17 @@ function _isNativeReflectConstruct() {
|
|
|
70
83
|
return false;
|
|
71
84
|
}
|
|
72
85
|
}
|
|
73
|
-
function
|
|
74
|
-
var hasNativeReflectConstruct =
|
|
86
|
+
function _create_super(Derived) {
|
|
87
|
+
var hasNativeReflectConstruct = _is_native_reflect_construct();
|
|
75
88
|
return function _createSuperInternal() {
|
|
76
|
-
var Super =
|
|
89
|
+
var Super = _get_prototype_of(Derived), result;
|
|
77
90
|
if (hasNativeReflectConstruct) {
|
|
78
|
-
var NewTarget =
|
|
91
|
+
var NewTarget = _get_prototype_of(this).constructor;
|
|
79
92
|
result = Reflect.construct(Super, arguments, NewTarget);
|
|
80
93
|
} else {
|
|
81
94
|
result = Super.apply(this, arguments);
|
|
82
95
|
}
|
|
83
|
-
return
|
|
96
|
+
return _possible_constructor_return(this, result);
|
|
84
97
|
};
|
|
85
98
|
}
|
|
86
99
|
import { RuntimeFormControl } from "@byteluck-fe/model-driven-core";
|
|
@@ -89,15 +102,16 @@ import DatePickerProperty from "./property";
|
|
|
89
102
|
var DatePickerControl = /*#__PURE__*/ function(RuntimeFormControl) {
|
|
90
103
|
"use strict";
|
|
91
104
|
_inherits(DatePickerControl, RuntimeFormControl);
|
|
92
|
-
var _super =
|
|
105
|
+
var _super = _create_super(DatePickerControl);
|
|
93
106
|
function DatePickerControl(props) {
|
|
94
|
-
|
|
107
|
+
_class_call_check(this, DatePickerControl);
|
|
95
108
|
var _this;
|
|
96
109
|
_this = _super.call(this, props);
|
|
110
|
+
_define_property(_assert_this_initialized(_this), "props", void 0);
|
|
97
111
|
_this.props = new DatePickerProperty(props === null || props === void 0 ? void 0 : props.props);
|
|
98
112
|
return _this;
|
|
99
113
|
}
|
|
100
|
-
|
|
114
|
+
_create_class(DatePickerControl, null, [
|
|
101
115
|
{
|
|
102
116
|
key: "controlType",
|
|
103
117
|
get: function get() {
|
|
@@ -107,6 +121,6 @@ var DatePickerControl = /*#__PURE__*/ function(RuntimeFormControl) {
|
|
|
107
121
|
]);
|
|
108
122
|
return DatePickerControl;
|
|
109
123
|
}(RuntimeFormControl);
|
|
110
|
-
DatePickerControl
|
|
124
|
+
_define_property(DatePickerControl, "controlFieldType", FieldTypes.TIMESTAMP);
|
|
111
125
|
export default DatePickerControl;
|
|
112
126
|
export { DatePickerControl as RuntimeDatePickerControl };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _assert_this_initialized(self) {
|
|
2
2
|
if (self === void 0) {
|
|
3
3
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
4
4
|
}
|
|
5
5
|
return self;
|
|
6
6
|
}
|
|
7
|
-
function
|
|
7
|
+
function _class_call_check(instance, Constructor) {
|
|
8
8
|
if (!(instance instanceof Constructor)) {
|
|
9
9
|
throw new TypeError("Cannot call a class as a function");
|
|
10
10
|
}
|
|
@@ -18,32 +18,45 @@ function _defineProperties(target, props) {
|
|
|
18
18
|
Object.defineProperty(target, descriptor.key, descriptor);
|
|
19
19
|
}
|
|
20
20
|
}
|
|
21
|
-
function
|
|
21
|
+
function _create_class(Constructor, protoProps, staticProps) {
|
|
22
22
|
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
|
|
23
23
|
if (staticProps) _defineProperties(Constructor, staticProps);
|
|
24
24
|
return Constructor;
|
|
25
25
|
}
|
|
26
|
+
function _define_property(obj, key, value) {
|
|
27
|
+
if (key in obj) {
|
|
28
|
+
Object.defineProperty(obj, key, {
|
|
29
|
+
value: value,
|
|
30
|
+
enumerable: true,
|
|
31
|
+
configurable: true,
|
|
32
|
+
writable: true
|
|
33
|
+
});
|
|
34
|
+
} else {
|
|
35
|
+
obj[key] = value;
|
|
36
|
+
}
|
|
37
|
+
return obj;
|
|
38
|
+
}
|
|
26
39
|
function _get(target, property, receiver) {
|
|
27
40
|
if (typeof Reflect !== "undefined" && Reflect.get) {
|
|
28
41
|
_get = Reflect.get;
|
|
29
42
|
} else {
|
|
30
|
-
_get = function
|
|
31
|
-
var base =
|
|
43
|
+
_get = function get(target, property, receiver) {
|
|
44
|
+
var base = _super_prop_base(target, property);
|
|
32
45
|
if (!base) return;
|
|
33
46
|
var desc = Object.getOwnPropertyDescriptor(base, property);
|
|
34
47
|
if (desc.get) {
|
|
35
|
-
return desc.get.call(receiver);
|
|
48
|
+
return desc.get.call(receiver || target);
|
|
36
49
|
}
|
|
37
50
|
return desc.value;
|
|
38
51
|
};
|
|
39
52
|
}
|
|
40
53
|
return _get(target, property, receiver || target);
|
|
41
54
|
}
|
|
42
|
-
function
|
|
43
|
-
|
|
55
|
+
function _get_prototype_of(o) {
|
|
56
|
+
_get_prototype_of = Object.setPrototypeOf ? Object.getPrototypeOf : function getPrototypeOf(o) {
|
|
44
57
|
return o.__proto__ || Object.getPrototypeOf(o);
|
|
45
58
|
};
|
|
46
|
-
return
|
|
59
|
+
return _get_prototype_of(o);
|
|
47
60
|
}
|
|
48
61
|
function _inherits(subClass, superClass) {
|
|
49
62
|
if (typeof superClass !== "function" && superClass !== null) {
|
|
@@ -56,33 +69,33 @@ function _inherits(subClass, superClass) {
|
|
|
56
69
|
configurable: true
|
|
57
70
|
}
|
|
58
71
|
});
|
|
59
|
-
if (superClass)
|
|
72
|
+
if (superClass) _set_prototype_of(subClass, superClass);
|
|
60
73
|
}
|
|
61
|
-
function
|
|
62
|
-
if (call && (
|
|
74
|
+
function _possible_constructor_return(self, call) {
|
|
75
|
+
if (call && (_type_of(call) === "object" || typeof call === "function")) {
|
|
63
76
|
return call;
|
|
64
77
|
}
|
|
65
|
-
return
|
|
78
|
+
return _assert_this_initialized(self);
|
|
66
79
|
}
|
|
67
|
-
function
|
|
68
|
-
|
|
80
|
+
function _set_prototype_of(o, p) {
|
|
81
|
+
_set_prototype_of = Object.setPrototypeOf || function setPrototypeOf(o, p) {
|
|
69
82
|
o.__proto__ = p;
|
|
70
83
|
return o;
|
|
71
84
|
};
|
|
72
|
-
return
|
|
85
|
+
return _set_prototype_of(o, p);
|
|
73
86
|
}
|
|
74
|
-
function
|
|
87
|
+
function _super_prop_base(object, property) {
|
|
75
88
|
while(!Object.prototype.hasOwnProperty.call(object, property)){
|
|
76
|
-
object =
|
|
89
|
+
object = _get_prototype_of(object);
|
|
77
90
|
if (object === null) break;
|
|
78
91
|
}
|
|
79
92
|
return object;
|
|
80
93
|
}
|
|
81
|
-
|
|
94
|
+
function _type_of(obj) {
|
|
82
95
|
"@swc/helpers - typeof";
|
|
83
96
|
return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
|
|
84
|
-
}
|
|
85
|
-
function
|
|
97
|
+
}
|
|
98
|
+
function _is_native_reflect_construct() {
|
|
86
99
|
if (typeof Reflect === "undefined" || !Reflect.construct) return false;
|
|
87
100
|
if (Reflect.construct.sham) return false;
|
|
88
101
|
if (typeof Proxy === "function") return true;
|
|
@@ -93,17 +106,17 @@ function _isNativeReflectConstruct() {
|
|
|
93
106
|
return false;
|
|
94
107
|
}
|
|
95
108
|
}
|
|
96
|
-
function
|
|
97
|
-
var hasNativeReflectConstruct =
|
|
109
|
+
function _create_super(Derived) {
|
|
110
|
+
var hasNativeReflectConstruct = _is_native_reflect_construct();
|
|
98
111
|
return function _createSuperInternal() {
|
|
99
|
-
var Super =
|
|
112
|
+
var Super = _get_prototype_of(Derived), result;
|
|
100
113
|
if (hasNativeReflectConstruct) {
|
|
101
|
-
var NewTarget =
|
|
114
|
+
var NewTarget = _get_prototype_of(this).constructor;
|
|
102
115
|
result = Reflect.construct(Super, arguments, NewTarget);
|
|
103
116
|
} else {
|
|
104
117
|
result = Super.apply(this, arguments);
|
|
105
118
|
}
|
|
106
|
-
return
|
|
119
|
+
return _possible_constructor_return(this, result);
|
|
107
120
|
};
|
|
108
121
|
}
|
|
109
122
|
import { DesignerFormControl, COMMON_SETTING_TYPE } from "@byteluck-fe/model-driven-core";
|
|
@@ -112,24 +125,28 @@ import DateRangeProperty from "./property";
|
|
|
112
125
|
var DateRangeControl = /*#__PURE__*/ function(DesignerFormControl) {
|
|
113
126
|
"use strict";
|
|
114
127
|
_inherits(DateRangeControl, DesignerFormControl);
|
|
115
|
-
var _super =
|
|
128
|
+
var _super = _create_super(DateRangeControl);
|
|
116
129
|
function DateRangeControl(props) {
|
|
117
|
-
|
|
130
|
+
_class_call_check(this, DateRangeControl);
|
|
118
131
|
var _this;
|
|
119
132
|
_this = _super.call(this, props);
|
|
133
|
+
_define_property(_assert_this_initialized(_this), "props", void 0);
|
|
120
134
|
_this.props = new DateRangeProperty(props === null || props === void 0 ? void 0 : props.props);
|
|
121
135
|
return _this;
|
|
122
136
|
}
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
137
|
+
_create_class(DateRangeControl, [
|
|
138
|
+
{
|
|
139
|
+
key: "toDataBindModel",
|
|
140
|
+
value: function toDataBindModel(parentId) {
|
|
141
|
+
var dataBindModel = _get(_get_prototype_of(DateRangeControl.prototype), "toDataBindModel", this).call(this, parentId);
|
|
142
|
+
if (dataBindModel && !Array.isArray(dataBindModel)) {
|
|
143
|
+
var dateType = this.props.dateType;
|
|
144
|
+
dataBindModel.props.dateType = dateType;
|
|
145
|
+
}
|
|
146
|
+
return dataBindModel;
|
|
147
|
+
}
|
|
129
148
|
}
|
|
130
|
-
|
|
131
|
-
};
|
|
132
|
-
_createClass(DateRangeControl, null, [
|
|
149
|
+
], [
|
|
133
150
|
{
|
|
134
151
|
key: "controlName",
|
|
135
152
|
get: function get() {
|
|
@@ -151,8 +168,8 @@ var DateRangeControl = /*#__PURE__*/ function(DesignerFormControl) {
|
|
|
151
168
|
]);
|
|
152
169
|
return DateRangeControl;
|
|
153
170
|
}(DesignerFormControl);
|
|
154
|
-
DateRangeControl
|
|
155
|
-
DateRangeControl
|
|
171
|
+
_define_property(DateRangeControl, "controlFieldType", FieldTypes.TIMESCOPE);
|
|
172
|
+
_define_property(DateRangeControl, "setting", [
|
|
156
173
|
{
|
|
157
174
|
key: "data-bind-date-range",
|
|
158
175
|
visible: true
|
|
@@ -207,6 +224,6 @@ DateRangeControl.setting = [
|
|
|
207
224
|
key: "super-setting",
|
|
208
225
|
visible: true
|
|
209
226
|
}
|
|
210
|
-
];
|
|
227
|
+
]);
|
|
211
228
|
export default DateRangeControl;
|
|
212
229
|
export { DateRangeControl as DesignerDateRangeControl };
|
|
@@ -1,19 +1,32 @@
|
|
|
1
|
-
function
|
|
1
|
+
function _assert_this_initialized(self) {
|
|
2
2
|
if (self === void 0) {
|
|
3
3
|
throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
|
|
4
4
|
}
|
|
5
5
|
return self;
|
|
6
6
|
}
|
|
7
|
-
function
|
|
7
|
+
function _class_call_check(instance, Constructor) {
|
|
8
8
|
if (!(instance instanceof Constructor)) {
|
|
9
9
|
throw new TypeError("Cannot call a class as a function");
|
|
10
10
|
}
|
|
11
11
|
}
|
|
12
|
-
function
|
|
13
|
-
|
|
12
|
+
function _define_property(obj, key, value) {
|
|
13
|
+
if (key in obj) {
|
|
14
|
+
Object.defineProperty(obj, key, {
|
|
15
|
+
value: value,
|
|
16
|
+
enumerable: true,
|
|
17
|
+
configurable: true,
|
|
18
|
+
writable: true
|
|
19
|
+
});
|
|
20
|
+
} else {
|
|
21
|
+
obj[key] = value;
|
|
22
|
+
}
|
|
23
|
+
return obj;
|
|
24
|
+
}
|
|
25
|
+
function _get_prototype_of(o) {
|
|
26
|
+
_get_prototype_of = Object.setPrototypeOf ? Object.getPrototypeOf : function getPrototypeOf(o) {
|
|
14
27
|
return o.__proto__ || Object.getPrototypeOf(o);
|
|
15
28
|
};
|
|
16
|
-
return
|
|
29
|
+
return _get_prototype_of(o);
|
|
17
30
|
}
|
|
18
31
|
function _inherits(subClass, superClass) {
|
|
19
32
|
if (typeof superClass !== "function" && superClass !== null) {
|
|
@@ -26,26 +39,26 @@ function _inherits(subClass, superClass) {
|
|
|
26
39
|
configurable: true
|
|
27
40
|
}
|
|
28
41
|
});
|
|
29
|
-
if (superClass)
|
|
42
|
+
if (superClass) _set_prototype_of(subClass, superClass);
|
|
30
43
|
}
|
|
31
|
-
function
|
|
32
|
-
if (call && (
|
|
44
|
+
function _possible_constructor_return(self, call) {
|
|
45
|
+
if (call && (_type_of(call) === "object" || typeof call === "function")) {
|
|
33
46
|
return call;
|
|
34
47
|
}
|
|
35
|
-
return
|
|
48
|
+
return _assert_this_initialized(self);
|
|
36
49
|
}
|
|
37
|
-
function
|
|
38
|
-
|
|
50
|
+
function _set_prototype_of(o, p) {
|
|
51
|
+
_set_prototype_of = Object.setPrototypeOf || function setPrototypeOf(o, p) {
|
|
39
52
|
o.__proto__ = p;
|
|
40
53
|
return o;
|
|
41
54
|
};
|
|
42
|
-
return
|
|
55
|
+
return _set_prototype_of(o, p);
|
|
43
56
|
}
|
|
44
|
-
|
|
57
|
+
function _type_of(obj) {
|
|
45
58
|
"@swc/helpers - typeof";
|
|
46
59
|
return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
|
|
47
|
-
}
|
|
48
|
-
function
|
|
60
|
+
}
|
|
61
|
+
function _is_native_reflect_construct() {
|
|
49
62
|
if (typeof Reflect === "undefined" || !Reflect.construct) return false;
|
|
50
63
|
if (Reflect.construct.sham) return false;
|
|
51
64
|
if (typeof Proxy === "function") return true;
|
|
@@ -56,17 +69,17 @@ function _isNativeReflectConstruct() {
|
|
|
56
69
|
return false;
|
|
57
70
|
}
|
|
58
71
|
}
|
|
59
|
-
function
|
|
60
|
-
var hasNativeReflectConstruct =
|
|
72
|
+
function _create_super(Derived) {
|
|
73
|
+
var hasNativeReflectConstruct = _is_native_reflect_construct();
|
|
61
74
|
return function _createSuperInternal() {
|
|
62
|
-
var Super =
|
|
75
|
+
var Super = _get_prototype_of(Derived), result;
|
|
63
76
|
if (hasNativeReflectConstruct) {
|
|
64
|
-
var NewTarget =
|
|
77
|
+
var NewTarget = _get_prototype_of(this).constructor;
|
|
65
78
|
result = Reflect.construct(Super, arguments, NewTarget);
|
|
66
79
|
} else {
|
|
67
80
|
result = Super.apply(this, arguments);
|
|
68
81
|
}
|
|
69
|
-
return
|
|
82
|
+
return _possible_constructor_return(this, result);
|
|
70
83
|
};
|
|
71
84
|
}
|
|
72
85
|
import { BaseControlProperty, BaseControlPropertyRuntimeRules, RangeDataBind, RangeDateValue } from "@byteluck-fe/model-driven-core";
|
|
@@ -76,9 +89,9 @@ import { LimitDate } from "../../framework";
|
|
|
76
89
|
var DateRangePropertyRuntimeRules = /*#__PURE__*/ function(BaseControlPropertyRuntimeRules) {
|
|
77
90
|
"use strict";
|
|
78
91
|
_inherits(DateRangePropertyRuntimeRules, BaseControlPropertyRuntimeRules);
|
|
79
|
-
var _super =
|
|
92
|
+
var _super = _create_super(DateRangePropertyRuntimeRules);
|
|
80
93
|
function DateRangePropertyRuntimeRules(props) {
|
|
81
|
-
|
|
94
|
+
_class_call_check(this, DateRangePropertyRuntimeRules);
|
|
82
95
|
var _this;
|
|
83
96
|
_this = _super.call(this, props);
|
|
84
97
|
_this[0].type = "object";
|
|
@@ -106,12 +119,25 @@ var DateRangePropertyRuntimeRules = /*#__PURE__*/ function(BaseControlPropertyRu
|
|
|
106
119
|
var DateRangeProperty = /*#__PURE__*/ function(BaseControlProperty) {
|
|
107
120
|
"use strict";
|
|
108
121
|
_inherits(DateRangeProperty, BaseControlProperty);
|
|
109
|
-
var _super =
|
|
122
|
+
var _super = _create_super(DateRangeProperty);
|
|
110
123
|
function DateRangeProperty(props) {
|
|
111
|
-
|
|
124
|
+
_class_call_check(this, DateRangeProperty);
|
|
112
125
|
var _this;
|
|
113
126
|
var _props_limitDateList;
|
|
114
127
|
_this = _super.call(this, props);
|
|
128
|
+
_define_property(_assert_this_initialized(_this), "dataBind", void 0);
|
|
129
|
+
_define_property(_assert_this_initialized(_this), "rangeMin", void 0);
|
|
130
|
+
_define_property(_assert_this_initialized(_this), "rangeMax", void 0);
|
|
131
|
+
_define_property(_assert_this_initialized(_this), "placeholderStart", void 0 // 日期区间开始的提示文字
|
|
132
|
+
);
|
|
133
|
+
_define_property(_assert_this_initialized(_this), "placeholderEnd", void 0 // 日期区结束的提示文字
|
|
134
|
+
);
|
|
135
|
+
_define_property(_assert_this_initialized(_this), "dateType", void 0 // 日期格式 date,datetime
|
|
136
|
+
);
|
|
137
|
+
_define_property(_assert_this_initialized(_this), "setValueType", void 0 // 日期默认值设置方式custom,now
|
|
138
|
+
);
|
|
139
|
+
_define_property(_assert_this_initialized(_this), "defaultValue", void 0);
|
|
140
|
+
_define_property(_assert_this_initialized(_this), "limitDateList", void 0);
|
|
115
141
|
_this.dataBind = new RangeDataBind(props === null || props === void 0 ? void 0 : props.dataBind);
|
|
116
142
|
_this.defaultValue = new RangeDateValue(props === null || props === void 0 ? void 0 : props.defaultValue);
|
|
117
143
|
var _props_dateType;
|
|
@@ -136,6 +162,6 @@ var DateRangeProperty = /*#__PURE__*/ function(BaseControlProperty) {
|
|
|
136
162
|
}
|
|
137
163
|
return DateRangeProperty;
|
|
138
164
|
}(BaseControlProperty);
|
|
139
|
-
DateRangeProperty
|
|
165
|
+
_define_property(DateRangeProperty, "RuntimeRules", DateRangePropertyRuntimeRules);
|
|
140
166
|
export default DateRangeProperty;
|
|
141
167
|
export { DateRangeProperty, DateRangePropertyRuntimeRules };
|