cronapp-framework-js 2.8.31 → 2.8.32
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/components/crn-carousel.components.json +1 -1
- package/components/crn-eight-four-container.components.json +2 -2
- package/components/crn-enterprise-autocomplete.components.json +0 -8
- package/components/crn-enterprise-combobox-multiple.components.json +0 -7
- package/components/crn-enterprise-combobox.components.json +0 -7
- package/components/crn-enterprise-dynamic-autocomplete.components.json +27 -35
- package/components/crn-enterprise-dynamic-combobox.components.json +0 -7
- package/components/crn-four-eight-container.components.json +2 -2
- package/components/crn-one-container.components.json +2 -2
- package/components/crn-radioOption.components.json +0 -8
- package/components/crn-textarea.components.json +0 -8
- package/components/crn-textinput.components.json +0 -8
- package/components/crn-textinputbutton.components.json +0 -8
- package/components/crn-textinputicon.components.json +0 -8
- package/components/crn-three-container.components.json +2 -2
- package/components/crn-trhee-six-three-container.components.json +2 -2
- package/components/crn-two-container.components.json +2 -2
- package/components/templates/carousel.template.html +3 -3
- package/components/templates/tabs.template.html +4 -4
- package/css/app.css +0 -7
- package/dist/components/js/jquery.inputmask.bundle.js +1 -1
- package/dist/components/js/jquery.mask.min.js +1 -1
- package/dist/components/js/qrcode.js +1 -1
- package/dist/components/templates/carousel.template.html +1 -1
- package/dist/components/templates/tabs.template.html +1 -1
- package/dist/css/app.css +1 -1
- package/dist/js/LanguageSelectDirective.js +1 -1
- package/dist/js/LocaleService.js +1 -1
- package/dist/js/app.js +1 -1
- package/dist/js/directives.js +1 -1
- package/dist/js/reports/parameters.controller.js +1 -1
- package/js/app.js +13 -12
- package/js/directives.js +5 -141
- package/package.json +3 -3
- package/components/cron-breadcrumbs.components.json +0 -64
- package/components/templates/cron-breadcrumbs.designtime.html +0 -11
- package/components/templates/cron-breadcrumbs.template.html +0 -3
- package/dist/components/css/font-size.css +0 -1
- package/dist/components/css/image.css +0 -1
- package/dist/components/templates/cron-breadcrumbs.designtime.html +0 -1
- package/dist/components/templates/cron-breadcrumbs.template.html +0 -1
- package/dist/components/templates/evaluation.template.html +0 -1
- package/dist/components/templates/text.template.html +0 -1
- package/dist/components/templates/textinputbutton.html +0 -1
- package/dist/img/cron-icon/cron-breadrumb.svg +0 -1
- package/dist/js/app.authentication.js +0 -1
- package/dist/js/controllers.authentication.js +0 -1
- package/img/cron-icon/cron-breadrumb.svg +0 -638
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "crn-eight-four-container",
|
|
3
|
-
"text_pt_BR": "
|
|
4
|
-
"text_en_US": "
|
|
3
|
+
"text_pt_BR": "8/4 Colunas",
|
|
4
|
+
"text_en_US": "8/4 Columns",
|
|
5
5
|
"image": "/node_modules/cronapp-framework-js/img/cron-icon/crn-eight-four-container.svg",
|
|
6
6
|
"description": "Três recipiente ao lado para inserir componentes",
|
|
7
7
|
"description_en_US": "Three container on the side for inserting components",
|
|
@@ -67,14 +67,6 @@
|
|
|
67
67
|
"order": 5,
|
|
68
68
|
"mandatory": false
|
|
69
69
|
},
|
|
70
|
-
{
|
|
71
|
-
"name": "cron-disabled",
|
|
72
|
-
"selector": "cron-auto-complete",
|
|
73
|
-
"displayName_en_US": "Disabled",
|
|
74
|
-
"displayName_pt_BR": "Desabilitado",
|
|
75
|
-
"type": "logic",
|
|
76
|
-
"order": 6
|
|
77
|
-
},
|
|
78
70
|
{
|
|
79
71
|
"name": "no-results-message",
|
|
80
72
|
"selector": "cron-auto-complete",
|
|
@@ -161,13 +161,6 @@
|
|
|
161
161
|
"name": "combobox-theme",
|
|
162
162
|
"selector": "div.form-group"
|
|
163
163
|
},
|
|
164
|
-
{
|
|
165
|
-
"name": "cron-disabled",
|
|
166
|
-
"selector": "cron-select",
|
|
167
|
-
"displayName_en_US": "Disabled",
|
|
168
|
-
"displayName_pt_BR": "Desabilitado",
|
|
169
|
-
"type": "logic"
|
|
170
|
-
},
|
|
171
164
|
{
|
|
172
165
|
"name": "ng-change",
|
|
173
166
|
"selector": "cron-multi-select",
|
|
@@ -32,13 +32,6 @@
|
|
|
32
32
|
"displayName_en_US": "On Change",
|
|
33
33
|
"type": "event"
|
|
34
34
|
},
|
|
35
|
-
{
|
|
36
|
-
"name": "cron-disabled",
|
|
37
|
-
"selector": "cron-select",
|
|
38
|
-
"displayName_en_US": "Disabled",
|
|
39
|
-
"displayName_pt_BR": "Desabilitado",
|
|
40
|
-
"type": "logic"
|
|
41
|
-
},
|
|
42
35
|
{
|
|
43
36
|
"name": "ng-select",
|
|
44
37
|
"selector": "cron-select",
|
|
@@ -48,41 +48,33 @@
|
|
|
48
48
|
"displayName_pt_BR": "Título",
|
|
49
49
|
"displayName_en_US": "Title",
|
|
50
50
|
"order": 2
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"name": "cron-disabled",
|
|
81
|
-
"selector": "cron-auto-complete",
|
|
82
|
-
"displayName_en_US": "Disabled",
|
|
83
|
-
"displayName_pt_BR": "Desabilitado",
|
|
84
|
-
"type": "logic",
|
|
85
|
-
"order": 7
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"name": "auto-expand",
|
|
54
|
+
"selector": "cron-auto-complete",
|
|
55
|
+
"displayName_pt_BR": "Expandir automaticamente",
|
|
56
|
+
"displayName_en_US": "Auto expand",
|
|
57
|
+
"type": "logic",
|
|
58
|
+
"order": 4,
|
|
59
|
+
"mandatory": false
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"name": "first-option-on-blur",
|
|
63
|
+
"selector": "cron-auto-complete",
|
|
64
|
+
"displayName_pt_BR": "Selecionar primeira opção ao sair",
|
|
65
|
+
"displayName_en_US": "Select first option on blur",
|
|
66
|
+
"type": "logic",
|
|
67
|
+
"order": 5,
|
|
68
|
+
"mandatory": false
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"name": "no-results-message",
|
|
72
|
+
"selector": "cron-auto-complete",
|
|
73
|
+
"displayName_pt_BR": "Texto quando não tem resultados",
|
|
74
|
+
"displayName_en_US": "Text when there are no results",
|
|
75
|
+
"type": "text",
|
|
76
|
+
"order": 6,
|
|
77
|
+
"mandatory": false
|
|
86
78
|
},
|
|
87
79
|
{
|
|
88
80
|
"name": "ng-select",
|
|
@@ -32,13 +32,6 @@
|
|
|
32
32
|
"displayName_en_US": "Text when there are no results",
|
|
33
33
|
"type": "text"
|
|
34
34
|
},
|
|
35
|
-
{
|
|
36
|
-
"name": "cron-disabled",
|
|
37
|
-
"selector": "cron-auto-complete",
|
|
38
|
-
"displayName_en_US": "Disabled",
|
|
39
|
-
"displayName_pt_BR": "Desabilitado",
|
|
40
|
-
"type": "logic"
|
|
41
|
-
},
|
|
42
35
|
{
|
|
43
36
|
"name": "ng-change",
|
|
44
37
|
"selector": "cron-dynamic-select",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "crn-four-eight-container",
|
|
3
|
-
"text_pt_BR": "
|
|
4
|
-
"text_en_US": "
|
|
3
|
+
"text_pt_BR": "4/8 Colunas",
|
|
4
|
+
"text_en_US": "4/8 Columns",
|
|
5
5
|
"image": "/node_modules/cronapp-framework-js/img/cron-icon/crn-four-eight-container.svg",
|
|
6
6
|
"description": "Três recipiente ao lado para inserir componentes",
|
|
7
7
|
"description_en_US": "Three container on the side for inserting components",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "crn-one-container",
|
|
3
|
-
"text_pt_BR": "1 Coluna
|
|
4
|
-
"text_en_US": "1 Column
|
|
3
|
+
"text_pt_BR": "1 Coluna",
|
|
4
|
+
"text_en_US": "1 Column",
|
|
5
5
|
"image": "/node_modules/cronapp-framework-js/img/cron-icon/crn-one-container.svg",
|
|
6
6
|
"description": "Um recipiente para inserir componentes",
|
|
7
7
|
"description_en_US": "A container for inserting components",
|
|
@@ -38,14 +38,6 @@
|
|
|
38
38
|
"type": "content",
|
|
39
39
|
"order": 2
|
|
40
40
|
},
|
|
41
|
-
{
|
|
42
|
-
"name": "ng-disabled",
|
|
43
|
-
"selector": "input",
|
|
44
|
-
"displayName_en_US": "Disabled",
|
|
45
|
-
"displayName_pt_BR": "Desabilitado",
|
|
46
|
-
"type": "logic",
|
|
47
|
-
"order": 3
|
|
48
|
-
},
|
|
49
41
|
{
|
|
50
42
|
"name": "ng-click",
|
|
51
43
|
"selector": "label[value]",
|
|
@@ -76,14 +76,6 @@
|
|
|
76
76
|
"type": "text",
|
|
77
77
|
"order": 2
|
|
78
78
|
},
|
|
79
|
-
{
|
|
80
|
-
"name": "ng-disabled",
|
|
81
|
-
"selector": "textarea",
|
|
82
|
-
"displayName_en_US": "Disabled",
|
|
83
|
-
"displayName_pt_BR": "Desabilitado",
|
|
84
|
-
"type": "logic",
|
|
85
|
-
"order": 8
|
|
86
|
-
},
|
|
87
79
|
{
|
|
88
80
|
"name": "ng-init",
|
|
89
81
|
"selector": "textarea",
|
|
@@ -52,14 +52,6 @@
|
|
|
52
52
|
"onDisplay": "javascript:function() { return arguments[0].replace('vars.',''); }",
|
|
53
53
|
"mandatory": true
|
|
54
54
|
},
|
|
55
|
-
{
|
|
56
|
-
"name": "ng-disabled",
|
|
57
|
-
"selector": "input",
|
|
58
|
-
"displayName_en_US": "Disabled",
|
|
59
|
-
"displayName_pt_BR": "Desabilitado",
|
|
60
|
-
"type": "logic",
|
|
61
|
-
"order": 4
|
|
62
|
-
},
|
|
63
55
|
{
|
|
64
56
|
"name": "type",
|
|
65
57
|
"selector": "input",
|
|
@@ -77,14 +77,6 @@
|
|
|
77
77
|
"type": "mask",
|
|
78
78
|
"order": 3
|
|
79
79
|
},
|
|
80
|
-
{
|
|
81
|
-
"name": "ng-disabled",
|
|
82
|
-
"selector": "input",
|
|
83
|
-
"displayName_en_US": "Disabled",
|
|
84
|
-
"displayName_pt_BR": "Desabilitado",
|
|
85
|
-
"type": "logic",
|
|
86
|
-
"order": 4
|
|
87
|
-
},
|
|
88
80
|
{
|
|
89
81
|
"name": "ng-required",
|
|
90
82
|
"selector": "input",
|
|
@@ -76,14 +76,6 @@
|
|
|
76
76
|
"type": "mask",
|
|
77
77
|
"order": 3
|
|
78
78
|
},
|
|
79
|
-
{
|
|
80
|
-
"name": "ng-disabled",
|
|
81
|
-
"selector": "input",
|
|
82
|
-
"displayName_en_US": "Disabled",
|
|
83
|
-
"displayName_pt_BR": "Desabilitado",
|
|
84
|
-
"type": "logic",
|
|
85
|
-
"order": 4
|
|
86
|
-
},
|
|
87
79
|
{
|
|
88
80
|
"name": "ng-required",
|
|
89
81
|
"selector": "input",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "crn-three-container",
|
|
3
|
-
"text_pt_BR": "3 Colunas
|
|
4
|
-
"text_en_US": "3 Columns
|
|
3
|
+
"text_pt_BR": "3 Colunas",
|
|
4
|
+
"text_en_US": "3 Columns",
|
|
5
5
|
"image": "/node_modules/cronapp-framework-js/img/cron-icon/crn-three-container.svg",
|
|
6
6
|
"description": "Três recipiente ao lado para inserir componentes",
|
|
7
7
|
"description_en_US": "Three container on the side for inserting components",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "crn-three-six-three-container",
|
|
3
|
-
"text_pt_BR": "3
|
|
4
|
-
"text_en_US": "3
|
|
3
|
+
"text_pt_BR": "3/6/3 Colunas",
|
|
4
|
+
"text_en_US": "3/6/3 Columns",
|
|
5
5
|
"image": "/node_modules/cronapp-framework-js/img/cron-icon/crn-three-six-three-container.svg",
|
|
6
6
|
"description": "Três recipiente ao lado para inserir componentes",
|
|
7
7
|
"description_en_US": "Three container on the side for inserting components",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "crn-two-container",
|
|
3
|
-
"text_pt_BR": "2 Colunas
|
|
4
|
-
"text_en_US": "2 Columns
|
|
3
|
+
"text_pt_BR": "2 Colunas",
|
|
4
|
+
"text_en_US": "2 Columns",
|
|
5
5
|
"image": "/node_modules/cronapp-framework-js/img/cron-icon/crn-two-container.svg",
|
|
6
6
|
"description": "Dois recipiente ao lado para inserir componentes",
|
|
7
7
|
"description_en_US": "Two container on the side for inserting components",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<div class="carousel slide" data-ride="carousel"
|
|
1
|
+
<div class="carousel slide" data-ride="carousel">
|
|
2
2
|
<div class="carousel-inner" role="listbox">
|
|
3
3
|
<div class="item active" data-component="crn-carousel-item" id="crn-carousel-item-1">
|
|
4
4
|
<img data-component="crn-image" alt="First Slide" style="margin: 0 auto; object-fit: cover;" xattr-position=""
|
|
@@ -34,13 +34,13 @@
|
|
|
34
34
|
</ol>
|
|
35
35
|
|
|
36
36
|
|
|
37
|
-
<a style="width: 100px;" href="#carousel
|
|
37
|
+
<a style="width: 100px;" href="#carousel-example-generic" class="left carousel-control" role="button" data-slide="prev">
|
|
38
38
|
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
|
|
39
39
|
<span class="sr-only">Previous</span>
|
|
40
40
|
</a>
|
|
41
41
|
|
|
42
42
|
|
|
43
|
-
<a href="#carousel
|
|
43
|
+
<a href="#carousel-example-generic" class="right carousel-control" role="button" data-slide="next">
|
|
44
44
|
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
|
|
45
45
|
<span class="sr-only">Next</span>
|
|
46
46
|
</a>
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
<div class="ctn-tab">
|
|
2
2
|
<ul class="nav nav-tabs" role="tablist">
|
|
3
|
-
<li role="presentation" class="active"><a data-target="#tab1
|
|
3
|
+
<li role="presentation" class="active"><a data-target="#tab1" role="tab" data-toggle="tab"
|
|
4
4
|
data-container="true">First Tab</a></li>
|
|
5
|
-
<li role="presentation"><a data-target="#tab2
|
|
5
|
+
<li role="presentation"><a data-target="#tab2" role="tab" data-toggle="tab" data-container="true">Second Tab</a>
|
|
6
6
|
</li>
|
|
7
7
|
</ul>
|
|
8
8
|
<div class="tab-content">
|
|
9
|
-
<div role="tabpanel" class="tab-pane active" id="tab1
|
|
9
|
+
<div role="tabpanel" class="tab-pane active" id="tab1">
|
|
10
10
|
<div data-container="true" data-replace="true"></div>
|
|
11
11
|
</div>
|
|
12
|
-
<div role="tabpanel" class="tab-pane" id="tab2
|
|
12
|
+
<div role="tabpanel" class="tab-pane" id="tab2">
|
|
13
13
|
<div data-container="true" data-replace="true"></div>
|
|
14
14
|
</div>
|
|
15
15
|
</div>
|
package/css/app.css
CHANGED
|
@@ -407,11 +407,4 @@ fieldset[disabled] .btn-default:hover {
|
|
|
407
407
|
.crn-textinputbutton-button button{
|
|
408
408
|
margin: 0;
|
|
409
409
|
margin-left: 10px;
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
/* Breadcrumbs */
|
|
413
|
-
#cron-breadcrumbs .k-breadcrumb-container,
|
|
414
|
-
#cron-breadcrumbs .k-breadcrumb-root-item-container {
|
|
415
|
-
padding: 3px 10px;
|
|
416
|
-
position: relative;
|
|
417
410
|
}
|