@tsed/tailwind-formio 2.0.2 → 2.0.3
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/tailwind.js +1 -1
- package/lib/index.js +3 -5
- package/lib/templates/index.js +3 -5
- package/lib/templates/stories/alert.stories.js +23 -0
- package/lib/templates/stories/badge.stories.js +23 -0
- package/lib/templates/stories/breadcrumbs.stories.js +37 -0
- package/lib/templates/stories/builder.stories.js +1905 -0
- package/lib/templates/stories/pagination.stories.js +20 -0
- package/lib/templates/stories/progress.stories.js +20 -0
- package/lib/templates/stories/wizard.stories.js +1905 -0
- package/lib/templates/tailwind/address/index.js +2 -4
- package/lib/templates/tailwind/alert/index.js +2 -4
- package/lib/templates/tailwind/builder/index.js +2 -4
- package/lib/templates/tailwind/builderComponent/index.js +2 -4
- package/lib/templates/tailwind/builderComponents/index.js +2 -4
- package/lib/templates/tailwind/builderEditForm/index.js +2 -4
- package/lib/templates/tailwind/builderPlaceholder/index.js +2 -4
- package/lib/templates/tailwind/builderSidebar/index.js +2 -4
- package/lib/templates/tailwind/builderSidebarGroup/index.js +2 -4
- package/lib/templates/tailwind/builderWizard/index.js +2 -4
- package/lib/templates/tailwind/button/button.stories.js +36 -0
- package/lib/templates/tailwind/button/index.js +3 -5
- package/lib/templates/tailwind/checkbox/index.js +3 -5
- package/lib/templates/tailwind/columns/index.js +2 -4
- package/lib/templates/tailwind/component/index.js +2 -4
- package/lib/templates/tailwind/componentModal/index.js +2 -4
- package/lib/templates/tailwind/components/index.js +2 -4
- package/lib/templates/tailwind/container/index.js +2 -4
- package/lib/templates/tailwind/cssClasses.js +1 -3
- package/lib/templates/tailwind/datagrid/index.js +3 -5
- package/lib/templates/tailwind/day/index.js +2 -4
- package/lib/templates/tailwind/dialog/index.js +2 -4
- package/lib/templates/tailwind/editgrid/index.js +3 -5
- package/lib/templates/tailwind/editgridTable/index.js +3 -5
- package/lib/templates/tailwind/errorsList/index.js +2 -4
- package/lib/templates/tailwind/field/index.js +3 -5
- package/lib/templates/tailwind/fieldset/index.js +2 -4
- package/lib/templates/tailwind/file/index.js +2 -4
- package/lib/templates/tailwind/html/index.js +2 -4
- package/lib/templates/tailwind/icon/index.js +2 -4
- package/lib/templates/tailwind/iconClass.js +9 -12
- package/lib/templates/tailwind/index.js +133 -140
- package/lib/templates/tailwind/input/index.js +3 -5
- package/lib/templates/tailwind/label/index.js +2 -4
- package/lib/templates/tailwind/loader/index.js +2 -4
- package/lib/templates/tailwind/loading/index.js +2 -4
- package/lib/templates/tailwind/map/index.js +2 -4
- package/lib/templates/tailwind/message/index.js +2 -4
- package/lib/templates/tailwind/modalPreview/index.js +2 -4
- package/lib/templates/tailwind/modaldialog/index.js +2 -4
- package/lib/templates/tailwind/modaledit/index.js +2 -4
- package/lib/templates/tailwind/multiValueRow/index.js +2 -4
- package/lib/templates/tailwind/multiValueTable/index.js +2 -4
- package/lib/templates/tailwind/multipleMasksInput/index.js +2 -4
- package/lib/templates/tailwind/panel/index.js +2 -4
- package/lib/templates/tailwind/pdf/index.js +2 -4
- package/lib/templates/tailwind/pdfBuilder/index.js +2 -4
- package/lib/templates/tailwind/pdfBuilderUpload/index.js +2 -4
- package/lib/templates/tailwind/radio/index.js +3 -5
- package/lib/templates/tailwind/resourceAdd/index.js +2 -4
- package/lib/templates/tailwind/select/index.js +3 -5
- package/lib/templates/tailwind/selectOption/index.js +3 -5
- package/lib/templates/tailwind/signature/index.js +3 -5
- package/lib/templates/tailwind/survey/index.js +3 -5
- package/lib/templates/tailwind/tab/index.js +3 -5
- package/lib/templates/tailwind/table/index.js +2 -4
- package/lib/templates/tailwind/tableComponents/index.js +2 -4
- package/lib/templates/tailwind/tree/index.js +2 -4
- package/lib/templates/tailwind/tree/partials/index.js +5 -7
- package/lib/templates/tailwind/webform/index.js +3 -5
- package/lib/templates/tailwind/well/index.js +2 -4
- package/lib/templates/tailwind/wizard/index.js +3 -5
- package/lib/templates/tailwind/wizardHeader/index.js +2 -4
- package/lib/templates/tailwind/wizardHeaderClassic/index.js +2 -4
- package/lib/templates/tailwind/wizardHeaderVertical/index.js +2 -4
- package/lib/templates/tailwind/wizardNav/index.js +2 -4
- package/package.json +11 -5
- package/styles/checkbox.css +2 -2
- package/styles/form.css +1 -1
- package/tsconfig.json +8 -19
- package/tsconfig.node.json +8 -0
- package/lib/index.d.ts +0 -221
- package/lib/templates/index.d.ts +0 -218
- package/lib/templates/tailwind/address/index.d.ts +0 -4
- package/lib/templates/tailwind/alert/index.d.ts +0 -6
- package/lib/templates/tailwind/builder/index.d.ts +0 -4
- package/lib/templates/tailwind/builderComponent/index.d.ts +0 -4
- package/lib/templates/tailwind/builderComponents/index.d.ts +0 -4
- package/lib/templates/tailwind/builderEditForm/index.d.ts +0 -4
- package/lib/templates/tailwind/builderPlaceholder/index.d.ts +0 -4
- package/lib/templates/tailwind/builderSidebar/index.d.ts +0 -4
- package/lib/templates/tailwind/builderSidebarGroup/index.d.ts +0 -4
- package/lib/templates/tailwind/builderWizard/index.d.ts +0 -4
- package/lib/templates/tailwind/button/index.d.ts +0 -5
- package/lib/templates/tailwind/checkbox/index.d.ts +0 -5
- package/lib/templates/tailwind/columns/index.d.ts +0 -4
- package/lib/templates/tailwind/component/index.d.ts +0 -4
- package/lib/templates/tailwind/componentModal/index.d.ts +0 -4
- package/lib/templates/tailwind/components/index.d.ts +0 -4
- package/lib/templates/tailwind/container/index.d.ts +0 -4
- package/lib/templates/tailwind/cssClasses.d.ts +0 -7
- package/lib/templates/tailwind/datagrid/index.d.ts +0 -5
- package/lib/templates/tailwind/day/index.d.ts +0 -4
- package/lib/templates/tailwind/dialog/index.d.ts +0 -4
- package/lib/templates/tailwind/editgrid/index.d.ts +0 -5
- package/lib/templates/tailwind/editgridTable/index.d.ts +0 -5
- package/lib/templates/tailwind/errorsList/index.d.ts +0 -4
- package/lib/templates/tailwind/field/index.d.ts +0 -5
- package/lib/templates/tailwind/fieldset/index.d.ts +0 -4
- package/lib/templates/tailwind/file/index.d.ts +0 -4
- package/lib/templates/tailwind/html/index.d.ts +0 -4
- package/lib/templates/tailwind/icon/index.d.ts +0 -4
- package/lib/templates/tailwind/iconClass.d.ts +0 -3
- package/lib/templates/tailwind/index.d.ts +0 -216
- package/lib/templates/tailwind/input/index.d.ts +0 -5
- package/lib/templates/tailwind/label/index.d.ts +0 -4
- package/lib/templates/tailwind/loader/index.d.ts +0 -4
- package/lib/templates/tailwind/loading/index.d.ts +0 -4
- package/lib/templates/tailwind/map/index.d.ts +0 -4
- package/lib/templates/tailwind/message/index.d.ts +0 -4
- package/lib/templates/tailwind/modalPreview/index.d.ts +0 -4
- package/lib/templates/tailwind/modaldialog/index.d.ts +0 -4
- package/lib/templates/tailwind/modaledit/index.d.ts +0 -4
- package/lib/templates/tailwind/multiValueRow/index.d.ts +0 -4
- package/lib/templates/tailwind/multiValueTable/index.d.ts +0 -4
- package/lib/templates/tailwind/multipleMasksInput/index.d.ts +0 -4
- package/lib/templates/tailwind/panel/index.d.ts +0 -4
- package/lib/templates/tailwind/pdf/index.d.ts +0 -4
- package/lib/templates/tailwind/pdfBuilder/index.d.ts +0 -4
- package/lib/templates/tailwind/pdfBuilderUpload/index.d.ts +0 -4
- package/lib/templates/tailwind/radio/index.d.ts +0 -5
- package/lib/templates/tailwind/resourceAdd/index.d.ts +0 -4
- package/lib/templates/tailwind/select/index.d.ts +0 -5
- package/lib/templates/tailwind/selectOption/index.d.ts +0 -5
- package/lib/templates/tailwind/signature/index.d.ts +0 -5
- package/lib/templates/tailwind/survey/index.d.ts +0 -5
- package/lib/templates/tailwind/tab/index.d.ts +0 -5
- package/lib/templates/tailwind/table/index.d.ts +0 -4
- package/lib/templates/tailwind/tableComponents/index.d.ts +0 -4
- package/lib/templates/tailwind/tree/index.d.ts +0 -4
- package/lib/templates/tailwind/tree/partials/index.d.ts +0 -9
- package/lib/templates/tailwind/webform/index.d.ts +0 -5
- package/lib/templates/tailwind/well/index.d.ts +0 -4
- package/lib/templates/tailwind/wizard/index.d.ts +0 -5
- package/lib/templates/tailwind/wizardHeader/index.d.ts +0 -4
- package/lib/templates/tailwind/wizardHeaderClassic/index.d.ts +0 -4
- package/lib/templates/tailwind/wizardHeaderVertical/index.d.ts +0 -4
- package/lib/templates/tailwind/wizardNav/index.d.ts +0 -4
- /package/src/templates/tailwind/button/{button.stories.js → button.stories.jsx} +0 -0
package/lib/templates/index.d.ts
DELETED
|
@@ -1,218 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
tailwind: {
|
|
3
|
-
webform: {
|
|
4
|
-
form: string;
|
|
5
|
-
builder: string;
|
|
6
|
-
};
|
|
7
|
-
well: {
|
|
8
|
-
form: string;
|
|
9
|
-
};
|
|
10
|
-
wizard: {
|
|
11
|
-
form: string;
|
|
12
|
-
builder: string;
|
|
13
|
-
};
|
|
14
|
-
wizardHeader: {
|
|
15
|
-
form: string;
|
|
16
|
-
};
|
|
17
|
-
wizardHeaderClassic: {
|
|
18
|
-
form: string;
|
|
19
|
-
};
|
|
20
|
-
wizardHeaderVertical: {
|
|
21
|
-
form: string;
|
|
22
|
-
};
|
|
23
|
-
wizardNav: {
|
|
24
|
-
form: string;
|
|
25
|
-
};
|
|
26
|
-
errorsList: {
|
|
27
|
-
form: string;
|
|
28
|
-
};
|
|
29
|
-
alert: {
|
|
30
|
-
form: string;
|
|
31
|
-
};
|
|
32
|
-
treeView: {
|
|
33
|
-
form: string;
|
|
34
|
-
};
|
|
35
|
-
treeEdit: {
|
|
36
|
-
form: string;
|
|
37
|
-
};
|
|
38
|
-
transform(type: string, text: string): any;
|
|
39
|
-
defaultIconset: string;
|
|
40
|
-
iconClass: (iconset: string, name: string, spinning?: boolean) => string;
|
|
41
|
-
cssClasses: {
|
|
42
|
-
"border-default": string;
|
|
43
|
-
"formio-tab-panel-active": string;
|
|
44
|
-
"formio-tab-link-active": string;
|
|
45
|
-
"formio-tab-link-container-active": string;
|
|
46
|
-
};
|
|
47
|
-
address: {
|
|
48
|
-
form: string;
|
|
49
|
-
};
|
|
50
|
-
builder: {
|
|
51
|
-
form: string;
|
|
52
|
-
};
|
|
53
|
-
builderComponent: {
|
|
54
|
-
form: string;
|
|
55
|
-
};
|
|
56
|
-
builderComponents: {
|
|
57
|
-
form: string;
|
|
58
|
-
};
|
|
59
|
-
builderEditForm: {
|
|
60
|
-
form: string;
|
|
61
|
-
};
|
|
62
|
-
builderPlaceholder: {
|
|
63
|
-
form: string;
|
|
64
|
-
};
|
|
65
|
-
builderSidebar: {
|
|
66
|
-
form: string;
|
|
67
|
-
};
|
|
68
|
-
builderSidebarGroup: {
|
|
69
|
-
form: string;
|
|
70
|
-
};
|
|
71
|
-
builderWizard: {
|
|
72
|
-
form: string;
|
|
73
|
-
};
|
|
74
|
-
button: {
|
|
75
|
-
form: string;
|
|
76
|
-
html: string;
|
|
77
|
-
};
|
|
78
|
-
checkbox: {
|
|
79
|
-
form: string;
|
|
80
|
-
html: string;
|
|
81
|
-
};
|
|
82
|
-
columns: {
|
|
83
|
-
form: string;
|
|
84
|
-
};
|
|
85
|
-
component: {
|
|
86
|
-
form: string;
|
|
87
|
-
};
|
|
88
|
-
componentModal: {
|
|
89
|
-
form: string;
|
|
90
|
-
};
|
|
91
|
-
components: {
|
|
92
|
-
form: string;
|
|
93
|
-
};
|
|
94
|
-
tableComponents: {
|
|
95
|
-
form: string;
|
|
96
|
-
};
|
|
97
|
-
container: {
|
|
98
|
-
form: string;
|
|
99
|
-
};
|
|
100
|
-
datagrid: {
|
|
101
|
-
form: string;
|
|
102
|
-
html: string;
|
|
103
|
-
};
|
|
104
|
-
day: {
|
|
105
|
-
form: string;
|
|
106
|
-
};
|
|
107
|
-
dialog: {
|
|
108
|
-
form: string;
|
|
109
|
-
};
|
|
110
|
-
editgrid: {
|
|
111
|
-
form: string;
|
|
112
|
-
html: string;
|
|
113
|
-
};
|
|
114
|
-
editgridTable: {
|
|
115
|
-
form: string;
|
|
116
|
-
html: string;
|
|
117
|
-
};
|
|
118
|
-
field: {
|
|
119
|
-
form: string;
|
|
120
|
-
align: string;
|
|
121
|
-
};
|
|
122
|
-
fieldset: {
|
|
123
|
-
form: string;
|
|
124
|
-
};
|
|
125
|
-
file: {
|
|
126
|
-
form: string;
|
|
127
|
-
};
|
|
128
|
-
html: {
|
|
129
|
-
form: string;
|
|
130
|
-
};
|
|
131
|
-
icon: {
|
|
132
|
-
form: string;
|
|
133
|
-
};
|
|
134
|
-
input: {
|
|
135
|
-
form: string;
|
|
136
|
-
html: string;
|
|
137
|
-
};
|
|
138
|
-
label: {
|
|
139
|
-
form: string;
|
|
140
|
-
};
|
|
141
|
-
loader: {
|
|
142
|
-
form: string;
|
|
143
|
-
};
|
|
144
|
-
loading: {
|
|
145
|
-
form: string;
|
|
146
|
-
};
|
|
147
|
-
map: {
|
|
148
|
-
form: string;
|
|
149
|
-
};
|
|
150
|
-
message: {
|
|
151
|
-
form: string;
|
|
152
|
-
};
|
|
153
|
-
modaledit: {
|
|
154
|
-
form: string;
|
|
155
|
-
};
|
|
156
|
-
modaldialog: {
|
|
157
|
-
form: string;
|
|
158
|
-
};
|
|
159
|
-
modalPreview: {
|
|
160
|
-
form: string;
|
|
161
|
-
};
|
|
162
|
-
multipleMasksInput: {
|
|
163
|
-
form: string;
|
|
164
|
-
};
|
|
165
|
-
multiValueRow: {
|
|
166
|
-
form: string;
|
|
167
|
-
};
|
|
168
|
-
multiValueTable: {
|
|
169
|
-
form: string;
|
|
170
|
-
};
|
|
171
|
-
panel: {
|
|
172
|
-
form: string;
|
|
173
|
-
};
|
|
174
|
-
pdf: {
|
|
175
|
-
form: string;
|
|
176
|
-
};
|
|
177
|
-
pdfBuilder: {
|
|
178
|
-
form: string;
|
|
179
|
-
};
|
|
180
|
-
pdfBuilderUpload: {
|
|
181
|
-
form: string;
|
|
182
|
-
};
|
|
183
|
-
radio: {
|
|
184
|
-
form: string;
|
|
185
|
-
html: string;
|
|
186
|
-
};
|
|
187
|
-
resourceAdd: {
|
|
188
|
-
form: string;
|
|
189
|
-
};
|
|
190
|
-
select: {
|
|
191
|
-
form: string;
|
|
192
|
-
html: string;
|
|
193
|
-
};
|
|
194
|
-
selectOption: {
|
|
195
|
-
form: string;
|
|
196
|
-
html: string;
|
|
197
|
-
};
|
|
198
|
-
signature: {
|
|
199
|
-
form: string;
|
|
200
|
-
html: string;
|
|
201
|
-
};
|
|
202
|
-
survey: {
|
|
203
|
-
form: string;
|
|
204
|
-
html: string;
|
|
205
|
-
};
|
|
206
|
-
tab: {
|
|
207
|
-
flat: string;
|
|
208
|
-
form: string;
|
|
209
|
-
};
|
|
210
|
-
table: {
|
|
211
|
-
form: string;
|
|
212
|
-
};
|
|
213
|
-
tree: {
|
|
214
|
-
form: string;
|
|
215
|
-
};
|
|
216
|
-
};
|
|
217
|
-
};
|
|
218
|
-
export default _default;
|
|
@@ -1,216 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
webform: {
|
|
3
|
-
form: string;
|
|
4
|
-
builder: string;
|
|
5
|
-
};
|
|
6
|
-
well: {
|
|
7
|
-
form: string;
|
|
8
|
-
};
|
|
9
|
-
wizard: {
|
|
10
|
-
form: string;
|
|
11
|
-
builder: string;
|
|
12
|
-
};
|
|
13
|
-
wizardHeader: {
|
|
14
|
-
form: string;
|
|
15
|
-
};
|
|
16
|
-
wizardHeaderClassic: {
|
|
17
|
-
form: string;
|
|
18
|
-
};
|
|
19
|
-
wizardHeaderVertical: {
|
|
20
|
-
form: string;
|
|
21
|
-
};
|
|
22
|
-
wizardNav: {
|
|
23
|
-
form: string;
|
|
24
|
-
};
|
|
25
|
-
errorsList: {
|
|
26
|
-
form: string;
|
|
27
|
-
};
|
|
28
|
-
alert: {
|
|
29
|
-
form: string;
|
|
30
|
-
};
|
|
31
|
-
treeView: {
|
|
32
|
-
form: string;
|
|
33
|
-
};
|
|
34
|
-
treeEdit: {
|
|
35
|
-
form: string;
|
|
36
|
-
};
|
|
37
|
-
transform(type: string, text: string): any;
|
|
38
|
-
defaultIconset: string;
|
|
39
|
-
iconClass: (iconset: string, name: string, spinning?: boolean) => string;
|
|
40
|
-
cssClasses: {
|
|
41
|
-
"border-default": string;
|
|
42
|
-
"formio-tab-panel-active": string;
|
|
43
|
-
"formio-tab-link-active": string;
|
|
44
|
-
"formio-tab-link-container-active": string;
|
|
45
|
-
};
|
|
46
|
-
address: {
|
|
47
|
-
form: string;
|
|
48
|
-
};
|
|
49
|
-
builder: {
|
|
50
|
-
form: string;
|
|
51
|
-
};
|
|
52
|
-
builderComponent: {
|
|
53
|
-
form: string;
|
|
54
|
-
};
|
|
55
|
-
builderComponents: {
|
|
56
|
-
form: string;
|
|
57
|
-
};
|
|
58
|
-
builderEditForm: {
|
|
59
|
-
form: string;
|
|
60
|
-
};
|
|
61
|
-
builderPlaceholder: {
|
|
62
|
-
form: string;
|
|
63
|
-
};
|
|
64
|
-
builderSidebar: {
|
|
65
|
-
form: string;
|
|
66
|
-
};
|
|
67
|
-
builderSidebarGroup: {
|
|
68
|
-
form: string;
|
|
69
|
-
};
|
|
70
|
-
builderWizard: {
|
|
71
|
-
form: string;
|
|
72
|
-
};
|
|
73
|
-
button: {
|
|
74
|
-
form: string;
|
|
75
|
-
html: string;
|
|
76
|
-
};
|
|
77
|
-
checkbox: {
|
|
78
|
-
form: string;
|
|
79
|
-
html: string;
|
|
80
|
-
};
|
|
81
|
-
columns: {
|
|
82
|
-
form: string;
|
|
83
|
-
};
|
|
84
|
-
component: {
|
|
85
|
-
form: string;
|
|
86
|
-
};
|
|
87
|
-
componentModal: {
|
|
88
|
-
form: string;
|
|
89
|
-
};
|
|
90
|
-
components: {
|
|
91
|
-
form: string;
|
|
92
|
-
};
|
|
93
|
-
tableComponents: {
|
|
94
|
-
form: string;
|
|
95
|
-
};
|
|
96
|
-
container: {
|
|
97
|
-
form: string;
|
|
98
|
-
};
|
|
99
|
-
datagrid: {
|
|
100
|
-
form: string;
|
|
101
|
-
html: string;
|
|
102
|
-
};
|
|
103
|
-
day: {
|
|
104
|
-
form: string;
|
|
105
|
-
};
|
|
106
|
-
dialog: {
|
|
107
|
-
form: string;
|
|
108
|
-
};
|
|
109
|
-
editgrid: {
|
|
110
|
-
form: string;
|
|
111
|
-
html: string;
|
|
112
|
-
};
|
|
113
|
-
editgridTable: {
|
|
114
|
-
form: string;
|
|
115
|
-
html: string;
|
|
116
|
-
};
|
|
117
|
-
field: {
|
|
118
|
-
form: string;
|
|
119
|
-
align: string;
|
|
120
|
-
};
|
|
121
|
-
fieldset: {
|
|
122
|
-
form: string;
|
|
123
|
-
};
|
|
124
|
-
file: {
|
|
125
|
-
form: string;
|
|
126
|
-
};
|
|
127
|
-
html: {
|
|
128
|
-
form: string;
|
|
129
|
-
};
|
|
130
|
-
icon: {
|
|
131
|
-
form: string;
|
|
132
|
-
};
|
|
133
|
-
input: {
|
|
134
|
-
form: string;
|
|
135
|
-
html: string;
|
|
136
|
-
};
|
|
137
|
-
label: {
|
|
138
|
-
form: string;
|
|
139
|
-
};
|
|
140
|
-
loader: {
|
|
141
|
-
form: string;
|
|
142
|
-
};
|
|
143
|
-
loading: {
|
|
144
|
-
form: string;
|
|
145
|
-
};
|
|
146
|
-
map: {
|
|
147
|
-
form: string;
|
|
148
|
-
};
|
|
149
|
-
message: {
|
|
150
|
-
form: string;
|
|
151
|
-
};
|
|
152
|
-
modaledit: {
|
|
153
|
-
form: string;
|
|
154
|
-
};
|
|
155
|
-
modaldialog: {
|
|
156
|
-
form: string;
|
|
157
|
-
};
|
|
158
|
-
modalPreview: {
|
|
159
|
-
form: string;
|
|
160
|
-
};
|
|
161
|
-
multipleMasksInput: {
|
|
162
|
-
form: string;
|
|
163
|
-
};
|
|
164
|
-
multiValueRow: {
|
|
165
|
-
form: string;
|
|
166
|
-
};
|
|
167
|
-
multiValueTable: {
|
|
168
|
-
form: string;
|
|
169
|
-
};
|
|
170
|
-
panel: {
|
|
171
|
-
form: string;
|
|
172
|
-
};
|
|
173
|
-
pdf: {
|
|
174
|
-
form: string;
|
|
175
|
-
};
|
|
176
|
-
pdfBuilder: {
|
|
177
|
-
form: string;
|
|
178
|
-
};
|
|
179
|
-
pdfBuilderUpload: {
|
|
180
|
-
form: string;
|
|
181
|
-
};
|
|
182
|
-
radio: {
|
|
183
|
-
form: string;
|
|
184
|
-
html: string;
|
|
185
|
-
};
|
|
186
|
-
resourceAdd: {
|
|
187
|
-
form: string;
|
|
188
|
-
};
|
|
189
|
-
select: {
|
|
190
|
-
form: string;
|
|
191
|
-
html: string;
|
|
192
|
-
};
|
|
193
|
-
selectOption: {
|
|
194
|
-
form: string;
|
|
195
|
-
html: string;
|
|
196
|
-
};
|
|
197
|
-
signature: {
|
|
198
|
-
form: string;
|
|
199
|
-
html: string;
|
|
200
|
-
};
|
|
201
|
-
survey: {
|
|
202
|
-
form: string;
|
|
203
|
-
html: string;
|
|
204
|
-
};
|
|
205
|
-
tab: {
|
|
206
|
-
flat: string;
|
|
207
|
-
form: string;
|
|
208
|
-
};
|
|
209
|
-
table: {
|
|
210
|
-
form: string;
|
|
211
|
-
};
|
|
212
|
-
tree: {
|
|
213
|
-
form: string;
|
|
214
|
-
};
|
|
215
|
-
};
|
|
216
|
-
export default _default;
|