cronapp-framework-mobile-js 2.8.8 → 2.9.0
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-button-bar.components.json +1 -1
- package/components/crn-button.components.json +1 -1
- package/components/crn-chart.components.json +1 -0
- package/components/crn-checkbox.components.json +2 -1
- package/components/crn-dynamic-image.components.json +9 -0
- package/components/crn-header-button.components.json +1 -1
- package/components/crn-input-floating.components.json +4 -4
- package/components/crn-ion-footer-bar.components.json +3 -3
- package/components/crn-ion-header-bar.components.json +1 -1
- package/components/crn-ion-list.components.json +0 -31
- package/components/crn-ion-segment-item.components.json +68 -0
- package/components/crn-ion-segment.components.json +974 -0
- package/components/crn-ion-tab.components.json +1 -0
- package/components/crn-item-swipe.components.json +3 -3
- package/components/crn-list-item-icon.components.json +7 -20
- package/components/crn-list-swipe.components.json +2 -2
- package/components/crn-list.components.json +1 -1
- package/components/crn-multiselect.components.json +1 -1
- package/components/crn-navbar.components.json +1 -0
- package/components/crn-range.components.json +1 -1
- package/components/crn-signature-pad.components.json +36 -0
- package/components/crn-slider-item.components.json +104 -5
- package/components/crn-slider.components.json +6 -6
- package/components/crn-textarea.components.json +1 -1
- package/components/css/app.css +78 -0
- package/components/css/background-color.css +39 -1
- package/components/css/color-default.css +0 -28
- package/components/css/crn-ion-segment.css +786 -0
- package/components/css/icon-size.css +4 -4
- package/components/templates/advanced.list.designtime.html +0 -24
- package/components/templates/checkbox.template.html +6 -7
- package/components/templates/crn-ion-segment-item.template.html +6 -0
- package/components/templates/crn-ion-segment.template.html +27 -0
- package/components/templates/crn-signature-pad.designtime.html +31 -0
- package/components/templates/crn-signature-pad.template.html +1 -0
- package/components/templates/ion-footer-bar.template.html +11 -5
- package/components/templates/ion-header-bar.template.html +2 -2
- package/components/templates/item.slider.template.html +3 -3
- package/components/templates/item.swipe.template.html +2 -2
- package/components/templates/slider.template.html +14 -18
- package/css/app.css +124 -34
- package/css/signup.css +13 -0
- package/dist/components/css/app.css +1 -0
- package/dist/components/css/background-color.css +1 -1
- package/dist/components/css/color-default.css +1 -1
- package/dist/components/css/crn-ion-segment.css +1 -0
- package/dist/components/templates/advanced.list.designtime.html +1 -1
- package/dist/components/templates/checkbox.template.html +1 -1
- package/dist/components/templates/crn-ion-segment-item.template.html +1 -0
- package/dist/components/templates/crn-ion-segment.template.html +1 -0
- package/dist/components/templates/crn-signature-pad.designtime.html +22 -0
- package/dist/components/templates/crn-signature-pad.template.html +1 -0
- package/dist/components/templates/ion-footer-bar.template.html +1 -1
- package/dist/components/templates/ion-header-bar.template.html +1 -1
- package/dist/components/templates/item.slider.template.html +1 -1
- package/dist/components/templates/item.swipe.template.html +1 -1
- package/dist/components/templates/slider.template.html +1 -1
- package/dist/css/app.css +1 -1
- package/dist/css/signup.css +1 -0
- package/dist/i18n/locale_en_us.json +3 -1
- package/dist/i18n/locale_pt_br.json +4 -1
- package/dist/img/cron-icon/crn-signature-pad.svg +1 -0
- package/dist/img/cron-icon/crn-tabs.svg +1 -1
- package/dist/img/placehold-300x200.png +0 -0
- package/dist/js/app.authentication.js +1 -1
- package/dist/js/controllers.authentication.js +1 -1
- package/dist/js/directives.js +17 -1
- package/dist/js/reports/reports.service.js +1 -1
- package/i18n/locale_en_us.json +3 -1
- package/i18n/locale_pt_br.json +4 -1
- package/img/cron-icon/crn-signature-pad.svg +27 -0
- package/img/cron-icon/crn-tabs.svg +17 -18
- package/img/placehold-300x200.png +0 -0
- package/js/app.authentication.js +8 -1
- package/js/controllers.authentication.js +87 -4
- package/js/directives.js +216 -122
- package/js/reports/reports.service.js +6 -26
- package/lib/ionic/js/ionic.bundle.js +4 -2
- package/package.json +4 -2
- package/postupdate.json +11 -0
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
.tabs-striped.icon-size-small .tab-item i{
|
|
1
|
+
.tabs-striped.icon-size-small .tab-item i {
|
|
2
2
|
font-size: 20px;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
.tabs-striped.icon-size-medium .tab-item i{
|
|
5
|
+
.tabs-striped.icon-size-medium .tab-item i {
|
|
6
6
|
font-size: 27px;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
.tabs-striped.icon-size-large .tab-item i{
|
|
9
|
+
.tabs-striped.icon-size-large .tab-item i {
|
|
10
10
|
font-size: 32px;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
.tabs-striped.icon-size-extra-large .tab-item i{
|
|
13
|
+
.tabs-striped.icon-size-extra-large .tab-item i {
|
|
14
14
|
font-size: 41px;
|
|
15
15
|
}
|
|
@@ -28,30 +28,6 @@
|
|
|
28
28
|
<i class="icon ion-alert icon-designtime-ion-list" xattr-theme="dark"></i>
|
|
29
29
|
</div>
|
|
30
30
|
</ion-item>
|
|
31
|
-
|
|
32
|
-
<ion-item class="item item-complex item-right-editable item-icon-right item-thumbnail-left">
|
|
33
|
-
<ul ng-if="options.allowMultiselect"
|
|
34
|
-
class="checkbox-group component-holder cron-list-multiselect-thumbnail">
|
|
35
|
-
<label class="checkbox">
|
|
36
|
-
<input type="checkbox">
|
|
37
|
-
</label>
|
|
38
|
-
</ul>
|
|
39
|
-
<div class="item-content">
|
|
40
|
-
<img alt="Thumbnail" src="node_modules/cronapp-framework-mobile-js/img/user.svg">
|
|
41
|
-
<div class="text-left ">
|
|
42
|
-
<h2 class="ng-binding">admin@cronapp.io</h2>
|
|
43
|
-
<p class="dark ng-binding">Administrator</p>
|
|
44
|
-
<p class="dark ng-binding">admin</p>
|
|
45
|
-
</div>
|
|
46
|
-
<i ng-if="options.icon" class="icon ion-alert icon-designtime-ion-list" xattr-theme="dark"></i>
|
|
47
|
-
</div>
|
|
48
|
-
<div class="item-options invisible">
|
|
49
|
-
<ion-option-button class="button-positive ion-edit button" ng-click="User.startEditing(rowData)"
|
|
50
|
-
role="button" tabindex="0"><span class="ng-binding">Editar</span></ion-option-button>
|
|
51
|
-
<ion-option-button class="button-assertive ion-trash-a button" ng-click="User.remove(rowData)"
|
|
52
|
-
role="button" tabindex="0"><span class="ng-binding">Remover</span></ion-option-button>
|
|
53
|
-
</div>
|
|
54
|
-
</ion-item>
|
|
55
31
|
</div>
|
|
56
32
|
</ion-list>
|
|
57
33
|
</div>
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
<ul class="checkbox-group">
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
</li>
|
|
2
|
+
<li class="item item-checkbox checkbox-stable" xattr-theme="checkbox-stable">
|
|
3
|
+
<div class="checkbox">
|
|
4
|
+
<input aria-label="Aria Label Text" type="checkbox" ng-model="vars.checkbox${RANDOM}" ng-initial-value="false" crn-allow-null-values="true">
|
|
5
|
+
</div>
|
|
6
|
+
<span>Item</span>
|
|
7
|
+
</li>
|
|
9
8
|
</ul>
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<div class="crn-ion-segment icon-theme-light-positive crn-ion-segment-classic" theme-ion-segment="crn-ion-segment-classic" icon-theme-light="icon-theme-light-positive">
|
|
2
|
+
<ul class="nav nav-tabs font-size-200 tabs-template-full active- icon-orientation-left active--blue active- background-positive active-background-positive ion-segment-light" role="tablist" icon-size="font-size-200" tabs-template="tabs-template-full" background-color="background-positive" background-color-active="active-background-positive" icon-theme="ion-segment-light" icon-orientation="icon-orientation-left">
|
|
3
|
+
<li role="presentation" class="active">
|
|
4
|
+
<a data-target="#tab1-${RANDOM}" data-component="crn-ion-segment-item" role="tab" data-toggle="tab" data-container="true">
|
|
5
|
+
<i class="ion ion-android-star"></i>
|
|
6
|
+
<span>IOS</span>
|
|
7
|
+
</a>
|
|
8
|
+
</li>
|
|
9
|
+
<li role="presentation" class="">
|
|
10
|
+
<a data-target="#tab2-${RANDOM}" data-component="crn-ion-segment-item" role="tab" data-toggle="tab" data-container="true">
|
|
11
|
+
<i class="ion ion-android-star"></i>
|
|
12
|
+
<span>Android</span>
|
|
13
|
+
</a>
|
|
14
|
+
</li>
|
|
15
|
+
</ul>
|
|
16
|
+
|
|
17
|
+
<div class="tab-content">
|
|
18
|
+
<div role="tabpanel" class="tab-pane active" id="tab1-${RANDOM}">
|
|
19
|
+
<div data-container="true" data-replace="true">
|
|
20
|
+
</div>
|
|
21
|
+
</div>
|
|
22
|
+
<div role="tabpanel" class="tab-pane" id="tab2-${RANDOM}">
|
|
23
|
+
<div data-container="true" data-replace="true">
|
|
24
|
+
</div>
|
|
25
|
+
</div>
|
|
26
|
+
</div>
|
|
27
|
+
</div>
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
<style>
|
|
2
|
+
.wrapper {
|
|
3
|
+
position: relative;
|
|
4
|
+
width: 100%;
|
|
5
|
+
height: 200px;
|
|
6
|
+
-moz-user-select: none;
|
|
7
|
+
-webkit-user-select: none;
|
|
8
|
+
-ms-user-select: none;
|
|
9
|
+
user-select: none;
|
|
10
|
+
}
|
|
11
|
+
img {
|
|
12
|
+
position: absolute;
|
|
13
|
+
left: 0;
|
|
14
|
+
top: 0;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.signature-pad {
|
|
18
|
+
position: absolute;
|
|
19
|
+
left: 0;
|
|
20
|
+
top: 0;
|
|
21
|
+
width:100%;
|
|
22
|
+
height:100px;
|
|
23
|
+
}</style>
|
|
24
|
+
<div>
|
|
25
|
+
<div id="signaturepad" class="wrapper">
|
|
26
|
+
<canvas id="crn-signature-pad" class="signature-pad" width="100%" height="100px"></canvas>
|
|
27
|
+
</div>
|
|
28
|
+
<div>
|
|
29
|
+
<button id="clear">{{'clear'|translate}}</button>
|
|
30
|
+
</div>
|
|
31
|
+
</div>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<signature-pad dataurl="storedSignature" ng-model="vars.input${RANDOM}" ng-click="" clear="clear" class="col-md-12" height="250px"></signature-pad>
|
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
<ion-footer-bar class="bar bar-footer bar-positive" xattr-theme="bar-positive">
|
|
2
|
-
<div class="buttons">
|
|
3
|
-
<button class="button button-
|
|
2
|
+
<div class="buttons" id="left-buttons">
|
|
3
|
+
<button class="button button-positive button-medium filled" xattr-fullsize="" xattr-theme="button-positive" data-component="crn-button" xattr-size="button-medium" xattr-type="filled">
|
|
4
|
+
<span>Left Button</span>
|
|
5
|
+
</button>
|
|
4
6
|
</div>
|
|
5
|
-
|
|
6
|
-
<
|
|
7
|
-
|
|
7
|
+
|
|
8
|
+
<h1 class="title" xattr-position="text-align: center;" style="text-align: center;" id="crn-heading-title">Title!</h1>
|
|
9
|
+
|
|
10
|
+
<div class="buttons" id="right-buttons">
|
|
11
|
+
<button class="button button-positive button-medium filled" xattr-fullsize="" xattr-theme="button-positive" data-component="crn-button" xattr-size="button-medium" xattr-type="filled">
|
|
12
|
+
<span>Right Button</span>
|
|
13
|
+
</button>
|
|
8
14
|
</div>
|
|
9
15
|
</ion-footer-bar>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
<ion-header-bar class="bar bar-positive" data-component="crn-ion-header-bar" xattr-theme="bar-positive">
|
|
1
|
+
<ion-header-bar class="crn-ion-header-bar bar bar-positive" data-component="crn-ion-header-bar" xattr-theme="bar-positive">
|
|
2
2
|
<div class="buttons buttons-left header-item" data-component="crn-header-button" id="crn-header-button-1">
|
|
3
3
|
<button class="button button-clear component-holder" menu-toggle="left">
|
|
4
4
|
<i class="ion ion-android-menu"></i>
|
|
5
5
|
</button>
|
|
6
6
|
</div>
|
|
7
|
-
<h1 class="title" align-title="text-align: center;" style="text-align: center;
|
|
7
|
+
<h1 class="title" align-title="text-align: center;" style="text-align: center;">Title!</h1>
|
|
8
8
|
<div class="buttons buttons-right header-item" data-component="crn-header-button" id="crn-header-button-2">
|
|
9
9
|
<button class="button button-clear component-holder" menu-toggle="right">
|
|
10
10
|
<i class="ion ion-android-menu"></i>
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<ion-slide xattr-theme="
|
|
2
|
-
|
|
3
|
-
<h2
|
|
1
|
+
<ion-slide xattr-theme="positive-bg" id="crn-slider-item-${RANDOM}" data-component="crn-slider-item" class="positive-bg crn-slider-item" data-container="true" data-replace="true">
|
|
2
|
+
<img alt="Placehold" src="node_modules/cronapp-framework-mobile-js/img/placehold-300x200.png" class="component-holder" style="object-fit: cover;" xattr-position="" width="100%" height="100%" object-fit="object-fit: cover;" data-component="crn-image" id="crn-image-${RANDOM}">
|
|
3
|
+
<h2 class="text-center top-50" data-component="crn-label" data-container="true" data-replace="true" horizontal-text-position="text-center" vertical-text-position="top-50">NEW SLIDE</h2>
|
|
4
4
|
</ion-slide>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<ion-list crn-datasource="" class="listCanSwipe" id="crn-list-swipe${RANDOM}">
|
|
1
|
+
<ion-list crn-datasource="" class="listCanSwipe" id="crn-list-swipe${RANDOM}" data-component="crn-item-swipe">
|
|
2
2
|
<ion-item class="item" id="crn-list-item-swipe${RANDOM}" data-component="crn-item-swipe">
|
|
3
|
-
<h2 class="titleItem"
|
|
3
|
+
<h2 class="titleItem">Item</h2>
|
|
4
4
|
<div id="crn-item-options${RANDOM}" class="component-holder" data-component="crn-item-options">
|
|
5
5
|
<div class="crn-item-options" data-item="true">
|
|
6
6
|
<ion-option-button id="crn-option-button${RANDOM}" data-component="crn-button" class="button-positive button editButton">
|
|
@@ -1,24 +1,20 @@
|
|
|
1
1
|
<div class="crn-slider display-ion-slider" id="crn-slider-${COMPONENTID}">
|
|
2
|
-
<ion-slide-box class="" auto-play="
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
data-
|
|
6
|
-
<h2 data-component="crn-label"
|
|
7
|
-
style="color: white; font-weight: bold; top: 50%; left: 50%; margin: 0; transform: translate(-50%, -50%); position: absolute"
|
|
8
|
-
data-container="true" data-replace="true">SLIDE 1</h2>
|
|
2
|
+
<ion-slide-box class="" auto-play="false" slide-interval="2000" does-continue="false">
|
|
3
|
+
|
|
4
|
+
<ion-slide xattr-theme="positive-bg" id="crn-slider-item-${RANDOM}-1" data-component="crn-slider-item" class="positive-bg active crn-slider-item" data-container="true" data-replace="true">
|
|
5
|
+
<img alt="Placehold" src="node_modules/cronapp-framework-mobile-js/img/placehold-300x200.png" class="component-holder" style="object-fit: cover;" xattr-position="" width="100%" height="100%" object-fit="object-fit: cover;" data-component="crn-image" id="crn-image-${RANDOM}">
|
|
6
|
+
<h2 class="text-center top-50" data-component="crn-label" data-container="true" data-replace="true" horizontal-text-position="text-center" vertical-text-position="top-50">SLIDE 1</h2>
|
|
9
7
|
</ion-slide>
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
<
|
|
13
|
-
|
|
14
|
-
data-container="true" data-replace="true">SLIDE 2</h2>
|
|
8
|
+
|
|
9
|
+
<ion-slide xattr-theme="royal-bg" id="crn-slider-item-${RANDOM}-2" data-component="crn-slider-item" class="royal-bg crn-slider-item" data-container="true" data-replace="true">
|
|
10
|
+
<img alt="Placehold" src="node_modules/cronapp-framework-mobile-js/img/placehold-300x200.png" class="component-holder" style="object-fit: cover;" xattr-position="" width="100%" height="100%" object-fit="object-fit: cover;" data-component="crn-image" id="crn-image-${RANDOM}">
|
|
11
|
+
<h2 class="text-center top-50" data-component="crn-label" data-container="true" data-replace="true" horizontal-text-position="text-center" vertical-text-position="top-50">SLIDE 2</h2>
|
|
15
12
|
</ion-slide>
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
data-
|
|
19
|
-
<h2 data-component="crn-label"
|
|
20
|
-
style="text-align: center; color: white; font-weight: bold; top: 50%; left: 50%; margin: 0; transform: translate(-50%, -50%); position: absolute"
|
|
21
|
-
data-container="true" data-replace="true">SLIDE 3</h2>
|
|
13
|
+
|
|
14
|
+
<ion-slide xattr-theme="balanced-bg" id="crn-slider-item-${RANDOM}-3" data-component="crn-slider-item" class="balanced-bg crn-slider-item" data-container="true" data-replace="true">
|
|
15
|
+
<img alt="Placehold" src="node_modules/cronapp-framework-mobile-js/img/placehold-300x200.png" class="component-holder" style="object-fit: cover;" xattr-position="" width="100%" height="100%" object-fit="object-fit: cover;" data-component="crn-image" id="crn-image-${RANDOM}">
|
|
16
|
+
<h2 class="text-center top-50" data-component="crn-label" data-container="true" data-replace="true" horizontal-text-position="text-center" vertical-text-position="top-50">SLIDE 3</h2>
|
|
22
17
|
</ion-slide>
|
|
18
|
+
|
|
23
19
|
</ion-slide-box>
|
|
24
20
|
</div>
|
package/css/app.css
CHANGED
|
@@ -1,30 +1,26 @@
|
|
|
1
1
|
@import 'custom-ionic.css';
|
|
2
2
|
@import 'signup.css';
|
|
3
3
|
@import "groupingOfCss/import_groupingOfCss.css";
|
|
4
|
-
@import '../components/css/
|
|
5
|
-
|
|
4
|
+
@import '../components/css/app.css';
|
|
6
5
|
/* Empty. Add your own CSS if you like */
|
|
7
6
|
|
|
8
7
|
/*Set CSS Properties to Iphone x^ devices*/
|
|
8
|
+
|
|
9
9
|
:root {
|
|
10
|
-
--safe-area-inset-top
|
|
11
|
-
--safe-area-inset-right
|
|
10
|
+
--safe-area-inset-top: env(safe-area-inset-top);
|
|
11
|
+
--safe-area-inset-right: env(safe-area-inset-right);
|
|
12
12
|
--safe-area-inset-bottom: env(safe-area-inset-bottom);
|
|
13
|
-
--safe-area-inset-left
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
--safe-area-inset-left: env(safe-area-inset-left);
|
|
16
14
|
/* //portrait orientation, status bar is shown */
|
|
17
15
|
/*
|
|
18
16
|
additionalSafeAreaInsets.top = 24.0
|
|
19
17
|
additionalSafeAreaInsets.bottom = 34.0
|
|
20
18
|
*/
|
|
21
|
-
|
|
22
19
|
/* //portrait orientation, status bar is hidden */
|
|
23
20
|
/*
|
|
24
21
|
additionalSafeAreaInsets.top = 44.0
|
|
25
22
|
additionalSafeAreaInsets.bottom = 34.0
|
|
26
23
|
*/
|
|
27
|
-
|
|
28
24
|
/* //landscape orientation */
|
|
29
25
|
/*
|
|
30
26
|
additionalSafeAreaInsets.top = 0.0
|
|
@@ -34,15 +30,14 @@
|
|
|
34
30
|
*/
|
|
35
31
|
}
|
|
36
32
|
|
|
37
|
-
.platform-ios.platform-cordova:not(.fullscreen) .has-header,
|
|
38
|
-
.platform-ios.platform-cordova:not(.fullscreen) .bar-subheader {
|
|
33
|
+
.platform-ios.platform-cordova:not(.fullscreen) .has-header, .platform-ios.platform-cordova:not(.fullscreen) .bar-subheader {
|
|
39
34
|
padding-left: calc(0px + var(--safe-area-inset-left));
|
|
40
35
|
padding-right: calc(0px + var(--safe-area-inset-right));
|
|
41
36
|
padding-bottom: calc(0px + var(--safe-area-inset-bottom));
|
|
42
37
|
}
|
|
43
38
|
|
|
44
39
|
.bar-footer {
|
|
45
|
-
height: calc(
|
|
40
|
+
height: calc(44px + var(--safe-area-inset-bottom, 19px));
|
|
46
41
|
padding-left: var(--safe-area-inset-left);
|
|
47
42
|
padding-right: var(--safe-area-inset-right);
|
|
48
43
|
}
|
|
@@ -53,25 +48,25 @@
|
|
|
53
48
|
padding-right: var(--safe-area-inset-right);
|
|
54
49
|
}
|
|
55
50
|
|
|
56
|
-
.bar-header:not(.bar-subheader)
|
|
51
|
+
.bar-header:not(.bar-subheader)>* {
|
|
57
52
|
margin-top: var(--safe-area-inset-top, 20px) !important;
|
|
58
53
|
}
|
|
59
54
|
|
|
60
55
|
.bar-footer button {
|
|
61
|
-
|
|
56
|
+
margin-bottom: var(--safe-area-inset-bottom);
|
|
62
57
|
}
|
|
63
58
|
|
|
64
59
|
.tabs {
|
|
65
|
-
height: calc(
|
|
66
|
-
min-height:
|
|
60
|
+
height: calc(53px + var(--safe-area-inset-bottom, 19px)) !important;
|
|
61
|
+
min-height: 53px;
|
|
67
62
|
}
|
|
68
63
|
|
|
69
|
-
.bar .title
|
|
64
|
+
.bar .title, .button:last-child, .bar > .button + .button:last-child, .bar > .button.pull-right, .bar .buttons.pull-right, .bar .title + .buttons {
|
|
70
65
|
margin-right: calc(5px + var(--safe-area-inset-left));
|
|
71
66
|
}
|
|
72
67
|
|
|
73
68
|
.has-header {
|
|
74
|
-
|
|
69
|
+
top: calc(44px + var(--safe-area-inset-top)) !important;
|
|
75
70
|
}
|
|
76
71
|
|
|
77
72
|
body {
|
|
@@ -105,8 +100,7 @@ body {
|
|
|
105
100
|
line-height: 0px;
|
|
106
101
|
}
|
|
107
102
|
|
|
108
|
-
.list .item.item-accordion.ng-hide-add,
|
|
109
|
-
.list .item.item-accordion.ng-hide-remove {
|
|
103
|
+
.list .item.item-accordion.ng-hide-add, .list .item.item-accordion.ng-hide-remove {
|
|
110
104
|
display: block !important;
|
|
111
105
|
}
|
|
112
106
|
|
|
@@ -133,7 +127,7 @@ body {
|
|
|
133
127
|
transition: 400ms;
|
|
134
128
|
}
|
|
135
129
|
|
|
136
|
-
.menu-view .user-button p, .login-bg .user-button p
|
|
130
|
+
.menu-view .user-button p, .login-bg .user-button p {
|
|
137
131
|
color: #aaa;
|
|
138
132
|
}
|
|
139
133
|
|
|
@@ -147,7 +141,7 @@ body {
|
|
|
147
141
|
border: 1px solid #1d4f9e;
|
|
148
142
|
} */
|
|
149
143
|
|
|
150
|
-
.center-content-vertically{
|
|
144
|
+
.center-content-vertically {
|
|
151
145
|
display: flex;
|
|
152
146
|
flex-direction: column;
|
|
153
147
|
justify-content: center;
|
|
@@ -196,7 +190,7 @@ body {
|
|
|
196
190
|
padding-left: 10px;
|
|
197
191
|
}
|
|
198
192
|
|
|
199
|
-
.custom-item-avatar-imagem{
|
|
193
|
+
.custom-item-avatar-imagem {
|
|
200
194
|
width: 40px;
|
|
201
195
|
height: 40px;
|
|
202
196
|
border-radius: 50%;
|
|
@@ -206,12 +200,12 @@ body {
|
|
|
206
200
|
float: left;
|
|
207
201
|
}
|
|
208
202
|
|
|
209
|
-
|
|
210
203
|
/*
|
|
211
204
|
* This class was intended to be used only for Screen Readers
|
|
212
205
|
* Please, search for .sr-only on Bootstrap docs
|
|
213
206
|
*/
|
|
214
|
-
|
|
207
|
+
|
|
208
|
+
.sr-only {
|
|
215
209
|
display: none !important;
|
|
216
210
|
}
|
|
217
211
|
|
|
@@ -226,7 +220,7 @@ kendo-chat .k-bubble {
|
|
|
226
220
|
user-select: auto;
|
|
227
221
|
}
|
|
228
222
|
|
|
229
|
-
.icon-designtime-ion-list{
|
|
223
|
+
.icon-designtime-ion-list {
|
|
230
224
|
display: flex;
|
|
231
225
|
-webkit-box-align: center;
|
|
232
226
|
-ms-flex-align: center;
|
|
@@ -240,35 +234,38 @@ kendo-chat .k-bubble {
|
|
|
240
234
|
right: 18px;
|
|
241
235
|
}
|
|
242
236
|
|
|
243
|
-
.selected-designtime-list .checkbox input:checked:before,
|
|
244
|
-
.selected-designtime-list input:checked + .selected-designtime-list .checkbox-icon:before{
|
|
237
|
+
.selected-designtime-list .checkbox input:checked:before, .selected-designtime-list input:checked+.selected-designtime-list .checkbox-icon:before {
|
|
245
238
|
background: #2B71E8;
|
|
246
239
|
border-color: #2B71E8;
|
|
247
240
|
}
|
|
248
241
|
|
|
249
|
-
.bar .title{
|
|
242
|
+
.bar .title {
|
|
250
243
|
text-align: inherit;
|
|
251
244
|
}
|
|
252
245
|
|
|
253
|
-
.bar
|
|
246
|
+
ion-header-bar.bar h1.title {
|
|
247
|
+
text-align: center;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
.bar-positive .button.button-icon {
|
|
254
251
|
align-content: center;
|
|
255
252
|
display: grid;
|
|
256
253
|
}
|
|
257
254
|
|
|
258
|
-
.bar-positive .button.button-clear i{
|
|
255
|
+
.bar-positive .button.button-clear i {
|
|
259
256
|
font-size: 28px;
|
|
260
257
|
}
|
|
261
258
|
|
|
262
|
-
.button-bar
|
|
259
|
+
.button-bar>.button {
|
|
263
260
|
gap: 6px;
|
|
264
261
|
display: flex;
|
|
265
262
|
}
|
|
266
263
|
|
|
267
|
-
.button-bar
|
|
264
|
+
.button-bar>.button:last-child {
|
|
268
265
|
border-right-width: inherit;
|
|
269
266
|
}
|
|
270
267
|
|
|
271
|
-
.item-floating-label .input-label{
|
|
268
|
+
.item-floating-label .input-label {
|
|
272
269
|
display: table;
|
|
273
270
|
}
|
|
274
271
|
|
|
@@ -298,4 +295,97 @@ kendo-chat .k-bubble {
|
|
|
298
295
|
|
|
299
296
|
.has-footer-tabs {
|
|
300
297
|
bottom: 57px;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
.tab-content>.tab-pane {
|
|
301
|
+
display: none
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
.tab-content>.active {
|
|
305
|
+
display: block
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
.crn-ion-header-bar h1.title{
|
|
309
|
+
left: 40px;
|
|
310
|
+
right: 40px;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
/* ion-footer-bar */
|
|
315
|
+
|
|
316
|
+
.bar-footer {
|
|
317
|
+
display: flex;
|
|
318
|
+
justify-content: space-between;
|
|
319
|
+
align-items: center;
|
|
320
|
+
width: 100%;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
.bar-footer .button {
|
|
324
|
+
border-color: #1659ca;
|
|
325
|
+
margin: 0;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
.bar-footer .buttons:last-child {
|
|
329
|
+
margin-right: 0;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
.bar.bar-footer {
|
|
333
|
+
padding: 5px;
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
.bar-footer.bar .title {
|
|
337
|
+
position: initial;
|
|
338
|
+
width: 45%;
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
.bar-footer.bar .title+.buttons{
|
|
342
|
+
position: initial;
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
/* Carrossel */
|
|
346
|
+
|
|
347
|
+
.crn-slider-item {
|
|
348
|
+
height: 200px;
|
|
349
|
+
position: relative;
|
|
350
|
+
object-fit: cover;
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
.crn-slider-item h2 {
|
|
354
|
+
text-align: center;
|
|
355
|
+
color: #ffffff;
|
|
356
|
+
font-weight: bold;
|
|
357
|
+
left: 50%;
|
|
358
|
+
margin: 0;
|
|
359
|
+
transform: translate(-50%, -50%);
|
|
360
|
+
position: absolute;
|
|
361
|
+
width: 100%;
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
.crn-slider-item h2.text-center{
|
|
365
|
+
text-align: center !important;
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
.crn-slider-item h2.text-left{
|
|
369
|
+
text-align: left !important;
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
.crn-slider-item h2.text-right{
|
|
373
|
+
text-align: right !important;
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
.slider-pager{
|
|
377
|
+
bottom: 5px;
|
|
378
|
+
}
|
|
379
|
+
|
|
380
|
+
.slider{
|
|
381
|
+
width: 100%;
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
.item-input input.ng-invalid{
|
|
385
|
+
border-bottom: 1px solid #f15858;
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
textarea.ng-invalid, textarea.ng-invalid-minlength{
|
|
389
|
+
border-bottom: 1px solid #f15858;
|
|
390
|
+
margin-bottom: 0;
|
|
301
391
|
}
|
package/css/signup.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import "tabs-color.css";@import 'background-color.css';@import 'icon-size.css';@import 'crn-ion-segment.css';:root{--assertive:#ef473a;--balanced:#33cd5f;--energized:#ffc900;--light:#fff;--stable:#f8f8f8;--calm:#11c1f3;--positive:#387ef5;--royal:#886aea;--dark:#444;--white:#fff;--gray:#333;--black:#000;--blue:#0247fe;--light-blue:#85a5ff;--dark-blue:#00217a;--purple:#3d01a4;--light-purple:#b285ff;--dark-purple:#2d007a;--red:#fe2712;--light-red:#fe8f84;--dark-red:#7a0b00;--orange:#fb9b02;--light-orange:#ffd085;--dark-orange:#7a4b00;--yellow:#ff3;--light-yellow:#ffff85;--dark-yellow:#7a7a00;--green:#66b032;--light-green:#b7ff85;--dark-green:#337a00}.font-size-100{font-size:100%}.font-size-200{font-size:200%}.font-size-300{font-size:300%}.font-size-400{font-size:400%}.font-size-500{font-size:500%}.font-size-600{font-size:600%}.font-size-700{font-size:700%}.top-13{top:13%}.top-50{top:50%}.top-78{top:78%}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.tabs-striped.background-white .tabs{background-color:var(--white)}.tabs-striped.background-gray .tabs{background-color:var(--gray)}.tabs-striped.background-black .tabs{background-color:var(--black)}.tabs-striped.background-blue .tabs{background-color:var(--blue)}.tabs-striped.background-light-blue .tabs{background-color:var(--light-blue)}.tabs-striped.background-dark-blue .tabs{background-color:var(--dark-blue)}.tabs-striped.background-purple .tabs{background-color:var(--purple)}.tabs-striped.background-light-purple .tabs{background-color:var(--light-purple)}.tabs-striped.background-dark-purple .tabs{background-color:var(--dark-purple)}.tabs-striped.background-red .tabs{background-color:var(--red)}.tabs-striped.background-light-red .tabs{background-color:var(--light-red)}.tabs-striped.background-dark-red .tabs{background-color:var(--dark-red)}.tabs-striped.background-orange .tabs{background-color:var(--orange)}.tabs-striped.background-light-orange .tabs{background-color:var(--light-orange)}.tabs-striped.background-dark-orange .tabs{background-color:var(--dark-orange)}.tabs-striped.background-yellow .tabs{background-color:var(--yellow)}.tabs-striped.background-light-yellow .tabs{background-color:var(--light-yellow)}.tabs-striped.background-dark-yellow .tabs{background-color:var(--dark-yellow)}.tabs-striped.background-green .tabs{background-color:var(--green)}.tabs-striped.background-light-green .tabs{background-color:var(--light-green)}.tabs-striped.background-dark-green .tabs{background-color:var(--dark-green)}
|
|
1
|
+
.tabs-striped.background-white .tabs{background-color:var(--white)}.tabs-striped.background-gray .tabs{background-color:var(--gray)}.tabs-striped.background-black .tabs{background-color:var(--black)}.tabs-striped.background-blue .tabs{background-color:var(--blue)}.tabs-striped.background-light-blue .tabs{background-color:var(--light-blue)}.tabs-striped.background-dark-blue .tabs{background-color:var(--dark-blue)}.tabs-striped.background-purple .tabs{background-color:var(--purple)}.tabs-striped.background-light-purple .tabs{background-color:var(--light-purple)}.tabs-striped.background-dark-purple .tabs{background-color:var(--dark-purple)}.tabs-striped.background-red .tabs{background-color:var(--red)}.tabs-striped.background-light-red .tabs{background-color:var(--light-red)}.tabs-striped.background-dark-red .tabs{background-color:var(--dark-red)}.tabs-striped.background-orange .tabs{background-color:var(--orange)}.tabs-striped.background-light-orange .tabs{background-color:var(--light-orange)}.tabs-striped.background-dark-orange .tabs{background-color:var(--dark-orange)}.tabs-striped.background-yellow .tabs{background-color:var(--yellow)}.tabs-striped.background-light-yellow .tabs{background-color:var(--light-yellow)}.tabs-striped.background-dark-yellow .tabs{background-color:var(--dark-yellow)}.tabs-striped.background-green .tabs{background-color:var(--green)}.tabs-striped.background-light-green .tabs{background-color:var(--light-green)}.tabs-striped.background-dark-green .tabs{background-color:var(--dark-green)}.tabs-striped.background-assertive .tabs{background-color:var(--assertive)}.tabs-striped.background-balanced .tabs{background-color:var(--balanced)}.tabs-striped.background-energized .tabs{background-color:var(--energized)}.tabs-striped.background-light .tabs{background-color:var(--light)}.tabs-striped.background-stable .tabs{background-color:var(--stable)}.tabs-striped.background-calm .tabs{background-color:var(--calm)}.tabs-striped.background-positive .tabs{background-color:var(--positive)}.tabs-striped.background-royal .tabs{background-color:var(--royal)}.tabs-striped.background-dark .tabs{background-color:var(--dark)}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
.color-white{color:var(--white)}.color-gray{color:var(--gray)}.color-black{color:var(--black)}.color-blue{color:var(--blue)}.color-light-blue{color:var(--light-blue)}.color-dark-blue{color:var(--dark-blue)}.color-purple{color:var(--purple)}.color-light-purple{color:var(--light-purple)}.color-dark-purple{color:var(--dark-purple)}.color-red{color:var(--red)}.color-light-red{color:var(--light-red)}.color-dark-red{color:var(--dark-red)}.color-orange{color:var(--orange)}.color-light-orange{color:var(--light-orange)}.color-dark-orange{color:var(--dark-orange)}.color-yellow{color:var(--yellow)}.color-light-yellow{color:var(--light-yellow)}.color-dark-yellow{color:var(--dark-yellow)}.color-green{color:var(--green)}.color-light-green{color:var(--light-green)}.color-dark-green{color:var(--dark-green)}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.crn-ion-segment-light ul,.crn-ion-segment-modern ul,.crn-ion-segment-classic ul{display:flex;align-items:center;justify-content:center;gap:4px;border-radius:18px;margin:0 auto;padding:2.5px}.crn-ion-segment-light ul li,.crn-ion-segment-modern ul li,.crn-ion-segment-classic ul li{background-color:transparent;border:0;border-radius:16px;cursor:pointer;font-size:11px;text-align:center;line-height:21px;padding-top:2px;min-width:93px;width:-webkit-fill-available;height:98%}.crn-ion-segment-light ul li a,.crn-ion-segment-modern ul li a,.crn-ion-segment-classic ul li a{display:flex;align-items:center;justify-content:center;width:100%}.crn-ion-segment-light ul{min-height:54px}.crn-ion-segment-classic ul.icon-orientation-below,.crn-ion-segment-modern ul.icon-orientation-below,.crn-ion-segment-classic ul.icon-orientation-above,.crn-ion-segment-modern ul.icon-orientation-above{min-height:54px;height:100%}.crn-ion-segment-light ul li a,.crn-ion-segment-modern ul li a,.crn-ion-segment-classic ul li a{height:100%}.crn-ion-segment-modern ul.icon-orientation-left,.crn-ion-segment-classic ul.icon-orientation-left .crn-ion-segment-modern ul.icon-orientation-right,.crn-ion-segment-classic ul.icon-orientation-right{min-height:auto}.crn-ion-segment-light ul li a:hover,.crn-ion-segment-modern ul li a:hover,.crn-ion-segment-classic ul li a:hover{cursor:pointer}.crn-ion-segment-light ul li a i,.crn-ion-segment-modern ul li a i,.crn-ion-segment-classic ul li a i{margin-bottom:3px}.crn-ion-segment-light ul li.active a,.crn-ion-segment-modern ul li.active a,.crn-ion-segment-classic ul li.active a{background-color:transparent}.crn-ion-segment-light ul li.active{font-weight:600}.crn-ion-segment-modern ul li.active,.crn-ion-segment-classic ul li.active{box-shadow:rgb(0 16 46 / 15%) 0 2px 3px}.crn-ion-segment-light ul li,.crn-ion-segment-modern ul li{border-radius:6px}.crn-ion-segment-light ul,.crn-ion-segment-modern ul{border-radius:0}.crn-ion-segment-classic ul.tabs-template-compact{width:79%}.crn-ion-segment-light ul.tabs-template-full,.crn-ion-segment-modern ul.tabs-template-full{width:100%}.icon-orientation-above li a{flex-direction:column;gap:0}.icon-orientation-below li a{flex-direction:column-reverse;gap:0}.icon-orientation-right li a{flex-direction:row-reverse;gap:5px}.icon-orientation-left li a{flex-direction:row;gap:5px}div.crn-ion-segment-light.icon-theme-light-assertive li a,.ion-segment-assertive li a{color:var(--assertive);opacity:.64}div.crn-ion-segment-light.icon-theme-light-assertive li.active a,.ion-segment-assertive li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-balanced li a,.ion-segment-balanced li a{color:var(--balanced);opacity:.64}div.crn-ion-segment-light.icon-theme-light-balanced li.active a,.ion-segment-balanced li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-energized li a,.ion-segment-energized li a{color:var(--energized);opacity:.64}div.crn-ion-segment-light.icon-theme-light-energized li.active a,.ion-segment-energized li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-light li a,.ion-segment-light li a{color:var(--light);opacity:.64}div.crn-ion-segment-light.icon-theme-light-light li.active a,.ion-segment-light li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-stable li a,.ion-segment-stable li a{color:var(--stable);opacity:.64}div.crn-ion-segment-light.icon-theme-light-stable li.active a,.ion-segment-stable li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-calm li a,.ion-segment-calm li a{color:var(--calm);opacity:.64}div.crn-ion-segment-light.icon-theme-light-calm li.active a,.ion-segment-calm li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-positive li a,.ion-segment-positive li a{color:var(--positive);opacity:.64}div.crn-ion-segment-light.icon-theme-light-positive li.active a,.ion-segment-positive li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-royal li a,.ion-segment-royal li a{color:var(--royal);opacity:.64}div.crn-ion-segment-light.icon-theme-light-royal li.active a,.ion-segment-royal li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-dark li a,.ion-segment-dark li a{color:var(--dark);opacity:.64}div.crn-ion-segment-light.icon-theme-light-dark li.active a,.ion-segment-dark li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-white li a,.ion-segment-white li a{color:var(--white);opacity:.64}div.crn-ion-segment-light.icon-theme-light-white li.active a,.ion-segment-white li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-gray li a,.ion-segment-gray li a{color:var(--gray);opacity:.64}div.crn-ion-segment-light.icon-theme-light-gray li.active a,.ion-segment-gray li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-black li a,.ion-segment-black li a{color:var(--black);opacity:.64}div.crn-ion-segment-light.icon-theme-light-black li.active a,.ion-segment-black li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-blue li a,.ion-segment-blue li a{color:var(--blue);opacity:.64}div.crn-ion-segment-light.icon-theme-light-blue li.active a,.ion-segment-blue li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-light-blue li a,.ion-segment-light-blue li a{color:var(--light-blue);opacity:.64}div.crn-ion-segment-light.icon-theme-light-light-blue li.active a,.ion-segment-light-blue li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-dark-blue li a,.ion-segment-dark-blue li a{color:var(--dark-blue);opacity:.64}div.crn-ion-segment-light.icon-theme-light-dark-blue li.active a,.ion-segment-dark-blue li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-purple li a,.ion-segment-purple li a{color:var(--purple);opacity:.64}div.crn-ion-segment-light.icon-theme-light-purple li.active a,.ion-segment-purple li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-light-purple li a,.ion-segment-light-purple li a{color:var(--light-purple);opacity:.64}div.crn-ion-segment-light.icon-theme-light-light-purple li.active a,.ion-segment-light-purple li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-dark-purple li a,.ion-segment-dark-purple li a{color:var(--dark-purple);opacity:.64}div.crn-ion-segment-light.icon-theme-light-dark-purple li.active a,.ion-segment-dark-purple li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-red li a,.ion-segment-red li a{color:var(--red);opacity:.64}div.crn-ion-segment-light.icon-theme-light-red li.active a,.ion-segment-red li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-light-red li a,.ion-segment-light-red li a{color:var(--light-red);opacity:.64}div.crn-ion-segment-light.icon-theme-light-light-red li.active a,.ion-segment-light-red li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-dark-red li a,.ion-segment-dark-red li a{color:var(--dark-red);opacity:.64}div.crn-ion-segment-light.icon-theme-light-dark-red li.active a,.ion-segment-dark-red li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-orange li a,.ion-segment-orange li a{color:var(--orange);opacity:.64}div.crn-ion-segment-light.icon-theme-light-orange li.active a,.ion-segment-orange li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-light-red li a,.ion-segment-light-orange li a{color:var(--light-orange);opacity:.64}div.crn-ion-segment-light.icon-theme-light-light-red li.active a,.ion-segment-light-orange li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-dark-red li a,.ion-segment-dark-orange li a{color:var(--dark-orange);opacity:.64}div.crn-ion-segment-light.icon-theme-light-dark-red li.active a,.ion-segment-dark-orange li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-yellow li a,.ion-segment-yellow li a{color:var(--yellow);opacity:.64}div.crn-ion-segment-light.icon-theme-light-yellow li.active a,.ion-segment-yellow li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-light-yellow li a,.ion-segment-light-yellow li a{color:var(--light-yellow);opacity:.64}div.crn-ion-segment-light.icon-theme-light-light-yellow li.active a,.ion-segment-light-yellow li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-dark-yellow li a,.ion-segment-dark-yellow li a{color:var(--dark-yellow);opacity:.64}div.crn-ion-segment-light.icon-theme-light-dark-yellow li.active a,.ion-segment-dark-yellow li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-green li a,.ion-segment-green li a{color:var(--green);opacity:.64}div.crn-ion-segment-light.icon-theme-light-green li.active a,.ion-segment-green li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-light-green li a,.ion-segment-light-green li a{color:var(--light-green);opacity:.64}div.crn-ion-segment-light.icon-theme-light-light-green li.active a,.ion-segment-light-green li.active a{opacity:1}div.crn-ion-segment-light.icon-theme-light-dark-green li a,.ion-segment-dark-green li a{color:var(--dark-green);opacity:.64}div.crn-ion-segment-light.icon-theme-light-dark-green li.active a,.ion-segment-dark-green li.active a{opacity:1}.font-size-100 i{font-size:100%}.font-size-200 i{font-size:200%}.font-size-300 i{font-size:300%}.font-size-400 i{font-size:400%}.font-size-500 i{font-size:500%}.font-size-600 i{font-size:600%}.font-size-700 i{font-size:700%}.background-assertive{background-color:#ef473a47}.background-balanced{background-color:#33cd5f47}.background-energized{background-color:#ffc90047}.background-light{background-color:#ffffff47}.background-stable{background-color:#f8f8f847}.background-calm{background-color:#11c1f347}.background-positive{background-color:#387ef547}.background-royal{background-color:#886aea47}.background-dark{background-color:#44444447}.background-white{background-color:#ffffff47}.background-gray{background-color:#33333347}.background-black{background-color:#00000047}.background-blue{background-color:#0247FE47}.background-light-blue{background-color:#85A5FF47}.background-dark-blue{background-color:#00217A47}.background-purple{background-color:#3D01A447}.background-light-purple{background-color:#B285FF47}.background-dark-purple{background-color:#2D007A47}.background-red{background-color:#FE271247}.background-light-red{background-color:#FE8F8447}.background-dark-red{background-color:#7A0B0047}.background-orange{background-color:#FB9B0247}.background-light-orange{background-color:#FFD08547}.background-dark-orange{background-color:#7A4B0047}.background-yellow{background-color:#FFFF3347}.background-light-yellow{background-color:#FFFF8547}.background-dark-yellow{background-color:#7A7A0047}.background-green{background-color:#66B03247}.background-light-green{background-color:#B7FF8547}.background-dark-green{background-color:#337A0047}div.crn-ion-segment-classic ul.active-background-assertive li.active,div.crn-ion-segment-modern ul.active-background-assertive li.active{background-color:var(--assertive)}div.crn-ion-segment-classic ul.active-background-balanced li.active,div.crn-ion-segment-modern ul.active-background-balanced li.active{background-color:var(--balanced)}div.crn-ion-segment-classic ul.active-background-energized li.active,div.crn-ion-segment-modern ul.active-background-energized li.active{background-color:var(--energized)}div.crn-ion-segment-classic ul.active-background-light li.active,div.crn-ion-segment-modern ul.active-background-light li.active{background-color:var(--light)}div.crn-ion-segment-classic ul.active-background-stable li.active,div.crn-ion-segment-modern ul.active-background-stable li.active{background-color:var(--stable)}div.crn-ion-segment-classic ul.active-background-calm li.active,div.crn-ion-segment-modern ul.active-background-calm li.active{background-color:var(--calm)}div.crn-ion-segment-classic ul.active-background-positive li.active,div.crn-ion-segment-modern ul.active-background-positive li.active{background-color:var(--positive)}div.crn-ion-segment-classic ul.active-background-royal li.active,div.crn-ion-segment-modern ul.active-background-royal li.active{background-color:var(--royal)}div.crn-ion-segment-classic ul.active-background-dark li.active,div.crn-ion-segment-modern ul.active-background-dark li.active{background-color:var(--dark)}div.crn-ion-segment-classic ul.active-background-white li.active,div.crn-ion-segment-modern ul.active-background-white li.active{background-color:var(--white)}div.crn-ion-segment-classic ul.active-background-gray li.active,div.crn-ion-segment-modern ul.active-background-gray li.active{background-color:var(--gray)}div.crn-ion-segment-classic ul.active-background-black li.active,div.crn-ion-segment-modern ul.active-background-black li.active{background-color:var(--black)}div.crn-ion-segment-classic ul.active-background-blue li.active,div.crn-ion-segment-modern ul.active-background-blue li.active{background-color:var(--blue)}div.crn-ion-segment-classic ul.active-background-light-blue li.active,div.crn-ion-segment-modern ul.active-background-light-blue li.active{background-color:var(--light-blue)}div.crn-ion-segment-classic ul.active-background-dark-blue li.active,div.crn-ion-segment-modern ul.active-background-dark-blue li.active{background-color:var(--dark-blue)}div.crn-ion-segment-classic ul.active-background-purple li.active,div.crn-ion-segment-modern ul.active-background-purple li.active{background-color:var(--purple)}div.crn-ion-segment-classic ul.active-background-light-purple li.active,div.crn-ion-segment-modern ul.active-background-light-purple li.active{background-color:var(--light-purple)}div.crn-ion-segment-classic ul.active-background-dark-purple li.active,div.crn-ion-segment-modern ul.active-background-dark-purple li.active{background-color:var(--dark-purple)}div.crn-ion-segment-classic ul.active-background-red li.active,div.crn-ion-segment-modern ul.active-background-red li.active{background-color:var(--red)}div.crn-ion-segment-classic ul.active-background-light-red li.active,div.crn-ion-segment-modern ul.active-background-light-red li.active{background-color:var(--light-red)}div.crn-ion-segment-classic ul.active-background-dark-red li.active,div.crn-ion-segment-modern ul.active-background-dark-red li.active{background-color:var(--dark-red)}div.crn-ion-segment-classic ul.active-background-orange li.active,div.crn-ion-segment-modern ul.active-background-orange li.active{background-color:var(--orange)}div.crn-ion-segment-classic ul.active-background-light-orange li.active,div.crn-ion-segment-modern ul.active-background-light-orange li.active{background-color:var(--light-orange)}div.crn-ion-segment-classic ul.active-background-dark-orange li.active,div.crn-ion-segment-modern ul.active-background-dark-orange li.active{background-color:var(--dark-orange)}div.crn-ion-segment-classic ul.active-background-yellow li.active,div.crn-ion-segment-modern ul.active-background-yellow li.active{background-color:var(--yellow)}div.crn-ion-segment-classic ul.active-background-light-yellow li.active,div.crn-ion-segment-modern ul.active-background-light-yellow li.active{background-color:var(--light-yellow)}div.crn-ion-segment-classic ul.active-background-dark-yellow li.active,div.crn-ion-segment-modern ul.active-background-dark-yellow li.active{background-color:var(--dark-yellow)}div.crn-ion-segment-classic ul.active-background-green li.active,div.crn-ion-segment-modern ul.active-background-green li.active{background-color:var(--green)}div.crn-ion-segment-classic ul.active-background-light-green li.active,div.crn-ion-segment-modern ul.active-background-light-green li.active{background-color:var(--light-green)}div.crn-ion-segment-classic ul.active-background-dark-green li.active,div.crn-ion-segment-modern ul.active-background-dark-green li.active{background-color:var(--dark-green)}.crn-ion-segment-light ul{padding-bottom:0}div.crn-ion-segment-light ul li.active{border-bottom:1px solid;border-radius:0;box-shadow:none;background-color:transparent}div.crn-ion-segment-light.icon-theme-light-white li.active{border-color:var(--white)}div.crn-ion-segment-light.icon-theme-light-gray li.active{border-color:var(--gray)}div.crn-ion-segment-light.icon-theme-light-black li.active{border-color:var(--black)}div.crn-ion-segment-light.icon-theme-light-blue li.active{border-color:var(--blue)}div.crn-ion-segment-light.icon-theme-light-light-blue li.active{border-color:var(--light-blue)}div.crn-ion-segment-light.icon-theme-light-dark-blue li.active{border-color:var(--dark-blue)}div.crn-ion-segment-light.icon-theme-light-purple li.active{border-color:var(--purple)}div.crn-ion-segment-light.icon-theme-light-light-purple li.active{border-color:var(--light-purple)}div.crn-ion-segment-light.icon-theme-light-dark-purple li.active{border-color:var(--dark-purple)}div.crn-ion-segment-light.icon-theme-light-red li.active{border-color:var(--red)}div.crn-ion-segment-light.icon-theme-light-light-red li.active{border-color:var(--light-red)}div.crn-ion-segment-light.icon-theme-light-dark-red li.active{border-color:var(--dark-red)}div.crn-ion-segment-light.icon-theme-light-orange li.active{border-color:var(--orange)}div.crn-ion-segment-light.icon-theme-light-light-orange li.active{border-color:var(--light-orange)}div.crn-ion-segment-light.icon-theme-light-dark-orange li.active{border-color:var(--dark-orange)}div.crn-ion-segment-light.icon-theme-light-yellow li.active{border-color:var(--yellow)}div.crn-ion-segment-light.icon-theme-light-light-yellow li.active{border-color:var(--light-yellow)}div.crn-ion-segment-light.icon-theme-light-dark-yellow li.active{border-color:var(--dark-yellow)}div.crn-ion-segment-light.icon-theme-light-green li.active{border-color:var(--green)}div.crn-ion-segment-light.icon-theme-light-light-green li.active{border-color:var(--light-green)}div.crn-ion-segment-light.icon-theme-light-dark-green li.active{border-color:var(--dark-green)}div.crn-ion-segment-light.icon-theme-light-assertive li.active{border-color:var(--assertive)}div.crn-ion-segment-light.icon-theme-light-balanced li.active{border-color:var(--balanced)}div.crn-ion-segment-light.icon-theme-light-energized li.active{border-color:var(--energized)}div.crn-ion-segment-light.icon-theme-light-light li.active{border-color:var(--light)}div.crn-ion-segment-light.icon-theme-light-stable li.active{border-color:var(--stable)}div.crn-ion-segment-light.icon-theme-light-calm li.active{border-color:var(--calm)}div.crn-ion-segment-light.icon-theme-light-positive li.active{border-color:var(--positive)}div.crn-ion-segment-light.icon-theme-light-royal li.active{border-color:var(--royal)}div.crn-ion-segment-light.icon-theme-light-dark li.active{border-color:var(--dark)}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<div class="component-holder ng-scope" data-component="crn-ion-list" id="crn-ion-list-1003183"><div class="item item-input-inset"><div class="item-input-wrapper"><i class="icon ion-search placeholder-icon"></i> <input aria-label="Pesquisar" type="text" placeholder="Pesquisar" class="ng-pristine ng-untouched ng-valid ng-empty"></div><button class="button-small cron-list-button-clean button button-inline button-positive component-holder"><span cron-list-button-text="">Limpar Seleção</span></button></div><ion-list type="" can-swipe="listCanSwipe" class="disable-user-behavior"><div class="list"><ion-item class="item item-complex item-right-editable item-icon-right item-thumbnail-left cron-list-selected"><ul class="checkbox-group component-holder cron-list-multiselect-thumbnail selected-designtime-list"><label class="checkbox"><input type="checkbox" value="on" checked="checked"></label></ul><div class="item-content"><img alt="Thumbnail" src="node_modules/cronapp-framework-mobile-js/img/user.svg"><div class="text-left"><h2 class="ng-binding">Advanced List Title</h2><p class="dark ng-binding">Advanced List Subtitle</p><p class="dark ng-binding">Advanced List Subtitle</p></div><i class="icon ion-alert icon-designtime-ion-list" xattr-theme="dark"></i></div></ion-item
|
|
1
|
+
<div class="component-holder ng-scope" data-component="crn-ion-list" id="crn-ion-list-1003183"><div class="item item-input-inset"><div class="item-input-wrapper"><i class="icon ion-search placeholder-icon"></i> <input aria-label="Pesquisar" type="text" placeholder="Pesquisar" class="ng-pristine ng-untouched ng-valid ng-empty"></div><button class="button-small cron-list-button-clean button button-inline button-positive component-holder"><span cron-list-button-text="">Limpar Seleção</span></button></div><ion-list type="" can-swipe="listCanSwipe" class="disable-user-behavior"><div class="list"><ion-item class="item item-complex item-right-editable item-icon-right item-thumbnail-left cron-list-selected"><ul class="checkbox-group component-holder cron-list-multiselect-thumbnail selected-designtime-list"><label class="checkbox"><input type="checkbox" value="on" checked="checked"></label></ul><div class="item-content"><img alt="Thumbnail" src="node_modules/cronapp-framework-mobile-js/img/user.svg"><div class="text-left"><h2 class="ng-binding">Advanced List Title</h2><p class="dark ng-binding">Advanced List Subtitle</p><p class="dark ng-binding">Advanced List Subtitle</p></div><i class="icon ion-alert icon-designtime-ion-list" xattr-theme="dark"></i></div></ion-item></div></ion-list></div>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<ul class="checkbox-group"><li class="item item-checkbox checkbox-stable" xattr-theme="checkbox-stable"><div class="checkbox"><input aria-label="Aria Label Text" type="checkbox" ng-model="vars.checkbox${RANDOM}" ng-initial-value="false"></div><span>Item</span></li></ul>
|
|
1
|
+
<ul class="checkbox-group"><li class="item item-checkbox checkbox-stable" xattr-theme="checkbox-stable"><div class="checkbox"><input aria-label="Aria Label Text" type="checkbox" ng-model="vars.checkbox${RANDOM}" ng-initial-value="false" crn-allow-null-values="true"></div><span>Item</span></li></ul>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<li role="presentation" class="active" data-component="crn-ion-segment-item"><a data-target="#tab1-${RANDOM}" lass="" role="tab" data-toggle="tab" data-container="true"><i class="ion ion-android-star"></i> <span>New</span></a></li>
|