cronapp-framework-mobile-js 4.0.0 → 4.0.2
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/css/app_2.9.css +1 -2
- package/dist/css/app_2.9.css +1 -1
- package/package.json +3 -26
- package/postupdate.json +189 -111
- package/css/custom-ionic.css +0 -236
- package/dist/css/custom-ionic.css +0 -1
- package/lib/ionic/css/ionic.css +0 -9802
- package/lib/ionic/css/ionic.min.css +0 -23
- package/lib/ionic/fonts/ionicons.eot +0 -0
- package/lib/ionic/fonts/ionicons.svg +0 -2230
- package/lib/ionic/fonts/ionicons.ttf +0 -0
- package/lib/ionic/fonts/ionicons.woff +0 -0
- package/lib/ionic/js/angular/angular-animate.js +0 -4115
- package/lib/ionic/js/angular/angular-animate.min.js +0 -56
- package/lib/ionic/js/angular/angular-resource.js +0 -768
- package/lib/ionic/js/angular/angular-resource.min.js +0 -15
- package/lib/ionic/js/angular/angular-sanitize.js +0 -717
- package/lib/ionic/js/angular/angular-sanitize.min.js +0 -15
- package/lib/ionic/js/angular/angular.js +0 -30714
- package/lib/ionic/js/angular/angular.min.js +0 -311
- package/lib/ionic/js/angular-ui/angular-ui-router.js +0 -4232
- package/lib/ionic/js/angular-ui/angular-ui-router.min.js +0 -7
- package/lib/ionic/js/ionic-angular.js +0 -14391
- package/lib/ionic/js/ionic-angular.min.js +0 -18
- package/lib/ionic/js/ionic.bundle.js +0 -67623
- package/lib/ionic/js/ionic.bundle.min.js +0 -472
- package/lib/ionic/js/ionic.js +0 -13356
- package/lib/ionic/js/ionic.min.js +0 -20
- package/lib/ionic/scss/_action-sheet.scss +0 -170
- package/lib/ionic/scss/_animations.scss +0 -48
- package/lib/ionic/scss/_backdrop.scss +0 -24
- package/lib/ionic/scss/_badge.scss +0 -62
- package/lib/ionic/scss/_bar.scss +0 -417
- package/lib/ionic/scss/_button-bar.scss +0 -92
- package/lib/ionic/scss/_button.scss +0 -252
- package/lib/ionic/scss/_checkbox.scss +0 -180
- package/lib/ionic/scss/_form.scss +0 -327
- package/lib/ionic/scss/_grid.scss +0 -159
- package/lib/ionic/scss/_items.scss +0 -825
- package/lib/ionic/scss/_list.scss +0 -125
- package/lib/ionic/scss/_loading.scss +0 -51
- package/lib/ionic/scss/_menu.scss +0 -70
- package/lib/ionic/scss/_mixins.scss +0 -642
- package/lib/ionic/scss/_modal.scss +0 -102
- package/lib/ionic/scss/_platform.scss +0 -77
- package/lib/ionic/scss/_popover.scss +0 -168
- package/lib/ionic/scss/_popup.scss +0 -110
- package/lib/ionic/scss/_progress.scss +0 -11
- package/lib/ionic/scss/_radio.scss +0 -47
- package/lib/ionic/scss/_range.scss +0 -160
- package/lib/ionic/scss/_refresher.scss +0 -113
- package/lib/ionic/scss/_reset.scss +0 -365
- package/lib/ionic/scss/_scaffolding.scss +0 -291
- package/lib/ionic/scss/_select.scss +0 -142
- package/lib/ionic/scss/_slide-box.scss +0 -71
- package/lib/ionic/scss/_slides.scss +0 -529
- package/lib/ionic/scss/_spinner.scss +0 -100
- package/lib/ionic/scss/_tabs.scss +0 -542
- package/lib/ionic/scss/_toggle.scss +0 -198
- package/lib/ionic/scss/_transitions.scss +0 -188
- package/lib/ionic/scss/_type.scss +0 -166
- package/lib/ionic/scss/_util.scss +0 -296
- package/lib/ionic/scss/_variables.scss +0 -764
- package/lib/ionic/scss/ionic.scss +0 -54
- package/lib/ionic/scss/ionicons/_ionicons-font.scss +0 -28
- package/lib/ionic/scss/ionicons/_ionicons-icons.scss +0 -1473
- package/lib/ionic/scss/ionicons/_ionicons-variables.scss +0 -741
- package/lib/ionic/scss/ionicons/ionicons.scss +0 -16
- package/lib/ionic/version.json +0 -6
|
@@ -1,125 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
/**
|
|
3
|
-
* Lists
|
|
4
|
-
* --------------------------------------------------
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
.list {
|
|
8
|
-
position: relative;
|
|
9
|
-
padding-top: $item-border-width;
|
|
10
|
-
padding-bottom: $item-border-width;
|
|
11
|
-
padding-left: 0; // reset padding because ul and ol
|
|
12
|
-
margin-bottom: 20px;
|
|
13
|
-
}
|
|
14
|
-
.list:last-child {
|
|
15
|
-
margin-bottom: 0px;
|
|
16
|
-
&.card{
|
|
17
|
-
margin-bottom:40px;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
/**
|
|
23
|
-
* List Header
|
|
24
|
-
* --------------------------------------------------
|
|
25
|
-
*/
|
|
26
|
-
|
|
27
|
-
.list-header {
|
|
28
|
-
margin-top: $list-header-margin-top;
|
|
29
|
-
padding: $list-header-padding;
|
|
30
|
-
background-color: $list-header-bg;
|
|
31
|
-
color: $list-header-color;
|
|
32
|
-
font-weight: bold;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
// when its a card make sure it doesn't duplicate top and bottom borders
|
|
36
|
-
.card.list .list-item {
|
|
37
|
-
padding-right: 1px;
|
|
38
|
-
padding-left: 1px;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
* Cards and Inset Lists
|
|
44
|
-
* --------------------------------------------------
|
|
45
|
-
* A card and list-inset are close to the same thing, except a card as a box shadow.
|
|
46
|
-
*/
|
|
47
|
-
|
|
48
|
-
.card,
|
|
49
|
-
.list-inset {
|
|
50
|
-
overflow: hidden;
|
|
51
|
-
margin: ($content-padding * 2) $content-padding;
|
|
52
|
-
border-radius: $card-border-radius;
|
|
53
|
-
background-color: $card-body-bg;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.card {
|
|
57
|
-
padding-top: $item-border-width;
|
|
58
|
-
padding-bottom: $item-border-width;
|
|
59
|
-
box-shadow: $card-box-shadow;
|
|
60
|
-
|
|
61
|
-
.item {
|
|
62
|
-
border-left: 0;
|
|
63
|
-
border-right: 0;
|
|
64
|
-
}
|
|
65
|
-
.item:first-child {
|
|
66
|
-
border-top: 0;
|
|
67
|
-
}
|
|
68
|
-
.item:last-child {
|
|
69
|
-
border-bottom: 0;
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.padding {
|
|
74
|
-
.card, .list-inset {
|
|
75
|
-
margin-left: 0;
|
|
76
|
-
margin-right: 0;
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
.card .item,
|
|
81
|
-
.list-inset .item,
|
|
82
|
-
.padding > .list .item
|
|
83
|
-
{
|
|
84
|
-
&:first-child {
|
|
85
|
-
border-top-left-radius: $card-border-radius;
|
|
86
|
-
border-top-right-radius: $card-border-radius;
|
|
87
|
-
|
|
88
|
-
.item-content {
|
|
89
|
-
border-top-left-radius: $card-border-radius;
|
|
90
|
-
border-top-right-radius: $card-border-radius;
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
&:last-child {
|
|
94
|
-
border-bottom-right-radius: $card-border-radius;
|
|
95
|
-
border-bottom-left-radius: $card-border-radius;
|
|
96
|
-
|
|
97
|
-
.item-content {
|
|
98
|
-
border-bottom-right-radius: $card-border-radius;
|
|
99
|
-
border-bottom-left-radius: $card-border-radius;
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
.card .item:last-child,
|
|
105
|
-
.list-inset .item:last-child {
|
|
106
|
-
margin-bottom: $item-border-width * -1;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
.card .item,
|
|
110
|
-
.list-inset .item,
|
|
111
|
-
.padding > .list .item,
|
|
112
|
-
.padding-horizontal > .list .item {
|
|
113
|
-
margin-right: 0;
|
|
114
|
-
margin-left: 0;
|
|
115
|
-
|
|
116
|
-
&.item-input input {
|
|
117
|
-
padding-right: 44px;
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
.padding-left > .list .item {
|
|
121
|
-
margin-left: 0;
|
|
122
|
-
}
|
|
123
|
-
.padding-right > .list .item {
|
|
124
|
-
margin-right: 0;
|
|
125
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
/**
|
|
3
|
-
* Loading
|
|
4
|
-
* --------------------------------------------------
|
|
5
|
-
*/
|
|
6
|
-
|
|
7
|
-
.loading-container {
|
|
8
|
-
position: absolute;
|
|
9
|
-
left: 0;
|
|
10
|
-
top: 0;
|
|
11
|
-
right: 0;
|
|
12
|
-
bottom: 0;
|
|
13
|
-
|
|
14
|
-
z-index: $z-index-loading;
|
|
15
|
-
|
|
16
|
-
@include display-flex();
|
|
17
|
-
@include justify-content(center);
|
|
18
|
-
@include align-items(center);
|
|
19
|
-
|
|
20
|
-
@include transition(0.2s opacity linear);
|
|
21
|
-
visibility: hidden;
|
|
22
|
-
opacity: 0;
|
|
23
|
-
|
|
24
|
-
&:not(.visible) .icon,
|
|
25
|
-
&:not(.visible) .spinner{
|
|
26
|
-
display: none;
|
|
27
|
-
}
|
|
28
|
-
&.visible {
|
|
29
|
-
visibility: visible;
|
|
30
|
-
}
|
|
31
|
-
&.active {
|
|
32
|
-
opacity: 1;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.loading {
|
|
36
|
-
padding: $loading-padding;
|
|
37
|
-
|
|
38
|
-
border-radius: $loading-border-radius;
|
|
39
|
-
background-color: $loading-bg-color;
|
|
40
|
-
|
|
41
|
-
color: $loading-text-color;
|
|
42
|
-
|
|
43
|
-
text-align: center;
|
|
44
|
-
text-overflow: ellipsis;
|
|
45
|
-
font-size: $loading-font-size;
|
|
46
|
-
|
|
47
|
-
h1, h2, h3, h4, h5, h6 {
|
|
48
|
-
color: $loading-text-color;
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
}
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
/**
|
|
3
|
-
* Menus
|
|
4
|
-
* --------------------------------------------------
|
|
5
|
-
* Side panel structure
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
.menu {
|
|
9
|
-
position: absolute;
|
|
10
|
-
top: 0;
|
|
11
|
-
bottom: 0;
|
|
12
|
-
z-index: $z-index-menu;
|
|
13
|
-
overflow: hidden;
|
|
14
|
-
|
|
15
|
-
min-height: 100%;
|
|
16
|
-
max-height: 100%;
|
|
17
|
-
width: $menu-width;
|
|
18
|
-
|
|
19
|
-
background-color: $menu-bg;
|
|
20
|
-
|
|
21
|
-
.scroll-content {
|
|
22
|
-
z-index: $z-index-menu-scroll-content;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.bar-header {
|
|
26
|
-
z-index: $z-index-menu-bar-header;
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.menu-content {
|
|
31
|
-
@include transform(none);
|
|
32
|
-
box-shadow: $menu-side-shadow;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.menu-open .menu-content .pane,
|
|
36
|
-
.menu-open .menu-content .scroll-content {
|
|
37
|
-
pointer-events: none;
|
|
38
|
-
}
|
|
39
|
-
.menu-open .menu-content .scroll-content .scroll {
|
|
40
|
-
pointer-events: none;
|
|
41
|
-
}
|
|
42
|
-
.menu-open .menu-content .scroll-content:not(.overflow-scroll) {
|
|
43
|
-
overflow: hidden;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.grade-b .menu-content,
|
|
47
|
-
.grade-c .menu-content {
|
|
48
|
-
@include box-sizing(content-box);
|
|
49
|
-
right: -1px;
|
|
50
|
-
left: -1px;
|
|
51
|
-
border-right: 1px solid #ccc;
|
|
52
|
-
border-left: 1px solid #ccc;
|
|
53
|
-
box-shadow: none;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.menu-left {
|
|
57
|
-
left: 0;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.menu-right {
|
|
61
|
-
right: 0;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
.aside-open.aside-resizing .menu-right {
|
|
65
|
-
display: none;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.menu-animated {
|
|
69
|
-
@include transition-transform($menu-animation-speed ease);
|
|
70
|
-
}
|