@formio/js 5.0.0-dev.5712.d53f35e → 5.0.0-dev.5716.bdb52c9
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/formio.form.js +2 -2
- package/dist/formio.form.min.js +1 -1
- package/dist/formio.full.js +3 -3
- package/dist/formio.full.min.js +1 -1
- package/lib/cjs/WebformBuilder.js +2 -1
- package/lib/cjs/components/currency/Currency.d.ts +0 -1
- package/lib/cjs/components/number/Number.d.ts +1 -7
- package/lib/cjs/components/number/Number.js +0 -11
- package/lib/cjs/components/number/fixtures/index.d.ts +1 -2
- package/lib/cjs/components/number/fixtures/index.js +1 -3
- package/lib/cjs/components/time/Time.d.ts +2 -2
- package/lib/cjs/components/time/Time.js +2 -3
- package/lib/cjs/components/time/fixtures/index.d.ts +1 -2
- package/lib/cjs/components/time/fixtures/index.js +1 -3
- package/lib/mjs/WebformBuilder.js +2 -1
- package/lib/mjs/components/currency/Currency.d.ts +0 -1
- package/lib/mjs/components/number/Number.d.ts +1 -7
- package/lib/mjs/components/number/Number.js +0 -11
- package/lib/mjs/components/number/fixtures/index.d.ts +1 -2
- package/lib/mjs/components/number/fixtures/index.js +1 -2
- package/lib/mjs/components/time/Time.d.ts +2 -2
- package/lib/mjs/components/time/Time.js +2 -3
- package/lib/mjs/components/time/fixtures/index.d.ts +1 -2
- package/lib/mjs/components/time/fixtures/index.js +1 -2
- package/package.json +1 -1
- package/lib/cjs/components/number/fixtures/comp10.d.ts +0 -18
- package/lib/cjs/components/number/fixtures/comp10.js +0 -21
- package/lib/cjs/components/time/fixtures/comp4.d.ts +0 -166
- package/lib/cjs/components/time/fixtures/comp4.js +0 -171
- package/lib/mjs/components/number/fixtures/comp10.d.ts +0 -18
- package/lib/mjs/components/number/fixtures/comp10.js +0 -19
- package/lib/mjs/components/time/fixtures/comp4.d.ts +0 -166
- package/lib/mjs/components/time/fixtures/comp4.js +0 -169
|
@@ -1,171 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.default = {
|
|
4
|
-
"type": "form",
|
|
5
|
-
"display": "wizard",
|
|
6
|
-
"components": [
|
|
7
|
-
{
|
|
8
|
-
"title": "Page 1",
|
|
9
|
-
"breadcrumbClickable": true,
|
|
10
|
-
"buttonSettings": {
|
|
11
|
-
"previous": true,
|
|
12
|
-
"cancel": true,
|
|
13
|
-
"next": true
|
|
14
|
-
},
|
|
15
|
-
"navigateOnEnter": false,
|
|
16
|
-
"saveOnEnter": false,
|
|
17
|
-
"scrollToTop": false,
|
|
18
|
-
"collapsible": false,
|
|
19
|
-
"key": "page1",
|
|
20
|
-
"type": "panel",
|
|
21
|
-
"label": "Page 1",
|
|
22
|
-
"components": [
|
|
23
|
-
{
|
|
24
|
-
"label": "Time",
|
|
25
|
-
"disabled": true,
|
|
26
|
-
"alwaysEnabled": false,
|
|
27
|
-
"tableView": true,
|
|
28
|
-
"defaultValue": "03:03 PM",
|
|
29
|
-
"key": "time1",
|
|
30
|
-
"type": "time",
|
|
31
|
-
"input": true,
|
|
32
|
-
"inputMask": "99:99",
|
|
33
|
-
"hideOnChildrenHidden": false,
|
|
34
|
-
"id": "efw9yyq",
|
|
35
|
-
"placeholder": "",
|
|
36
|
-
"prefix": "",
|
|
37
|
-
"customClass": "",
|
|
38
|
-
"suffix": "",
|
|
39
|
-
"multiple": false,
|
|
40
|
-
"protected": false,
|
|
41
|
-
"unique": false,
|
|
42
|
-
"persistent": true,
|
|
43
|
-
"hidden": false,
|
|
44
|
-
"clearOnHide": true,
|
|
45
|
-
"refreshOn": "",
|
|
46
|
-
"redrawOn": "",
|
|
47
|
-
"modalEdit": false,
|
|
48
|
-
"dataGridLabel": false,
|
|
49
|
-
"labelPosition": "top",
|
|
50
|
-
"description": "",
|
|
51
|
-
"errorLabel": "",
|
|
52
|
-
"tooltip": "",
|
|
53
|
-
"hideLabel": false,
|
|
54
|
-
"tabindex": "",
|
|
55
|
-
"autofocus": false,
|
|
56
|
-
"dbIndex": false,
|
|
57
|
-
"customDefaultValue": "",
|
|
58
|
-
"calculateValue": "",
|
|
59
|
-
"calculateServer": false,
|
|
60
|
-
"widget": {
|
|
61
|
-
"type": "input"
|
|
62
|
-
},
|
|
63
|
-
"attributes": {},
|
|
64
|
-
"validateOn": "change",
|
|
65
|
-
"validate": {
|
|
66
|
-
"required": false,
|
|
67
|
-
"custom": "",
|
|
68
|
-
"customPrivate": false,
|
|
69
|
-
"strictDateValidation": false,
|
|
70
|
-
"multiple": false,
|
|
71
|
-
"unique": false,
|
|
72
|
-
"minLength": "",
|
|
73
|
-
"maxLength": "",
|
|
74
|
-
"pattern": ""
|
|
75
|
-
},
|
|
76
|
-
"conditional": {
|
|
77
|
-
"show": null,
|
|
78
|
-
"when": null,
|
|
79
|
-
"eq": ""
|
|
80
|
-
},
|
|
81
|
-
"overlay": {
|
|
82
|
-
"style": "",
|
|
83
|
-
"left": "",
|
|
84
|
-
"top": "",
|
|
85
|
-
"width": "",
|
|
86
|
-
"height": ""
|
|
87
|
-
},
|
|
88
|
-
"allowCalculateOverride": false,
|
|
89
|
-
"encrypted": false,
|
|
90
|
-
"showCharCount": false,
|
|
91
|
-
"showWordCount": false,
|
|
92
|
-
"properties": {},
|
|
93
|
-
"allowMultipleMasks": false,
|
|
94
|
-
"addons": [],
|
|
95
|
-
"mask": false,
|
|
96
|
-
"inputType": "time",
|
|
97
|
-
"inputFormat": "plain",
|
|
98
|
-
"displayMask": "",
|
|
99
|
-
"spellcheck": true,
|
|
100
|
-
"truncateMultipleSpaces": false,
|
|
101
|
-
"format": "HH:mm",
|
|
102
|
-
"dataFormat": "HH:mm:ss"
|
|
103
|
-
}
|
|
104
|
-
],
|
|
105
|
-
"input": false,
|
|
106
|
-
"tableView": false,
|
|
107
|
-
"id": "e7vej1d",
|
|
108
|
-
"placeholder": "",
|
|
109
|
-
"prefix": "",
|
|
110
|
-
"customClass": "",
|
|
111
|
-
"suffix": "",
|
|
112
|
-
"multiple": false,
|
|
113
|
-
"defaultValue": null,
|
|
114
|
-
"protected": false,
|
|
115
|
-
"unique": false,
|
|
116
|
-
"persistent": false,
|
|
117
|
-
"hidden": false,
|
|
118
|
-
"clearOnHide": false,
|
|
119
|
-
"refreshOn": "",
|
|
120
|
-
"redrawOn": "",
|
|
121
|
-
"modalEdit": false,
|
|
122
|
-
"dataGridLabel": false,
|
|
123
|
-
"labelPosition": "top",
|
|
124
|
-
"description": "",
|
|
125
|
-
"errorLabel": "",
|
|
126
|
-
"tooltip": "",
|
|
127
|
-
"hideLabel": false,
|
|
128
|
-
"tabindex": "",
|
|
129
|
-
"disabled": false,
|
|
130
|
-
"autofocus": false,
|
|
131
|
-
"dbIndex": false,
|
|
132
|
-
"customDefaultValue": "",
|
|
133
|
-
"calculateValue": "",
|
|
134
|
-
"calculateServer": false,
|
|
135
|
-
"widget": null,
|
|
136
|
-
"attributes": {},
|
|
137
|
-
"validateOn": "change",
|
|
138
|
-
"validate": {
|
|
139
|
-
"required": false,
|
|
140
|
-
"custom": "",
|
|
141
|
-
"customPrivate": false,
|
|
142
|
-
"strictDateValidation": false,
|
|
143
|
-
"multiple": false,
|
|
144
|
-
"unique": false
|
|
145
|
-
},
|
|
146
|
-
"conditional": {
|
|
147
|
-
"show": null,
|
|
148
|
-
"when": null,
|
|
149
|
-
"eq": ""
|
|
150
|
-
},
|
|
151
|
-
"overlay": {
|
|
152
|
-
"style": "",
|
|
153
|
-
"left": "",
|
|
154
|
-
"top": "",
|
|
155
|
-
"width": "",
|
|
156
|
-
"height": ""
|
|
157
|
-
},
|
|
158
|
-
"allowCalculateOverride": false,
|
|
159
|
-
"encrypted": false,
|
|
160
|
-
"showCharCount": false,
|
|
161
|
-
"showWordCount": false,
|
|
162
|
-
"properties": {},
|
|
163
|
-
"allowMultipleMasks": false,
|
|
164
|
-
"addons": [],
|
|
165
|
-
"tree": false,
|
|
166
|
-
"lazyLoad": false,
|
|
167
|
-
"theme": "default",
|
|
168
|
-
"breadcrumb": "default"
|
|
169
|
-
}
|
|
170
|
-
],
|
|
171
|
-
};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
declare namespace _default {
|
|
2
|
-
let components: {
|
|
3
|
-
label: string;
|
|
4
|
-
applyMaskOn: string;
|
|
5
|
-
mask: boolean;
|
|
6
|
-
tableView: boolean;
|
|
7
|
-
delimiter: boolean;
|
|
8
|
-
requireDecimal: boolean;
|
|
9
|
-
inputFormat: string;
|
|
10
|
-
truncateMultipleSpaces: boolean;
|
|
11
|
-
validateWhenHidden: boolean;
|
|
12
|
-
key: string;
|
|
13
|
-
type: string;
|
|
14
|
-
input: boolean;
|
|
15
|
-
defaultValue: string;
|
|
16
|
-
}[];
|
|
17
|
-
}
|
|
18
|
-
export default _default;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
export default {
|
|
2
|
-
components: [
|
|
3
|
-
{
|
|
4
|
-
"label": "Number",
|
|
5
|
-
"applyMaskOn": "change",
|
|
6
|
-
"mask": false,
|
|
7
|
-
"tableView": false,
|
|
8
|
-
"delimiter": false,
|
|
9
|
-
"requireDecimal": false,
|
|
10
|
-
"inputFormat": "plain",
|
|
11
|
-
"truncateMultipleSpaces": false,
|
|
12
|
-
"validateWhenHidden": false,
|
|
13
|
-
"key": "number",
|
|
14
|
-
"type": "number",
|
|
15
|
-
"input": true,
|
|
16
|
-
"defaultValue": "123.23"
|
|
17
|
-
}
|
|
18
|
-
]
|
|
19
|
-
};
|
|
@@ -1,166 +0,0 @@
|
|
|
1
|
-
declare namespace _default {
|
|
2
|
-
let type: string;
|
|
3
|
-
let display: string;
|
|
4
|
-
let components: {
|
|
5
|
-
title: string;
|
|
6
|
-
breadcrumbClickable: boolean;
|
|
7
|
-
buttonSettings: {
|
|
8
|
-
previous: boolean;
|
|
9
|
-
cancel: boolean;
|
|
10
|
-
next: boolean;
|
|
11
|
-
};
|
|
12
|
-
navigateOnEnter: boolean;
|
|
13
|
-
saveOnEnter: boolean;
|
|
14
|
-
scrollToTop: boolean;
|
|
15
|
-
collapsible: boolean;
|
|
16
|
-
key: string;
|
|
17
|
-
type: string;
|
|
18
|
-
label: string;
|
|
19
|
-
components: {
|
|
20
|
-
label: string;
|
|
21
|
-
disabled: boolean;
|
|
22
|
-
alwaysEnabled: boolean;
|
|
23
|
-
tableView: boolean;
|
|
24
|
-
defaultValue: string;
|
|
25
|
-
key: string;
|
|
26
|
-
type: string;
|
|
27
|
-
input: boolean;
|
|
28
|
-
inputMask: string;
|
|
29
|
-
hideOnChildrenHidden: boolean;
|
|
30
|
-
id: string;
|
|
31
|
-
placeholder: string;
|
|
32
|
-
prefix: string;
|
|
33
|
-
customClass: string;
|
|
34
|
-
suffix: string;
|
|
35
|
-
multiple: boolean;
|
|
36
|
-
protected: boolean;
|
|
37
|
-
unique: boolean;
|
|
38
|
-
persistent: boolean;
|
|
39
|
-
hidden: boolean;
|
|
40
|
-
clearOnHide: boolean;
|
|
41
|
-
refreshOn: string;
|
|
42
|
-
redrawOn: string;
|
|
43
|
-
modalEdit: boolean;
|
|
44
|
-
dataGridLabel: boolean;
|
|
45
|
-
labelPosition: string;
|
|
46
|
-
description: string;
|
|
47
|
-
errorLabel: string;
|
|
48
|
-
tooltip: string;
|
|
49
|
-
hideLabel: boolean;
|
|
50
|
-
tabindex: string;
|
|
51
|
-
autofocus: boolean;
|
|
52
|
-
dbIndex: boolean;
|
|
53
|
-
customDefaultValue: string;
|
|
54
|
-
calculateValue: string;
|
|
55
|
-
calculateServer: boolean;
|
|
56
|
-
widget: {
|
|
57
|
-
type: string;
|
|
58
|
-
};
|
|
59
|
-
attributes: {};
|
|
60
|
-
validateOn: string;
|
|
61
|
-
validate: {
|
|
62
|
-
required: boolean;
|
|
63
|
-
custom: string;
|
|
64
|
-
customPrivate: boolean;
|
|
65
|
-
strictDateValidation: boolean;
|
|
66
|
-
multiple: boolean;
|
|
67
|
-
unique: boolean;
|
|
68
|
-
minLength: string;
|
|
69
|
-
maxLength: string;
|
|
70
|
-
pattern: string;
|
|
71
|
-
};
|
|
72
|
-
conditional: {
|
|
73
|
-
show: null;
|
|
74
|
-
when: null;
|
|
75
|
-
eq: string;
|
|
76
|
-
};
|
|
77
|
-
overlay: {
|
|
78
|
-
style: string;
|
|
79
|
-
left: string;
|
|
80
|
-
top: string;
|
|
81
|
-
width: string;
|
|
82
|
-
height: string;
|
|
83
|
-
};
|
|
84
|
-
allowCalculateOverride: boolean;
|
|
85
|
-
encrypted: boolean;
|
|
86
|
-
showCharCount: boolean;
|
|
87
|
-
showWordCount: boolean;
|
|
88
|
-
properties: {};
|
|
89
|
-
allowMultipleMasks: boolean;
|
|
90
|
-
addons: never[];
|
|
91
|
-
mask: boolean;
|
|
92
|
-
inputType: string;
|
|
93
|
-
inputFormat: string;
|
|
94
|
-
displayMask: string;
|
|
95
|
-
spellcheck: boolean;
|
|
96
|
-
truncateMultipleSpaces: boolean;
|
|
97
|
-
format: string;
|
|
98
|
-
dataFormat: string;
|
|
99
|
-
}[];
|
|
100
|
-
input: boolean;
|
|
101
|
-
tableView: boolean;
|
|
102
|
-
id: string;
|
|
103
|
-
placeholder: string;
|
|
104
|
-
prefix: string;
|
|
105
|
-
customClass: string;
|
|
106
|
-
suffix: string;
|
|
107
|
-
multiple: boolean;
|
|
108
|
-
defaultValue: null;
|
|
109
|
-
protected: boolean;
|
|
110
|
-
unique: boolean;
|
|
111
|
-
persistent: boolean;
|
|
112
|
-
hidden: boolean;
|
|
113
|
-
clearOnHide: boolean;
|
|
114
|
-
refreshOn: string;
|
|
115
|
-
redrawOn: string;
|
|
116
|
-
modalEdit: boolean;
|
|
117
|
-
dataGridLabel: boolean;
|
|
118
|
-
labelPosition: string;
|
|
119
|
-
description: string;
|
|
120
|
-
errorLabel: string;
|
|
121
|
-
tooltip: string;
|
|
122
|
-
hideLabel: boolean;
|
|
123
|
-
tabindex: string;
|
|
124
|
-
disabled: boolean;
|
|
125
|
-
autofocus: boolean;
|
|
126
|
-
dbIndex: boolean;
|
|
127
|
-
customDefaultValue: string;
|
|
128
|
-
calculateValue: string;
|
|
129
|
-
calculateServer: boolean;
|
|
130
|
-
widget: null;
|
|
131
|
-
attributes: {};
|
|
132
|
-
validateOn: string;
|
|
133
|
-
validate: {
|
|
134
|
-
required: boolean;
|
|
135
|
-
custom: string;
|
|
136
|
-
customPrivate: boolean;
|
|
137
|
-
strictDateValidation: boolean;
|
|
138
|
-
multiple: boolean;
|
|
139
|
-
unique: boolean;
|
|
140
|
-
};
|
|
141
|
-
conditional: {
|
|
142
|
-
show: null;
|
|
143
|
-
when: null;
|
|
144
|
-
eq: string;
|
|
145
|
-
};
|
|
146
|
-
overlay: {
|
|
147
|
-
style: string;
|
|
148
|
-
left: string;
|
|
149
|
-
top: string;
|
|
150
|
-
width: string;
|
|
151
|
-
height: string;
|
|
152
|
-
};
|
|
153
|
-
allowCalculateOverride: boolean;
|
|
154
|
-
encrypted: boolean;
|
|
155
|
-
showCharCount: boolean;
|
|
156
|
-
showWordCount: boolean;
|
|
157
|
-
properties: {};
|
|
158
|
-
allowMultipleMasks: boolean;
|
|
159
|
-
addons: never[];
|
|
160
|
-
tree: boolean;
|
|
161
|
-
lazyLoad: boolean;
|
|
162
|
-
theme: string;
|
|
163
|
-
breadcrumb: string;
|
|
164
|
-
}[];
|
|
165
|
-
}
|
|
166
|
-
export default _default;
|
|
@@ -1,169 +0,0 @@
|
|
|
1
|
-
export default {
|
|
2
|
-
"type": "form",
|
|
3
|
-
"display": "wizard",
|
|
4
|
-
"components": [
|
|
5
|
-
{
|
|
6
|
-
"title": "Page 1",
|
|
7
|
-
"breadcrumbClickable": true,
|
|
8
|
-
"buttonSettings": {
|
|
9
|
-
"previous": true,
|
|
10
|
-
"cancel": true,
|
|
11
|
-
"next": true
|
|
12
|
-
},
|
|
13
|
-
"navigateOnEnter": false,
|
|
14
|
-
"saveOnEnter": false,
|
|
15
|
-
"scrollToTop": false,
|
|
16
|
-
"collapsible": false,
|
|
17
|
-
"key": "page1",
|
|
18
|
-
"type": "panel",
|
|
19
|
-
"label": "Page 1",
|
|
20
|
-
"components": [
|
|
21
|
-
{
|
|
22
|
-
"label": "Time",
|
|
23
|
-
"disabled": true,
|
|
24
|
-
"alwaysEnabled": false,
|
|
25
|
-
"tableView": true,
|
|
26
|
-
"defaultValue": "03:03 PM",
|
|
27
|
-
"key": "time1",
|
|
28
|
-
"type": "time",
|
|
29
|
-
"input": true,
|
|
30
|
-
"inputMask": "99:99",
|
|
31
|
-
"hideOnChildrenHidden": false,
|
|
32
|
-
"id": "efw9yyq",
|
|
33
|
-
"placeholder": "",
|
|
34
|
-
"prefix": "",
|
|
35
|
-
"customClass": "",
|
|
36
|
-
"suffix": "",
|
|
37
|
-
"multiple": false,
|
|
38
|
-
"protected": false,
|
|
39
|
-
"unique": false,
|
|
40
|
-
"persistent": true,
|
|
41
|
-
"hidden": false,
|
|
42
|
-
"clearOnHide": true,
|
|
43
|
-
"refreshOn": "",
|
|
44
|
-
"redrawOn": "",
|
|
45
|
-
"modalEdit": false,
|
|
46
|
-
"dataGridLabel": false,
|
|
47
|
-
"labelPosition": "top",
|
|
48
|
-
"description": "",
|
|
49
|
-
"errorLabel": "",
|
|
50
|
-
"tooltip": "",
|
|
51
|
-
"hideLabel": false,
|
|
52
|
-
"tabindex": "",
|
|
53
|
-
"autofocus": false,
|
|
54
|
-
"dbIndex": false,
|
|
55
|
-
"customDefaultValue": "",
|
|
56
|
-
"calculateValue": "",
|
|
57
|
-
"calculateServer": false,
|
|
58
|
-
"widget": {
|
|
59
|
-
"type": "input"
|
|
60
|
-
},
|
|
61
|
-
"attributes": {},
|
|
62
|
-
"validateOn": "change",
|
|
63
|
-
"validate": {
|
|
64
|
-
"required": false,
|
|
65
|
-
"custom": "",
|
|
66
|
-
"customPrivate": false,
|
|
67
|
-
"strictDateValidation": false,
|
|
68
|
-
"multiple": false,
|
|
69
|
-
"unique": false,
|
|
70
|
-
"minLength": "",
|
|
71
|
-
"maxLength": "",
|
|
72
|
-
"pattern": ""
|
|
73
|
-
},
|
|
74
|
-
"conditional": {
|
|
75
|
-
"show": null,
|
|
76
|
-
"when": null,
|
|
77
|
-
"eq": ""
|
|
78
|
-
},
|
|
79
|
-
"overlay": {
|
|
80
|
-
"style": "",
|
|
81
|
-
"left": "",
|
|
82
|
-
"top": "",
|
|
83
|
-
"width": "",
|
|
84
|
-
"height": ""
|
|
85
|
-
},
|
|
86
|
-
"allowCalculateOverride": false,
|
|
87
|
-
"encrypted": false,
|
|
88
|
-
"showCharCount": false,
|
|
89
|
-
"showWordCount": false,
|
|
90
|
-
"properties": {},
|
|
91
|
-
"allowMultipleMasks": false,
|
|
92
|
-
"addons": [],
|
|
93
|
-
"mask": false,
|
|
94
|
-
"inputType": "time",
|
|
95
|
-
"inputFormat": "plain",
|
|
96
|
-
"displayMask": "",
|
|
97
|
-
"spellcheck": true,
|
|
98
|
-
"truncateMultipleSpaces": false,
|
|
99
|
-
"format": "HH:mm",
|
|
100
|
-
"dataFormat": "HH:mm:ss"
|
|
101
|
-
}
|
|
102
|
-
],
|
|
103
|
-
"input": false,
|
|
104
|
-
"tableView": false,
|
|
105
|
-
"id": "e7vej1d",
|
|
106
|
-
"placeholder": "",
|
|
107
|
-
"prefix": "",
|
|
108
|
-
"customClass": "",
|
|
109
|
-
"suffix": "",
|
|
110
|
-
"multiple": false,
|
|
111
|
-
"defaultValue": null,
|
|
112
|
-
"protected": false,
|
|
113
|
-
"unique": false,
|
|
114
|
-
"persistent": false,
|
|
115
|
-
"hidden": false,
|
|
116
|
-
"clearOnHide": false,
|
|
117
|
-
"refreshOn": "",
|
|
118
|
-
"redrawOn": "",
|
|
119
|
-
"modalEdit": false,
|
|
120
|
-
"dataGridLabel": false,
|
|
121
|
-
"labelPosition": "top",
|
|
122
|
-
"description": "",
|
|
123
|
-
"errorLabel": "",
|
|
124
|
-
"tooltip": "",
|
|
125
|
-
"hideLabel": false,
|
|
126
|
-
"tabindex": "",
|
|
127
|
-
"disabled": false,
|
|
128
|
-
"autofocus": false,
|
|
129
|
-
"dbIndex": false,
|
|
130
|
-
"customDefaultValue": "",
|
|
131
|
-
"calculateValue": "",
|
|
132
|
-
"calculateServer": false,
|
|
133
|
-
"widget": null,
|
|
134
|
-
"attributes": {},
|
|
135
|
-
"validateOn": "change",
|
|
136
|
-
"validate": {
|
|
137
|
-
"required": false,
|
|
138
|
-
"custom": "",
|
|
139
|
-
"customPrivate": false,
|
|
140
|
-
"strictDateValidation": false,
|
|
141
|
-
"multiple": false,
|
|
142
|
-
"unique": false
|
|
143
|
-
},
|
|
144
|
-
"conditional": {
|
|
145
|
-
"show": null,
|
|
146
|
-
"when": null,
|
|
147
|
-
"eq": ""
|
|
148
|
-
},
|
|
149
|
-
"overlay": {
|
|
150
|
-
"style": "",
|
|
151
|
-
"left": "",
|
|
152
|
-
"top": "",
|
|
153
|
-
"width": "",
|
|
154
|
-
"height": ""
|
|
155
|
-
},
|
|
156
|
-
"allowCalculateOverride": false,
|
|
157
|
-
"encrypted": false,
|
|
158
|
-
"showCharCount": false,
|
|
159
|
-
"showWordCount": false,
|
|
160
|
-
"properties": {},
|
|
161
|
-
"allowMultipleMasks": false,
|
|
162
|
-
"addons": [],
|
|
163
|
-
"tree": false,
|
|
164
|
-
"lazyLoad": false,
|
|
165
|
-
"theme": "default",
|
|
166
|
-
"breadcrumb": "default"
|
|
167
|
-
}
|
|
168
|
-
],
|
|
169
|
-
};
|