@tsed/tailwind-formio 2.1.2 → 2.2.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/dist/index.js +148 -148
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +149 -149
- package/dist/index.modern.js.map +1 -1
- package/dist/templates/stories/alert.stories.d.ts +2 -1
- package/dist/templates/stories/badge.stories.d.ts +2 -1
- package/dist/templates/stories/breadcrumbs.stories.d.ts +2 -1
- package/dist/templates/stories/builder.stories.d.ts +3 -2
- package/dist/templates/stories/pagination.stories.d.ts +2 -1
- package/dist/templates/stories/progress.stories.d.ts +2 -1
- package/dist/templates/stories/wizard.stories.d.ts +3 -2
- package/dist/templates/tailwind/button/button.stories.d.ts +3 -2
- package/dist/templates/tailwind/iconClass.d.ts +1 -1
- package/package.json +4 -29
- package/readme.md +17 -0
- package/styles/button.css +1 -1
- package/styles/nav.css +2 -2
- package/webpack.config.js +0 -14
package/dist/index.modern.js
CHANGED
|
@@ -13,7 +13,7 @@ function _extends() {
|
|
|
13
13
|
return _extends.apply(this, arguments);
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
-
function form (ctx) {
|
|
16
|
+
function form$Y (ctx) {
|
|
17
17
|
var __t,
|
|
18
18
|
__p = '';
|
|
19
19
|
if (ctx.mode.autocomplete) {
|
|
@@ -48,10 +48,10 @@ function form (ctx) {
|
|
|
48
48
|
}
|
|
49
49
|
|
|
50
50
|
var address = {
|
|
51
|
-
form
|
|
51
|
+
form: form$Y
|
|
52
52
|
};
|
|
53
53
|
|
|
54
|
-
function form$
|
|
54
|
+
function form$X (ctx) {
|
|
55
55
|
var __t,
|
|
56
56
|
__p = '';
|
|
57
57
|
__p += '<div\n ';
|
|
@@ -67,21 +67,21 @@ function form$1 (ctx) {
|
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
var alert = {
|
|
70
|
-
form: form$
|
|
70
|
+
form: form$X
|
|
71
71
|
};
|
|
72
72
|
|
|
73
|
-
function form$
|
|
73
|
+
function form$W (ctx) {
|
|
74
74
|
var __t,
|
|
75
75
|
__p = '';
|
|
76
76
|
__p += '<div class="formio builder grid grid-cols-12 gap-4 formbuilder">\n <div class="col-span-12 xs:col-span-4 sm:col-span-3 md:col-span-2 formcomponents">\n ' + ((__t = ctx.sidebar) == null ? '' : __t) + '\n </div>\n <div class="col-span-12 xs:col-span-8 sm:col-span-9 md:col-span-10 formarea" ref="form">\n ' + ((__t = ctx.form) == null ? '' : __t) + '\n </div>\n</div>\n';
|
|
77
77
|
return __p;
|
|
78
78
|
}
|
|
79
79
|
|
|
80
|
-
var builder = {
|
|
81
|
-
form: form$
|
|
80
|
+
var builder$2 = {
|
|
81
|
+
form: form$W
|
|
82
82
|
};
|
|
83
83
|
|
|
84
|
-
function form$
|
|
84
|
+
function form$V (ctx) {
|
|
85
85
|
var __t,
|
|
86
86
|
__p = '';
|
|
87
87
|
__p += '<div class="builder-component" ref="dragComponent">\n ';
|
|
@@ -93,10 +93,10 @@ function form$3 (ctx) {
|
|
|
93
93
|
}
|
|
94
94
|
|
|
95
95
|
var builderComponent = {
|
|
96
|
-
form: form$
|
|
96
|
+
form: form$V
|
|
97
97
|
};
|
|
98
98
|
|
|
99
|
-
function form$
|
|
99
|
+
function form$U (ctx) {
|
|
100
100
|
var __t,
|
|
101
101
|
__p = '';
|
|
102
102
|
__p += '<div class="builder-components drag-container formio-builder-' + ((__t = ctx.type) == null ? '' : __t) + '" ref="' + ((__t = ctx.key) == null ? '' : __t) + '-container">\n ' + ((__t = ctx.html) == null ? '' : __t) + '\n</div>\n';
|
|
@@ -104,10 +104,10 @@ function form$4 (ctx) {
|
|
|
104
104
|
}
|
|
105
105
|
|
|
106
106
|
var builderComponents = {
|
|
107
|
-
form: form$
|
|
107
|
+
form: form$U
|
|
108
108
|
};
|
|
109
109
|
|
|
110
|
-
function form$
|
|
110
|
+
function form$T (ctx) {
|
|
111
111
|
var __t,
|
|
112
112
|
__p = '';
|
|
113
113
|
__p += '<div class="flex flex-col w-full h-full">\n <div>\n <div class="grid grid-cols-12 gap-4">\n <div class="col-span-6">\n <div class="text-md px-3 py-3">\n ' + ((__t = ctx.t(ctx.componentInfo.title, {
|
|
@@ -135,10 +135,10 @@ function form$5 (ctx) {
|
|
|
135
135
|
}
|
|
136
136
|
|
|
137
137
|
var builderEditForm = {
|
|
138
|
-
form: form$
|
|
138
|
+
form: form$T
|
|
139
139
|
};
|
|
140
140
|
|
|
141
|
-
function form$
|
|
141
|
+
function form$S (ctx) {
|
|
142
142
|
var __t,
|
|
143
143
|
__p = '';
|
|
144
144
|
__p += '<div\n class="drag-and-drop-alert alert alert-info no-drag"\n style="text-align:center;"\n role="alert"\n data-noattach="true"\n data-position="' + ((__t = ctx.position) == null ? '' : __t) + '"\n>\n ' + ((__t = ctx.t('Drag and Drop a form component')) == null ? '' : __t) + '\n</div>\n';
|
|
@@ -146,10 +146,10 @@ function form$6 (ctx) {
|
|
|
146
146
|
}
|
|
147
147
|
|
|
148
148
|
var builderPlaceholder = {
|
|
149
|
-
form: form$
|
|
149
|
+
form: form$S
|
|
150
150
|
};
|
|
151
151
|
|
|
152
|
-
function form$
|
|
152
|
+
function form$R (ctx) {
|
|
153
153
|
var __t,
|
|
154
154
|
__p = '';
|
|
155
155
|
__p += '<div id="' + ((__t = ctx.groupId) == null ? '' : __t) + '" class="accordion builder-sidebar' + ((__t = ctx.scrollEnabled ? ' builder-sidebar_scroll' : '') == null ? '' : __t) + '" ref="sidebar">\n <input class="form-control builder-sidebar_search" type="search" ref="sidebar-search" placeholder="Search field(s)" />\n <div ref="sidebar-groups">\n ';
|
|
@@ -161,10 +161,10 @@ function form$7 (ctx) {
|
|
|
161
161
|
}
|
|
162
162
|
|
|
163
163
|
var builderSidebar = {
|
|
164
|
-
form: form$
|
|
164
|
+
form: form$R
|
|
165
165
|
};
|
|
166
166
|
|
|
167
|
-
function form$
|
|
167
|
+
function form$Q (ctx) {
|
|
168
168
|
var __t,
|
|
169
169
|
__p = '';
|
|
170
170
|
__p += '<div class="card form-builder-panel" ref="group-panel-' + ((__t = ctx.groupKey) == null ? '' : __t) + '">\n <div class="card-header form-builder-group-header" id="heading-' + ((__t = ctx.groupKey) == null ? '' : __t) + '">\n <h5 class="mb-0 mt-0">\n <button\n class="btn btn-block builder-group-button"\n type="button"\n data-toggle="collapse"\n data-target="#group-' + ((__t = ctx.groupKey) == null ? '' : __t) + '"\n data-parent="#' + ((__t = ctx.groupId) == null ? '' : __t) + '"\n aria-expanded="' + ((__t = ctx.group.default) == null ? '' : __t) + '"\n aria-controls="group-' + ((__t = ctx.groupKey) == null ? '' : __t) + '"\n ref="sidebar-anchor"\n >\n ' + ((__t = ctx.t(ctx.group.title)) == null ? '' : __t) + '\n </button>\n </h5>\n </div>\n <div\n id="group-' + ((__t = ctx.groupKey) == null ? '' : __t) + '"\n class="collapse ' + ((__t = ctx.group.default ? ' show' : '') == null ? '' : __t) + '"\n data-parent="#' + ((__t = ctx.groupId) == null ? '' : __t) + '"\n data-default="' + ((__t = ctx.group.default) == null ? '' : __t) + '"\n aria-labelledby="heading-' + ((__t = ctx.groupKey) == null ? '' : __t) + '"\n ref="sidebar-group"\n >\n <div id="group-container-' + ((__t = ctx.groupKey) == null ? '' : __t) + '" class="card-body no-drop p-2" ref="sidebar-container">\n ';
|
|
@@ -188,10 +188,10 @@ function form$8 (ctx) {
|
|
|
188
188
|
}
|
|
189
189
|
|
|
190
190
|
var builderSidebarGroup = {
|
|
191
|
-
form: form$
|
|
191
|
+
form: form$Q
|
|
192
192
|
};
|
|
193
193
|
|
|
194
|
-
function form$
|
|
194
|
+
function form$P (ctx) {
|
|
195
195
|
var __t,
|
|
196
196
|
__p = '';
|
|
197
197
|
__p += '<div class="formio builder grid grid-cols-12 gap-4 formbuilder">\n <div class="col-span-12 xs:col-span-4 sm:col-span-3 md:col-span-2 formcomponents">\n ' + ((__t = ctx.sidebar) == null ? '' : __t) + '\n </div>\n <div class="col-span-12 xs:col-span-8 sm:col-span-9 md:col-span-10 formarea">\n <ol class="breadcrumb bg-gray-200">\n ';
|
|
@@ -209,10 +209,10 @@ function form$9 (ctx) {
|
|
|
209
209
|
}
|
|
210
210
|
|
|
211
211
|
var builderWizard = {
|
|
212
|
-
form: form$
|
|
212
|
+
form: form$P
|
|
213
213
|
};
|
|
214
214
|
|
|
215
|
-
function form$
|
|
215
|
+
function form$O (ctx) {
|
|
216
216
|
var __t,
|
|
217
217
|
__p = '';
|
|
218
218
|
__p += '<' + ((__t = ctx.input.type) == null ? '' : __t) + '\n ref="button"\n ';
|
|
@@ -243,18 +243,18 @@ function form$a (ctx) {
|
|
|
243
243
|
return __p;
|
|
244
244
|
}
|
|
245
245
|
|
|
246
|
-
function html (ctx) {
|
|
246
|
+
function html$b (ctx) {
|
|
247
247
|
var __p = '';
|
|
248
248
|
__p += '\n';
|
|
249
249
|
return __p;
|
|
250
250
|
}
|
|
251
251
|
|
|
252
252
|
var button = {
|
|
253
|
-
form: form$
|
|
254
|
-
html
|
|
253
|
+
form: form$O,
|
|
254
|
+
html: html$b
|
|
255
255
|
};
|
|
256
256
|
|
|
257
|
-
function form$
|
|
257
|
+
function form$N (ctx) {
|
|
258
258
|
var __t,
|
|
259
259
|
__p = '';
|
|
260
260
|
__p += '<div class="form-check checkbox">\n <label class="' + ((__t = ctx.input.labelClass) == null ? '' : __t) + ' form-check-label">\n <' + ((__t = ctx.input.type) == null ? '' : __t) + '\n ref="input"\n ';
|
|
@@ -281,7 +281,7 @@ function form$b (ctx) {
|
|
|
281
281
|
return __p;
|
|
282
282
|
}
|
|
283
283
|
|
|
284
|
-
function html$
|
|
284
|
+
function html$a (ctx) {
|
|
285
285
|
var __t,
|
|
286
286
|
__p = '';
|
|
287
287
|
__p += '<label class="' + ((__t = ctx.input.labelClass) == null ? '' : __t) + '">\n ' + ((__t = ctx.input.content) == null ? '' : __t) + '\n ';
|
|
@@ -299,11 +299,11 @@ function html$1 (ctx) {
|
|
|
299
299
|
}
|
|
300
300
|
|
|
301
301
|
var checkbox = {
|
|
302
|
-
form: form$
|
|
303
|
-
html: html$
|
|
302
|
+
form: form$N,
|
|
303
|
+
html: html$a
|
|
304
304
|
};
|
|
305
305
|
|
|
306
|
-
function form$
|
|
306
|
+
function form$M (ctx) {
|
|
307
307
|
var __t,
|
|
308
308
|
__p = '';
|
|
309
309
|
ctx.component.columns.forEach(function (column, index) {
|
|
@@ -314,10 +314,10 @@ function form$c (ctx) {
|
|
|
314
314
|
}
|
|
315
315
|
|
|
316
316
|
var columns = {
|
|
317
|
-
form: form$
|
|
317
|
+
form: form$M
|
|
318
318
|
};
|
|
319
319
|
|
|
320
|
-
function form$
|
|
320
|
+
function form$L (ctx) {
|
|
321
321
|
var __t,
|
|
322
322
|
__p = '';
|
|
323
323
|
__p += '<div id="' + ((__t = ctx.id) == null ? '' : __t) + '" class="' + ((__t = ctx.classes) == null ? '' : __t) + '"';
|
|
@@ -333,10 +333,10 @@ function form$d (ctx) {
|
|
|
333
333
|
}
|
|
334
334
|
|
|
335
335
|
var component = {
|
|
336
|
-
form: form$
|
|
336
|
+
form: form$L
|
|
337
337
|
};
|
|
338
338
|
|
|
339
|
-
function form$
|
|
339
|
+
function form$K (ctx) {
|
|
340
340
|
var __t,
|
|
341
341
|
__p = '';
|
|
342
342
|
__p += '<div class="formio-component-modal-wrapper formio-component-modal-wrapper-' + ((__t = ctx.component.type) == null ? '' : __t) + '" ref="componentModalWrapper">\n <div ref="openModalWrapper"></div>\n <div class="formio-dialog formio-dialog-theme-default component-rendering-hidden" ref="modalWrapper">\n <div class="formio-dialog-overlay" ref="modalOverlay"></div>\n <div class="formio-dialog-content" aria-labelledby="ml-' + ((__t = ctx.instance.id) == null ? '' : __t) + '-' + ((__t = ctx.component.key) == null ? '' : __t) + '" ';
|
|
@@ -362,10 +362,10 @@ function form$e (ctx) {
|
|
|
362
362
|
}
|
|
363
363
|
|
|
364
364
|
var componentModal = {
|
|
365
|
-
form: form$
|
|
365
|
+
form: form$K
|
|
366
366
|
};
|
|
367
367
|
|
|
368
|
-
function form$
|
|
368
|
+
function form$J (ctx) {
|
|
369
369
|
var __t,
|
|
370
370
|
__p = '';
|
|
371
371
|
__p += ((__t = ctx.children.join('')) == null ? '' : __t) + '\n';
|
|
@@ -373,10 +373,10 @@ function form$f (ctx) {
|
|
|
373
373
|
}
|
|
374
374
|
|
|
375
375
|
var components = {
|
|
376
|
-
form: form$
|
|
376
|
+
form: form$J
|
|
377
377
|
};
|
|
378
378
|
|
|
379
|
-
function form$
|
|
379
|
+
function form$I (ctx) {
|
|
380
380
|
var __t,
|
|
381
381
|
__p = '';
|
|
382
382
|
__p += '<div ref="' + ((__t = ctx.nestedKey) == null ? '' : __t) + '">\n ' + ((__t = ctx.children) == null ? '' : __t) + '\n</div>\n';
|
|
@@ -384,7 +384,7 @@ function form$g (ctx) {
|
|
|
384
384
|
}
|
|
385
385
|
|
|
386
386
|
var container = {
|
|
387
|
-
form: form$
|
|
387
|
+
form: form$I
|
|
388
388
|
};
|
|
389
389
|
|
|
390
390
|
var cssClasses = {
|
|
@@ -394,7 +394,7 @@ var cssClasses = {
|
|
|
394
394
|
"formio-tab-link-container-active": "active"
|
|
395
395
|
};
|
|
396
396
|
|
|
397
|
-
function form$
|
|
397
|
+
function form$H (ctx) {
|
|
398
398
|
var __t,
|
|
399
399
|
__p = '';
|
|
400
400
|
__p += '<table class="table datagrid-table table-bordered\n ' + ((__t = ctx.component.striped ? 'table-striped' : '') == null ? '' : __t) + '\n ' + ((__t = ctx.component.hover ? 'table-hover' : '') == null ? '' : __t) + '\n ' + ((__t = ctx.component.condensed ? 'table-sm' : '') == null ? '' : __t) + '\n " ';
|
|
@@ -471,7 +471,7 @@ function form$h (ctx) {
|
|
|
471
471
|
return __p;
|
|
472
472
|
}
|
|
473
473
|
|
|
474
|
-
function html$
|
|
474
|
+
function html$9 (ctx) {
|
|
475
475
|
var __t,
|
|
476
476
|
__p = '';
|
|
477
477
|
__p += '<table class="table datagrid-table table-bordered\n ' + ((__t = ctx.component.striped ? 'table-striped' : '') == null ? '' : __t) + '\n ' + ((__t = ctx.component.hover ? 'table-hover' : '') == null ? '' : __t) + '\n ' + ((__t = ctx.component.condensed ? 'table-sm' : '') == null ? '' : __t) + '\n ">\n ';
|
|
@@ -501,11 +501,11 @@ function html$2 (ctx) {
|
|
|
501
501
|
}
|
|
502
502
|
|
|
503
503
|
var datagrid = {
|
|
504
|
-
form: form$
|
|
505
|
-
html: html$
|
|
504
|
+
form: form$H,
|
|
505
|
+
html: html$9
|
|
506
506
|
};
|
|
507
507
|
|
|
508
|
-
function form$
|
|
508
|
+
function form$G (ctx) {
|
|
509
509
|
var __t,
|
|
510
510
|
__p = '';
|
|
511
511
|
__p += '<div class="grid grid-cols-12 gap-4"\n ';
|
|
@@ -571,20 +571,20 @@ function form$i (ctx) {
|
|
|
571
571
|
}
|
|
572
572
|
|
|
573
573
|
var day = {
|
|
574
|
-
form: form$
|
|
574
|
+
form: form$G
|
|
575
575
|
};
|
|
576
576
|
|
|
577
|
-
function form$
|
|
577
|
+
function form$F (ctx) {
|
|
578
578
|
var __p = '';
|
|
579
579
|
__p += '<div class="formio-dialog formio-dialog-theme-default component-settings">\n <div class="formio-dialog-overlay" ref="dialogOverlay"></div>\n <div class="formio-dialog-content" ref="dialogContents" role="dialog">\n <div ref="dialogContents"></div>\n <button class="formio-dialog-close float-right btn btn-secondary btn-sm" aria-label="Close modal window." ref="dialogClose"></button>\n </div>\n</div>\n';
|
|
580
580
|
return __p;
|
|
581
581
|
}
|
|
582
582
|
|
|
583
583
|
var dialog = {
|
|
584
|
-
form: form$
|
|
584
|
+
form: form$F
|
|
585
585
|
};
|
|
586
586
|
|
|
587
|
-
function form$
|
|
587
|
+
function form$E (ctx) {
|
|
588
588
|
var __t,
|
|
589
589
|
__p = '';
|
|
590
590
|
__p += '<ul class="editgrid-listgroup list-group\n ' + ((__t = ctx.component.striped ? 'table-striped' : '') == null ? '' : __t) + '\n ' + ((__t = ctx.component.bordered ? 'table-bordered' : '') == null ? '' : __t) + '\n ' + ((__t = ctx.component.hover ? 'table-hover' : '') == null ? '' : __t) + '\n ' + ((__t = ctx.component.condensed ? 'table-sm' : '') == null ? '' : __t) + '\n ">\n ';
|
|
@@ -621,7 +621,7 @@ function form$k (ctx) {
|
|
|
621
621
|
return __p;
|
|
622
622
|
}
|
|
623
623
|
|
|
624
|
-
function html$
|
|
624
|
+
function html$8 (ctx) {
|
|
625
625
|
var __t,
|
|
626
626
|
__p = '';
|
|
627
627
|
__p += '<ul class="editgrid-listgroup list-group\n ' + ((__t = ctx.component.striped ? 'table-striped' : '') == null ? '' : __t) + '\n ' + ((__t = ctx.component.bordered ? 'table-bordered' : '') == null ? '' : __t) + '\n ' + ((__t = ctx.component.hover ? 'table-hover' : '') == null ? '' : __t) + '\n ' + ((__t = ctx.component.condensed ? 'table-sm' : '') == null ? '' : __t) + '\n ">\n ';
|
|
@@ -653,11 +653,11 @@ function html$3 (ctx) {
|
|
|
653
653
|
}
|
|
654
654
|
|
|
655
655
|
var editgrid = {
|
|
656
|
-
form: form$
|
|
657
|
-
html: html$
|
|
656
|
+
form: form$E,
|
|
657
|
+
html: html$8
|
|
658
658
|
};
|
|
659
659
|
|
|
660
|
-
function form$
|
|
660
|
+
function form$D (ctx) {
|
|
661
661
|
var __t,
|
|
662
662
|
__p = '';
|
|
663
663
|
__p += '<div class="editgrid-table-container">\n <div class="table-responsive">\n <table class="table\n ' + ((__t = ctx.component.striped ? 'table-striped' : '') == null ? '' : __t) + '\n ' + ((__t = ctx.component.bordered ? 'table-bordered' : '') == null ? '' : __t) + '\n ' + ((__t = ctx.component.hover ? 'table-hover' : '') == null ? '' : __t) + '\n ' + ((__t = ctx.component.condensed ? 'table-sm' : '') == null ? '' : __t) + '\n ">\n ';
|
|
@@ -698,7 +698,7 @@ function form$l (ctx) {
|
|
|
698
698
|
return __p;
|
|
699
699
|
}
|
|
700
700
|
|
|
701
|
-
function html$
|
|
701
|
+
function html$7 (ctx) {
|
|
702
702
|
var __t,
|
|
703
703
|
__p = '';
|
|
704
704
|
__p += '<div class="editgrid-table-container">\n <div class="table-responsive">\n <table class="table\n ' + ((__t = ctx.component.striped ? 'table-striped' : '') == null ? '' : __t) + '\n ' + ((__t = ctx.component.bordered ? 'table-bordered' : '') == null ? '' : __t) + '\n ' + ((__t = ctx.component.hover ? 'table-hover' : '') == null ? '' : __t) + '\n ' + ((__t = ctx.component.condensed ? 'table-sm' : '') == null ? '' : __t) + '\n ">\n ';
|
|
@@ -734,11 +734,11 @@ function html$4 (ctx) {
|
|
|
734
734
|
}
|
|
735
735
|
|
|
736
736
|
var editgridTable = {
|
|
737
|
-
form: form$
|
|
738
|
-
html: html$
|
|
737
|
+
form: form$D,
|
|
738
|
+
html: html$7
|
|
739
739
|
};
|
|
740
740
|
|
|
741
|
-
function form$
|
|
741
|
+
function form$C (ctx) {
|
|
742
742
|
var __t,
|
|
743
743
|
__p = '';
|
|
744
744
|
__p += '<p>' + ((__t = ctx.t('error')) == null ? '' : __t) + '\n ';
|
|
@@ -754,7 +754,7 @@ function form$m (ctx) {
|
|
|
754
754
|
}
|
|
755
755
|
|
|
756
756
|
var errorsList = {
|
|
757
|
-
form: form$
|
|
757
|
+
form: form$C
|
|
758
758
|
};
|
|
759
759
|
|
|
760
760
|
function align (ctx) {
|
|
@@ -778,7 +778,7 @@ function align (ctx) {
|
|
|
778
778
|
return __p;
|
|
779
779
|
}
|
|
780
780
|
|
|
781
|
-
function form$
|
|
781
|
+
function form$B (ctx) {
|
|
782
782
|
var __t,
|
|
783
783
|
__p = '';
|
|
784
784
|
if (!ctx.label.hidden && ctx.label.labelPosition !== 'bottom') {
|
|
@@ -803,11 +803,11 @@ function form$n (ctx) {
|
|
|
803
803
|
}
|
|
804
804
|
|
|
805
805
|
var field = {
|
|
806
|
-
form: form$
|
|
806
|
+
form: form$B,
|
|
807
807
|
align
|
|
808
808
|
};
|
|
809
809
|
|
|
810
|
-
function form$
|
|
810
|
+
function form$A (ctx) {
|
|
811
811
|
var __t,
|
|
812
812
|
__p = '';
|
|
813
813
|
__p += '<fieldset>\n ';
|
|
@@ -829,10 +829,10 @@ function form$o (ctx) {
|
|
|
829
829
|
}
|
|
830
830
|
|
|
831
831
|
var fieldset = {
|
|
832
|
-
form: form$
|
|
832
|
+
form: form$A
|
|
833
833
|
};
|
|
834
834
|
|
|
835
|
-
function form$
|
|
835
|
+
function form$z (ctx) {
|
|
836
836
|
var __t,
|
|
837
837
|
__p = '';
|
|
838
838
|
if (ctx.options.vpat) {
|
|
@@ -959,10 +959,10 @@ function form$p (ctx) {
|
|
|
959
959
|
}
|
|
960
960
|
|
|
961
961
|
var file = {
|
|
962
|
-
form: form$
|
|
962
|
+
form: form$z
|
|
963
963
|
};
|
|
964
964
|
|
|
965
|
-
function form$
|
|
965
|
+
function form$y (ctx) {
|
|
966
966
|
var __t,
|
|
967
967
|
__p = '';
|
|
968
968
|
__p += '<' + ((__t = ctx.tag) == null ? '' : __t) + ' class="' + ((__t = ctx.component.className) == null ? '' : __t) + '" ref="html"\n ';
|
|
@@ -977,11 +977,11 @@ function form$q (ctx) {
|
|
|
977
977
|
return __p;
|
|
978
978
|
}
|
|
979
979
|
|
|
980
|
-
var html$
|
|
981
|
-
form: form$
|
|
980
|
+
var html$6 = {
|
|
981
|
+
form: form$y
|
|
982
982
|
};
|
|
983
983
|
|
|
984
|
-
function form$
|
|
984
|
+
function form$x (ctx) {
|
|
985
985
|
var __t,
|
|
986
986
|
__p = '';
|
|
987
987
|
__p += '<i ref="' + ((__t = ctx.ref) == null ? '' : __t) + '" class="' + ((__t = ctx.className) == null ? '' : __t) + '" style="' + ((__t = ctx.styles) == null ? '' : __t) + '">' + ((__t = ctx.content) == null ? '' : __t) + '</i>\n';
|
|
@@ -989,7 +989,7 @@ function form$r (ctx) {
|
|
|
989
989
|
}
|
|
990
990
|
|
|
991
991
|
var icon = {
|
|
992
|
-
form: form$
|
|
992
|
+
form: form$x
|
|
993
993
|
};
|
|
994
994
|
|
|
995
995
|
const ICONS = {
|
|
@@ -1061,7 +1061,7 @@ var iconClass = ((iconset, name, spinning) => {
|
|
|
1061
1061
|
return `${iconset} ${name}`;
|
|
1062
1062
|
});
|
|
1063
1063
|
|
|
1064
|
-
function form$
|
|
1064
|
+
function form$w (ctx) {
|
|
1065
1065
|
var __t,
|
|
1066
1066
|
__p = '';
|
|
1067
1067
|
if (ctx.prefix || ctx.suffix) {
|
|
@@ -1139,7 +1139,7 @@ function form$s (ctx) {
|
|
|
1139
1139
|
return __p;
|
|
1140
1140
|
}
|
|
1141
1141
|
|
|
1142
|
-
function html$
|
|
1142
|
+
function html$5 (ctx) {
|
|
1143
1143
|
var __t,
|
|
1144
1144
|
__p = '';
|
|
1145
1145
|
__p += '<div ref="value">';
|
|
@@ -1153,11 +1153,11 @@ function html$6 (ctx) {
|
|
|
1153
1153
|
}
|
|
1154
1154
|
|
|
1155
1155
|
var input = {
|
|
1156
|
-
form: form$
|
|
1157
|
-
html: html$
|
|
1156
|
+
form: form$w,
|
|
1157
|
+
html: html$5
|
|
1158
1158
|
};
|
|
1159
1159
|
|
|
1160
|
-
function form$
|
|
1160
|
+
function form$v (ctx) {
|
|
1161
1161
|
var __t,
|
|
1162
1162
|
__p = '';
|
|
1163
1163
|
__p += '<label\n ref="label"\n class="col-form-label ' + ((__t = ctx.label.className) == null ? '' : __t) + '"\n for="' + ((__t = ctx.instance.id) == null ? '' : __t) + '-' + ((__t = ctx.component.key) == null ? '' : __t) + '"\n id="l-' + ((__t = ctx.instance.id) == null ? '' : __t) + '-' + ((__t = ctx.component.key) == null ? '' : __t) + '"\n>\n ' + ((__t = ctx.t(ctx.component.label, {
|
|
@@ -1175,7 +1175,7 @@ function form$t (ctx) {
|
|
|
1175
1175
|
}
|
|
1176
1176
|
|
|
1177
1177
|
var label = {
|
|
1178
|
-
form: form$
|
|
1178
|
+
form: form$v
|
|
1179
1179
|
};
|
|
1180
1180
|
|
|
1181
1181
|
function form$u (ctx) {
|
|
@@ -1188,7 +1188,7 @@ var loader = {
|
|
|
1188
1188
|
form: form$u
|
|
1189
1189
|
};
|
|
1190
1190
|
|
|
1191
|
-
function form$
|
|
1191
|
+
function form$t (ctx) {
|
|
1192
1192
|
var __t,
|
|
1193
1193
|
__p = '';
|
|
1194
1194
|
__p += ((__t = ctx.t('Loading')) == null ? '' : __t) + '...\n';
|
|
@@ -1196,10 +1196,10 @@ function form$v (ctx) {
|
|
|
1196
1196
|
}
|
|
1197
1197
|
|
|
1198
1198
|
var loading = {
|
|
1199
|
-
form: form$
|
|
1199
|
+
form: form$t
|
|
1200
1200
|
};
|
|
1201
1201
|
|
|
1202
|
-
function form$
|
|
1202
|
+
function form$s (ctx) {
|
|
1203
1203
|
var __t,
|
|
1204
1204
|
__p = '';
|
|
1205
1205
|
__p += '<div id="' + ((__t = ctx.mapId) == null ? '' : __t) + '" style="min-height: 300px; height: calc(100vh - 600px);" ref="gmapElement"></div>\n';
|
|
@@ -1207,10 +1207,10 @@ function form$w (ctx) {
|
|
|
1207
1207
|
}
|
|
1208
1208
|
|
|
1209
1209
|
var map = {
|
|
1210
|
-
form: form$
|
|
1210
|
+
form: form$s
|
|
1211
1211
|
};
|
|
1212
1212
|
|
|
1213
|
-
function form$
|
|
1213
|
+
function form$r (ctx) {
|
|
1214
1214
|
var __t,
|
|
1215
1215
|
__p = '';
|
|
1216
1216
|
__p += '<div id="e-' + ((__t = ctx.instance.id) == null ? '' : __t) + '-' + ((__t = ctx.key) == null ? '' : __t) + '" class="form-text ' + ((__t = ctx.level || 'error') == null ? '' : __t) + '">' + ((__t = ctx.message) == null ? '' : __t) + '</div>\n';
|
|
@@ -1218,10 +1218,10 @@ function form$x (ctx) {
|
|
|
1218
1218
|
}
|
|
1219
1219
|
|
|
1220
1220
|
var message = {
|
|
1221
|
-
form: form$
|
|
1221
|
+
form: form$r
|
|
1222
1222
|
};
|
|
1223
1223
|
|
|
1224
|
-
function form$
|
|
1224
|
+
function form$q (ctx) {
|
|
1225
1225
|
var __t,
|
|
1226
1226
|
__p = '';
|
|
1227
1227
|
__p += '<div class="formio-dialog formio-dialog-theme-default formio-modaledit-dialog">\n <div ref="overlay" class="formio-dialog-overlay"></div>\n <div ref="content" class="formio-modaledit-content">\n <button\n ref="close"\n type="button"\n role="button"\n class="btn btn-primary btn-xs formio-modaledit-close">\n ' + ((__t = ctx.t('Close')) == null ? '' : __t) + '\n </button>\n <div ref="inner" class="reset-margins"></div>\n </div>\n</div>\n';
|
|
@@ -1229,10 +1229,10 @@ function form$y (ctx) {
|
|
|
1229
1229
|
}
|
|
1230
1230
|
|
|
1231
1231
|
var modaldialog = {
|
|
1232
|
-
form: form$
|
|
1232
|
+
form: form$q
|
|
1233
1233
|
};
|
|
1234
1234
|
|
|
1235
|
-
function form$
|
|
1235
|
+
function form$p (ctx) {
|
|
1236
1236
|
var __t,
|
|
1237
1237
|
__p = '';
|
|
1238
1238
|
__p += '<div ref="container" class="formio-modaledit-view-container">\n <button\n ref="edit"\n type="button"\n role="button"\n class="btn btn-xxs btn-warning formio-modaledit-edit">\n <i class="' + ((__t = ctx.iconClass('edit')) == null ? '' : __t) + '"></i>\n </button>\n <div ref="input" class="modaledit-view-inner reset-margins">' + ((__t = ctx.content) == null ? '' : __t) + '</div>\n</div>\n';
|
|
@@ -1240,10 +1240,10 @@ function form$z (ctx) {
|
|
|
1240
1240
|
}
|
|
1241
1241
|
|
|
1242
1242
|
var modaledit = {
|
|
1243
|
-
form: form$
|
|
1243
|
+
form: form$p
|
|
1244
1244
|
};
|
|
1245
1245
|
|
|
1246
|
-
function form$
|
|
1246
|
+
function form$o (ctx) {
|
|
1247
1247
|
var __t,
|
|
1248
1248
|
__p = '';
|
|
1249
1249
|
__p += '<label id="l-' + ((__t = ctx.component.key) == null ? '' : __t) + '" class="control-label ' + ((__t = ctx.label.className) == null ? '' : __t) + '">\n ' + ((__t = ctx.t(ctx.component.label, {
|
|
@@ -1253,10 +1253,10 @@ function form$A (ctx) {
|
|
|
1253
1253
|
}
|
|
1254
1254
|
|
|
1255
1255
|
var modalPreview = {
|
|
1256
|
-
form: form$
|
|
1256
|
+
form: form$o
|
|
1257
1257
|
};
|
|
1258
1258
|
|
|
1259
|
-
function form$
|
|
1259
|
+
function form$n (ctx) {
|
|
1260
1260
|
var __t,
|
|
1261
1261
|
__p = '';
|
|
1262
1262
|
__p += '<div\n class="input-group formio-multiple-mask-container"\n ref="' + ((__t = ctx.input.ref ? ctx.input.ref : 'input') == null ? '' : __t) + '"\n>\n <select\n class="form-control formio-multiple-mask-select"\n id="' + ((__t = ctx.key) == null ? '' : __t) + '-mask"\n ref="select"\n ';
|
|
@@ -1276,10 +1276,10 @@ function form$B (ctx) {
|
|
|
1276
1276
|
}
|
|
1277
1277
|
|
|
1278
1278
|
var multipleMasksInput = {
|
|
1279
|
-
form: form$
|
|
1279
|
+
form: form$n
|
|
1280
1280
|
};
|
|
1281
1281
|
|
|
1282
|
-
function form$
|
|
1282
|
+
function form$m (ctx) {
|
|
1283
1283
|
var __t,
|
|
1284
1284
|
__p = '';
|
|
1285
1285
|
__p += '<tr ref="row">\n <td>\n ' + ((__t = ctx.element) == null ? '' : __t) + '\n </td>\n ';
|
|
@@ -1291,10 +1291,10 @@ function form$C (ctx) {
|
|
|
1291
1291
|
}
|
|
1292
1292
|
|
|
1293
1293
|
var multiValueRow = {
|
|
1294
|
-
form: form$
|
|
1294
|
+
form: form$m
|
|
1295
1295
|
};
|
|
1296
1296
|
|
|
1297
|
-
function form$
|
|
1297
|
+
function form$l (ctx) {
|
|
1298
1298
|
var __t,
|
|
1299
1299
|
__p = '';
|
|
1300
1300
|
__p += '<table class="table table-bordered">\n <tbody>\n ' + ((__t = ctx.rows) == null ? '' : __t) + '\n ';
|
|
@@ -1308,10 +1308,10 @@ function form$D (ctx) {
|
|
|
1308
1308
|
}
|
|
1309
1309
|
|
|
1310
1310
|
var multiValueTable = {
|
|
1311
|
-
form: form$
|
|
1311
|
+
form: form$l
|
|
1312
1312
|
};
|
|
1313
1313
|
|
|
1314
|
-
function form$
|
|
1314
|
+
function form$k (ctx) {
|
|
1315
1315
|
var __t,
|
|
1316
1316
|
__p = '';
|
|
1317
1317
|
__p += '<div class="mb-2 card border">\n ';
|
|
@@ -1349,10 +1349,10 @@ function form$E (ctx) {
|
|
|
1349
1349
|
}
|
|
1350
1350
|
|
|
1351
1351
|
var panel = {
|
|
1352
|
-
form: form$
|
|
1352
|
+
form: form$k
|
|
1353
1353
|
};
|
|
1354
1354
|
|
|
1355
|
-
function form$
|
|
1355
|
+
function form$j (ctx) {
|
|
1356
1356
|
var __t,
|
|
1357
1357
|
__p = '';
|
|
1358
1358
|
__p += '<div class="' + ((__t = ctx.classes) == null ? '' : __t) + '" ref="webform">\n <button data-noattach="true" ref="zoomIn" style="position:absolute;right:10px;top:10px;cursor:pointer;" class="btn btn-default btn-secondary no-disable">\n <i class="' + ((__t = ctx.iconClass('zoom-in')) == null ? '' : __t) + '"></i>\n </button>\n <button data-noattach="true" ref="zoomOut" style="position:absolute;right:10px;top:60px;cursor:pointer;" class="btn btn-default btn-secondary no-disable">\n <i class="' + ((__t = ctx.iconClass('zoom-out')) == null ? '' : __t) + '"></i>\n </button>\n <div data-noattach="true" ref="iframeContainer"></div>\n ' + ((__t = ctx.submitButton) == null ? '' : __t) + '\n</div>\n';
|
|
@@ -1360,10 +1360,10 @@ function form$F (ctx) {
|
|
|
1360
1360
|
}
|
|
1361
1361
|
|
|
1362
1362
|
var pdf = {
|
|
1363
|
-
form: form$
|
|
1363
|
+
form: form$j
|
|
1364
1364
|
};
|
|
1365
1365
|
|
|
1366
|
-
function form$
|
|
1366
|
+
function form$i (ctx) {
|
|
1367
1367
|
var __t,
|
|
1368
1368
|
__p = '';
|
|
1369
1369
|
__p += '<div class="formio builder grid grid-cols-12 gap-4 formbuilder">\n <div class="col-span-12 xs:col-span-4 sm:col-span-3 md:col-span-2 formcomponents">\n ' + ((__t = ctx.sidebar) == null ? '' : __t) + '\n </div>\n <div class="col-span-12 xs:col-span-8 sm:col-span-9 md:col-span-10 formarea" ref="form">\n <div class="formio-drop-zone" ref="iframeDropzone"></div>\n ' + ((__t = ctx.form) == null ? '' : __t) + '\n </div>\n</div>\n';
|
|
@@ -1371,10 +1371,10 @@ function form$G (ctx) {
|
|
|
1371
1371
|
}
|
|
1372
1372
|
|
|
1373
1373
|
var pdfBuilder = {
|
|
1374
|
-
form: form$
|
|
1374
|
+
form: form$i
|
|
1375
1375
|
};
|
|
1376
1376
|
|
|
1377
|
-
function form$
|
|
1377
|
+
function form$h (ctx) {
|
|
1378
1378
|
var __t,
|
|
1379
1379
|
__p = '';
|
|
1380
1380
|
__p += '<div class="pdf-upload formio-component-file">\n <h3 class="label">' + ((__t = ctx.t('Upload a PDF File')) == null ? '' : __t) + '</h3>\n <input type="file" style="opacity: 0; position: absolute;" tabindex="-1" accept=".pdf" ref="hiddenFileInputElement">\n <div class="fileSelector" ref="fileDrop">\n <span ref="dragDropText">\n <i class="' + ((__t = ctx.iconClass('cloud-upload')) == null ? '' : __t) + '"></i>' + ((__t = ctx.t('Drop pdf to start, or')) == null ? '' : __t) + ' <a href="#" ref="fileBrowse" class="browse">' + ((__t = ctx.t('browse')) == null ? '' : __t) + '</a>\n </span>\n <div class="progress pdf-progress" ref="uploadProgressWrapper" style="display:none;">\n <div class="progress-bar" ref="uploadProgress" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100"></div>\n </div>\n </div>\n <div class="alert alert-danger" ref="uploadError">\n\n </div>\n</div>\n\n';
|
|
@@ -1382,10 +1382,10 @@ function form$H (ctx) {
|
|
|
1382
1382
|
}
|
|
1383
1383
|
|
|
1384
1384
|
var pdfBuilderUpload = {
|
|
1385
|
-
form: form$
|
|
1385
|
+
form: form$h
|
|
1386
1386
|
};
|
|
1387
1387
|
|
|
1388
|
-
function form$
|
|
1388
|
+
function form$g (ctx) {
|
|
1389
1389
|
var __t,
|
|
1390
1390
|
__p = '';
|
|
1391
1391
|
__p += '<div\n class="form-radio radio"\n ref="radioGroup"\n role="' + ((__t = ctx.component.type === 'selectboxes' ? 'group' : 'radiogroup') == null ? '' : __t) + '"\n aria-required="' + ((__t = ctx.input.component.validate.required) == null ? '' : __t) + '"\n aria-labelledby="l-' + ((__t = ctx.instance.id) == null ? '' : __t) + '-' + ((__t = ctx.component.key) == null ? '' : __t) + '"\n ';
|
|
@@ -1424,7 +1424,7 @@ function form$I (ctx) {
|
|
|
1424
1424
|
return __p;
|
|
1425
1425
|
}
|
|
1426
1426
|
|
|
1427
|
-
function html$
|
|
1427
|
+
function html$4 (ctx) {
|
|
1428
1428
|
var __t,
|
|
1429
1429
|
__p = '';
|
|
1430
1430
|
__p += '<div ref="value">\n ';
|
|
@@ -1440,11 +1440,11 @@ function html$7 (ctx) {
|
|
|
1440
1440
|
}
|
|
1441
1441
|
|
|
1442
1442
|
var radio = {
|
|
1443
|
-
form: form$
|
|
1444
|
-
html: html$
|
|
1443
|
+
form: form$g,
|
|
1444
|
+
html: html$4
|
|
1445
1445
|
};
|
|
1446
1446
|
|
|
1447
|
-
function form$
|
|
1447
|
+
function form$f (ctx) {
|
|
1448
1448
|
var __t,
|
|
1449
1449
|
__p = '';
|
|
1450
1450
|
__p += '<table class="table table-bordered">\n <tbody>\n <tr>\n <td>\n ' + ((__t = ctx.element) == null ? '' : __t) + '\n </td>\n </tr>\n <tr>\n <td colspan="2">\n <button class="btn btn-primary formio-button-add-resource" ref="addResource">\n <i class="' + ((__t = ctx.iconClass('plus')) == null ? '' : __t) + ' mr-1"></i>\n ' + ((__t = ctx.t(ctx.component.addResourceLabel || 'Add Resource', {
|
|
@@ -1454,10 +1454,10 @@ function form$J (ctx) {
|
|
|
1454
1454
|
}
|
|
1455
1455
|
|
|
1456
1456
|
var resourceAdd = {
|
|
1457
|
-
form: form$
|
|
1457
|
+
form: form$f
|
|
1458
1458
|
};
|
|
1459
1459
|
|
|
1460
|
-
function form$
|
|
1460
|
+
function form$e (ctx) {
|
|
1461
1461
|
var __t,
|
|
1462
1462
|
__p = '';
|
|
1463
1463
|
__p += '<select\n ref="' + ((__t = ctx.input.ref ? ctx.input.ref : 'selectContainer') == null ? '' : __t) + '"\n ' + ((__t = ctx.input.multiple ? 'multiple' : '') == null ? '' : __t) + '\n ';
|
|
@@ -1480,7 +1480,7 @@ function form$K (ctx) {
|
|
|
1480
1480
|
return __p;
|
|
1481
1481
|
}
|
|
1482
1482
|
|
|
1483
|
-
function html$
|
|
1483
|
+
function html$3 (ctx) {
|
|
1484
1484
|
var __t,
|
|
1485
1485
|
__p = '';
|
|
1486
1486
|
__p += '<div ref="value">';
|
|
@@ -1494,11 +1494,11 @@ function html$8 (ctx) {
|
|
|
1494
1494
|
}
|
|
1495
1495
|
|
|
1496
1496
|
var select = {
|
|
1497
|
-
form: form$
|
|
1498
|
-
html: html$
|
|
1497
|
+
form: form$e,
|
|
1498
|
+
html: html$3
|
|
1499
1499
|
};
|
|
1500
1500
|
|
|
1501
|
-
function form$
|
|
1501
|
+
function form$d (ctx) {
|
|
1502
1502
|
var __t,
|
|
1503
1503
|
__p = '';
|
|
1504
1504
|
__p += '<option ' + ((__t = ctx.selected ? 'selected="selected"' : '') == null ? '' : __t) + '\n value=\'' + ((__t = ctx.useId ? ctx.id : ctx.option.value) == null ? '' : __t) + '\'\n ';
|
|
@@ -1511,7 +1511,7 @@ function form$L (ctx) {
|
|
|
1511
1511
|
return __p;
|
|
1512
1512
|
}
|
|
1513
1513
|
|
|
1514
|
-
function html$
|
|
1514
|
+
function html$2 (ctx) {
|
|
1515
1515
|
var __t,
|
|
1516
1516
|
__p = '';
|
|
1517
1517
|
if (ctx.selected) {
|
|
@@ -1524,11 +1524,11 @@ function html$9 (ctx) {
|
|
|
1524
1524
|
}
|
|
1525
1525
|
|
|
1526
1526
|
var selectOption = {
|
|
1527
|
-
form: form$
|
|
1528
|
-
html: html$
|
|
1527
|
+
form: form$d,
|
|
1528
|
+
html: html$2
|
|
1529
1529
|
};
|
|
1530
1530
|
|
|
1531
|
-
function form$
|
|
1531
|
+
function form$c (ctx) {
|
|
1532
1532
|
var __t,
|
|
1533
1533
|
__p = '';
|
|
1534
1534
|
__p += ((__t = ctx.element) == null ? '' : __t) + '\n<div\n class="signature-pad-body"\n style="width: ' + ((__t = ctx.component.width) == null ? '' : __t) + ';height: ' + ((__t = ctx.component.height) == null ? '' : __t) + ';padding:0;margin:0;"\n tabindex="' + ((__t = ctx.component.tabindex || 0) == null ? '' : __t) + '"\n ref="padBody"\n>\n <button class="btn btn-sm btn-light signature-pad-refresh" ref="refresh">\n <i class="' + ((__t = ctx.iconClass('refresh')) == null ? '' : __t) + '"></i>\n </button>\n <canvas class="signature-pad-canvas" style="display: none;" height="' + ((__t = ctx.component.height) == null ? '' : __t) + '" ref="canvas"></canvas>\n ';
|
|
@@ -1545,18 +1545,18 @@ function form$M (ctx) {
|
|
|
1545
1545
|
return __p;
|
|
1546
1546
|
}
|
|
1547
1547
|
|
|
1548
|
-
function html$
|
|
1548
|
+
function html$1 (ctx) {
|
|
1549
1549
|
var __p = '';
|
|
1550
1550
|
__p += '<img style="width: 100%;" ref="signatureImage">\n';
|
|
1551
1551
|
return __p;
|
|
1552
1552
|
}
|
|
1553
1553
|
|
|
1554
1554
|
var signature = {
|
|
1555
|
-
form: form$
|
|
1556
|
-
html: html$
|
|
1555
|
+
form: form$c,
|
|
1556
|
+
html: html$1
|
|
1557
1557
|
};
|
|
1558
1558
|
|
|
1559
|
-
function form$
|
|
1559
|
+
function form$b (ctx) {
|
|
1560
1560
|
var __t,
|
|
1561
1561
|
__p = '';
|
|
1562
1562
|
__p += '<table class="table table-striped table-bordered" aria-labelledby="l-' + ((__t = ctx.instance.id) == null ? '' : __t) + '-' + ((__t = ctx.component.key) == null ? '' : __t) + '">\n <thead>\n <tr>\n <th></th>\n ';
|
|
@@ -1585,7 +1585,7 @@ function form$N (ctx) {
|
|
|
1585
1585
|
return __p;
|
|
1586
1586
|
}
|
|
1587
1587
|
|
|
1588
|
-
function html
|
|
1588
|
+
function html (ctx) {
|
|
1589
1589
|
var __t,
|
|
1590
1590
|
__p = '';
|
|
1591
1591
|
__p += '<table class="table table-striped table-bordered">\n <tbody>\n ';
|
|
@@ -1605,8 +1605,8 @@ function html$b (ctx) {
|
|
|
1605
1605
|
}
|
|
1606
1606
|
|
|
1607
1607
|
var survey = {
|
|
1608
|
-
form: form$
|
|
1609
|
-
html
|
|
1608
|
+
form: form$b,
|
|
1609
|
+
html
|
|
1610
1610
|
};
|
|
1611
1611
|
|
|
1612
1612
|
function flat (ctx) {
|
|
@@ -1621,7 +1621,7 @@ function flat (ctx) {
|
|
|
1621
1621
|
return __p;
|
|
1622
1622
|
}
|
|
1623
1623
|
|
|
1624
|
-
function form$
|
|
1624
|
+
function form$a (ctx) {
|
|
1625
1625
|
var __t,
|
|
1626
1626
|
__p = '';
|
|
1627
1627
|
__p += '<div class="card card-tabs { ctx.component.verticalLayout ? \' card-vertical\' : \'\'}}">\n <div class="card-header card-header-tabs">\n <ul class="nav nav-tabs ' + ((__t = ctx.component.verticalLayout ? ' nav-tabs-vertical' : '') == null ? '' : __t) + '" role="tablist">\n ';
|
|
@@ -1640,10 +1640,10 @@ function form$O (ctx) {
|
|
|
1640
1640
|
|
|
1641
1641
|
var tab = {
|
|
1642
1642
|
flat,
|
|
1643
|
-
form: form$
|
|
1643
|
+
form: form$a
|
|
1644
1644
|
};
|
|
1645
1645
|
|
|
1646
|
-
function form$
|
|
1646
|
+
function form$9 (ctx) {
|
|
1647
1647
|
var __t,
|
|
1648
1648
|
__p = '';
|
|
1649
1649
|
__p += '<table class="table\n ' + ((__t = ctx.component.striped ? 'table-striped' : '') == null ? '' : __t) + '\n ' + ((__t = ctx.component.bordered ? 'table-bordered' : '') == null ? '' : __t) + '\n ' + ((__t = ctx.component.hover ? 'table-hover' : '') == null ? '' : __t) + '\n ' + ((__t = ctx.component.condensed ? 'table-sm' : '') == null ? '' : __t) + '\n ">\n <caption class="sr-only">' + ((__t = ctx.t(ctx.component.label)) == null ? '' : __t) + '</caption>\n ';
|
|
@@ -1671,10 +1671,10 @@ function form$P (ctx) {
|
|
|
1671
1671
|
}
|
|
1672
1672
|
|
|
1673
1673
|
var table = {
|
|
1674
|
-
form: form$
|
|
1674
|
+
form: form$9
|
|
1675
1675
|
};
|
|
1676
1676
|
|
|
1677
|
-
function form$
|
|
1677
|
+
function form$8 (ctx) {
|
|
1678
1678
|
var __t,
|
|
1679
1679
|
__p = '';
|
|
1680
1680
|
ctx.children.forEach(function (component) {
|
|
@@ -1685,10 +1685,10 @@ function form$Q (ctx) {
|
|
|
1685
1685
|
}
|
|
1686
1686
|
|
|
1687
1687
|
var tableComponents = {
|
|
1688
|
-
form: form$
|
|
1688
|
+
form: form$8
|
|
1689
1689
|
};
|
|
1690
1690
|
|
|
1691
|
-
function form$
|
|
1691
|
+
function form$7 (ctx) {
|
|
1692
1692
|
var __t,
|
|
1693
1693
|
__p = '';
|
|
1694
1694
|
if (ctx.node.isRoot) {
|
|
@@ -1715,7 +1715,7 @@ function form$R (ctx) {
|
|
|
1715
1715
|
}
|
|
1716
1716
|
|
|
1717
1717
|
var tree = {
|
|
1718
|
-
form: form$
|
|
1718
|
+
form: form$7
|
|
1719
1719
|
};
|
|
1720
1720
|
|
|
1721
1721
|
function edit (ctx) {
|
|
@@ -1770,7 +1770,7 @@ function builder$1 (ctx) {
|
|
|
1770
1770
|
return __p;
|
|
1771
1771
|
}
|
|
1772
1772
|
|
|
1773
|
-
function form$
|
|
1773
|
+
function form$6 (ctx) {
|
|
1774
1774
|
var __t,
|
|
1775
1775
|
__p = '';
|
|
1776
1776
|
__p += '<div class="' + ((__t = ctx.classes) == null ? '' : __t) + '" ref="webform" novalidate>' + ((__t = ctx.children) == null ? '' : __t) + '</div>\n';
|
|
@@ -1778,11 +1778,11 @@ function form$S (ctx) {
|
|
|
1778
1778
|
}
|
|
1779
1779
|
|
|
1780
1780
|
var webform = {
|
|
1781
|
-
form: form$
|
|
1781
|
+
form: form$6,
|
|
1782
1782
|
builder: builder$1
|
|
1783
1783
|
};
|
|
1784
1784
|
|
|
1785
|
-
function form$
|
|
1785
|
+
function form$5 (ctx) {
|
|
1786
1786
|
var __t,
|
|
1787
1787
|
__p = '';
|
|
1788
1788
|
__p += '<div class="border-1 border-solid border-gray-300 bg-gray-200 shadow-inner p-5 rounded">\n <div ref="' + ((__t = ctx.nestedKey) == null ? '' : __t) + '">\n ' + ((__t = ctx.children) == null ? '' : __t) + '\n </div>\n</div>\n';
|
|
@@ -1790,10 +1790,10 @@ function form$T (ctx) {
|
|
|
1790
1790
|
}
|
|
1791
1791
|
|
|
1792
1792
|
var well = {
|
|
1793
|
-
form: form$
|
|
1793
|
+
form: form$5
|
|
1794
1794
|
};
|
|
1795
1795
|
|
|
1796
|
-
function builder
|
|
1796
|
+
function builder (ctx) {
|
|
1797
1797
|
var __t,
|
|
1798
1798
|
__p = '';
|
|
1799
1799
|
__p += '<div class="text-muted text-center p-2">' + ((__t = ctx.t(ctx.component.title, {
|
|
@@ -1802,7 +1802,7 @@ function builder$2 (ctx) {
|
|
|
1802
1802
|
return __p;
|
|
1803
1803
|
}
|
|
1804
1804
|
|
|
1805
|
-
function form$
|
|
1805
|
+
function form$4 (ctx) {
|
|
1806
1806
|
var __t,
|
|
1807
1807
|
__p = '';
|
|
1808
1808
|
__p += '<div class="' + ((__t = ctx.className) == null ? '' : __t) + '">\n <div style="position: relative;">\n ';
|
|
@@ -1824,11 +1824,11 @@ function form$U (ctx) {
|
|
|
1824
1824
|
}
|
|
1825
1825
|
|
|
1826
1826
|
var wizard = {
|
|
1827
|
-
form: form$
|
|
1828
|
-
builder
|
|
1827
|
+
form: form$4,
|
|
1828
|
+
builder
|
|
1829
1829
|
};
|
|
1830
1830
|
|
|
1831
|
-
function form$
|
|
1831
|
+
function form$3 (ctx) {
|
|
1832
1832
|
var __t,
|
|
1833
1833
|
__p = '';
|
|
1834
1834
|
__p += '<nav aria-label="Wizard navigation" id="' + ((__t = ctx.wizardKey) == null ? '' : __t) + '-header" ref="' + ((__t = ctx.wizardKey) == null ? '' : __t) + '-header">\n <ul class="pagination" role="tablist">\n ';
|
|
@@ -1846,10 +1846,10 @@ function form$V (ctx) {
|
|
|
1846
1846
|
}
|
|
1847
1847
|
|
|
1848
1848
|
var wizardHeader = {
|
|
1849
|
-
form: form$
|
|
1849
|
+
form: form$3
|
|
1850
1850
|
};
|
|
1851
1851
|
|
|
1852
|
-
function form$
|
|
1852
|
+
function form$2 (ctx) {
|
|
1853
1853
|
var __t,
|
|
1854
1854
|
__p = '';
|
|
1855
1855
|
__p += '<nav aria-label="navigation" id="' + ((__t = ctx.wizardKey) == null ? '' : __t) + '-header">\n <div class="classic-pagination row justify-content-center" style="border-bottom:0;">\n ';
|
|
@@ -1867,10 +1867,10 @@ function form$W (ctx) {
|
|
|
1867
1867
|
}
|
|
1868
1868
|
|
|
1869
1869
|
var wizardHeaderClassic = {
|
|
1870
|
-
form: form$
|
|
1870
|
+
form: form$2
|
|
1871
1871
|
};
|
|
1872
1872
|
|
|
1873
|
-
function form$
|
|
1873
|
+
function form$1 (ctx) {
|
|
1874
1874
|
var __t,
|
|
1875
1875
|
__p = '';
|
|
1876
1876
|
__p += '<nav aria-label="navigation" id="' + ((__t = ctx.wizardKey) == null ? '' : __t) + '-header">\n <ul class="pagination flex-column">\n ';
|
|
@@ -1888,10 +1888,10 @@ function form$X (ctx) {
|
|
|
1888
1888
|
}
|
|
1889
1889
|
|
|
1890
1890
|
var wizardHeaderVertical = {
|
|
1891
|
-
form: form$
|
|
1891
|
+
form: form$1
|
|
1892
1892
|
};
|
|
1893
1893
|
|
|
1894
|
-
function form
|
|
1894
|
+
function form (ctx) {
|
|
1895
1895
|
var __t,
|
|
1896
1896
|
__p = '';
|
|
1897
1897
|
__p += '<ul class="formio-wizard-nav-container list-inline" id="' + ((__t = ctx.wizardKey) == null ? '' : __t) + '-nav">\n ';
|
|
@@ -1925,7 +1925,7 @@ function form$Y (ctx) {
|
|
|
1925
1925
|
}
|
|
1926
1926
|
|
|
1927
1927
|
var wizardNav = {
|
|
1928
|
-
form
|
|
1928
|
+
form
|
|
1929
1929
|
};
|
|
1930
1930
|
|
|
1931
1931
|
var tailwind = _extends({
|
|
@@ -1945,7 +1945,7 @@ var tailwind = _extends({
|
|
|
1945
1945
|
iconClass,
|
|
1946
1946
|
cssClasses,
|
|
1947
1947
|
address,
|
|
1948
|
-
builder,
|
|
1948
|
+
builder: builder$2,
|
|
1949
1949
|
builderComponent,
|
|
1950
1950
|
builderComponents,
|
|
1951
1951
|
builderEditForm,
|
|
@@ -1969,7 +1969,7 @@ var tailwind = _extends({
|
|
|
1969
1969
|
field,
|
|
1970
1970
|
fieldset,
|
|
1971
1971
|
file,
|
|
1972
|
-
html: html$
|
|
1972
|
+
html: html$6,
|
|
1973
1973
|
icon,
|
|
1974
1974
|
input,
|
|
1975
1975
|
label,
|
|
@@ -2017,5 +2017,5 @@ var index = {
|
|
|
2017
2017
|
templates
|
|
2018
2018
|
};
|
|
2019
2019
|
|
|
2020
|
-
export default
|
|
2020
|
+
export { index as default };
|
|
2021
2021
|
//# sourceMappingURL=index.modern.js.map
|