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,327 +0,0 @@
1
- /**
2
- * Forms
3
- * --------------------------------------------------
4
- */
5
-
6
- // Make all forms have space below them
7
- form {
8
- margin: 0 0 $line-height-base;
9
- }
10
-
11
- // Groups of fields with labels on top (legends)
12
- legend {
13
- display: block;
14
- margin-bottom: $line-height-base;
15
- padding: 0;
16
- width: 100%;
17
- border: $input-border-width solid $input-border;
18
- color: $dark;
19
- font-size: $font-size-base * 1.5;
20
- line-height: $line-height-base * 2;
21
-
22
- small {
23
- color: $stable;
24
- font-size: $line-height-base * .75;
25
- }
26
- }
27
-
28
- // Set font for forms
29
- label,
30
- input,
31
- button,
32
- select,
33
- textarea {
34
- @include font-shorthand($font-size-base, normal, $line-height-base); // Set size, weight, line-height here
35
- }
36
- input,
37
- button,
38
- select,
39
- textarea {
40
- font-family: $font-family-base; // And only set font-family here for those that need it (note the missing label element)
41
- }
42
-
43
-
44
- // Input List
45
- // -------------------------------
46
-
47
- .item-input {
48
- @include display-flex();
49
- @include align-items(center);
50
- position: relative;
51
- overflow: hidden;
52
- padding: 6px 0 5px 16px;
53
-
54
- input {
55
- @include border-radius(0);
56
- @include flex(1, 220px);
57
- @include appearance(none);
58
- margin: 0;
59
- padding-right: 24px;
60
- background-color: transparent;
61
- }
62
-
63
- .button .icon {
64
- @include flex(0, 0, 24px);
65
- position: static;
66
- display: inline-block;
67
- height: auto;
68
- text-align: center;
69
- font-size: 16px;
70
- }
71
-
72
- .button-bar {
73
- @include border-radius(0);
74
- @include flex(1, 0, 220px);
75
- @include appearance(none);
76
- }
77
-
78
- .icon {
79
- min-width: 14px;
80
- }
81
- }
82
- // prevent flex-shrink on WP
83
- .platform-windowsphone .item-input input{
84
- flex-shrink: 1;
85
- }
86
-
87
- .item-input-inset {
88
- @include display-flex();
89
- @include align-items(center);
90
- position: relative;
91
- overflow: hidden;
92
- padding: ($item-padding / 3) * 2;
93
- }
94
-
95
- .item-input-wrapper {
96
- @include display-flex();
97
- @include flex(1, 0);
98
- @include align-items(center);
99
- @include border-radius(4px);
100
- padding-right: 8px;
101
- padding-left: 8px;
102
- background: #eee;
103
- }
104
-
105
- .item-input-inset .item-input-wrapper input {
106
- padding-left: 4px;
107
- height: 29px;
108
- background: transparent;
109
- line-height: 18px;
110
- }
111
-
112
- .item-input-wrapper ~ .button {
113
- margin-left: ($item-padding / 3) * 2;
114
- }
115
-
116
- .input-label {
117
- display: table;
118
- padding: 7px 10px 7px 0px;
119
- max-width: 200px;
120
- width: 35%;
121
- color: $input-label-color;
122
- font-size: 16px;
123
- }
124
-
125
- .placeholder-icon {
126
- color: #aaa;
127
- &:first-child {
128
- padding-right: 6px;
129
- }
130
- &:last-child {
131
- padding-left: 6px;
132
- }
133
- }
134
-
135
- .item-stacked-label {
136
- display: block;
137
- background-color: transparent;
138
- box-shadow: none;
139
-
140
- .input-label, .icon {
141
- display: inline-block;
142
- padding: 4px 0 0 0px;
143
- vertical-align: middle;
144
- }
145
- }
146
-
147
- .item-stacked-label input,
148
- .item-stacked-label textarea {
149
- @include border-radius(2px);
150
- padding: 4px 8px 3px 0;
151
- border: none;
152
- background-color: $input-bg;
153
- }
154
- .item-stacked-label input {
155
- overflow: hidden;
156
- height: $line-height-computed + $font-size-base + 12px;
157
- }
158
-
159
- .item-select.item-stacked-label select {
160
- position: relative;
161
- padding: 0px;
162
- max-width: 90%;
163
- direction:ltr;
164
- white-space: pre-wrap;
165
- margin: -3px;
166
- }
167
-
168
- .item-floating-label {
169
- display: block;
170
- background-color: transparent;
171
- box-shadow: none;
172
-
173
- .input-label {
174
- position: relative;
175
- padding: 5px 0 0 0;
176
- opacity: 0;
177
- top: 10px;
178
- @include transition(opacity .15s ease-in, top .2s linear);
179
-
180
- &.has-input {
181
- opacity: 1;
182
- top: 0;
183
- @include transition(opacity .15s ease-in, top .2s linear);
184
- }
185
- }
186
- }
187
-
188
-
189
- // Form Controls
190
- // -------------------------------
191
-
192
- // Shared size and type resets
193
- textarea,
194
- input[type="text"],
195
- input[type="password"],
196
- input[type="datetime"],
197
- input[type="datetime-local"],
198
- input[type="date"],
199
- input[type="month"],
200
- input[type="time"],
201
- input[type="week"],
202
- input[type="number"],
203
- input[type="email"],
204
- input[type="url"],
205
- input[type="search"],
206
- input[type="tel"],
207
- input[type="color"] {
208
- display: block;
209
- padding-top: 2px;
210
- padding-left: 0;
211
- height: $line-height-computed + $font-size-base;
212
- color: $input-color;
213
- vertical-align: middle;
214
- font-size: $font-size-base;
215
- line-height: $font-size-base + 2;
216
- }
217
-
218
- .platform-ios,
219
- .platform-android {
220
- input[type="datetime-local"],
221
- input[type="date"],
222
- input[type="month"],
223
- input[type="time"],
224
- input[type="week"] {
225
- padding-top: 8px;
226
- }
227
- }
228
-
229
- .item-input {
230
- input,
231
- textarea {
232
- width: 100%;
233
- }
234
- }
235
-
236
- textarea {
237
- padding-left: 0;
238
- @include placeholder($input-color-placeholder, -3px);
239
- }
240
-
241
- // Reset height since textareas have rows
242
- textarea {
243
- height: auto;
244
- }
245
-
246
- // Everything else
247
- textarea,
248
- input[type="text"],
249
- input[type="password"],
250
- input[type="datetime"],
251
- input[type="datetime-local"],
252
- input[type="date"],
253
- input[type="month"],
254
- input[type="time"],
255
- input[type="week"],
256
- input[type="number"],
257
- input[type="email"],
258
- input[type="url"],
259
- input[type="search"],
260
- input[type="tel"],
261
- input[type="color"] {
262
- border: 0;
263
- }
264
-
265
- // Position radios and checkboxes better
266
- input[type="radio"],
267
- input[type="checkbox"] {
268
- margin: 0;
269
- line-height: normal;
270
- }
271
-
272
- // Reset width of input images, buttons, radios, checkboxes
273
- .item-input {
274
- input[type="file"],
275
- input[type="image"],
276
- input[type="submit"],
277
- input[type="reset"],
278
- input[type="button"],
279
- input[type="radio"],
280
- input[type="checkbox"] {
281
- width: auto; // Override of generic input selector
282
- }
283
- }
284
-
285
- // Set the height of file to match text inputs
286
- input[type="file"] {
287
- line-height: $input-height-base;
288
- }
289
-
290
- // Text input classes to hide text caret during scroll
291
- .previous-input-focus,
292
- .cloned-text-input + input,
293
- .cloned-text-input + textarea {
294
- position: absolute !important;
295
- left: -9999px;
296
- width: 200px;
297
- }
298
-
299
-
300
- // Placeholder
301
- // -------------------------------
302
- input,
303
- textarea {
304
- @include placeholder();
305
- }
306
-
307
-
308
- // DISABLED STATE
309
- // -------------------------------
310
-
311
- // Disabled and read-only inputs
312
- input[disabled],
313
- select[disabled],
314
- textarea[disabled],
315
- input[readonly]:not(.cloned-text-input),
316
- textarea[readonly]:not(.cloned-text-input),
317
- select[readonly] {
318
- background-color: $input-bg-disabled;
319
- cursor: not-allowed;
320
- }
321
- // Explicitly reset the colors here
322
- input[type="radio"][disabled],
323
- input[type="checkbox"][disabled],
324
- input[type="radio"][readonly],
325
- input[type="checkbox"][readonly] {
326
- background-color: transparent;
327
- }
@@ -1,159 +0,0 @@
1
- /**
2
- * Grid
3
- * --------------------------------------------------
4
- * Using flexbox for the grid, inspired by Philip Walton:
5
- * http://philipwalton.github.io/solved-by-flexbox/demos/grids/
6
- * By default each .col within a .row will evenly take up
7
- * available width, and the height of each .col with take
8
- * up the height of the tallest .col in the same .row.
9
- */
10
-
11
- .row {
12
- @include display-flex();
13
- padding: ($grid-padding-width / 2);
14
- width: 100%;
15
- }
16
-
17
- .row-wrap {
18
- @include flex-wrap(wrap);
19
- }
20
-
21
- .row-no-padding {
22
- padding: 0;
23
-
24
- > .col {
25
- padding: 0;
26
- }
27
- }
28
-
29
- .row + .row {
30
- margin-top: ($grid-padding-width / 2) * -1;
31
- padding-top: 0;
32
- }
33
-
34
- .col {
35
- @include flex(1);
36
- display: block;
37
- padding: ($grid-padding-width / 2);
38
- width: 100%;
39
- }
40
-
41
-
42
- /* Vertically Align Columns */
43
- /* .row-* vertically aligns every .col in the .row */
44
- .row-top {
45
- @include align-items(flex-start);
46
- }
47
- .row-bottom {
48
- @include align-items(flex-end);
49
- }
50
- .row-center {
51
- @include align-items(center);
52
- }
53
- .row-stretch {
54
- @include align-items(stretch);
55
- }
56
- .row-baseline {
57
- @include align-items(baseline);
58
- }
59
-
60
- /* .col-* vertically aligns an individual .col */
61
- .col-top {
62
- @include align-self(flex-start);
63
- }
64
- .col-bottom {
65
- @include align-self(flex-end);
66
- }
67
- .col-center {
68
- @include align-self(center);
69
- }
70
-
71
- /* Column Offsets */
72
- .col-offset-10 {
73
- margin-left: 10%;
74
- }
75
- .col-offset-20 {
76
- margin-left: 20%;
77
- }
78
- .col-offset-25 {
79
- margin-left: 25%;
80
- }
81
- .col-offset-33, .col-offset-34 {
82
- margin-left: 33.3333%;
83
- }
84
- .col-offset-50 {
85
- margin-left: 50%;
86
- }
87
- .col-offset-66, .col-offset-67 {
88
- margin-left: 66.6666%;
89
- }
90
- .col-offset-75 {
91
- margin-left: 75%;
92
- }
93
- .col-offset-80 {
94
- margin-left: 80%;
95
- }
96
- .col-offset-90 {
97
- margin-left: 90%;
98
- }
99
-
100
-
101
- /* Explicit Column Percent Sizes */
102
- /* By default each grid column will evenly distribute */
103
- /* across the grid. However, you can specify individual */
104
- /* columns to take up a certain size of the available area */
105
- .col-10 {
106
- @include flex(0, 0, 10%);
107
- max-width: 10%;
108
- }
109
- .col-20 {
110
- @include flex(0, 0, 20%);
111
- max-width: 20%;
112
- }
113
- .col-25 {
114
- @include flex(0, 0, 25%);
115
- max-width: 25%;
116
- }
117
- .col-33, .col-34 {
118
- @include flex(0, 0, 33.3333%);
119
- max-width: 33.3333%;
120
- }
121
- .col-40 {
122
- @include flex(0, 0, 40%);
123
- max-width: 40%;
124
- }
125
- .col-50 {
126
- @include flex(0, 0, 50%);
127
- max-width: 50%;
128
- }
129
- .col-60 {
130
- @include flex(0, 0, 60%);
131
- max-width: 60%;
132
- }
133
- .col-66, .col-67 {
134
- @include flex(0, 0, 66.6666%);
135
- max-width: 66.6666%;
136
- }
137
- .col-75 {
138
- @include flex(0, 0, 75%);
139
- max-width: 75%;
140
- }
141
- .col-80 {
142
- @include flex(0, 0, 80%);
143
- max-width: 80%;
144
- }
145
- .col-90 {
146
- @include flex(0, 0, 90%);
147
- max-width: 90%;
148
- }
149
-
150
-
151
- /* Responsive Grid Classes */
152
- /* Adding a class of responsive-X to a row */
153
- /* will trigger the flex-direction to */
154
- /* change to column and add some margin */
155
- /* to any columns in the row for clearity */
156
-
157
- @include responsive-grid-break('.responsive-sm', $grid-responsive-sm-break);
158
- @include responsive-grid-break('.responsive-md', $grid-responsive-md-break);
159
- @include responsive-grid-break('.responsive-lg', $grid-responsive-lg-break);