@formio/js 5.0.0-dev.5944.74e70b0 → 5.0.0-dev.5948.072adfa
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/Changelog.md +1 -0
- package/dist/formio.form.js +583 -593
- package/dist/formio.form.min.js +1 -1
- package/dist/formio.form.min.js.LICENSE.txt +1 -3
- package/dist/formio.full.js +584 -594
- package/dist/formio.full.min.js +1 -1
- package/dist/formio.full.min.js.LICENSE.txt +1 -3
- package/dist/formio.js +3006 -287
- package/dist/formio.min.js +1 -1
- package/dist/formio.min.js.LICENSE.txt +12 -0
- package/dist/formio.utils.js +41 -51
- package/dist/formio.utils.min.js +1 -1
- package/dist/formio.utils.min.js.LICENSE.txt +1 -3
- package/lib/cjs/Webform.d.ts +1 -1
- package/lib/cjs/Webform.js +27 -28
- package/lib/cjs/WebformBuilder.js +6 -13
- package/lib/cjs/Wizard.js +4 -11
- package/lib/cjs/components/Components.d.ts +0 -7
- package/lib/cjs/components/Components.js +1 -33
- package/lib/cjs/components/_classes/component/Component.d.ts +39 -7
- package/lib/cjs/components/_classes/component/Component.js +97 -29
- package/lib/cjs/components/_classes/component/editForm/Component.edit.data.js +2 -2
- package/lib/cjs/components/_classes/componentModal/ComponentModal.d.ts +1 -0
- package/lib/cjs/components/_classes/componentModal/ComponentModal.js +1 -0
- package/lib/cjs/components/_classes/nested/NestedComponent.d.ts +4 -19
- package/lib/cjs/components/_classes/nested/NestedComponent.js +54 -60
- package/lib/cjs/components/_classes/nestedarray/NestedArrayComponent.d.ts +2 -1
- package/lib/cjs/components/_classes/nestedarray/NestedArrayComponent.js +9 -46
- package/lib/cjs/components/datagrid/DataGrid.d.ts +0 -1
- package/lib/cjs/components/datagrid/DataGrid.js +1 -45
- package/lib/cjs/components/datamap/DataMap.js +2 -3
- package/lib/cjs/components/editgrid/EditGrid.js +13 -13
- package/lib/cjs/components/form/Form.d.ts +1 -3
- package/lib/cjs/components/form/Form.js +21 -28
- package/lib/cjs/components/html/HTML.js +15 -3
- package/lib/cjs/components/selectboxes/SelectBoxes.js +0 -1
- package/lib/cjs/formio.form.js +1 -0
- package/lib/cjs/utils/conditionOperators/DateGreaterThan.js +2 -2
- package/lib/cjs/utils/conditionOperators/IsEmptyValue.d.ts +2 -2
- package/lib/cjs/utils/conditionOperators/IsEmptyValue.js +2 -2
- package/lib/cjs/utils/conditionOperators/IsEqualTo.d.ts +2 -2
- package/lib/cjs/utils/conditionOperators/IsEqualTo.js +2 -2
- package/lib/cjs/utils/formUtils.d.ts +25 -14
- package/lib/cjs/utils/formUtils.js +11 -16
- package/lib/cjs/utils/utils.d.ts +1 -2
- package/lib/cjs/utils/utils.js +15 -31
- package/lib/mjs/Webform.d.ts +1 -1
- package/lib/mjs/Webform.js +24 -27
- package/lib/mjs/WebformBuilder.js +6 -13
- package/lib/mjs/Wizard.js +2 -8
- package/lib/mjs/components/Components.d.ts +0 -7
- package/lib/mjs/components/Components.js +1 -32
- package/lib/mjs/components/_classes/component/Component.d.ts +39 -7
- package/lib/mjs/components/_classes/component/Component.js +99 -30
- package/lib/mjs/components/_classes/component/editForm/Component.edit.data.js +2 -2
- package/lib/mjs/components/_classes/componentModal/ComponentModal.d.ts +1 -0
- package/lib/mjs/components/_classes/componentModal/ComponentModal.js +1 -0
- package/lib/mjs/components/_classes/nested/NestedComponent.d.ts +4 -19
- package/lib/mjs/components/_classes/nested/NestedComponent.js +55 -61
- package/lib/mjs/components/_classes/nestedarray/NestedArrayComponent.d.ts +2 -1
- package/lib/mjs/components/_classes/nestedarray/NestedArrayComponent.js +8 -43
- package/lib/mjs/components/datagrid/DataGrid.d.ts +0 -1
- package/lib/mjs/components/datagrid/DataGrid.js +1 -45
- package/lib/mjs/components/datamap/DataMap.js +2 -3
- package/lib/mjs/components/editgrid/EditGrid.js +15 -12
- package/lib/mjs/components/form/Form.d.ts +1 -3
- package/lib/mjs/components/form/Form.js +22 -28
- package/lib/mjs/components/html/HTML.js +15 -3
- package/lib/mjs/components/selectboxes/SelectBoxes.js +0 -1
- package/lib/mjs/formio.form.js +1 -0
- package/lib/mjs/utils/conditionOperators/DateGreaterThan.js +2 -2
- package/lib/mjs/utils/conditionOperators/IsEmptyValue.d.ts +2 -2
- package/lib/mjs/utils/conditionOperators/IsEmptyValue.js +2 -2
- package/lib/mjs/utils/conditionOperators/IsEqualTo.d.ts +2 -2
- package/lib/mjs/utils/conditionOperators/IsEqualTo.js +2 -2
- package/lib/mjs/utils/formUtils.d.ts +25 -14
- package/lib/mjs/utils/formUtils.js +2 -12
- package/lib/mjs/utils/utils.d.ts +1 -2
- package/lib/mjs/utils/utils.js +14 -29
- package/package.json +4 -4
@@ -18,8 +18,6 @@
|
|
18
18
|
* MIT licensed
|
19
19
|
*/
|
20
20
|
|
21
|
-
/*! @license DOMPurify 3.1.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.1.6/LICENSE */
|
22
|
-
|
23
21
|
/*! @license DOMPurify 3.2.0 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.0/LICENSE */
|
24
22
|
|
25
23
|
/*! formiojs v5.0.0-rc.59 | https://unpkg.com/formiojs@5.0.0-rc.59/LICENSE.txt */
|
@@ -45,4 +43,4 @@
|
|
45
43
|
|
46
44
|
//! moment.js
|
47
45
|
|
48
|
-
//! version : 0.5.
|
46
|
+
//! version : 0.5.46
|
package/lib/cjs/Webform.d.ts
CHANGED
@@ -426,7 +426,7 @@ declare class Webform extends NestedDataComponent {
|
|
426
426
|
*/
|
427
427
|
cancel(noconfirm: boolean): boolean;
|
428
428
|
setMetadata(submission: any): void;
|
429
|
-
submitForm(options?: {}): Promise<any>;
|
429
|
+
submitForm(options?: {}, local?: boolean): Promise<any>;
|
430
430
|
setServerErrors(error: any): void;
|
431
431
|
serverErrors: any;
|
432
432
|
executeSubmit(options: any): Promise<object>;
|
package/lib/cjs/Webform.js
CHANGED
@@ -585,11 +585,12 @@ class Webform extends NestedDataComponent_1.default {
|
|
585
585
|
* @returns {Promise} - The promise that is triggered when the form is set.
|
586
586
|
*/
|
587
587
|
setForm(form, flags = {}) {
|
588
|
-
var _a
|
588
|
+
var _a;
|
589
589
|
const isFormAlreadySet = this._form && ((_a = this._form.components) === null || _a === void 0 ? void 0 : _a.length);
|
590
590
|
try {
|
591
591
|
// Do not set the form again if it has been already set
|
592
592
|
if (isFormAlreadySet && JSON.stringify(this._form) === JSON.stringify(form)) {
|
593
|
+
this.formReadyResolve();
|
593
594
|
return Promise.resolve();
|
594
595
|
}
|
595
596
|
// Create the form.
|
@@ -597,13 +598,11 @@ class Webform extends NestedDataComponent_1.default {
|
|
597
598
|
if (this.onSetForm) {
|
598
599
|
this.onSetForm(lodash_1.default.cloneDeep(this._form), form);
|
599
600
|
}
|
600
|
-
if ((_c = (_b = this.parent) === null || _b === void 0 ? void 0 : _b.component) === null || _c === void 0 ? void 0 : _c.modalEdit) {
|
601
|
-
return Promise.resolve();
|
602
|
-
}
|
603
601
|
}
|
604
602
|
catch (err) {
|
605
603
|
console.warn(err);
|
606
604
|
// If provided form is not a valid JSON object, do not set it too
|
605
|
+
this.formReadyReject(err);
|
607
606
|
return Promise.resolve();
|
608
607
|
}
|
609
608
|
// Allow the form to provide component overrides.
|
@@ -847,6 +846,9 @@ class Webform extends NestedDataComponent_1.default {
|
|
847
846
|
return changed;
|
848
847
|
}
|
849
848
|
getValue() {
|
849
|
+
if (!this._submission) {
|
850
|
+
this._submission = {};
|
851
|
+
}
|
850
852
|
if (!this._submission.data) {
|
851
853
|
this._submission.data = {};
|
852
854
|
}
|
@@ -1108,29 +1110,24 @@ class Webform extends NestedDataComponent_1.default {
|
|
1108
1110
|
return;
|
1109
1111
|
}
|
1110
1112
|
// Mark any components as invalid if in a custom message.
|
1113
|
+
const componentErrors = {};
|
1111
1114
|
errors.forEach((err) => {
|
1112
|
-
|
1113
|
-
|
1114
|
-
|
1115
|
-
|
1116
|
-
if (err.path) {
|
1117
|
-
components.push(err.path);
|
1115
|
+
var _a, _b;
|
1116
|
+
const path = err.path || ((_a = err.context) === null || _a === void 0 ? void 0 : _a.path) || ((_b = err.component) === null || _b === void 0 ? void 0 : _b.key);
|
1117
|
+
if (!componentErrors[path]) {
|
1118
|
+
componentErrors[path] = [];
|
1118
1119
|
}
|
1119
|
-
|
1120
|
-
const originalPath = (0, utils_1.getStringFromComponentPath)(path);
|
1121
|
-
const component = this.getComponent(path, lodash_1.default.identity, originalPath);
|
1122
|
-
if (err.fromServer) {
|
1123
|
-
if (component.serverErrors) {
|
1124
|
-
component.serverErrors.push(err);
|
1125
|
-
}
|
1126
|
-
else {
|
1127
|
-
component.serverErrors = [err];
|
1128
|
-
}
|
1129
|
-
}
|
1130
|
-
const components = lodash_1.default.compact(Array.isArray(component) ? component : [component]);
|
1131
|
-
components.forEach((component) => component.setCustomValidity(err.message, true));
|
1132
|
-
});
|
1120
|
+
componentErrors[path].push(err);
|
1133
1121
|
});
|
1122
|
+
// Iterate through all of our component errors and apply them to the components.
|
1123
|
+
for (let path in componentErrors) {
|
1124
|
+
const component = this.getComponent(path);
|
1125
|
+
const errors = componentErrors[path];
|
1126
|
+
if (component) {
|
1127
|
+
component.serverErrors = errors.filter((err) => err.fromServer);
|
1128
|
+
component.setCustomValidity(errors, true);
|
1129
|
+
}
|
1130
|
+
}
|
1134
1131
|
const displayedErrors = [];
|
1135
1132
|
if (errors.length) {
|
1136
1133
|
errors = lodash_1.default.uniqBy(errors, (error) => { var _a, _b; return [error.message, (_a = error.component) === null || _a === void 0 ? void 0 : _a.id, (_b = error.context) === null || _b === void 0 ? void 0 : _b.path].join(); });
|
@@ -1322,7 +1319,7 @@ class Webform extends NestedDataComponent_1.default {
|
|
1322
1319
|
onLine: navigator.onLine,
|
1323
1320
|
});
|
1324
1321
|
}
|
1325
|
-
submitForm(options = {}) {
|
1322
|
+
submitForm(options = {}, local = false) {
|
1326
1323
|
this.clearServerErrors();
|
1327
1324
|
return new Promise((resolve, reject) => {
|
1328
1325
|
// Read-only forms should never submit.
|
@@ -1348,6 +1345,7 @@ class Webform extends NestedDataComponent_1.default {
|
|
1348
1345
|
return reject("Invalid Submission");
|
1349
1346
|
}
|
1350
1347
|
const errors = this.validate(submission.data, {
|
1348
|
+
local,
|
1351
1349
|
dirty: true,
|
1352
1350
|
silentCheck: false,
|
1353
1351
|
process: "submit",
|
@@ -1362,12 +1360,13 @@ class Webform extends NestedDataComponent_1.default {
|
|
1362
1360
|
console.error(err);
|
1363
1361
|
}
|
1364
1362
|
this.everyComponent((comp) => {
|
1363
|
+
var _a, _b;
|
1365
1364
|
if (submission._vnote && comp.type === "form" && comp.component.reference) {
|
1366
|
-
lodash_1.default.get(submission.data, comp.path, {})._vnote = submission._vnote;
|
1365
|
+
lodash_1.default.get(submission.data, local ? (_a = comp.paths) === null || _a === void 0 ? void 0 : _a.localDataPath : comp.path, {})._vnote = submission._vnote;
|
1367
1366
|
}
|
1368
1367
|
const { persistent } = comp.component;
|
1369
1368
|
if (persistent === "client-only") {
|
1370
|
-
lodash_1.default.unset(submission.data, comp.path);
|
1369
|
+
lodash_1.default.unset(submission.data, local ? (_b = comp.paths) === null || _b === void 0 ? void 0 : _b.localDataPath : comp.path);
|
1371
1370
|
}
|
1372
1371
|
});
|
1373
1372
|
this.hook("customValidation", Object.assign(Object.assign({}, submission), { component: options.component }), (err) => {
|
@@ -1534,7 +1533,7 @@ class Webform extends NestedDataComponent_1.default {
|
|
1534
1533
|
return;
|
1535
1534
|
}
|
1536
1535
|
const captchaComponent = [];
|
1537
|
-
|
1536
|
+
this.eachComponent((component) => {
|
1538
1537
|
if (/^(re)?captcha$/.test(component.type) && component.component.eventType === 'formLoad') {
|
1539
1538
|
captchaComponent.push(component);
|
1540
1539
|
}
|
@@ -1112,20 +1112,12 @@ class WebformBuilder extends Component_1.default {
|
|
1112
1112
|
findRepeatablePaths() {
|
1113
1113
|
const repeatablePaths = [];
|
1114
1114
|
const keys = new Map();
|
1115
|
-
(0, formUtils_1.eachComponent)(this.form.components, (comp, path) => {
|
1116
|
-
if (
|
1117
|
-
|
1118
|
-
}
|
1119
|
-
if (keys.has(comp.key)) {
|
1120
|
-
if (keys.get(comp.key).includes(path)) {
|
1121
|
-
repeatablePaths.push(path);
|
1122
|
-
}
|
1123
|
-
else {
|
1124
|
-
keys.set(comp.key, [...keys.get(comp.key), path]);
|
1125
|
-
}
|
1115
|
+
(0, formUtils_1.eachComponent)(this.form.components, (comp, path, components, parent, paths) => {
|
1116
|
+
if (keys.has(paths.dataPath)) {
|
1117
|
+
repeatablePaths.push(paths.dataPath);
|
1126
1118
|
}
|
1127
1119
|
else {
|
1128
|
-
keys.set(
|
1120
|
+
keys.set(paths.dataPath, true);
|
1129
1121
|
}
|
1130
1122
|
}, true);
|
1131
1123
|
return repeatablePaths;
|
@@ -1258,7 +1250,8 @@ class WebformBuilder extends Component_1.default {
|
|
1258
1250
|
helplinks: this.helplinks,
|
1259
1251
|
}));
|
1260
1252
|
this.editForm.attach(this.componentEdit.querySelector(`[${this._referenceAttributeName}="editForm"]`));
|
1261
|
-
|
1253
|
+
const editFormData = (_a = this.editForm.submission) === null || _a === void 0 ? void 0 : _a.data;
|
1254
|
+
this.updateComponent((editFormData === null || editFormData === void 0 ? void 0 : editFormData.componentJson) || editFormData || component);
|
1262
1255
|
this.attachEditComponentControls(component, parent, isNew, original, ComponentClass);
|
1263
1256
|
});
|
1264
1257
|
});
|
package/lib/cjs/Wizard.js
CHANGED
@@ -375,11 +375,11 @@ class Wizard extends Webform_1.default {
|
|
375
375
|
this.emit('wizardPageSelected', this.pages[index], index);
|
376
376
|
}
|
377
377
|
attachHeader() {
|
378
|
-
var _a;
|
378
|
+
var _a, _b;
|
379
379
|
const isAllowPrevious = this.isAllowPrevious();
|
380
|
-
this.attachTooltips(this.refs[`${this.wizardKey}-tooltip`], this.currentPanel.tooltip);
|
380
|
+
this.attachTooltips(this.refs[`${this.wizardKey}-tooltip`], (_a = this.currentPanel) === null || _a === void 0 ? void 0 : _a.tooltip);
|
381
381
|
if (this.isBreadcrumbClickable() || isAllowPrevious) {
|
382
|
-
(
|
382
|
+
(_b = this.refs[`${this.wizardKey}-link`]) === null || _b === void 0 ? void 0 : _b.forEach((link, index) => {
|
383
383
|
if (!isAllowPrevious || index <= this.enabledIndex) {
|
384
384
|
this.addEventListener(link, 'click', (event) => {
|
385
385
|
this.emit('wizardNavigationClicked', this.pages[index]);
|
@@ -728,7 +728,7 @@ class Wizard extends Webform_1.default {
|
|
728
728
|
var _a, _b;
|
729
729
|
const components = (_a = this.currentPage) === null || _a === void 0 ? void 0 : _a.components.map((component) => component.component);
|
730
730
|
// Accessing the parent ensures the right instance (whether it's the parent Wizard or a nested Wizard) performs its validation
|
731
|
-
return (_b = this.currentPage) === null || _b === void 0 ? void 0 : _b.parent.validateComponents(components, this.
|
731
|
+
return (_b = this.currentPage) === null || _b === void 0 ? void 0 : _b.parent.validateComponents(components, this.root.data, flags);
|
732
732
|
}
|
733
733
|
emitPrevPage() {
|
734
734
|
this.emit('prevPage', { page: this.page, submission: this.submission });
|
@@ -903,13 +903,6 @@ class Wizard extends Webform_1.default {
|
|
903
903
|
this.redraw();
|
904
904
|
}
|
905
905
|
}
|
906
|
-
redraw() {
|
907
|
-
var _a, _b;
|
908
|
-
if ((_b = (_a = this.parent) === null || _a === void 0 ? void 0 : _a.component) === null || _b === void 0 ? void 0 : _b.modalEdit) {
|
909
|
-
return this.parent.redraw();
|
910
|
-
}
|
911
|
-
return super.redraw();
|
912
|
-
}
|
913
906
|
rebuild() {
|
914
907
|
const currentPage = this.page;
|
915
908
|
const setCurrentPage = () => this.setPage(currentPage);
|
@@ -256,13 +256,6 @@ export default class Components {
|
|
256
256
|
static setComponents(comps: any): void;
|
257
257
|
static addComponent(name: any, comp: any): void;
|
258
258
|
static setComponent(name: any, comp: any): void;
|
259
|
-
/**
|
260
|
-
* Return a path of component's value.
|
261
|
-
* @param {Component} component - The component instance.
|
262
|
-
* @returns {string} - The component's value path.
|
263
|
-
*/
|
264
|
-
static getComponentPath(component: Component): string;
|
265
259
|
static create(component: any, options: any, data: any): any;
|
266
260
|
}
|
267
261
|
import BaseEditForm from './_classes/component/Component.form';
|
268
|
-
import Component from './_classes/component/Component';
|
@@ -6,7 +6,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const Component_1 = __importDefault(require("./_classes/component/Component"));
|
7
7
|
const utils_1 = __importDefault(require("./_classes/component/editForm/utils"));
|
8
8
|
const Component_form_1 = __importDefault(require("./_classes/component/Component.form"));
|
9
|
-
const utils_2 = require("../utils/utils");
|
10
9
|
const lodash_1 = __importDefault(require("lodash"));
|
11
10
|
class Components {
|
12
11
|
static set EditFormUtils(value) {
|
@@ -49,35 +48,6 @@ class Components {
|
|
49
48
|
static setComponent(name, comp) {
|
50
49
|
Components.components[name] = comp;
|
51
50
|
}
|
52
|
-
/**
|
53
|
-
* Return a path of component's value.
|
54
|
-
* @param {Component} component - The component instance.
|
55
|
-
* @returns {string} - The component's value path.
|
56
|
-
*/
|
57
|
-
static getComponentPath(component) {
|
58
|
-
var _a;
|
59
|
-
let path = '';
|
60
|
-
const componentKey = (0, utils_2.getComponentKey)(component.component);
|
61
|
-
if (componentKey) {
|
62
|
-
let thisPath = ((_a = component.options) === null || _a === void 0 ? void 0 : _a.parent) || component;
|
63
|
-
while (thisPath && !thisPath.allowData && thisPath.parent) {
|
64
|
-
thisPath = thisPath.parent;
|
65
|
-
}
|
66
|
-
// TODO: any component that is nested in e.g. a Data Grid or an Edit Grid is going to receive a row prop; the problem
|
67
|
-
// is that options.row is passed to each further nested component, which results in erroneous paths like
|
68
|
-
// `editGrid[0].container[0].textField` rather than `editGrid[0].container.textField`. This should be adapted for other
|
69
|
-
// components with a tree-like data model
|
70
|
-
const rowIndex = component.row;
|
71
|
-
const rowIndexPath = rowIndex && !['container'].includes(thisPath.component.type) ? `[${Number.parseInt(rowIndex)}]` : '';
|
72
|
-
path = `${thisPath.path}${rowIndexPath}.`;
|
73
|
-
if (rowIndexPath && (0, utils_2.getModelType)(thisPath) === 'nestedDataArray') {
|
74
|
-
path = `${path}data.`;
|
75
|
-
}
|
76
|
-
path += componentKey;
|
77
|
-
return lodash_1.default.trim(path, '.');
|
78
|
-
}
|
79
|
-
return path;
|
80
|
-
}
|
81
51
|
static create(component, options, data) {
|
82
52
|
let comp = null;
|
83
53
|
if (component.type && Components.components.hasOwnProperty(component.type)) {
|
@@ -102,9 +72,7 @@ class Components {
|
|
102
72
|
else {
|
103
73
|
comp = new Component_1.default(component, options, data);
|
104
74
|
}
|
105
|
-
|
106
|
-
if (path) {
|
107
|
-
comp.path = path;
|
75
|
+
if (comp.path) {
|
108
76
|
comp.componentsMap[comp.path] = comp;
|
109
77
|
}
|
110
78
|
return comp;
|
@@ -42,14 +42,13 @@ declare class Component extends Element {
|
|
42
42
|
*/
|
43
43
|
private _hasCondition;
|
44
44
|
/**
|
45
|
-
*
|
45
|
+
* The row index for this component.
|
46
46
|
*/
|
47
|
-
|
47
|
+
_rowIndex: number | undefined;
|
48
48
|
/**
|
49
|
-
*
|
50
|
-
* @type {string}
|
49
|
+
* References to dom elements
|
51
50
|
*/
|
52
|
-
|
51
|
+
refs: {};
|
53
52
|
/**
|
54
53
|
* An array of all the children components errors.
|
55
54
|
*/
|
@@ -114,7 +113,19 @@ declare class Component extends Element {
|
|
114
113
|
* @type {Component}
|
115
114
|
*/
|
116
115
|
parent: Component;
|
116
|
+
/**
|
117
|
+
* The component paths for this component.
|
118
|
+
* @type {import('@formio/core').ComponentPaths} - The component paths.
|
119
|
+
*/
|
120
|
+
paths: import('@formio/core').ComponentPaths;
|
117
121
|
_path: string;
|
122
|
+
/**
|
123
|
+
* Determines if this component is conditionally hidden. Should generally not be set outside of conditional logic pipeline.
|
124
|
+
* This is necessary because of clearOnHide behavior that only clears when conditionally hidden - we need to track
|
125
|
+
* conditionallyHidden separately from "regular" visibility.
|
126
|
+
*/
|
127
|
+
_parentConditionallyHidden: any;
|
128
|
+
_conditionallyHidden: any;
|
118
129
|
/**
|
119
130
|
* Determines if this component is visible, or not.
|
120
131
|
*/
|
@@ -158,7 +169,7 @@ declare class Component extends Element {
|
|
158
169
|
* @type {*}
|
159
170
|
*/
|
160
171
|
info: any;
|
161
|
-
get componentsMap():
|
172
|
+
get componentsMap(): object;
|
162
173
|
set data(value: any);
|
163
174
|
get data(): any;
|
164
175
|
mergeSchema(component?: {}): any;
|
@@ -182,6 +193,17 @@ declare class Component extends Element {
|
|
182
193
|
* @returns {boolean} - TRUE if the component is disabled.
|
183
194
|
*/
|
184
195
|
get disabled(): boolean;
|
196
|
+
/**
|
197
|
+
* Set Row Index to row and update each component.
|
198
|
+
* @param {number} value - The row index.
|
199
|
+
* @returns {void}
|
200
|
+
*/
|
201
|
+
set rowIndex(value: number);
|
202
|
+
/**
|
203
|
+
* Get Row Index.
|
204
|
+
* @returns {number} - The row index.
|
205
|
+
*/
|
206
|
+
get rowIndex(): number;
|
185
207
|
afterComponentAssign(): void;
|
186
208
|
createAddon(addonConfiguration: any): any;
|
187
209
|
get shouldDisabled(): any;
|
@@ -190,6 +212,8 @@ declare class Component extends Element {
|
|
190
212
|
get hasInput(): any;
|
191
213
|
get defaultSchema(): any;
|
192
214
|
get key(): any;
|
215
|
+
set path(path: string | undefined);
|
216
|
+
get path(): string | undefined;
|
193
217
|
set parentVisible(value: any);
|
194
218
|
get parentVisible(): any;
|
195
219
|
set parentDisabled(value: boolean);
|
@@ -207,12 +231,20 @@ declare class Component extends Element {
|
|
207
231
|
* @returns {boolean} - Whether the component is visible or not.
|
208
232
|
*/
|
209
233
|
get visible(): boolean;
|
234
|
+
get conditionallyHidden(): any;
|
235
|
+
/**
|
236
|
+
* Evaluates whether the component is conditionally hidden (as opposed to intentionally hidden, e.g. via the `hidden` component schema property).
|
237
|
+
* @param {object} data - The data object to evaluate the condition against.
|
238
|
+
* @param {object} row - The row object to evaluate the condition against.
|
239
|
+
* @returns {boolean} - Whether the component is conditionally hidden.
|
240
|
+
*/
|
241
|
+
checkConditionallyHidden(data?: object, row?: object): boolean;
|
210
242
|
set currentForm(instance: any);
|
211
243
|
get currentForm(): any;
|
212
244
|
_currentForm: any;
|
213
245
|
get fullMode(): boolean;
|
214
246
|
get builderMode(): boolean;
|
215
|
-
get calculatedPath(): string;
|
247
|
+
get calculatedPath(): string | undefined;
|
216
248
|
get labelPosition(): any;
|
217
249
|
get labelWidth(): any;
|
218
250
|
get labelMargin(): any;
|