cronapp-framework-js 2.8.21 → 2.8.25
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-accordion.components.json +29 -1
- package/components/crn-anchor.components.json +2 -2
- package/components/crn-datepicker.components.json +15 -0
- package/components/crn-datetimepicker.components.json +25 -0
- package/components/crn-dynamic-menu.components.json +21 -0
- package/components/crn-eight-four-container.components.json +43 -0
- package/components/crn-enterprise-autocomplete.components.json +38 -1
- package/components/crn-enterprise-combobox.components.json +11 -1
- package/components/crn-enterprise-dynamic-autocomplete.components.json +39 -2
- package/components/crn-enterprise-dynamic-combobox.components.json +18 -1
- package/components/crn-four-eight-container.components.json +43 -0
- package/components/crn-horizontal-container.components.json +40 -43
- package/components/crn-label.components.json +1 -0
- package/components/crn-one-container.components.json +43 -0
- package/components/crn-rating.components.json +3 -5
- package/components/crn-table.components.json +1 -2
- package/components/crn-textarea.components.json +9 -0
- package/components/crn-textinput.components.json +16 -5
- package/components/crn-three-container.components.json +43 -0
- package/components/crn-trhee-six-three-container.components.json +43 -0
- package/components/crn-two-container.components.json +43 -0
- package/components/crn-vertical-container.components.json +17 -9
- package/components/templates/Component_Container/crn-eight-four-container.template.html +4 -0
- package/components/templates/Component_Container/crn-four-eight-container.template.html +4 -0
- package/components/templates/Component_Container/crn-one-container.template.html +1 -0
- package/components/templates/Component_Container/crn-three-container.template.html +5 -0
- package/components/templates/Component_Container/crn-three-six-three-container.template.html +5 -0
- package/components/templates/Component_Container/crn-two-container.template.html +4 -0
- package/components/templates/cron-autocomplete.designtime.html +3 -3
- package/components/templates/grid-horizontal.template.html +4 -2
- package/components/templates/grid-vertical.template.html +4 -2
- package/components/templates/rating.template.html +6 -6
- package/css/animate.css +433 -0
- package/css/app.css +104 -32
- package/css/modalTemplate.css +25 -0
- package/css/themes/custom/fuse/custom-fuse.min.css +1 -5
- package/css/themes/custom/material/components_css/crn-navbar.css +30 -32
- package/css/themes/custom/material/custom-material.css +16 -11
- package/css/themes/custom/navigator/custom-navigator.css +71 -76
- 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/Component_Container/crn-eight-four-container.template.html +1 -0
- package/dist/components/templates/Component_Container/crn-four-eight-container.template.html +1 -0
- package/dist/components/templates/Component_Container/crn-one-container.template.html +1 -0
- package/dist/components/templates/Component_Container/crn-three-container.template.html +1 -0
- package/dist/components/templates/Component_Container/crn-three-six-three-container.template.html +1 -0
- package/dist/components/templates/Component_Container/crn-two-container.template.html +1 -0
- package/dist/components/templates/cron-autocomplete.designtime.html +1 -1
- package/dist/components/templates/grid-horizontal.template.html +1 -1
- package/dist/components/templates/grid-vertical.template.html +1 -1
- package/dist/components/templates/rating.template.html +1 -1
- package/dist/css/app.css +1 -1
- package/dist/i18n/locale_en_us.json +2 -1
- package/dist/i18n/locale_pt_br.json +2 -1
- package/dist/img/barcode.png +0 -0
- package/dist/img/cron-icon/crn-eight-four-container.svg +1 -0
- package/dist/img/cron-icon/crn-four-eight-container.svg +1 -0
- package/dist/img/cron-icon/crn-one-container.svg +1 -0
- package/dist/img/cron-icon/crn-three-container.svg +1 -0
- package/dist/img/cron-icon/crn-three-six-three-container.svg +1 -0
- package/dist/img/cron-icon/crn-two-container.svg +1 -0
- package/dist/img/cronGrid.png +0 -0
- package/dist/img/cronRichEditor.png +0 -0
- package/dist/img/cronapp-logo-login.png +0 -0
- package/dist/img/logo.png +0 -0
- package/dist/img/placehold-100x100.png +0 -0
- package/dist/img/placehold-900x500.png +0 -0
- package/dist/img/qrcode.png +0 -0
- package/dist/img/selectFile.png +0 -0
- package/dist/img/switch.png +0 -0
- package/dist/js/app.js +1 -1
- package/dist/js/directives.js +1 -1
- package/i18n/locale_en_us.json +2 -1
- package/i18n/locale_pt_br.json +2 -1
- package/img/cron-icon/crn-eight-four-container.svg +18 -0
- package/img/cron-icon/crn-four-eight-container.svg +20 -0
- package/img/cron-icon/crn-one-container.svg +17 -0
- package/img/cron-icon/crn-three-container.svg +21 -0
- package/img/cron-icon/crn-three-six-three-container.svg +19 -0
- package/img/cron-icon/crn-two-container.svg +18 -0
- package/img/placehold-900x500.png +0 -0
- package/js/app.js +9 -1
- package/js/directives.js +2067 -1894
- package/package.json +1 -1
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "crn-three-container",
|
|
3
|
+
"text_pt_BR": "3 Colunas",
|
|
4
|
+
"text_en_US": "3 Columns",
|
|
5
|
+
"image": "/node_modules/cronapp-framework-js/img/cron-icon/crn-three-container.svg",
|
|
6
|
+
"description": "Três recipiente ao lado para inserir componentes",
|
|
7
|
+
"description_en_US": "Three container on the side for inserting components",
|
|
8
|
+
"category": [
|
|
9
|
+
"LAYOUTS"
|
|
10
|
+
],
|
|
11
|
+
"templateURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/Component_Container/crn-three-container.template.html",
|
|
12
|
+
"wrapper": false,
|
|
13
|
+
"autoWrapper": true,
|
|
14
|
+
"properties": {
|
|
15
|
+
"class": {
|
|
16
|
+
"order": 9999
|
|
17
|
+
},
|
|
18
|
+
"ng-init": {
|
|
19
|
+
"removable": true,
|
|
20
|
+
"type": "event"
|
|
21
|
+
},
|
|
22
|
+
"ng-click": {
|
|
23
|
+
"removable": true,
|
|
24
|
+
"type": "event"
|
|
25
|
+
},
|
|
26
|
+
"ng-dblclick": {
|
|
27
|
+
"removable": true,
|
|
28
|
+
"type": "event"
|
|
29
|
+
},
|
|
30
|
+
"ng-mouseenter": {
|
|
31
|
+
"removable": true,
|
|
32
|
+
"type": "event"
|
|
33
|
+
},
|
|
34
|
+
"ng-mouseleave": {
|
|
35
|
+
"removable": true,
|
|
36
|
+
"type": "event"
|
|
37
|
+
},
|
|
38
|
+
"ng-mousemove": {
|
|
39
|
+
"removable": true,
|
|
40
|
+
"type": "event"
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "crn-three-six-three-container",
|
|
3
|
+
"text_pt_BR": "3/6/3 Colunas",
|
|
4
|
+
"text_en_US": "3/6/3 Columns",
|
|
5
|
+
"image": "/node_modules/cronapp-framework-js/img/cron-icon/crn-three-six-three-container.svg",
|
|
6
|
+
"description": "Três recipiente ao lado para inserir componentes",
|
|
7
|
+
"description_en_US": "Three container on the side for inserting components",
|
|
8
|
+
"category": [
|
|
9
|
+
"LAYOUTS"
|
|
10
|
+
],
|
|
11
|
+
"templateURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/Component_Container/crn-three-six-three-container.template.html",
|
|
12
|
+
"wrapper": false,
|
|
13
|
+
"autoWrapper": true,
|
|
14
|
+
"properties": {
|
|
15
|
+
"class": {
|
|
16
|
+
"order": 9999
|
|
17
|
+
},
|
|
18
|
+
"ng-init": {
|
|
19
|
+
"removable": true,
|
|
20
|
+
"type": "event"
|
|
21
|
+
},
|
|
22
|
+
"ng-click": {
|
|
23
|
+
"removable": true,
|
|
24
|
+
"type": "event"
|
|
25
|
+
},
|
|
26
|
+
"ng-dblclick": {
|
|
27
|
+
"removable": true,
|
|
28
|
+
"type": "event"
|
|
29
|
+
},
|
|
30
|
+
"ng-mouseenter": {
|
|
31
|
+
"removable": true,
|
|
32
|
+
"type": "event"
|
|
33
|
+
},
|
|
34
|
+
"ng-mouseleave": {
|
|
35
|
+
"removable": true,
|
|
36
|
+
"type": "event"
|
|
37
|
+
},
|
|
38
|
+
"ng-mousemove": {
|
|
39
|
+
"removable": true,
|
|
40
|
+
"type": "event"
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "crn-two-container",
|
|
3
|
+
"text_pt_BR": "2 Colunas",
|
|
4
|
+
"text_en_US": "2 Columns",
|
|
5
|
+
"image": "/node_modules/cronapp-framework-js/img/cron-icon/crn-two-container.svg",
|
|
6
|
+
"description": "Dois recipiente ao lado para inserir componentes",
|
|
7
|
+
"description_en_US": "Two container on the side for inserting components",
|
|
8
|
+
"category": [
|
|
9
|
+
"LAYOUTS"
|
|
10
|
+
],
|
|
11
|
+
"templateURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/Component_Container/crn-two-container.template.html",
|
|
12
|
+
"wrapper": false,
|
|
13
|
+
"autoWrapper": true,
|
|
14
|
+
"properties": {
|
|
15
|
+
"class": {
|
|
16
|
+
"order": 9999
|
|
17
|
+
},
|
|
18
|
+
"ng-init": {
|
|
19
|
+
"removable": true,
|
|
20
|
+
"type": "event"
|
|
21
|
+
},
|
|
22
|
+
"ng-click": {
|
|
23
|
+
"removable": true,
|
|
24
|
+
"type": "event"
|
|
25
|
+
},
|
|
26
|
+
"ng-dblclick": {
|
|
27
|
+
"removable": true,
|
|
28
|
+
"type": "event"
|
|
29
|
+
},
|
|
30
|
+
"ng-mouseenter": {
|
|
31
|
+
"removable": true,
|
|
32
|
+
"type": "event"
|
|
33
|
+
},
|
|
34
|
+
"ng-mouseleave": {
|
|
35
|
+
"removable": true,
|
|
36
|
+
"type": "event"
|
|
37
|
+
},
|
|
38
|
+
"ng-mousemove": {
|
|
39
|
+
"removable": true,
|
|
40
|
+
"type": "event"
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
}
|
|
@@ -5,6 +5,10 @@
|
|
|
5
5
|
"image": "/node_modules/cronapp-framework-js/img/cron-icon/crn-horizontal-container.svg",
|
|
6
6
|
"description": "Dois recipiente empilhado para inserir componentes",
|
|
7
7
|
"description_en_US": "Two stacked container for inserting components",
|
|
8
|
+
"category": [
|
|
9
|
+
"LAYOUTS"
|
|
10
|
+
],
|
|
11
|
+
"templateURL": "src/main/webapp/node_modules/cronapp-framework-js/dist/components/templates/grid-vertical.template.html",
|
|
8
12
|
"properties": {
|
|
9
13
|
"class": {
|
|
10
14
|
"order": 9999
|
|
@@ -37,12 +41,16 @@
|
|
|
37
41
|
"type": "event"
|
|
38
42
|
}
|
|
39
43
|
},
|
|
40
|
-
"
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
44
|
+
"forcedGroup": true,
|
|
45
|
+
"wrapper": false,
|
|
46
|
+
"autoWrapper": true,
|
|
47
|
+
"handleRules": {
|
|
48
|
+
"canIncrement": true,
|
|
49
|
+
"rules": [
|
|
50
|
+
{
|
|
51
|
+
"sourceHTML": "<div class=\"col-md-12\" data-container=\"true\" data-replace=\"true\">Content goes here</div> ",
|
|
52
|
+
"targetSelector": ":self"
|
|
53
|
+
}
|
|
54
|
+
]
|
|
55
|
+
}
|
|
56
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" data-container="true" data-replace="true">1 Column</div>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<div class="three-container">
|
|
2
|
+
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-4" data-container="true" data-replace="true">1 Column</div>
|
|
3
|
+
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-4" data-container="true" data-replace="true">2 Column</div>
|
|
4
|
+
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-4" data-container="true" data-replace="true">3 Column</div>
|
|
5
|
+
</div>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<div class="trhee-twelve-container">
|
|
2
|
+
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-3" data-container="true" data-replace="true">1 Column</div>
|
|
3
|
+
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-6" data-container="true" data-replace="true">2 Column</div>
|
|
4
|
+
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-3" data-container="true" data-replace="true">3 Column</div>
|
|
5
|
+
</div>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<div class="form-group">
|
|
2
|
-
<label>Label
|
|
1
|
+
<div class="form-group" id="${COMPONENTID}">
|
|
2
|
+
<label for="cron-${COMPONENTID}">Label</label>
|
|
3
3
|
<span class="k-widget k-autocomplete cronAutoComplete" style="width: 100%;">
|
|
4
|
-
<input class="cronAutoComplete k-input"
|
|
4
|
+
<input class="cronAutoComplete k-input" type="text">
|
|
5
5
|
</span>
|
|
6
6
|
</div>
|
|
@@ -1,2 +1,4 @@
|
|
|
1
|
-
<div class="
|
|
2
|
-
<div class="col-md-6" data-container="true" data-replace="true">Content goes here</div>
|
|
1
|
+
<div class="layout-horizontal">
|
|
2
|
+
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-6" data-container="true" data-replace="true">Content goes here</div>
|
|
3
|
+
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-6" data-container="true" data-replace="true">Content goes here</div>
|
|
4
|
+
</div>
|
|
@@ -1,2 +1,4 @@
|
|
|
1
|
-
<div class="
|
|
2
|
-
<div class="col-md-12" data-container="true" data-replace="true">Content goes here</div>
|
|
1
|
+
<div class="layout-vertical">
|
|
2
|
+
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" data-container="true" data-replace="true">Content goes here</div>
|
|
3
|
+
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12" data-container="true" data-replace="true">Content goes here</div>
|
|
4
|
+
</div>
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
<div>
|
|
2
2
|
<cronapp-rating ng-model="vars.evaluation${RANDOM}" icon-off="fa fa-star-o" xattr-default-value="">
|
|
3
|
-
<i style="font-size: 200%;
|
|
4
|
-
<i style="font-size: 200%;
|
|
5
|
-
<i style="font-size: 200%;
|
|
6
|
-
<i style="font-size: 200%;
|
|
7
|
-
<i style="font-size: 200%;
|
|
3
|
+
<i style="font-size: 200%;" icon-theme="color: #3A3A3A;" icon-size="" class="component-holder fa fa-star"></i>
|
|
4
|
+
<i style="font-size: 200%;" icon-theme="color: #3A3A3A;" icon-size="" class="component-holder fa fa-star"></i>
|
|
5
|
+
<i style="font-size: 200%;" icon-theme="color: #3A3A3A;" icon-size="" class="component-holder fa fa-star"></i>
|
|
6
|
+
<i style="font-size: 200%;" icon-theme="color: #3A3A3A;" icon-size="" class="component-holder fa fa-star"></i>
|
|
7
|
+
<i style="font-size: 200%;" icon-theme="color: #3A3A3A;" icon-size="" class="component-holder fa fa-star"></i>
|
|
8
8
|
</cronapp-rating>
|
|
9
|
-
</div>
|
|
9
|
+
</div>
|
package/css/animate.css
ADDED
|
@@ -0,0 +1,433 @@
|
|
|
1
|
+
.cronapp-icon {
|
|
2
|
+
position: relative;
|
|
3
|
+
box-sizing: content-box;
|
|
4
|
+
justify-content: center;
|
|
5
|
+
width: 5em;
|
|
6
|
+
height: 5em;
|
|
7
|
+
margin: 1.25em auto 1.875em;
|
|
8
|
+
border: .25em solid transparent;
|
|
9
|
+
border-radius: 50%;
|
|
10
|
+
border-color: #000;
|
|
11
|
+
font-family: inherit;
|
|
12
|
+
line-height: 5em;
|
|
13
|
+
cursor: default;
|
|
14
|
+
-webkit-user-select: none;
|
|
15
|
+
-moz-user-select: none;
|
|
16
|
+
-ms-user-select: none;
|
|
17
|
+
user-select: none;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
/* Error */
|
|
21
|
+
.cronapp-icon.cronapp-error {
|
|
22
|
+
border-color: #f27474;
|
|
23
|
+
color: #f27474;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.cronapp-icon.cronapp-error .cronapp-x-mark {
|
|
27
|
+
position: relative;
|
|
28
|
+
flex-grow: 1;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.cronapp-icon.cronapp-error [class^=cronapp-x-mark-line] {
|
|
32
|
+
display: block;
|
|
33
|
+
position: absolute;
|
|
34
|
+
top: 2.3125em;
|
|
35
|
+
width: 2.9375em;
|
|
36
|
+
height: .3125em;
|
|
37
|
+
border-radius: .125em;
|
|
38
|
+
background-color: #f27474;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.cronapp-icon.cronapp-error [class^=cronapp-x-mark-line][class$=left] {
|
|
42
|
+
left: 1.0625em;
|
|
43
|
+
transform: rotate(45deg);
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
.cronapp-icon.cronapp-error [class^=cronapp-x-mark-line][class$=right] {
|
|
47
|
+
right: 1em;
|
|
48
|
+
transform: rotate(-45deg);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.cronapp-icon.cronapp-error {
|
|
52
|
+
-webkit-animation: cronapp-animate-error-icon .5s;
|
|
53
|
+
animation: cronapp-animate-error-icon .5s;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.cronapp-icon.cronapp-error .cronapp-x-mark {
|
|
57
|
+
-webkit-animation: cronapp-animate-error-x-mark .5s;
|
|
58
|
+
animation: cronapp-animate-error-x-mark .5s;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
/* Success */
|
|
62
|
+
.cronapp-icon.cronapp-success {
|
|
63
|
+
border-color: #a5dc86;
|
|
64
|
+
color: #a5dc86;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.cronapp-icon.cronapp-success [class^=cronapp-success-circular-line] {
|
|
68
|
+
position: absolute;
|
|
69
|
+
width: 3.75em;
|
|
70
|
+
height: 7.5em;
|
|
71
|
+
transform: rotate(45deg);
|
|
72
|
+
border-radius: 50%;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.cronapp-icon.cronapp-success [class^=cronapp-success-circular-line][class$=left] {
|
|
76
|
+
top: -.4375em;
|
|
77
|
+
left: -2.0635em;
|
|
78
|
+
transform: rotate(-45deg);
|
|
79
|
+
transform-origin: 3.75em 3.75em;
|
|
80
|
+
border-radius: 7.5em 0 0 7.5em;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.cronapp-icon.cronapp-success [class^=cronapp-success-circular-line][class$=right] {
|
|
84
|
+
top: -.6875em;
|
|
85
|
+
left: 1.875em;
|
|
86
|
+
transform: rotate(-45deg);
|
|
87
|
+
transform-origin: 0 3.75em;
|
|
88
|
+
border-radius: 0 7.5em 7.5em 0;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.cronapp-icon.cronapp-success .cronapp-success-ring {
|
|
92
|
+
position: absolute;
|
|
93
|
+
z-index: 2;
|
|
94
|
+
top: -.25em;
|
|
95
|
+
left: -.25em;
|
|
96
|
+
box-sizing: content-box;
|
|
97
|
+
width: 100%;
|
|
98
|
+
height: 100%;
|
|
99
|
+
border: .25em solid rgba(165, 220, 134, .3);
|
|
100
|
+
border-radius: 50%;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.cronapp-icon.cronapp-success .cronapp-success-fix {
|
|
104
|
+
position: absolute;
|
|
105
|
+
z-index: 1;
|
|
106
|
+
top: .5em;
|
|
107
|
+
left: 1.625em;
|
|
108
|
+
width: .4375em;
|
|
109
|
+
height: 5.625em;
|
|
110
|
+
transform: rotate(-45deg);
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.cronapp-icon.cronapp-success [class^=cronapp-success-line] {
|
|
114
|
+
display: block;
|
|
115
|
+
position: absolute;
|
|
116
|
+
z-index: 2;
|
|
117
|
+
height: .3125em;
|
|
118
|
+
border-radius: .125em;
|
|
119
|
+
background-color: #a5dc86;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
.cronapp-icon.cronapp-success [class^=cronapp-success-line][class$=tip] {
|
|
123
|
+
top: 2.875em;
|
|
124
|
+
left: .8125em;
|
|
125
|
+
width: 1.5625em;
|
|
126
|
+
transform: rotate(45deg);
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.cronapp-icon.cronapp-success [class^=cronapp-success-line][class$=long] {
|
|
130
|
+
top: 2.375em;
|
|
131
|
+
right: .5em;
|
|
132
|
+
width: 2.9375em;
|
|
133
|
+
transform: rotate(-45deg);
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
.cronapp-icon.cronapp-success .cronapp-success-line-tip {
|
|
137
|
+
-webkit-animation: cronapp-animate-success-line-tip .75s;
|
|
138
|
+
animation: cronapp-animate-success-line-tip .75s;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.cronapp-icon.cronapp-success .cronapp-success-line-long {
|
|
142
|
+
-webkit-animation: cronapp-animate-success-line-long .75s;
|
|
143
|
+
animation: cronapp-animate-success-line-long .75s;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
.cronapp-icon.cronapp-success .cronapp-success-circular-line-right {
|
|
147
|
+
-webkit-animation: cronapp-rotate-success-circular-line 4.25s ease-in;
|
|
148
|
+
animation: cronapp-rotate-success-circular-line 4.25s ease-in;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
/* Warning */
|
|
152
|
+
.cronapp-icon.cronapp-warning {
|
|
153
|
+
border-color: #ffed6b;
|
|
154
|
+
color: #ffc038;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
/* Info */
|
|
158
|
+
.cronapp-icon.cronapp-info {
|
|
159
|
+
border-color: #9de0f6;
|
|
160
|
+
color: #3fc3ee;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.cronapp-icon .cronapp-icon-content {
|
|
164
|
+
display: flex;
|
|
165
|
+
align-items: center;
|
|
166
|
+
font-size: 3.75em;
|
|
167
|
+
justify-content: center;
|
|
168
|
+
|
|
169
|
+
-webkit-animation: cronapp-hide .75s;
|
|
170
|
+
animation: cronapp-hide .75s
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
/* animação para abrir o modal */
|
|
175
|
+
|
|
176
|
+
@-webkit-keyframes cronapp-show {
|
|
177
|
+
0% {
|
|
178
|
+
transform: scale(.7)
|
|
179
|
+
}
|
|
180
|
+
45% {
|
|
181
|
+
transform: scale(1.05)
|
|
182
|
+
}
|
|
183
|
+
80% {
|
|
184
|
+
transform: scale(.95)
|
|
185
|
+
}
|
|
186
|
+
100% {
|
|
187
|
+
transform: scale(1)
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
@keyframes cronapp-show {
|
|
192
|
+
0% {
|
|
193
|
+
transform: scale(.7)
|
|
194
|
+
}
|
|
195
|
+
45% {
|
|
196
|
+
transform: scale(1.05)
|
|
197
|
+
}
|
|
198
|
+
80% {
|
|
199
|
+
transform: scale(.95)
|
|
200
|
+
}
|
|
201
|
+
100% {
|
|
202
|
+
transform: scale(1)
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
/* animação para fechar o modal */
|
|
208
|
+
|
|
209
|
+
@-webkit-keyframes cronapp-hide {
|
|
210
|
+
0% {
|
|
211
|
+
transform: scale(1);
|
|
212
|
+
opacity: 1
|
|
213
|
+
}
|
|
214
|
+
100% {
|
|
215
|
+
transform: scale(.5);
|
|
216
|
+
opacity: 0
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
@keyframes cronapp-hide {
|
|
221
|
+
0% {
|
|
222
|
+
transform: scale(1);
|
|
223
|
+
opacity: 1
|
|
224
|
+
}
|
|
225
|
+
100% {
|
|
226
|
+
transform: scale(.5);
|
|
227
|
+
opacity: 0
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
/* Success */
|
|
233
|
+
|
|
234
|
+
@-webkit-keyframes cronapp-animate-success-line-tip {
|
|
235
|
+
0% {
|
|
236
|
+
top: 1.1875em;
|
|
237
|
+
left: .0625em;
|
|
238
|
+
width: 0
|
|
239
|
+
}
|
|
240
|
+
54% {
|
|
241
|
+
top: 1.0625em;
|
|
242
|
+
left: .125em;
|
|
243
|
+
width: 0
|
|
244
|
+
}
|
|
245
|
+
70% {
|
|
246
|
+
top: 2.1875em;
|
|
247
|
+
left: -.375em;
|
|
248
|
+
width: 3.125em
|
|
249
|
+
}
|
|
250
|
+
84% {
|
|
251
|
+
top: 3em;
|
|
252
|
+
left: 1.3125em;
|
|
253
|
+
width: 1.0625em
|
|
254
|
+
}
|
|
255
|
+
100% {
|
|
256
|
+
top: 2.8125em;
|
|
257
|
+
left: .8125em;
|
|
258
|
+
width: 1.5625em
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
@keyframes cronapp-animate-success-line-tip {
|
|
263
|
+
0% {
|
|
264
|
+
top: 1.1875em;
|
|
265
|
+
left: .0625em;
|
|
266
|
+
width: 0
|
|
267
|
+
}
|
|
268
|
+
54% {
|
|
269
|
+
top: 1.0625em;
|
|
270
|
+
left: .125em;
|
|
271
|
+
width: 0
|
|
272
|
+
}
|
|
273
|
+
70% {
|
|
274
|
+
top: 2.1875em;
|
|
275
|
+
left: -.375em;
|
|
276
|
+
width: 3.125em
|
|
277
|
+
}
|
|
278
|
+
84% {
|
|
279
|
+
top: 3em;
|
|
280
|
+
left: 1.3125em;
|
|
281
|
+
width: 1.0625em
|
|
282
|
+
}
|
|
283
|
+
100% {
|
|
284
|
+
top: 2.8125em;
|
|
285
|
+
left: .8125em;
|
|
286
|
+
width: 1.5625em
|
|
287
|
+
}
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
@-webkit-keyframes cronapp-animate-success-line-long {
|
|
291
|
+
0% {
|
|
292
|
+
top: 3.375em;
|
|
293
|
+
right: 2.875em;
|
|
294
|
+
width: 0
|
|
295
|
+
}
|
|
296
|
+
65% {
|
|
297
|
+
top: 3.375em;
|
|
298
|
+
right: 2.875em;
|
|
299
|
+
width: 0
|
|
300
|
+
}
|
|
301
|
+
84% {
|
|
302
|
+
top: 2.1875em;
|
|
303
|
+
right: 0;
|
|
304
|
+
width: 3.4375em
|
|
305
|
+
}
|
|
306
|
+
100% {
|
|
307
|
+
top: 2.375em;
|
|
308
|
+
right: .5em;
|
|
309
|
+
width: 2.9375em
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
@keyframes cronapp-animate-success-line-long {
|
|
314
|
+
0% {
|
|
315
|
+
top: 3.375em;
|
|
316
|
+
right: 2.875em;
|
|
317
|
+
width: 0
|
|
318
|
+
}
|
|
319
|
+
65% {
|
|
320
|
+
top: 3.375em;
|
|
321
|
+
right: 2.875em;
|
|
322
|
+
width: 0
|
|
323
|
+
}
|
|
324
|
+
84% {
|
|
325
|
+
top: 2.1875em;
|
|
326
|
+
right: 0;
|
|
327
|
+
width: 3.4375em
|
|
328
|
+
}
|
|
329
|
+
100% {
|
|
330
|
+
top: 2.375em;
|
|
331
|
+
right: .5em;
|
|
332
|
+
width: 2.9375em
|
|
333
|
+
}
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
@-webkit-keyframes cronapp-rotate-success-circular-line {
|
|
337
|
+
0% {
|
|
338
|
+
transform: rotate(-45deg)
|
|
339
|
+
}
|
|
340
|
+
5% {
|
|
341
|
+
transform: rotate(-45deg)
|
|
342
|
+
}
|
|
343
|
+
12% {
|
|
344
|
+
transform: rotate(-405deg)
|
|
345
|
+
}
|
|
346
|
+
100% {
|
|
347
|
+
transform: rotate(-405deg)
|
|
348
|
+
}
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
@keyframes cronapp-rotate-success-circular-line {
|
|
352
|
+
0% {
|
|
353
|
+
transform: rotate(-45deg)
|
|
354
|
+
}
|
|
355
|
+
5% {
|
|
356
|
+
transform: rotate(-45deg)
|
|
357
|
+
}
|
|
358
|
+
12% {
|
|
359
|
+
transform: rotate(-405deg)
|
|
360
|
+
}
|
|
361
|
+
100% {
|
|
362
|
+
transform: rotate(-405deg)
|
|
363
|
+
}
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
/* Error */
|
|
368
|
+
|
|
369
|
+
@-webkit-keyframes cronapp-animate-error-x-mark {
|
|
370
|
+
0% {
|
|
371
|
+
margin-top: 1.625em;
|
|
372
|
+
transform: scale(.4);
|
|
373
|
+
opacity: 0
|
|
374
|
+
}
|
|
375
|
+
50% {
|
|
376
|
+
margin-top: 1.625em;
|
|
377
|
+
transform: scale(.4);
|
|
378
|
+
opacity: 0
|
|
379
|
+
}
|
|
380
|
+
80% {
|
|
381
|
+
margin-top: -.375em;
|
|
382
|
+
transform: scale(1.15)
|
|
383
|
+
}
|
|
384
|
+
100% {
|
|
385
|
+
margin-top: 0;
|
|
386
|
+
transform: scale(1);
|
|
387
|
+
opacity: 1
|
|
388
|
+
}
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
@keyframes cronapp-animate-error-x-mark {
|
|
392
|
+
0% {
|
|
393
|
+
margin-top: 1.625em;
|
|
394
|
+
transform: scale(.4);
|
|
395
|
+
opacity: 0
|
|
396
|
+
}
|
|
397
|
+
50% {
|
|
398
|
+
margin-top: 1.625em;
|
|
399
|
+
transform: scale(.4);
|
|
400
|
+
opacity: 0
|
|
401
|
+
}
|
|
402
|
+
80% {
|
|
403
|
+
margin-top: -.375em;
|
|
404
|
+
transform: scale(1.15)
|
|
405
|
+
}
|
|
406
|
+
100% {
|
|
407
|
+
margin-top: 0;
|
|
408
|
+
transform: scale(1);
|
|
409
|
+
opacity: 1
|
|
410
|
+
}
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
@-webkit-keyframes cronapp-animate-error-icon {
|
|
414
|
+
0% {
|
|
415
|
+
transform: rotateX(100deg);
|
|
416
|
+
opacity: 0
|
|
417
|
+
}
|
|
418
|
+
100% {
|
|
419
|
+
transform: rotateX(0);
|
|
420
|
+
opacity: 1
|
|
421
|
+
}
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
@keyframes cronapp-animate-error-icon {
|
|
425
|
+
0% {
|
|
426
|
+
transform: rotateX(100deg);
|
|
427
|
+
opacity: 0
|
|
428
|
+
}
|
|
429
|
+
100% {
|
|
430
|
+
transform: rotateX(0);
|
|
431
|
+
opacity: 1
|
|
432
|
+
}
|
|
433
|
+
}
|