@sd-angular/core 0.0.992 → 0.0.993
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/bundles/sd-angular-core-quick-action.umd.js +1 -1
- package/bundles/sd-angular-core-quick-action.umd.min.js +1 -1
- package/bundles/sd-angular-core-quick-action.umd.min.js.map +1 -1
- package/esm2015/quick-action/src/lib/quick-action.component.js +1 -1
- package/fesm2015/sd-angular-core-quick-action.js +1 -1
- package/package.json +1 -1
- package/quick-action/sd-angular-core-quick-action.metadata.json +1 -1
- package/{sd-angular-core-0.0.992.tgz → sd-angular-core-0.0.993.tgz} +0 -0
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
{ type: core.Component, args: [{
|
|
22
22
|
selector: 'sd-quick-action',
|
|
23
23
|
template: "<div class=\"c-quick-action media align-items-center\" [ngClass]=\"{'active': isOpened}\">\r\n <div class=\"media-body mr-16 text-grey\">\r\n <ng-content select=\"[sdMessage]\"></ng-content>\r\n </div>\r\n <ng-content select=\"[sdAction]\"></ng-content>\r\n</div>",
|
|
24
|
-
styles: [".c-quick-action{background-color:#fff;border-radius:4px;bottom:90px;box-shadow:0 .4px .8px rgba(0,0,0,.1),0 3px 6px rgba(0,0,0,.2);left:0;margin:auto;
|
|
24
|
+
styles: [".c-quick-action{background-color:#fff;border-radius:4px;bottom:90px;box-shadow:0 .4px .8px rgba(0,0,0,.1),0 3px 6px rgba(0,0,0,.2);left:0;margin:auto;opacity:0;padding:8px 16px;pointer-events:none;position:fixed;right:0;transform:translate3d(0,100%,0);transition:all .2s ease-in-out;visibility:hidden;width:-webkit-max-content;width:-moz-max-content;width:max-content;z-index:99}.c-quick-action.active{opacity:1;pointer-events:all;transform:translateZ(0);visibility:visible}"]
|
|
25
25
|
},] }
|
|
26
26
|
];
|
|
27
27
|
SdQuickAction.ctorParameters = function () { return []; };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports,require("@angular/core"),require("@angular/common")):"function"==typeof define&&define.amd?define("@sd-angular/core/quick-action",["exports","@angular/core","@angular/common"],n):n(((e="undefined"!=typeof globalThis?globalThis:e||self)["sd-angular"]=e["sd-angular"]||{},e["sd-angular"].core=e["sd-angular"].core||{},e["sd-angular"].core["quick-action"]={}),e.ng.core,e.ng.common)}(this,(function(e,n,t){"use strict";var o=function(){var e=this;this.isOpened=!1,this.open=function(){e.isOpened=!0},this.close=function(){e.isOpened=!1}};o.decorators=[{type:n.Component,args:[{selector:"sd-quick-action",template:'<div class="c-quick-action media align-items-center" [ngClass]="{\'active\': isOpened}">\r\n <div class="media-body mr-16 text-grey">\r\n <ng-content select="[sdMessage]"></ng-content>\r\n </div>\r\n <ng-content select="[sdAction]"></ng-content>\r\n</div>',styles:[".c-quick-action{background-color:#fff;border-radius:4px;bottom:90px;box-shadow:0 .4px .8px rgba(0,0,0,.1),0 3px 6px rgba(0,0,0,.2);left:0;margin:auto;
|
|
1
|
+
!function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports,require("@angular/core"),require("@angular/common")):"function"==typeof define&&define.amd?define("@sd-angular/core/quick-action",["exports","@angular/core","@angular/common"],n):n(((e="undefined"!=typeof globalThis?globalThis:e||self)["sd-angular"]=e["sd-angular"]||{},e["sd-angular"].core=e["sd-angular"].core||{},e["sd-angular"].core["quick-action"]={}),e.ng.core,e.ng.common)}(this,(function(e,n,t){"use strict";var o=function(){var e=this;this.isOpened=!1,this.open=function(){e.isOpened=!0},this.close=function(){e.isOpened=!1}};o.decorators=[{type:n.Component,args:[{selector:"sd-quick-action",template:'<div class="c-quick-action media align-items-center" [ngClass]="{\'active\': isOpened}">\r\n <div class="media-body mr-16 text-grey">\r\n <ng-content select="[sdMessage]"></ng-content>\r\n </div>\r\n <ng-content select="[sdAction]"></ng-content>\r\n</div>',styles:[".c-quick-action{background-color:#fff;border-radius:4px;bottom:90px;box-shadow:0 .4px .8px rgba(0,0,0,.1),0 3px 6px rgba(0,0,0,.2);left:0;margin:auto;opacity:0;padding:8px 16px;pointer-events:none;position:fixed;right:0;transform:translate3d(0,100%,0);transition:all .2s ease-in-out;visibility:hidden;width:-webkit-max-content;width:-moz-max-content;width:max-content;z-index:99}.c-quick-action.active{opacity:1;pointer-events:all;transform:translateZ(0);visibility:visible}"]}]}],o.ctorParameters=function(){return[]},o.propDecorators={isOpened:[{type:n.Input}]};var i=function(){};i.decorators=[{type:n.NgModule,args:[{declarations:[o],imports:[t.CommonModule],exports:[o],providers:[]}]}],e.SdQuickAction=o,e.SdQuickActionModule=i,Object.defineProperty(e,"__esModule",{value:!0})}));
|
|
2
2
|
//# sourceMappingURL=sd-angular-core-quick-action.umd.min.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../../../projects/sd-core/quick-action/src/lib/quick-action.component.ts","../../../../projects/sd-core/quick-action/src/lib/quick-action.module.ts"],"names":["_this","this","isOpened","open","close","Component","args","selector","template","Input","NgModule","declarations","SdQuickAction","imports","CommonModule","exports","providers"],"mappings":"ofASE,WAAA,IAAAA,EAAAC,KADSA,KAAAC,UAAW,EAEpBD,KAAAE,KAAO,WACLH,EAAKE,UAAW,GAGlBD,KAAAG,MAAQ,WACNJ,EAAKE,UAAW,wBAbnBG,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,kBACVC,SAAA,
|
|
1
|
+
{"version":3,"sources":["../../../../projects/sd-core/quick-action/src/lib/quick-action.component.ts","../../../../projects/sd-core/quick-action/src/lib/quick-action.module.ts"],"names":["_this","this","isOpened","open","close","Component","args","selector","template","Input","NgModule","declarations","SdQuickAction","imports","CommonModule","exports","providers"],"mappings":"ofASE,WAAA,IAAAA,EAAAC,KADSA,KAAAC,UAAW,EAEpBD,KAAAE,KAAO,WACLH,EAAKE,UAAW,GAGlBD,KAAAG,MAAQ,WACNJ,EAAKE,UAAW,wBAbnBG,EAAAA,UAASC,KAAA,CAAC,CACTC,SAAU,kBACVC,SAAA,0zBAICC,EAAAA,eCSH,iCAbCC,EAAAA,SAAQJ,KAAA,CAAC,CACRK,aAAc,CACZC,GAEFC,QAAS,CACPC,EAAAA,cAEFC,QAAS,CACPH,GAEFI,UAAW","sourcesContent":["import { Component, Input } from '@angular/core';\r\n\r\n@Component({\r\n selector: 'sd-quick-action',\r\n templateUrl: './quick-action.component.html',\r\n styleUrls: ['./quick-action.component.scss'],\r\n})\r\nexport class SdQuickAction {\r\n @Input() isOpened = false;\r\n constructor() { }\r\n open = () => {\r\n this.isOpened = true;\r\n }\r\n\r\n close = () => {\r\n this.isOpened = false;\r\n }\r\n}\r\n","import { CommonModule } from '@angular/common';\r\nimport { NgModule } from '@angular/core';\r\nimport { SdQuickAction } from './quick-action.component';\r\n\r\n@NgModule({\r\n declarations: [\r\n SdQuickAction\r\n ],\r\n imports: [\r\n CommonModule\r\n ],\r\n exports: [\r\n SdQuickAction\r\n ],\r\n providers: [\r\n ],\r\n})\r\nexport class SdQuickActionModule { }\r\n"]}
|
|
@@ -14,7 +14,7 @@ SdQuickAction.decorators = [
|
|
|
14
14
|
{ type: Component, args: [{
|
|
15
15
|
selector: 'sd-quick-action',
|
|
16
16
|
template: "<div class=\"c-quick-action media align-items-center\" [ngClass]=\"{'active': isOpened}\">\r\n <div class=\"media-body mr-16 text-grey\">\r\n <ng-content select=\"[sdMessage]\"></ng-content>\r\n </div>\r\n <ng-content select=\"[sdAction]\"></ng-content>\r\n</div>",
|
|
17
|
-
styles: [".c-quick-action{background-color:#fff;border-radius:4px;bottom:90px;box-shadow:0 .4px .8px rgba(0,0,0,.1),0 3px 6px rgba(0,0,0,.2);left:0;margin:auto;
|
|
17
|
+
styles: [".c-quick-action{background-color:#fff;border-radius:4px;bottom:90px;box-shadow:0 .4px .8px rgba(0,0,0,.1),0 3px 6px rgba(0,0,0,.2);left:0;margin:auto;opacity:0;padding:8px 16px;pointer-events:none;position:fixed;right:0;transform:translate3d(0,100%,0);transition:all .2s ease-in-out;visibility:hidden;width:-webkit-max-content;width:-moz-max-content;width:max-content;z-index:99}.c-quick-action.active{opacity:1;pointer-events:all;transform:translateZ(0);visibility:visible}"]
|
|
18
18
|
},] }
|
|
19
19
|
];
|
|
20
20
|
SdQuickAction.ctorParameters = () => [];
|
|
@@ -16,7 +16,7 @@ SdQuickAction.decorators = [
|
|
|
16
16
|
{ type: Component, args: [{
|
|
17
17
|
selector: 'sd-quick-action',
|
|
18
18
|
template: "<div class=\"c-quick-action media align-items-center\" [ngClass]=\"{'active': isOpened}\">\r\n <div class=\"media-body mr-16 text-grey\">\r\n <ng-content select=\"[sdMessage]\"></ng-content>\r\n </div>\r\n <ng-content select=\"[sdAction]\"></ng-content>\r\n</div>",
|
|
19
|
-
styles: [".c-quick-action{background-color:#fff;border-radius:4px;bottom:90px;box-shadow:0 .4px .8px rgba(0,0,0,.1),0 3px 6px rgba(0,0,0,.2);left:0;margin:auto;
|
|
19
|
+
styles: [".c-quick-action{background-color:#fff;border-radius:4px;bottom:90px;box-shadow:0 .4px .8px rgba(0,0,0,.1),0 3px 6px rgba(0,0,0,.2);left:0;margin:auto;opacity:0;padding:8px 16px;pointer-events:none;position:fixed;right:0;transform:translate3d(0,100%,0);transition:all .2s ease-in-out;visibility:hidden;width:-webkit-max-content;width:-moz-max-content;width:max-content;z-index:99}.c-quick-action.active{opacity:1;pointer-events:all;transform:translateZ(0);visibility:visible}"]
|
|
20
20
|
},] }
|
|
21
21
|
];
|
|
22
22
|
SdQuickAction.ctorParameters = () => [];
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"__symbolic":"module","version":4,"metadata":{"SdQuickAction":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":2,"character":1},"arguments":[{"selector":"sd-quick-action","template":"<div class=\"c-quick-action media align-items-center\" [ngClass]=\"{'active': isOpened}\">\r\n <div class=\"media-body mr-16 text-grey\">\r\n <ng-content select=\"[sdMessage]\"></ng-content>\r\n </div>\r\n <ng-content select=\"[sdAction]\"></ng-content>\r\n</div>","styles":[".c-quick-action{background-color:#fff;border-radius:4px;bottom:90px;box-shadow:0 .4px .8px rgba(0,0,0,.1),0 3px 6px rgba(0,0,0,.2);left:0;margin:auto;
|
|
1
|
+
{"__symbolic":"module","version":4,"metadata":{"SdQuickAction":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Component","line":2,"character":1},"arguments":[{"selector":"sd-quick-action","template":"<div class=\"c-quick-action media align-items-center\" [ngClass]=\"{'active': isOpened}\">\r\n <div class=\"media-body mr-16 text-grey\">\r\n <ng-content select=\"[sdMessage]\"></ng-content>\r\n </div>\r\n <ng-content select=\"[sdAction]\"></ng-content>\r\n</div>","styles":[".c-quick-action{background-color:#fff;border-radius:4px;bottom:90px;box-shadow:0 .4px .8px rgba(0,0,0,.1),0 3px 6px rgba(0,0,0,.2);left:0;margin:auto;opacity:0;padding:8px 16px;pointer-events:none;position:fixed;right:0;transform:translate3d(0,100%,0);transition:all .2s ease-in-out;visibility:hidden;width:-webkit-max-content;width:-moz-max-content;width:max-content;z-index:99}.c-quick-action.active{opacity:1;pointer-events:all;transform:translateZ(0);visibility:visible}"]}]}],"members":{"isOpened":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"Input","line":8,"character":3}}]}],"__ctor__":[{"__symbolic":"constructor"}]}},"SdQuickActionModule":{"__symbolic":"class","decorators":[{"__symbolic":"call","expression":{"__symbolic":"reference","module":"@angular/core","name":"NgModule","line":4,"character":1},"arguments":[{"declarations":[{"__symbolic":"reference","name":"SdQuickAction"}],"imports":[{"__symbolic":"reference","module":"@angular/common","name":"CommonModule","line":9,"character":4}],"exports":[{"__symbolic":"reference","name":"SdQuickAction"}],"providers":[]}]}],"members":{}}},"origins":{"SdQuickAction":"./src/lib/quick-action.component","SdQuickActionModule":"./src/lib/quick-action.module"},"importAs":"@sd-angular/core/quick-action"}
|
|
index 529578f..26167da 100644
|
|
|
Binary file
|