@@ -6,51 +6,51 @@ var __t, __p = '', __j = Array.prototype.join;
6
6
function print ( ) { __p += __j . call ( arguments , '' ) }
7
7
8
8
if ( ctx . prefix || ctx . suffix ) { ;
9
- __p += '\r\ n<div class="input-group">\r \n ' ;
9
+ __p += '\n<div class="input-group">\n ' ;
10
10
} ;
11
- __p += '\r\ n ' ;
11
+ __p += '\n ' ;
12
12
if ( ctx . prefix ) { ;
13
- __p += '\r\ n <div class="input-group-prepend" ref="prefix">\r\ n <span class="input-group-text">\r \n ' ;
13
+ __p += '\n <div class="input-group-prepend" ref="prefix">\n <span class="input-group-text">\n ' ;
14
14
if ( ctx . prefix instanceof HTMLElement ) { ;
15
- __p += '\r\ n ' +
15
+ __p += '\n ' +
16
16
( ( __t = ( ctx . t ( ctx . prefix . outerHTML , { _userInput : true } ) ) ) == null ? '' : __t ) +
17
- '\r\ n ' ;
17
+ '\n ' ;
18
18
} else { ;
19
- __p += '\r\ n ' +
19
+ __p += '\n ' +
20
20
( ( __t = ( ctx . t ( ctx . prefix , { _userInput : true } ) ) ) == null ? '' : __t ) +
21
- '\r\ n ' ;
21
+ '\n ' ;
22
22
} ;
23
- __p += '\r\ n </span>\r\ n </div>\r \n ' ;
23
+ __p += '\n </span>\n </div>\n ' ;
24
24
} ;
25
- __p += '\r\n\r\ n \r\ n <div class="container p-0 mb-1">\r\ n <div class="row">\r \n ' ;
25
+ __p += '\n\ n \n <div class="container p-0 mb-1">\n <div class="row">\n ' ;
26
26
ctx . categoryComponents . forEach ( function ( item ) { ;
27
- __p += '\r\ n <div class="col-12 col-md-6 col-lg-4 col-xl-3 mb-1">\r \n <div class="vcbox vcbox-checked-' +
27
+ __p += '\n <div class="col-12 col-md-6 col-lg-4 col-xl-3 mb-1">\n <div class="vcbox vcbox-checked-' +
28
28
( ( __t = ( item . category ) ) == null ? '' : __t ) +
29
- ' p-1">\r\ n <div class="container">\r\ n <div class="row align-items-center justify-content-start">\r\ n <span class="fa-stack icon-stack">\r \n <i class="fas fa-circle fa-stack-2x circle-icon-' +
29
+ ' p-1">\n <div class="container">\n <div class="row align-items-center justify-content-start">\n <span class="fa-stack icon-stack">\n <i class="fas fa-circle fa-stack-2x circle-icon-' +
30
30
( ( __t = ( item . category ) ) == null ? '' : __t ) +
31
- '"></i>\r\ n <i class="' +
31
+ '"></i>\n <i class="' +
32
32
( ( __t = ( item . icon ) ) == null ? '' : __t ) +
33
- ' fa-stack-1x"></i>\r\ n </span>\r \n <span class="ml-1">' +
33
+ ' fa-stack-1x"></i>\n </span>\n <span class="ml-1">' +
34
34
( ( __t = ( item . label ) ) == null ? '' : __t ) +
35
- '</span>\r\ n </div>\r\ n </div>\r\ n </div>\r\ n </div>\r \n ' ;
35
+ '</span>\n </div>\n </div>\n </div>\n </div>\n ' ;
36
36
} ) ;
37
- __p += '\r\ n </div>\r\ n </div>\r\n\r \n <' +
37
+ __p += '\n </div>\n </div>\n \n <' +
38
38
( ( __t = ( ctx . input . type ) ) == null ? '' : __t ) +
39
- '\r\ n ref="' +
39
+ '\n ref="' +
40
40
( ( __t = ( ctx . input . ref ? ctx . input . ref : 'input' ) ) == null ? '' : __t ) +
41
- '"\r\ n ' ;
41
+ '"\n ' ;
42
42
for ( var attr in ctx . input . attr ) { ;
43
- __p += '\r\ n ' +
43
+ __p += '\n ' +
44
44
( ( __t = ( attr ) ) == null ? '' : __t ) +
45
45
'="' +
46
46
( ( __t = ( ctx . input . attr [ attr ] ) ) == null ? '' : __t ) +
47
- '"\r\ n ' ;
47
+ '"\n ' ;
48
48
} ;
49
- __p += '\r\ n id="' +
49
+ __p += '\n id="' +
50
50
( ( __t = ( ctx . instance . id ) ) == null ? '' : __t ) +
51
51
'-' +
52
52
( ( __t = ( ctx . component . key ) ) == null ? '' : __t ) +
53
- '"\r\ n aria-labelledby="l-' +
53
+ '"\n aria-labelledby="l-' +
54
54
( ( __t = ( ctx . instance . id ) ) == null ? '' : __t ) +
55
55
'-' +
56
56
( ( __t = ( ctx . component . key ) ) == null ? '' : __t ) +
@@ -61,48 +61,48 @@ __p += 'd-' +
61
61
'-' +
62
62
( ( __t = ( ctx . component . key ) ) == null ? '' : __t ) ;
63
63
} ;
64
- __p += '"\r\ n aria-required="' +
64
+ __p += '"\n aria-required="' +
65
65
( ( __t = ( ctx . input . ref === 'input' || ! ctx . input . ref ? ctx . component . validate . required :
66
66
ctx . component . fields && ctx . component . fields [ ctx . input . ref ] && ctx . component . fields [ ctx . input . ref ] . required || false ) ) == null ? '' : __t ) +
67
- '"\r\ n >' +
67
+ '"\n >' +
68
68
( ( __t = ( ctx . input . content ) ) == null ? '' : __t ) +
69
69
'</' +
70
70
( ( __t = ( ctx . input . type ) ) == null ? '' : __t ) +
71
- '>\r\ n ' ;
71
+ '>\n ' ;
72
72
if ( ctx . hasValueMaskInput ) { ;
73
- __p += '\r\ n <input ref="valueMaskInput" />\r \n ' ;
73
+ __p += '\n <input ref="valueMaskInput" />\n ' ;
74
74
} ;
75
- __p += '\r\n\r \n' ;
75
+ __p += '\n \n' ;
76
76
if ( ctx . suffix ) { ;
77
- __p += '\r\ n <div class="input-group-append" ref="suffix">\r\ n <span class="input-group-text">\r \n ' ;
77
+ __p += '\n <div class="input-group-append" ref="suffix">\n <span class="input-group-text">\n ' ;
78
78
if ( ctx . suffix instanceof HTMLElement ) { ;
79
- __p += '\r\ n ' +
79
+ __p += '\n ' +
80
80
( ( __t = ( ctx . t ( ctx . suffix . outerHTML , { _userInput : true } ) ) ) == null ? '' : __t ) +
81
- '\r\ n ' ;
81
+ '\n ' ;
82
82
} else { ;
83
- __p += '\r\ n ' +
83
+ __p += '\n ' +
84
84
( ( __t = ( ctx . t ( ctx . suffix , { _userInput : true } ) ) ) == null ? '' : __t ) +
85
- '\r\ n ' ;
85
+ '\n ' ;
86
86
} ;
87
- __p += '\r\ n </span>\r\ n </div>\r \n' ;
87
+ __p += '\n </span>\n </div>\n' ;
88
88
} ;
89
- __p += '\r\ n' ;
89
+ __p += '\n' ;
90
90
if ( ctx . prefix || ctx . suffix ) { ;
91
- __p += '\r\ n </div>\r \n' ;
91
+ __p += '\n </div>\n' ;
92
92
} ;
93
- __p += '\r\ n' ;
93
+ __p += '\n' ;
94
94
if ( ctx . component . showCharCount || ctx . component . showWordCount ) { ;
95
- __p += '\r\ n<div class="form-text ' +
95
+ __p += '\n<div class="form-text ' +
96
96
( ( __t = ( ctx . component . description ? 'pull-right' : 'text-right' ) ) == null ? '' : __t ) +
97
- '">\r\ n ' ;
97
+ '">\n ' ;
98
98
if ( ctx . component . showCharCount ) { ;
99
- __p += '\r\ n <span class="text-muted" ref="charcount" aria-live="polite"></span>\r \n ' ;
99
+ __p += '\n <span class="text-muted" ref="charcount" aria-live="polite"></span>\n ' ;
100
100
} ;
101
- __p += '\r\ n ' ;
101
+ __p += '\n ' ;
102
102
if ( ctx . component . showWordCount ) { ;
103
- __p += '\r\ n <span class="text-muted" ref="wordcount" aria-live="polite"></span>\r \n ' ;
103
+ __p += '\n <span class="text-muted" ref="wordcount" aria-live="polite"></span>\n ' ;
104
104
} ;
105
- __p += '\r\ n</div>\r \n' ;
105
+ __p += '\n</div>\n' ;
106
106
} ;
107
107
108
108
return __p
0 commit comments