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.
Files changed (69) hide show
  1. package/css/app_2.9.css +1 -2
  2. package/dist/css/app_2.9.css +1 -1
  3. package/package.json +3 -26
  4. package/postupdate.json +189 -111
  5. package/css/custom-ionic.css +0 -236
  6. package/dist/css/custom-ionic.css +0 -1
  7. package/lib/ionic/css/ionic.css +0 -9802
  8. package/lib/ionic/css/ionic.min.css +0 -23
  9. package/lib/ionic/fonts/ionicons.eot +0 -0
  10. package/lib/ionic/fonts/ionicons.svg +0 -2230
  11. package/lib/ionic/fonts/ionicons.ttf +0 -0
  12. package/lib/ionic/fonts/ionicons.woff +0 -0
  13. package/lib/ionic/js/angular/angular-animate.js +0 -4115
  14. package/lib/ionic/js/angular/angular-animate.min.js +0 -56
  15. package/lib/ionic/js/angular/angular-resource.js +0 -768
  16. package/lib/ionic/js/angular/angular-resource.min.js +0 -15
  17. package/lib/ionic/js/angular/angular-sanitize.js +0 -717
  18. package/lib/ionic/js/angular/angular-sanitize.min.js +0 -15
  19. package/lib/ionic/js/angular/angular.js +0 -30714
  20. package/lib/ionic/js/angular/angular.min.js +0 -311
  21. package/lib/ionic/js/angular-ui/angular-ui-router.js +0 -4232
  22. package/lib/ionic/js/angular-ui/angular-ui-router.min.js +0 -7
  23. package/lib/ionic/js/ionic-angular.js +0 -14391
  24. package/lib/ionic/js/ionic-angular.min.js +0 -18
  25. package/lib/ionic/js/ionic.bundle.js +0 -67623
  26. package/lib/ionic/js/ionic.bundle.min.js +0 -472
  27. package/lib/ionic/js/ionic.js +0 -13356
  28. package/lib/ionic/js/ionic.min.js +0 -20
  29. package/lib/ionic/scss/_action-sheet.scss +0 -170
  30. package/lib/ionic/scss/_animations.scss +0 -48
  31. package/lib/ionic/scss/_backdrop.scss +0 -24
  32. package/lib/ionic/scss/_badge.scss +0 -62
  33. package/lib/ionic/scss/_bar.scss +0 -417
  34. package/lib/ionic/scss/_button-bar.scss +0 -92
  35. package/lib/ionic/scss/_button.scss +0 -252
  36. package/lib/ionic/scss/_checkbox.scss +0 -180
  37. package/lib/ionic/scss/_form.scss +0 -327
  38. package/lib/ionic/scss/_grid.scss +0 -159
  39. package/lib/ionic/scss/_items.scss +0 -825
  40. package/lib/ionic/scss/_list.scss +0 -125
  41. package/lib/ionic/scss/_loading.scss +0 -51
  42. package/lib/ionic/scss/_menu.scss +0 -70
  43. package/lib/ionic/scss/_mixins.scss +0 -642
  44. package/lib/ionic/scss/_modal.scss +0 -102
  45. package/lib/ionic/scss/_platform.scss +0 -77
  46. package/lib/ionic/scss/_popover.scss +0 -168
  47. package/lib/ionic/scss/_popup.scss +0 -110
  48. package/lib/ionic/scss/_progress.scss +0 -11
  49. package/lib/ionic/scss/_radio.scss +0 -47
  50. package/lib/ionic/scss/_range.scss +0 -160
  51. package/lib/ionic/scss/_refresher.scss +0 -113
  52. package/lib/ionic/scss/_reset.scss +0 -365
  53. package/lib/ionic/scss/_scaffolding.scss +0 -291
  54. package/lib/ionic/scss/_select.scss +0 -142
  55. package/lib/ionic/scss/_slide-box.scss +0 -71
  56. package/lib/ionic/scss/_slides.scss +0 -529
  57. package/lib/ionic/scss/_spinner.scss +0 -100
  58. package/lib/ionic/scss/_tabs.scss +0 -542
  59. package/lib/ionic/scss/_toggle.scss +0 -198
  60. package/lib/ionic/scss/_transitions.scss +0 -188
  61. package/lib/ionic/scss/_type.scss +0 -166
  62. package/lib/ionic/scss/_util.scss +0 -296
  63. package/lib/ionic/scss/_variables.scss +0 -764
  64. package/lib/ionic/scss/ionic.scss +0 -54
  65. package/lib/ionic/scss/ionicons/_ionicons-font.scss +0 -28
  66. package/lib/ionic/scss/ionicons/_ionicons-icons.scss +0 -1473
  67. package/lib/ionic/scss/ionicons/_ionicons-variables.scss +0 -741
  68. package/lib/ionic/scss/ionicons/ionicons.scss +0 -16
  69. package/lib/ionic/version.json +0 -6
@@ -1,113 +0,0 @@
1
-
2
- // Scroll refresher (for pull to refresh)
3
- .scroll-refresher {
4
- position: absolute;
5
- top: -60px;
6
- right: 0;
7
- left: 0;
8
- overflow: hidden;
9
- margin: auto;
10
- height: 60px;
11
- .ionic-refresher-content {
12
- position: absolute;
13
- bottom: 15px;
14
- left: 0;
15
- width: 100%;
16
- color: $scroll-refresh-icon-color;
17
- text-align: center;
18
-
19
- font-size: 30px;
20
-
21
- .text-refreshing,
22
- .text-pulling {
23
- font-size: 16px;
24
- line-height: 16px;
25
- }
26
- &.ionic-refresher-with-text {
27
- bottom: 10px;
28
- }
29
- }
30
-
31
- .icon-refreshing,
32
- .icon-pulling {
33
- width: 100%;
34
- -webkit-backface-visibility: hidden;
35
- backface-visibility: hidden;
36
- -webkit-transform-style: preserve-3d;
37
- transform-style: preserve-3d;
38
- }
39
- .icon-pulling {
40
- @include animation-name(refresh-spin-back);
41
- @include animation-duration(200ms);
42
- @include animation-timing-function(linear);
43
- @include animation-fill-mode(none);
44
- -webkit-transform: translate3d(0,0,0) rotate(0deg);
45
- transform: translate3d(0,0,0) rotate(0deg);
46
- }
47
- .icon-refreshing,
48
- .text-refreshing {
49
- display: none;
50
- }
51
- .icon-refreshing {
52
- @include animation-duration(1.5s);
53
- }
54
-
55
- &.active {
56
- .icon-pulling:not(.pulling-rotation-disabled) {
57
- @include animation-name(refresh-spin);
58
- -webkit-transform: translate3d(0,0,0) rotate(-180deg);
59
- transform: translate3d(0,0,0) rotate(-180deg);
60
- }
61
- &.refreshing {
62
- @include transition(-webkit-transform .2s);
63
- @include transition(transform .2s);
64
- -webkit-transform: scale(1,1);
65
- transform: scale(1,1);
66
-
67
- .icon-pulling,
68
- .text-pulling {
69
- display: none;
70
- }
71
- .icon-refreshing,
72
- .text-refreshing {
73
- display: block;
74
- }
75
- &.refreshing-tail {
76
- -webkit-transform: scale(0,0);
77
- transform: scale(0,0);
78
- }
79
- }
80
- }
81
- }
82
- .overflow-scroll > .scroll{
83
- &.overscroll{
84
- position:fixed;
85
- right: 0;
86
- left: 0;
87
- }
88
- -webkit-overflow-scrolling:touch;
89
- width:100%;
90
- }
91
-
92
- .overflow-scroll.padding > .scroll.overscroll{
93
- padding: 10px;
94
- }
95
- @-webkit-keyframes refresh-spin {
96
- 0% { -webkit-transform: translate3d(0,0,0) rotate(0); }
97
- 100% { -webkit-transform: translate3d(0,0,0) rotate(180deg); }
98
- }
99
-
100
- @keyframes refresh-spin {
101
- 0% { transform: translate3d(0,0,0) rotate(0); }
102
- 100% { transform: translate3d(0,0,0) rotate(180deg); }
103
- }
104
-
105
- @-webkit-keyframes refresh-spin-back {
106
- 0% { -webkit-transform: translate3d(0,0,0) rotate(180deg); }
107
- 100% { -webkit-transform: translate3d(0,0,0) rotate(0); }
108
- }
109
-
110
- @keyframes refresh-spin-back {
111
- 0% { transform: translate3d(0,0,0) rotate(180deg); }
112
- 100% { transform: translate3d(0,0,0) rotate(0); }
113
- }
@@ -1,365 +0,0 @@
1
-
2
- /**
3
- * Resets
4
- * --------------------------------------------------
5
- * Adapted from normalize.css and some reset.css. We don't care even one
6
- * bit about old IE, so we don't need any hacks for that in here.
7
- *
8
- * There are probably other things we could remove here, as well.
9
- *
10
- * normalize.css v2.1.2 | MIT License | git.io/normalize
11
-
12
- * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
13
- * http://cssreset.com
14
- */
15
-
16
- html, body, div, span, applet, object, iframe,
17
- h1, h2, h3, h4, h5, h6, p, blockquote, pre,
18
- a, abbr, acronym, address, big, cite, code,
19
- del, dfn, em, img, ins, kbd, q, s, samp,
20
- small, strike, strong, sub, sup, tt, var,
21
- b, i, u, center,
22
- dl, dt, dd, ol, ul, li,
23
- fieldset, form, label, legend,
24
- table, caption, tbody, tfoot, thead, tr, th, td,
25
- article, aside, canvas, details, embed, fieldset,
26
- figure, figcaption, footer, header, hgroup,
27
- menu, nav, output, ruby, section, summary,
28
- time, mark, audio, video {
29
- margin: 0;
30
- padding: 0;
31
- border: 0;
32
- vertical-align: baseline;
33
- font: inherit;
34
- font-size: 100%;
35
- }
36
-
37
- ol, ul {
38
- list-style: none;
39
- }
40
- blockquote, q {
41
- quotes: none;
42
- }
43
- blockquote:before, blockquote:after,
44
- q:before, q:after {
45
- content: '';
46
- content: none;
47
- }
48
-
49
- /**
50
- * Prevent modern browsers from displaying `audio` without controls.
51
- * Remove excess height in iOS 5 devices.
52
- */
53
-
54
- audio:not([controls]) {
55
- display: none;
56
- height: 0;
57
- }
58
-
59
- /**
60
- * Hide the `template` element in IE, Safari, and Firefox < 22.
61
- */
62
-
63
- [hidden],
64
- template {
65
- display: none;
66
- }
67
-
68
- script {
69
- display: none !important;
70
- }
71
-
72
- /* ==========================================================================
73
- Base
74
- ========================================================================== */
75
-
76
- /**
77
- * 1. Set default font family to sans-serif.
78
- * 2. Prevent iOS text size adjust after orientation change, without disabling
79
- * user zoom.
80
- */
81
-
82
- html {
83
- @include user-select(none);
84
- font-family: sans-serif; /* 1 */
85
- -webkit-text-size-adjust: 100%;
86
- -ms-text-size-adjust: 100%; /* 2 */
87
- -webkit-text-size-adjust: 100%; /* 2 */
88
- }
89
-
90
- /**
91
- * Remove default margin.
92
- */
93
-
94
- body {
95
- margin: 0;
96
- line-height: 1;
97
- }
98
-
99
-
100
- /**
101
- * Remove default outlines.
102
- */
103
- a,
104
- button,
105
- :focus,
106
- a:focus,
107
- button:focus,
108
- a:active,
109
- a:hover {
110
- outline: 0;
111
- }
112
-
113
- /* *
114
- * Remove tap highlight color
115
- */
116
-
117
- a {
118
- -webkit-user-drag: none;
119
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
120
- -webkit-tap-highlight-color: transparent;
121
-
122
- &[href]:hover {
123
- cursor: pointer;
124
- }
125
- }
126
-
127
- /* ==========================================================================
128
- Typography
129
- ========================================================================== */
130
-
131
-
132
- /**
133
- * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
134
- */
135
-
136
- b,
137
- strong {
138
- font-weight: bold;
139
- }
140
-
141
- /**
142
- * Address styling not present in Safari 5 and Chrome.
143
- */
144
-
145
- dfn {
146
- font-style: italic;
147
- }
148
-
149
- /**
150
- * Address differences between Firefox and other browsers.
151
- */
152
-
153
- hr {
154
- -moz-box-sizing: content-box;
155
- box-sizing: content-box;
156
- height: 0;
157
- }
158
-
159
-
160
- /**
161
- * Correct font family set oddly in Safari 5 and Chrome.
162
- */
163
-
164
- code,
165
- kbd,
166
- pre,
167
- samp {
168
- font-size: 1em;
169
- font-family: monospace, serif;
170
- }
171
-
172
- /**
173
- * Improve readability of pre-formatted text in all browsers.
174
- */
175
-
176
- pre {
177
- white-space: pre-wrap;
178
- }
179
-
180
- /**
181
- * Set consistent quote types.
182
- */
183
-
184
- q {
185
- quotes: "\201C" "\201D" "\2018" "\2019";
186
- }
187
-
188
- /**
189
- * Address inconsistent and variable font size in all browsers.
190
- */
191
-
192
- small {
193
- font-size: 80%;
194
- }
195
-
196
- /**
197
- * Prevent `sub` and `sup` affecting `line-height` in all browsers.
198
- */
199
-
200
- sub,
201
- sup {
202
- position: relative;
203
- vertical-align: baseline;
204
- font-size: 75%;
205
- line-height: 0;
206
- }
207
-
208
- sup {
209
- top: -0.5em;
210
- }
211
-
212
- sub {
213
- bottom: -0.25em;
214
- }
215
-
216
- /**
217
- * Define consistent border, margin, and padding.
218
- */
219
-
220
- fieldset {
221
- margin: 0 2px;
222
- padding: 0.35em 0.625em 0.75em;
223
- border: 1px solid #c0c0c0;
224
- }
225
-
226
- /**
227
- * 1. Correct `color` not being inherited in IE 8/9.
228
- * 2. Remove padding so people aren't caught out if they zero out fieldsets.
229
- */
230
-
231
- legend {
232
- padding: 0; /* 2 */
233
- border: 0; /* 1 */
234
- }
235
-
236
- /**
237
- * 1. Correct font family not being inherited in all browsers.
238
- * 2. Correct font size not being inherited in all browsers.
239
- * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
240
- * 4. Remove any default :focus styles
241
- * 5. Make sure webkit font smoothing is being inherited
242
- * 6. Remove default gradient in Android Firefox / FirefoxOS
243
- */
244
-
245
- button,
246
- input,
247
- select,
248
- textarea {
249
- margin: 0; /* 3 */
250
- font-size: 100%; /* 2 */
251
- font-family: inherit; /* 1 */
252
- outline-offset: 0; /* 4 */
253
- outline-style: none; /* 4 */
254
- outline-width: 0; /* 4 */
255
- -webkit-font-smoothing: inherit; /* 5 */
256
- background-image: none; /* 6 */
257
- }
258
-
259
- /**
260
- * Address Firefox 4+ setting `line-height` on `input` using `importnt` in
261
- * the UA stylesheet.
262
- */
263
-
264
- button,
265
- input {
266
- line-height: normal;
267
- }
268
-
269
- /**
270
- * Address inconsistent `text-transform` inheritance for `button` and `select`.
271
- * All other form control elements do not inherit `text-transform` values.
272
- * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
273
- * Correct `select` style inheritance in Firefox 4+ and Opera.
274
- */
275
-
276
- button,
277
- select {
278
- text-transform: none;
279
- }
280
-
281
- /**
282
- * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
283
- * and `video` controls.
284
- * 2. Correct inability to style clickable `input` types in iOS.
285
- * 3. Improve usability and consistency of cursor style between image-type
286
- * `input` and others.
287
- */
288
-
289
- button,
290
- html input[type="button"], /* 1 */
291
- input[type="reset"],
292
- input[type="submit"] {
293
- cursor: pointer; /* 3 */
294
- -webkit-appearance: button; /* 2 */
295
- }
296
-
297
- /**
298
- * Re-set default cursor for disabled elements.
299
- */
300
-
301
- button[disabled],
302
- html input[disabled] {
303
- cursor: default;
304
- }
305
-
306
- /**
307
- * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
308
- * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
309
- * (include `-moz` to future-proof).
310
- */
311
-
312
- input[type="search"] {
313
- -webkit-box-sizing: content-box; /* 2 */
314
- -moz-box-sizing: content-box;
315
- box-sizing: content-box;
316
- -webkit-appearance: textfield; /* 1 */
317
- }
318
-
319
- /**
320
- * Remove inner padding and search cancel button in Safari 5 and Chrome
321
- * on OS X.
322
- */
323
-
324
- input[type="search"]::-webkit-search-cancel-button,
325
- input[type="search"]::-webkit-search-decoration {
326
- -webkit-appearance: none;
327
- }
328
-
329
- /**
330
- * Remove inner padding and border in Firefox 4+.
331
- */
332
-
333
- button::-moz-focus-inner,
334
- input::-moz-focus-inner {
335
- padding: 0;
336
- border: 0;
337
- }
338
-
339
- /**
340
- * 1. Remove default vertical scrollbar in IE 8/9.
341
- * 2. Improve readability and alignment in all browsers.
342
- */
343
-
344
- textarea {
345
- overflow: auto; /* 1 */
346
- vertical-align: top; /* 2 */
347
- }
348
-
349
-
350
- img {
351
- -webkit-user-drag: none;
352
- }
353
-
354
- /* ==========================================================================
355
- Tables
356
- ========================================================================== */
357
-
358
- /**
359
- * Remove most spacing between table cells.
360
- */
361
-
362
- table {
363
- border-spacing: 0;
364
- border-collapse: collapse;
365
- }