@lucca-front/ng
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -10,3 +10,7 @@ # Changelog | ||
## v0.2.0 | ||
## v0.2.3 | ||
### Updated dependencies | ||
- [rxjs](https://github.com/ReactiveX/rxjs) - update to version ^5.5.2 | ||
## v0.2.2 | ||
### New features | ||
@@ -13,0 +17,0 @@ - `lu-user-picture` has size mod classes |
@@ -48,3 +48,3 @@ "use strict"; | ||
template: "<button class=\"select-clear actionIcon\" (click)=\"_clear($event)\" tabIndex=\"-1\"> \t<i class=\"lucca-icon\">cross</i> </button>", | ||
styles: [".select-clear { position: absolute; bottom: .45rem; right: 1.375rem; padding: 0; width: 1rem; height: 1rem; display: none; } .select-clear.actionIcon .lucca-icon { display: block; font-size: .75rem; } :host.mod-remove .actionIcon { display: block; } :host-context(.textfield.mod-material) .select-clear { right: 1rem; } :host-context(.textfield.mod-framed) .select-clear { bottom: .6rem; right: 1.875rem; }"], | ||
styles: [".select-clear { position: absolute; bottom: .45rem; right: 1.375rem; padding: 0; width: 1rem; height: 1rem; display: none; } .select-clear .lucca-icon { display: block; font-size: .9rem; } :host.mod-remove .actionIcon { display: block; } :host-context(.textfield.mod-material) .select-clear { right: 1rem; } :host-context(.textfield.mod-framed) .select-clear { bottom: .6rem; right: 1.875rem; }"], | ||
providers: [{ provide: select_clearer_component_1.LuSelectClearerComponent, useExisting: core_1.forwardRef(function () { return LuSelectClearerFirstOrDefaultComponent_1; }) }] | ||
@@ -51,0 +51,0 @@ }) |
@@ -42,3 +42,3 @@ "use strict"; | ||
template: "<button class=\"select-clear actionIcon\" (click)=\"_clear($event)\" tabIndex=\"-1\"> \t<i class=\"lucca-icon\">cross</i> </button>", | ||
styles: [".select-clear { position: absolute; bottom: .45rem; right: 1.375rem; padding: 0; width: 1rem; height: 1rem; display: none; } .select-clear.actionIcon .lucca-icon { display: block; font-size: .75rem; } :host.mod-remove .actionIcon { display: block; } :host-context(.textfield.mod-material) .select-clear { right: 1rem; } :host-context(.textfield.mod-framed) .select-clear { bottom: .6rem; right: 1.875rem; }"], | ||
styles: [".select-clear { position: absolute; bottom: .45rem; right: 1.375rem; padding: 0; width: 1rem; height: 1rem; display: none; } .select-clear .lucca-icon { display: block; font-size: .9rem; } :host.mod-remove .actionIcon { display: block; } :host-context(.textfield.mod-material) .select-clear { right: 1rem; } :host-context(.textfield.mod-framed) .select-clear { bottom: .6rem; right: 1.875rem; }"], | ||
}) | ||
@@ -45,0 +45,0 @@ /** |
{ | ||
"name": "@lucca-front/ng", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "a library of usefull components for angular web app", | ||
@@ -45,7 +45,7 @@ "repository": { | ||
"@angular/platform-browser-dynamic": "^5.0.0", | ||
"@lucca-front/icons": "^0.2.2", | ||
"@lucca-front/scss": "^0.2.2", | ||
"@lucca-front/icons": "^0.2.3", | ||
"@lucca-front/scss": "^0.2.3", | ||
"@ngx-translate/core": "^8.0.0", | ||
"core-js": "^2.4.1", | ||
"rxjs": "5.5.2", | ||
"rxjs": "^5.5.2", | ||
"zone.js": "^0.8.14" | ||
@@ -93,4 +93,4 @@ }, | ||
"@angular/material": "^5.0.0-rc0", | ||
"@lucca-front/icons": "^0.2.2", | ||
"@lucca-front/scss": "^0.2.2", | ||
"@lucca-front/icons": "^0.2.3", | ||
"@lucca-front/scss": "^0.2.3", | ||
"@ngx-formly/core": "^2.0.0-beta.3", | ||
@@ -97,0 +97,0 @@ "moment": "^2.19.1" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
631138
+ Addedrxjs@5.5.12(transitive)
+ Addedsymbol-observable@1.0.1(transitive)
- Removedrxjs@5.5.2(transitive)
- Removedsymbol-observable@1.2.0(transitive)
Updated@lucca-front/icons@^0.2.3
Updated@lucca-front/scss@^0.2.3
Updatedrxjs@^5.5.2