@michalrakus/x-react-web-lib 1.8.0 → 1.9.0
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/README.md +3 -3
- package/gulpfile.js +82 -82
- package/lib/administration/XBrowseMetaBrowse.d.ts +2 -2
- package/lib/administration/XBrowseMetaBrowse.js +21 -21
- package/lib/administration/XBrowseMetaForm.d.ts +5 -5
- package/lib/administration/XBrowseMetaForm.js +63 -63
- package/lib/administration/XUserBrowse.d.ts +2 -2
- package/lib/administration/XUserBrowse.js +88 -87
- package/lib/administration/XUserForm.d.ts +9 -9
- package/lib/administration/XUserForm.js +195 -194
- package/lib/components/SearchTableParams.d.ts +11 -11
- package/lib/components/SearchTableParams.js +2 -2
- package/lib/components/SourceCodeLinkEntity.d.ts +4 -4
- package/lib/components/SourceCodeLinkEntity.js +14 -14
- package/lib/components/XAutoComplete.d.ts +36 -36
- package/lib/components/XAutoComplete.js +155 -155
- package/lib/components/XAutoCompleteBase.d.ts +45 -45
- package/lib/components/XAutoCompleteBase.js +371 -371
- package/lib/components/XAutoCompleteDT.d.ts +33 -33
- package/lib/components/XAutoCompleteDT.js +140 -140
- package/lib/components/XBrowse.d.ts +33 -33
- package/lib/components/XBrowse.js +360 -360
- package/lib/components/XButton.d.ts +9 -9
- package/lib/components/XButton.js +13 -13
- package/lib/components/XButtonIconMedium.d.ts +9 -9
- package/lib/components/XButtonIconMedium.js +13 -13
- package/lib/components/XButtonIconNarrow.d.ts +10 -10
- package/lib/components/XButtonIconNarrow.js +25 -25
- package/lib/components/XButtonIconSmall.d.ts +9 -9
- package/lib/components/XButtonIconSmall.js +13 -13
- package/lib/components/XCalendar.d.ts +8 -8
- package/lib/components/XCalendar.js +27 -27
- package/lib/components/XChangePasswordForm.d.ts +5 -5
- package/lib/components/XChangePasswordForm.js +160 -160
- package/lib/components/XCheckbox.d.ts +8 -8
- package/lib/components/XCheckbox.js +57 -57
- package/lib/components/XCheckboxDT.d.ts +10 -10
- package/lib/components/XCheckboxDT.js +46 -46
- package/lib/components/XDataTable.d.ts +11 -11
- package/lib/components/XDataTable.js +197 -197
- package/lib/components/XDropdown.d.ts +18 -18
- package/lib/components/XDropdown.js +57 -57
- package/lib/components/XDropdownDT.d.ts +13 -13
- package/lib/components/XDropdownDT.js +128 -128
- package/lib/components/XDropdownDTFilter.d.ts +7 -7
- package/lib/components/XDropdownDTFilter.js +121 -121
- package/lib/components/XDropdownForEntity.d.ts +25 -25
- package/lib/components/XDropdownForEntity.js +149 -149
- package/lib/components/XDropdownFormDTFilter.d.ts +7 -7
- package/lib/components/XDropdownFormDTFilter.js +121 -121
- package/lib/components/XEditColumnDialog.d.ts +13 -13
- package/lib/components/XEditColumnDialog.js +112 -112
- package/lib/components/XEnvVars.d.ts +15 -12
- package/lib/components/XEnvVars.js +23 -20
- package/lib/components/XErrors.d.ts +12 -12
- package/lib/components/XErrors.js +2 -2
- package/lib/components/XExportRowsDialog.d.ts +15 -15
- package/lib/components/XExportRowsDialog.js +184 -184
- package/lib/components/XFieldChangeEvent.d.ts +11 -11
- package/lib/components/XFieldChangeEvent.js +2 -2
- package/lib/components/XFieldSelector.d.ts +7 -7
- package/lib/components/XFieldSelector.js +113 -113
- package/lib/components/XFormBase.d.ts +59 -59
- package/lib/components/XFormBase.js +526 -526
- package/lib/components/XFormBaseModif.d.ts +5 -5
- package/lib/components/XFormBaseModif.js +33 -33
- package/lib/components/XFormBaseT.d.ts +4 -4
- package/lib/components/XFormBaseT.js +31 -31
- package/lib/components/XFormComponent.d.ts +40 -40
- package/lib/components/XFormComponent.js +177 -177
- package/lib/components/XFormComponentDT.d.ts +30 -30
- package/lib/components/XFormComponentDT.js +145 -145
- package/lib/components/XFormDataTable2.d.ts +143 -143
- package/lib/components/XFormDataTable2.js +686 -686
- package/lib/components/XFormFooter.d.ts +6 -6
- package/lib/components/XFormFooter.js +19 -19
- package/lib/components/XFormNavigator3.d.ts +12 -12
- package/lib/components/XFormNavigator3.js +130 -130
- package/lib/components/XHolders.d.ts +7 -7
- package/lib/components/XHolders.js +15 -15
- package/lib/components/XInput.d.ts +13 -13
- package/lib/components/XInput.js +38 -38
- package/lib/components/XInputDT.d.ts +11 -11
- package/lib/components/XInputDT.js +37 -37
- package/lib/components/XInputDate.d.ts +13 -13
- package/lib/components/XInputDate.js +63 -63
- package/lib/components/XInputDateDT.d.ts +10 -10
- package/lib/components/XInputDateDT.js +55 -55
- package/lib/components/XInputDecimal.d.ts +15 -15
- package/lib/components/XInputDecimal.js +78 -78
- package/lib/components/XInputDecimalBase.d.ts +12 -12
- package/lib/components/XInputDecimalBase.js +18 -18
- package/lib/components/XInputDecimalDT.d.ts +11 -11
- package/lib/components/XInputDecimalDT.js +74 -74
- package/lib/components/XInputFileList.d.ts +36 -36
- package/lib/components/XInputFileList.js +251 -251
- package/lib/components/XInputText.d.ts +12 -12
- package/lib/components/XInputText.js +69 -69
- package/lib/components/XInputTextDT.d.ts +9 -9
- package/lib/components/XInputTextDT.js +42 -42
- package/lib/components/XInputTextarea.d.ts +18 -18
- package/lib/components/XInputTextarea.js +85 -85
- package/lib/components/XLazyDataTable.d.ts +78 -78
- package/lib/components/XLazyDataTable.js +885 -885
- package/lib/components/XLocale.d.ts +26 -26
- package/lib/components/XLocale.js +59 -59
- package/lib/components/XLoginDialog.d.ts +8 -8
- package/lib/components/XLoginDialog.js +21 -21
- package/lib/components/XLoginForm.d.ts +7 -7
- package/lib/components/XLoginForm.js +128 -128
- package/lib/components/XObject.d.ts +3 -3
- package/lib/components/XObject.js +2 -2
- package/lib/components/XResponseError.d.ts +11 -11
- package/lib/components/XResponseError.js +32 -32
- package/lib/components/XSearchButton.d.ts +26 -26
- package/lib/components/XSearchButton.js +225 -225
- package/lib/components/XSearchButtonDT.d.ts +12 -12
- package/lib/components/XSearchButtonDT.js +188 -188
- package/lib/components/XSearchButtonOld.d.ts +13 -13
- package/lib/components/XSearchButtonOld.js +212 -212
- package/lib/components/XToOneAssocButton.d.ts +8 -8
- package/lib/components/XToOneAssocButton.js +30 -30
- package/lib/components/XToken.d.ts +6 -6
- package/lib/components/XToken.js +2 -2
- package/lib/components/XUtils.d.ts +74 -74
- package/lib/components/XUtils.js +627 -627
- package/lib/components/XUtilsConversions.d.ts +12 -12
- package/lib/components/XUtilsConversions.js +125 -125
- package/lib/components/XUtilsMetadata.d.ts +39 -39
- package/lib/components/XUtilsMetadata.js +452 -452
- package/lib/components/locale/x-en.json +26 -26
- package/lib/components/useXToken.d.ts +2 -2
- package/lib/components/useXToken.js +44 -44
- package/lib/serverApi/ExportImportParam.d.ts +51 -51
- package/lib/serverApi/ExportImportParam.js +34 -34
- package/lib/serverApi/FindParam.d.ts +34 -34
- package/lib/serverApi/FindParam.js +30 -30
- package/lib/serverApi/FindResult.d.ts +8 -8
- package/lib/serverApi/FindResult.js +2 -2
- package/lib/serverApi/XBrowseMetadata.d.ts +19 -19
- package/lib/serverApi/XBrowseMetadata.js +2 -2
- package/lib/serverApi/XEntityMetadata.d.ts +35 -35
- package/lib/serverApi/XEntityMetadata.js +2 -2
- package/lib/serverApi/XFileJsonField.d.ts +6 -6
- package/lib/serverApi/XFileJsonField.js +2 -2
- package/lib/serverApi/XUser.d.ts +8 -7
- package/lib/serverApi/XUser.js +2 -2
- package/lib/serverApi/XUserAuthenticationIfc.d.ts +9 -9
- package/lib/serverApi/XUserAuthenticationIfc.js +2 -2
- package/lib/serverApi/XUtilsCommon.d.ts +13 -13
- package/lib/serverApi/XUtilsCommon.js +110 -110
- package/package.json +1 -1
|
@@ -1,69 +1,69 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __extends = (this && this.__extends) || (function () {
|
|
3
|
-
var extendStatics = function (d, b) {
|
|
4
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
-
return extendStatics(d, b);
|
|
8
|
-
};
|
|
9
|
-
return function (d, b) {
|
|
10
|
-
if (typeof b !== "function" && b !== null)
|
|
11
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
-
extendStatics(d, b);
|
|
13
|
-
function __() { this.constructor = d; }
|
|
14
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
-
};
|
|
16
|
-
})();
|
|
17
|
-
var __assign = (this && this.__assign) || function () {
|
|
18
|
-
__assign = Object.assign || function(t) {
|
|
19
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
20
|
-
s = arguments[i];
|
|
21
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
22
|
-
t[p] = s[p];
|
|
23
|
-
}
|
|
24
|
-
return t;
|
|
25
|
-
};
|
|
26
|
-
return __assign.apply(this, arguments);
|
|
27
|
-
};
|
|
28
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
30
|
-
};
|
|
31
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32
|
-
exports.XInputText = void 0;
|
|
33
|
-
var react_1 = __importDefault(require("react"));
|
|
34
|
-
var XUtilsConversions_1 = require("./XUtilsConversions");
|
|
35
|
-
var inputtext_1 = require("primereact/inputtext");
|
|
36
|
-
var XInput_1 = require("./XInput");
|
|
37
|
-
var XInputText = /** @class */ (function (_super) {
|
|
38
|
-
__extends(XInputText, _super);
|
|
39
|
-
function XInputText(props) {
|
|
40
|
-
var _this = _super.call(this, props) || this;
|
|
41
|
-
_this.onValueChange = _this.onValueChange.bind(_this);
|
|
42
|
-
_this.onBlur = _this.onBlur.bind(_this);
|
|
43
|
-
return _this;
|
|
44
|
-
}
|
|
45
|
-
XInputText.prototype.getValue = function () {
|
|
46
|
-
// konvertovat null hodnotu na "" (vo funkcii stringAsUI) je dolezite aby sa prejavila zmena na null v modeli
|
|
47
|
-
var value = this.getValueFromObject();
|
|
48
|
-
return (0, XUtilsConversions_1.stringAsUI)(value);
|
|
49
|
-
};
|
|
50
|
-
XInputText.prototype.onValueChange = function (e) {
|
|
51
|
-
var value = (0, XUtilsConversions_1.stringFromUI)(e.target.value);
|
|
52
|
-
this.onValueChangeBase(value);
|
|
53
|
-
};
|
|
54
|
-
// nedame do onChange inputu, lebo by sa nas onChange volal po kazdej zmene pismenka
|
|
55
|
-
// ak bude treba, mozme este dorobit metodu "onChange2", ktora sa bude volat po kazdej zmene pismenka (asi iba do XInputText)
|
|
56
|
-
XInputText.prototype.onBlur = function (e) {
|
|
57
|
-
this.callOnChangeFromOnBlur();
|
|
58
|
-
};
|
|
59
|
-
XInputText.prototype.render = function () {
|
|
60
|
-
var _a;
|
|
61
|
-
var size = (_a = this.props.size) !== null && _a !== void 0 ? _a : this.xField.length;
|
|
62
|
-
// note: style overrides size (width of the input according to character count)
|
|
63
|
-
return (react_1.default.createElement("div", { className: "field grid" },
|
|
64
|
-
react_1.default.createElement("label", { htmlFor: this.props.field, className: "col-fixed", style: this.getLabelStyle() }, this.getLabel()),
|
|
65
|
-
react_1.default.createElement(inputtext_1.InputText, __assign({ id: this.props.field, value: this.getValue(), onChange: this.onValueChange, readOnly: this.isReadOnly(), maxLength: this.xField.length, size: size, style: this.props.inputStyle }, this.getClassNameTooltip(), { onBlur: this.onBlur }))));
|
|
66
|
-
};
|
|
67
|
-
return XInputText;
|
|
68
|
-
}(XInput_1.XInput));
|
|
69
|
-
exports.XInputText = XInputText;
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
var __assign = (this && this.__assign) || function () {
|
|
18
|
+
__assign = Object.assign || function(t) {
|
|
19
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
20
|
+
s = arguments[i];
|
|
21
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
22
|
+
t[p] = s[p];
|
|
23
|
+
}
|
|
24
|
+
return t;
|
|
25
|
+
};
|
|
26
|
+
return __assign.apply(this, arguments);
|
|
27
|
+
};
|
|
28
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
30
|
+
};
|
|
31
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32
|
+
exports.XInputText = void 0;
|
|
33
|
+
var react_1 = __importDefault(require("react"));
|
|
34
|
+
var XUtilsConversions_1 = require("./XUtilsConversions");
|
|
35
|
+
var inputtext_1 = require("primereact/inputtext");
|
|
36
|
+
var XInput_1 = require("./XInput");
|
|
37
|
+
var XInputText = /** @class */ (function (_super) {
|
|
38
|
+
__extends(XInputText, _super);
|
|
39
|
+
function XInputText(props) {
|
|
40
|
+
var _this = _super.call(this, props) || this;
|
|
41
|
+
_this.onValueChange = _this.onValueChange.bind(_this);
|
|
42
|
+
_this.onBlur = _this.onBlur.bind(_this);
|
|
43
|
+
return _this;
|
|
44
|
+
}
|
|
45
|
+
XInputText.prototype.getValue = function () {
|
|
46
|
+
// konvertovat null hodnotu na "" (vo funkcii stringAsUI) je dolezite aby sa prejavila zmena na null v modeli
|
|
47
|
+
var value = this.getValueFromObject();
|
|
48
|
+
return (0, XUtilsConversions_1.stringAsUI)(value);
|
|
49
|
+
};
|
|
50
|
+
XInputText.prototype.onValueChange = function (e) {
|
|
51
|
+
var value = (0, XUtilsConversions_1.stringFromUI)(e.target.value);
|
|
52
|
+
this.onValueChangeBase(value);
|
|
53
|
+
};
|
|
54
|
+
// nedame do onChange inputu, lebo by sa nas onChange volal po kazdej zmene pismenka
|
|
55
|
+
// ak bude treba, mozme este dorobit metodu "onChange2", ktora sa bude volat po kazdej zmene pismenka (asi iba do XInputText)
|
|
56
|
+
XInputText.prototype.onBlur = function (e) {
|
|
57
|
+
this.callOnChangeFromOnBlur();
|
|
58
|
+
};
|
|
59
|
+
XInputText.prototype.render = function () {
|
|
60
|
+
var _a;
|
|
61
|
+
var size = (_a = this.props.size) !== null && _a !== void 0 ? _a : this.xField.length;
|
|
62
|
+
// note: style overrides size (width of the input according to character count)
|
|
63
|
+
return (react_1.default.createElement("div", { className: "field grid" },
|
|
64
|
+
react_1.default.createElement("label", { htmlFor: this.props.field, className: "col-fixed", style: this.getLabelStyle() }, this.getLabel()),
|
|
65
|
+
react_1.default.createElement(inputtext_1.InputText, __assign({ id: this.props.field, value: this.getValue(), onChange: this.onValueChange, readOnly: this.isReadOnly(), maxLength: this.xField.length, size: size, style: this.props.inputStyle }, this.getClassNameTooltip(), { onBlur: this.onBlur }))));
|
|
66
|
+
};
|
|
67
|
+
return XInputText;
|
|
68
|
+
}(XInput_1.XInput));
|
|
69
|
+
exports.XInputText = XInputText;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { XFormBase } from "./XFormBase";
|
|
3
|
-
export declare const XInputTextDT: (props: {
|
|
4
|
-
form: XFormBase;
|
|
5
|
-
entity: string;
|
|
6
|
-
field: string;
|
|
7
|
-
rowData: any;
|
|
8
|
-
readOnly?: boolean | undefined;
|
|
9
|
-
}) => JSX.Element;
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { XFormBase } from "./XFormBase";
|
|
3
|
+
export declare const XInputTextDT: (props: {
|
|
4
|
+
form: XFormBase;
|
|
5
|
+
entity: string;
|
|
6
|
+
field: string;
|
|
7
|
+
rowData: any;
|
|
8
|
+
readOnly?: boolean | undefined;
|
|
9
|
+
}) => JSX.Element;
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.XInputTextDT = void 0;
|
|
7
|
-
var react_1 = __importDefault(require("react"));
|
|
8
|
-
var inputtext_1 = require("primereact/inputtext");
|
|
9
|
-
var XUtilsConversions_1 = require("./XUtilsConversions");
|
|
10
|
-
var XUtilsMetadata_1 = require("./XUtilsMetadata");
|
|
11
|
-
var XUtilsCommon_1 = require("../serverApi/XUtilsCommon");
|
|
12
|
-
var XInputTextDT = function (props) {
|
|
13
|
-
var xField = XUtilsMetadata_1.XUtilsMetadata.getXFieldByPathStr(props.entity, props.field);
|
|
14
|
-
// ak mame path, field je vzdy readOnly
|
|
15
|
-
var readOnly;
|
|
16
|
-
var posDot = props.field.indexOf(".");
|
|
17
|
-
if (posDot !== -1) {
|
|
18
|
-
readOnly = true;
|
|
19
|
-
}
|
|
20
|
-
else {
|
|
21
|
-
readOnly = props.readOnly !== undefined ? props.readOnly : false;
|
|
22
|
-
}
|
|
23
|
-
var onValueChange = function (field, rowData, newValue) {
|
|
24
|
-
// zmenime hodnotu v modeli (odtial sa hodnota cita)
|
|
25
|
-
rowData[field] = (0, XUtilsConversions_1.stringFromUI)(newValue);
|
|
26
|
-
// kedze "rowData" je sucastou "props.form.state.object", tak nam staci zavolat setState({object: object}), aby sa zmena prejavila
|
|
27
|
-
props.form.onObjectDataChange();
|
|
28
|
-
};
|
|
29
|
-
var fieldValue = "";
|
|
30
|
-
// test na undefined je tu koli insertu noveho riadku
|
|
31
|
-
if (props.rowData !== undefined && props.rowData !== null) {
|
|
32
|
-
var rowDataValue = XUtilsCommon_1.XUtilsCommon.getValueByPath(props.rowData, props.field);
|
|
33
|
-
// pri inserte noveho riadku su (zatial) vsetky fieldy undefined, dame na null, null je standard
|
|
34
|
-
if (rowDataValue === undefined) {
|
|
35
|
-
rowDataValue = null;
|
|
36
|
-
}
|
|
37
|
-
// konvertovat null hodnotu na "" (vo funkcii stringAsUI) je dolezite aby sa prejavila zmena na null v modeli (a tiez aby korektne pridal novy riadok)
|
|
38
|
-
fieldValue = (0, XUtilsConversions_1.stringAsUI)(rowDataValue);
|
|
39
|
-
}
|
|
40
|
-
return (react_1.default.createElement(inputtext_1.InputText, { id: props.field, value: fieldValue, onChange: function (e) { return onValueChange(props.field, props.rowData, e.target.value); }, readOnly: readOnly, maxLength: xField.length, className: "x-input-to-resize" }));
|
|
41
|
-
};
|
|
42
|
-
exports.XInputTextDT = XInputTextDT;
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.XInputTextDT = void 0;
|
|
7
|
+
var react_1 = __importDefault(require("react"));
|
|
8
|
+
var inputtext_1 = require("primereact/inputtext");
|
|
9
|
+
var XUtilsConversions_1 = require("./XUtilsConversions");
|
|
10
|
+
var XUtilsMetadata_1 = require("./XUtilsMetadata");
|
|
11
|
+
var XUtilsCommon_1 = require("../serverApi/XUtilsCommon");
|
|
12
|
+
var XInputTextDT = function (props) {
|
|
13
|
+
var xField = XUtilsMetadata_1.XUtilsMetadata.getXFieldByPathStr(props.entity, props.field);
|
|
14
|
+
// ak mame path, field je vzdy readOnly
|
|
15
|
+
var readOnly;
|
|
16
|
+
var posDot = props.field.indexOf(".");
|
|
17
|
+
if (posDot !== -1) {
|
|
18
|
+
readOnly = true;
|
|
19
|
+
}
|
|
20
|
+
else {
|
|
21
|
+
readOnly = props.readOnly !== undefined ? props.readOnly : false;
|
|
22
|
+
}
|
|
23
|
+
var onValueChange = function (field, rowData, newValue) {
|
|
24
|
+
// zmenime hodnotu v modeli (odtial sa hodnota cita)
|
|
25
|
+
rowData[field] = (0, XUtilsConversions_1.stringFromUI)(newValue);
|
|
26
|
+
// kedze "rowData" je sucastou "props.form.state.object", tak nam staci zavolat setState({object: object}), aby sa zmena prejavila
|
|
27
|
+
props.form.onObjectDataChange();
|
|
28
|
+
};
|
|
29
|
+
var fieldValue = "";
|
|
30
|
+
// test na undefined je tu koli insertu noveho riadku
|
|
31
|
+
if (props.rowData !== undefined && props.rowData !== null) {
|
|
32
|
+
var rowDataValue = XUtilsCommon_1.XUtilsCommon.getValueByPath(props.rowData, props.field);
|
|
33
|
+
// pri inserte noveho riadku su (zatial) vsetky fieldy undefined, dame na null, null je standard
|
|
34
|
+
if (rowDataValue === undefined) {
|
|
35
|
+
rowDataValue = null;
|
|
36
|
+
}
|
|
37
|
+
// konvertovat null hodnotu na "" (vo funkcii stringAsUI) je dolezite aby sa prejavila zmena na null v modeli (a tiez aby korektne pridal novy riadok)
|
|
38
|
+
fieldValue = (0, XUtilsConversions_1.stringAsUI)(rowDataValue);
|
|
39
|
+
}
|
|
40
|
+
return (react_1.default.createElement(inputtext_1.InputText, { id: props.field, value: fieldValue, onChange: function (e) { return onValueChange(props.field, props.rowData, e.target.value); }, readOnly: readOnly, maxLength: xField.length, className: "x-input-to-resize" }));
|
|
41
|
+
};
|
|
42
|
+
exports.XInputTextDT = XInputTextDT;
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
import { XInput, XInputProps } from "./XInput";
|
|
3
|
-
export interface XInputTextareaProps extends XInputProps<string> {
|
|
4
|
-
rows: number;
|
|
5
|
-
cols?: number | "full";
|
|
6
|
-
labelOnTop?: boolean;
|
|
7
|
-
}
|
|
8
|
-
export declare class XInputTextarea extends XInput<string, XInputTextareaProps> {
|
|
9
|
-
static defaultProps: {
|
|
10
|
-
cols: string;
|
|
11
|
-
labelOnTop: boolean;
|
|
12
|
-
};
|
|
13
|
-
constructor(props: XInputTextareaProps);
|
|
14
|
-
getValue(): string;
|
|
15
|
-
onValueChange(e: any): void;
|
|
16
|
-
getLabelStyle(): React.CSSProperties;
|
|
17
|
-
render(): JSX.Element;
|
|
18
|
-
}
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { XInput, XInputProps } from "./XInput";
|
|
3
|
+
export interface XInputTextareaProps extends XInputProps<string> {
|
|
4
|
+
rows: number;
|
|
5
|
+
cols?: number | "full";
|
|
6
|
+
labelOnTop?: boolean;
|
|
7
|
+
}
|
|
8
|
+
export declare class XInputTextarea extends XInput<string, XInputTextareaProps> {
|
|
9
|
+
static defaultProps: {
|
|
10
|
+
cols: string;
|
|
11
|
+
labelOnTop: boolean;
|
|
12
|
+
};
|
|
13
|
+
constructor(props: XInputTextareaProps);
|
|
14
|
+
getValue(): string;
|
|
15
|
+
onValueChange(e: any): void;
|
|
16
|
+
getLabelStyle(): React.CSSProperties;
|
|
17
|
+
render(): JSX.Element;
|
|
18
|
+
}
|
|
@@ -1,85 +1,85 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __extends = (this && this.__extends) || (function () {
|
|
3
|
-
var extendStatics = function (d, b) {
|
|
4
|
-
extendStatics = Object.setPrototypeOf ||
|
|
5
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
-
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
-
return extendStatics(d, b);
|
|
8
|
-
};
|
|
9
|
-
return function (d, b) {
|
|
10
|
-
if (typeof b !== "function" && b !== null)
|
|
11
|
-
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
-
extendStatics(d, b);
|
|
13
|
-
function __() { this.constructor = d; }
|
|
14
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
-
};
|
|
16
|
-
})();
|
|
17
|
-
var __assign = (this && this.__assign) || function () {
|
|
18
|
-
__assign = Object.assign || function(t) {
|
|
19
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
20
|
-
s = arguments[i];
|
|
21
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
22
|
-
t[p] = s[p];
|
|
23
|
-
}
|
|
24
|
-
return t;
|
|
25
|
-
};
|
|
26
|
-
return __assign.apply(this, arguments);
|
|
27
|
-
};
|
|
28
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
30
|
-
};
|
|
31
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32
|
-
exports.XInputTextarea = void 0;
|
|
33
|
-
var react_1 = __importDefault(require("react"));
|
|
34
|
-
var XUtilsConversions_1 = require("./XUtilsConversions");
|
|
35
|
-
var XInput_1 = require("./XInput");
|
|
36
|
-
var inputtextarea_1 = require("primereact/inputtextarea");
|
|
37
|
-
var XUtils_1 = require("./XUtils");
|
|
38
|
-
var XInputTextarea = /** @class */ (function (_super) {
|
|
39
|
-
__extends(XInputTextarea, _super);
|
|
40
|
-
function XInputTextarea(props) {
|
|
41
|
-
var _this = _super.call(this, props) || this;
|
|
42
|
-
_this.onValueChange = _this.onValueChange.bind(_this);
|
|
43
|
-
return _this;
|
|
44
|
-
}
|
|
45
|
-
XInputTextarea.prototype.getValue = function () {
|
|
46
|
-
// konvertovat null hodnotu na "" (vo funkcii stringAsUI) je dolezite aby sa prejavila zmena na null v modeli
|
|
47
|
-
var value = this.getValueFromObject();
|
|
48
|
-
return (0, XUtilsConversions_1.stringAsUI)(value);
|
|
49
|
-
};
|
|
50
|
-
XInputTextarea.prototype.onValueChange = function (e) {
|
|
51
|
-
var value = (0, XUtilsConversions_1.stringFromUI)(e.target.value);
|
|
52
|
-
this.onValueChangeBase(value);
|
|
53
|
-
};
|
|
54
|
-
XInputTextarea.prototype.getLabelStyle = function () {
|
|
55
|
-
var _a;
|
|
56
|
-
return this.props.labelOnTop ? ((_a = this.props.labelStyle) !== null && _a !== void 0 ? _a : {}) : _super.prototype.getLabelStyle.call(this);
|
|
57
|
-
};
|
|
58
|
-
XInputTextarea.prototype.render = function () {
|
|
59
|
-
var _a;
|
|
60
|
-
var inputStyle = (_a = this.props.inputStyle) !== null && _a !== void 0 ? _a : {};
|
|
61
|
-
var cols;
|
|
62
|
-
if (this.props.cols === "full") {
|
|
63
|
-
cols = undefined;
|
|
64
|
-
// pridame width:100%
|
|
65
|
-
// ak nemame labelOnTop=true, musime odratat sirku labelu, inac sa label dostane nad input (koli flex-wrap: wrap)
|
|
66
|
-
var widthValue = this.props.labelOnTop ? '100%' : "calc(100% - ".concat(XUtils_1.XUtils.FIELD_LABEL_WIDTH, ")");
|
|
67
|
-
XUtils_1.XUtils.addCssPropIfNotExists(inputStyle, { width: widthValue });
|
|
68
|
-
}
|
|
69
|
-
else {
|
|
70
|
-
// TODO - nastavenie cols nefunguje ak labelOnTop=true - vtedy je input roztiahnuty na 100%
|
|
71
|
-
// roztiahnutie na 100% sposobuje .x-inputtextarea-label-on-top {flex-direction: column;}
|
|
72
|
-
// aj tak sa asi vzdy bude pouzivat "full"
|
|
73
|
-
cols = this.props.cols;
|
|
74
|
-
}
|
|
75
|
-
return (react_1.default.createElement("div", { className: !this.props.labelOnTop ? 'field grid' : 'field grid x-inputtextarea-label-on-top' },
|
|
76
|
-
react_1.default.createElement("label", { htmlFor: this.props.field, className: !this.props.labelOnTop ? 'col-fixed' : undefined, style: this.getLabelStyle() }, this.getLabel()),
|
|
77
|
-
react_1.default.createElement(inputtextarea_1.InputTextarea, __assign({ id: this.props.field, value: this.getValue(), onChange: this.onValueChange, readOnly: this.isReadOnly(), maxLength: this.xField.length, style: inputStyle, rows: this.props.rows, cols: cols }, this.getClassNameTooltip()))));
|
|
78
|
-
};
|
|
79
|
-
XInputTextarea.defaultProps = {
|
|
80
|
-
cols: "full",
|
|
81
|
-
labelOnTop: false
|
|
82
|
-
};
|
|
83
|
-
return XInputTextarea;
|
|
84
|
-
}(XInput_1.XInput));
|
|
85
|
-
exports.XInputTextarea = XInputTextarea;
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
var __assign = (this && this.__assign) || function () {
|
|
18
|
+
__assign = Object.assign || function(t) {
|
|
19
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
20
|
+
s = arguments[i];
|
|
21
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
22
|
+
t[p] = s[p];
|
|
23
|
+
}
|
|
24
|
+
return t;
|
|
25
|
+
};
|
|
26
|
+
return __assign.apply(this, arguments);
|
|
27
|
+
};
|
|
28
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
29
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
30
|
+
};
|
|
31
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
32
|
+
exports.XInputTextarea = void 0;
|
|
33
|
+
var react_1 = __importDefault(require("react"));
|
|
34
|
+
var XUtilsConversions_1 = require("./XUtilsConversions");
|
|
35
|
+
var XInput_1 = require("./XInput");
|
|
36
|
+
var inputtextarea_1 = require("primereact/inputtextarea");
|
|
37
|
+
var XUtils_1 = require("./XUtils");
|
|
38
|
+
var XInputTextarea = /** @class */ (function (_super) {
|
|
39
|
+
__extends(XInputTextarea, _super);
|
|
40
|
+
function XInputTextarea(props) {
|
|
41
|
+
var _this = _super.call(this, props) || this;
|
|
42
|
+
_this.onValueChange = _this.onValueChange.bind(_this);
|
|
43
|
+
return _this;
|
|
44
|
+
}
|
|
45
|
+
XInputTextarea.prototype.getValue = function () {
|
|
46
|
+
// konvertovat null hodnotu na "" (vo funkcii stringAsUI) je dolezite aby sa prejavila zmena na null v modeli
|
|
47
|
+
var value = this.getValueFromObject();
|
|
48
|
+
return (0, XUtilsConversions_1.stringAsUI)(value);
|
|
49
|
+
};
|
|
50
|
+
XInputTextarea.prototype.onValueChange = function (e) {
|
|
51
|
+
var value = (0, XUtilsConversions_1.stringFromUI)(e.target.value);
|
|
52
|
+
this.onValueChangeBase(value);
|
|
53
|
+
};
|
|
54
|
+
XInputTextarea.prototype.getLabelStyle = function () {
|
|
55
|
+
var _a;
|
|
56
|
+
return this.props.labelOnTop ? ((_a = this.props.labelStyle) !== null && _a !== void 0 ? _a : {}) : _super.prototype.getLabelStyle.call(this);
|
|
57
|
+
};
|
|
58
|
+
XInputTextarea.prototype.render = function () {
|
|
59
|
+
var _a;
|
|
60
|
+
var inputStyle = (_a = this.props.inputStyle) !== null && _a !== void 0 ? _a : {};
|
|
61
|
+
var cols;
|
|
62
|
+
if (this.props.cols === "full") {
|
|
63
|
+
cols = undefined;
|
|
64
|
+
// pridame width:100%
|
|
65
|
+
// ak nemame labelOnTop=true, musime odratat sirku labelu, inac sa label dostane nad input (koli flex-wrap: wrap)
|
|
66
|
+
var widthValue = this.props.labelOnTop ? '100%' : "calc(100% - ".concat(XUtils_1.XUtils.FIELD_LABEL_WIDTH, ")");
|
|
67
|
+
XUtils_1.XUtils.addCssPropIfNotExists(inputStyle, { width: widthValue });
|
|
68
|
+
}
|
|
69
|
+
else {
|
|
70
|
+
// TODO - nastavenie cols nefunguje ak labelOnTop=true - vtedy je input roztiahnuty na 100%
|
|
71
|
+
// roztiahnutie na 100% sposobuje .x-inputtextarea-label-on-top {flex-direction: column;}
|
|
72
|
+
// aj tak sa asi vzdy bude pouzivat "full"
|
|
73
|
+
cols = this.props.cols;
|
|
74
|
+
}
|
|
75
|
+
return (react_1.default.createElement("div", { className: !this.props.labelOnTop ? 'field grid' : 'field grid x-inputtextarea-label-on-top' },
|
|
76
|
+
react_1.default.createElement("label", { htmlFor: this.props.field, className: !this.props.labelOnTop ? 'col-fixed' : undefined, style: this.getLabelStyle() }, this.getLabel()),
|
|
77
|
+
react_1.default.createElement(inputtextarea_1.InputTextarea, __assign({ id: this.props.field, value: this.getValue(), onChange: this.onValueChange, readOnly: this.isReadOnly(), maxLength: this.xField.length, style: inputStyle, rows: this.props.rows, cols: cols }, this.getClassNameTooltip()))));
|
|
78
|
+
};
|
|
79
|
+
XInputTextarea.defaultProps = {
|
|
80
|
+
cols: "full",
|
|
81
|
+
labelOnTop: false
|
|
82
|
+
};
|
|
83
|
+
return XInputTextarea;
|
|
84
|
+
}(XInput_1.XInput));
|
|
85
|
+
exports.XInputTextarea = XInputTextarea;
|
|
@@ -1,78 +1,78 @@
|
|
|
1
|
-
import React, { ReactChild } from 'react';
|
|
2
|
-
import { DataTableFilterMeta, DataTableFilterMetaData, DataTableOperatorFilterMetaData } from 'primereact/datatable';
|
|
3
|
-
import { ColumnBodyOptions, ColumnFilterElementTemplateOptions } from 'primereact/column';
|
|
4
|
-
import { SearchTableParams } from "./SearchTableParams";
|
|
5
|
-
import { XAggregateType, XCustomFilter } from "../serverApi/FindParam";
|
|
6
|
-
import { XOnSaveOrCancelProp } from "./XFormBase";
|
|
7
|
-
export type XBetweenFilterProp = "row" | "column" | undefined;
|
|
8
|
-
export interface XEditModeHandlers {
|
|
9
|
-
onStart: () => void;
|
|
10
|
-
onSave: () => void;
|
|
11
|
-
onCancel: () => void;
|
|
12
|
-
onAddColumn: (field: string) => void;
|
|
13
|
-
onEditColumn: (field: string) => void;
|
|
14
|
-
onRemoveColumn: (field: string) => void;
|
|
15
|
-
onMoveColumnLeft: (field: string) => void;
|
|
16
|
-
onMoveColumnRight: (field: string) => void;
|
|
17
|
-
}
|
|
18
|
-
export interface XLazyDataTableProps {
|
|
19
|
-
entity: string;
|
|
20
|
-
dataKey?: string;
|
|
21
|
-
paginator: boolean;
|
|
22
|
-
rows: number;
|
|
23
|
-
filterDisplay: "menu" | "row";
|
|
24
|
-
betweenFilter?: XBetweenFilterProp;
|
|
25
|
-
scrollable: boolean;
|
|
26
|
-
scrollWidth: string;
|
|
27
|
-
scrollHeight: string;
|
|
28
|
-
formFooterHeight?: string;
|
|
29
|
-
shrinkWidth: boolean;
|
|
30
|
-
onAddRow?: () => void;
|
|
31
|
-
onEdit?: (selectedRow: any) => void;
|
|
32
|
-
removeRow?: ((selectedRow: any) => Promise<boolean>) | boolean;
|
|
33
|
-
onRemoveRow?: XOnSaveOrCancelProp;
|
|
34
|
-
appButtons?: any;
|
|
35
|
-
filters?: DataTableFilterMeta;
|
|
36
|
-
customFilter?: XCustomFilter;
|
|
37
|
-
sortField?: string;
|
|
38
|
-
searchTableParams?: SearchTableParams;
|
|
39
|
-
width?: string;
|
|
40
|
-
dataLoadedState?: [boolean, React.Dispatch<React.SetStateAction<boolean>>];
|
|
41
|
-
editMode?: boolean;
|
|
42
|
-
editModeHandlers?: XEditModeHandlers;
|
|
43
|
-
displayed?: boolean;
|
|
44
|
-
children: ReactChild[];
|
|
45
|
-
}
|
|
46
|
-
export declare const XLazyDataTable: {
|
|
47
|
-
(props: XLazyDataTableProps): JSX.Element;
|
|
48
|
-
defaultProps: {
|
|
49
|
-
paginator: boolean;
|
|
50
|
-
rows: number;
|
|
51
|
-
filterDisplay: string;
|
|
52
|
-
scrollable: boolean;
|
|
53
|
-
scrollWidth: string;
|
|
54
|
-
scrollHeight: string;
|
|
55
|
-
shrinkWidth: boolean;
|
|
56
|
-
};
|
|
57
|
-
};
|
|
58
|
-
export type XGetFilterItem = (field: string) => DataTableFilterMetaData | DataTableOperatorFilterMetaData;
|
|
59
|
-
export type XSetFilterItem = (field: string, filterItem: DataTableFilterMetaData | DataTableOperatorFilterMetaData) => void;
|
|
60
|
-
export type XFilterElementParams = {
|
|
61
|
-
getFilterItem: XGetFilterItem;
|
|
62
|
-
setFilterItem: XSetFilterItem;
|
|
63
|
-
options: ColumnFilterElementTemplateOptions;
|
|
64
|
-
};
|
|
65
|
-
export type XFilterElementProp = (params: XFilterElementParams) => React.ReactNode;
|
|
66
|
-
export interface XLazyColumnProps {
|
|
67
|
-
field: string;
|
|
68
|
-
header?: any;
|
|
69
|
-
align?: "left" | "center" | "right";
|
|
70
|
-
dropdownInFilter?: boolean;
|
|
71
|
-
showFilterMenu?: boolean;
|
|
72
|
-
betweenFilter?: XBetweenFilterProp | "noBetween";
|
|
73
|
-
width?: string;
|
|
74
|
-
aggregateType?: XAggregateType;
|
|
75
|
-
filterElement?: XFilterElementProp;
|
|
76
|
-
body?: React.ReactNode | ((data: any, options: ColumnBodyOptions) => React.ReactNode);
|
|
77
|
-
}
|
|
78
|
-
export declare const XLazyColumn: (props: XLazyColumnProps) => null;
|
|
1
|
+
import React, { ReactChild } from 'react';
|
|
2
|
+
import { DataTableFilterMeta, DataTableFilterMetaData, DataTableOperatorFilterMetaData } from 'primereact/datatable';
|
|
3
|
+
import { ColumnBodyOptions, ColumnFilterElementTemplateOptions } from 'primereact/column';
|
|
4
|
+
import { SearchTableParams } from "./SearchTableParams";
|
|
5
|
+
import { XAggregateType, XCustomFilter } from "../serverApi/FindParam";
|
|
6
|
+
import { XOnSaveOrCancelProp } from "./XFormBase";
|
|
7
|
+
export type XBetweenFilterProp = "row" | "column" | undefined;
|
|
8
|
+
export interface XEditModeHandlers {
|
|
9
|
+
onStart: () => void;
|
|
10
|
+
onSave: () => void;
|
|
11
|
+
onCancel: () => void;
|
|
12
|
+
onAddColumn: (field: string) => void;
|
|
13
|
+
onEditColumn: (field: string) => void;
|
|
14
|
+
onRemoveColumn: (field: string) => void;
|
|
15
|
+
onMoveColumnLeft: (field: string) => void;
|
|
16
|
+
onMoveColumnRight: (field: string) => void;
|
|
17
|
+
}
|
|
18
|
+
export interface XLazyDataTableProps {
|
|
19
|
+
entity: string;
|
|
20
|
+
dataKey?: string;
|
|
21
|
+
paginator: boolean;
|
|
22
|
+
rows: number;
|
|
23
|
+
filterDisplay: "menu" | "row";
|
|
24
|
+
betweenFilter?: XBetweenFilterProp;
|
|
25
|
+
scrollable: boolean;
|
|
26
|
+
scrollWidth: string;
|
|
27
|
+
scrollHeight: string;
|
|
28
|
+
formFooterHeight?: string;
|
|
29
|
+
shrinkWidth: boolean;
|
|
30
|
+
onAddRow?: () => void;
|
|
31
|
+
onEdit?: (selectedRow: any) => void;
|
|
32
|
+
removeRow?: ((selectedRow: any) => Promise<boolean>) | boolean;
|
|
33
|
+
onRemoveRow?: XOnSaveOrCancelProp;
|
|
34
|
+
appButtons?: any;
|
|
35
|
+
filters?: DataTableFilterMeta;
|
|
36
|
+
customFilter?: XCustomFilter;
|
|
37
|
+
sortField?: string;
|
|
38
|
+
searchTableParams?: SearchTableParams;
|
|
39
|
+
width?: string;
|
|
40
|
+
dataLoadedState?: [boolean, React.Dispatch<React.SetStateAction<boolean>>];
|
|
41
|
+
editMode?: boolean;
|
|
42
|
+
editModeHandlers?: XEditModeHandlers;
|
|
43
|
+
displayed?: boolean;
|
|
44
|
+
children: ReactChild[];
|
|
45
|
+
}
|
|
46
|
+
export declare const XLazyDataTable: {
|
|
47
|
+
(props: XLazyDataTableProps): JSX.Element;
|
|
48
|
+
defaultProps: {
|
|
49
|
+
paginator: boolean;
|
|
50
|
+
rows: number;
|
|
51
|
+
filterDisplay: string;
|
|
52
|
+
scrollable: boolean;
|
|
53
|
+
scrollWidth: string;
|
|
54
|
+
scrollHeight: string;
|
|
55
|
+
shrinkWidth: boolean;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
export type XGetFilterItem = (field: string) => DataTableFilterMetaData | DataTableOperatorFilterMetaData;
|
|
59
|
+
export type XSetFilterItem = (field: string, filterItem: DataTableFilterMetaData | DataTableOperatorFilterMetaData) => void;
|
|
60
|
+
export type XFilterElementParams = {
|
|
61
|
+
getFilterItem: XGetFilterItem;
|
|
62
|
+
setFilterItem: XSetFilterItem;
|
|
63
|
+
options: ColumnFilterElementTemplateOptions;
|
|
64
|
+
};
|
|
65
|
+
export type XFilterElementProp = (params: XFilterElementParams) => React.ReactNode;
|
|
66
|
+
export interface XLazyColumnProps {
|
|
67
|
+
field: string;
|
|
68
|
+
header?: any;
|
|
69
|
+
align?: "left" | "center" | "right";
|
|
70
|
+
dropdownInFilter?: boolean;
|
|
71
|
+
showFilterMenu?: boolean;
|
|
72
|
+
betweenFilter?: XBetweenFilterProp | "noBetween";
|
|
73
|
+
width?: string;
|
|
74
|
+
aggregateType?: XAggregateType;
|
|
75
|
+
filterElement?: XFilterElementProp;
|
|
76
|
+
body?: React.ReactNode | ((data: any, options: ColumnBodyOptions) => React.ReactNode);
|
|
77
|
+
}
|
|
78
|
+
export declare const XLazyColumn: (props: XLazyColumnProps) => null;
|